....nm ty tho i have fixed it and reuploaded the fixed version
hello all i have a question i wrote these lines to make it where the bot would not go to the shop to buy items if it didnt need them but i cant get it to work right can anyone help me with this? please and thank you...
{
IF
ITEMCOUNT(Adena[ID=57]<5000)
THEN
JMP(HGrunpath)
}
{
IF
ITEMCOUNT(Lesser Healing Potion[ID=1060],<=,20)
THEN
JMP(runshop)
}
{
IF
ITEMCOUNT(Scroll: Recovery (No Grade)[ID=8594],<=,1)
THEN
JMP(runshop)
}
{
IF
ITEMCOUNT(Blessed Spiritshot: No Grade[ID=3947],<=,500)
THEN
JMP(runshop)
}
i will link the hole thing if u need it, it starts for the center of town the missing setting r filled with in the bot i didnt wrote extra codes.. was set more a mage class
You do not have the required permissions to view the files attached to this post.
|