Jump to content

Recommended Posts

Posted

I made a script for my hawkeye in retail so when he runs out of arrows he uses the skill quiver of arrow lvl A so he can summon arrows.

The problem that i have is that walker keeps doing the skill even though i have more arrows than i specify.

Whats wrong in the script??

 

Label(Start)  
ITEMCOUNT(Mithril Arrow[iD=1344],<=,100)  
{    
DELAY(3000)  
UseSkill(Quiver of Arrow: Grade A[iD=323])  
}  
DELAY(3000)  
Jmp(Start)   

Posted

No nothing it keeps doing the skill no matter what.

Isnt this supposed to work like an if then else statement?

I think i just do it with a delay thing.....

  • 2 weeks later...
  • 1 year later...
Posted

this script I thing is for very lasy ppl :)

you dont have to summon arrow every hour, if you have for example 3k arrows is a lot of playing amd dosnt take very big space in your inventory :))) But anyway script is script.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...