Need help with d2jsp script

darksun3

Member!
Joined
May 29, 2003
Messages
27
Reaction score
0
Website
Visit site
Im making a scrip that looks for items and drops them. Basicly is a fake DUPE script. I dont know what the drop command is but ive made some if statments, but i dont think it will work in JS. Also how can i define to look for those items in inv.??

-----------------------------------------------------------------

say("D2jsp DUPE loaded");
say("Loading...");
delay(500)


if ((item.itemtype == bow))
}
//drop
quit()
{

else

if ((item.itemtype == tors))

}
//drop
quit()
}

else

if ((item.itemtype == shie))
{
//drop
quit()
}

else

if ((item.itemtype == helm))
{
//drop
quit()
}

else

if ((item.itemtype == swor))
}
//drop
quit()
{

else

if ((item.itemtype == boot))
{
//drop
quit()
}

else

if ((item.itemtype == glov))
}
//drop
quit()
{

else

say("DUPE Can't Find A Valid Item To Dupe");


-----------------------------------------------------------------------
 

NewPosts

New threads

Top