apst Posted October 18, 2007 Posted October 18, 2007 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) Quote
destay Posted October 18, 2007 Posted October 18, 2007 Make sure there are no spaces at the end of each line, other than that I think its ok... Quote
apst Posted October 19, 2007 Author Posted October 19, 2007 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..... Quote
BlueAce Posted October 20, 2007 Posted October 20, 2007 And when you delete Jmp(Start) ? When you start script with RUN in walker, its not always runing? Quote
jankie Posted May 10, 2009 Posted May 10, 2009 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. Quote
Recommended Posts
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.