Maybe someone here can help me create a macro to produce arrows with my bow and equip them. I always forget this and it takes too much time to open char-window, rightclick on my bow, and manually put in the new arrows ...if you always remember this 2mins after battle has started ^^
some hints to create something like this in a normal macro ?
Produce Arrows & use
Produce Arrows & use
Last edited by bussdee on Mon Aug 16, 2010 8:20 pm, edited 1 time in total.
"Erfahrung ist fast immer eine Parodie auf die Idee."
Johann Wolfgang von Goethe
Johann Wolfgang von Goethe
Re: Produce Arrows & use
bot allready does this and i just finished verifing the code for the guys buy up a couple of quivers and keep them in your bag then in your profile set ammo reload to "arrow" and it'll keep looking at your arrows if you run low it'll open a quiver and put arrows in the slot.bussdee wrote:Maybe someone here can help me create a macro to produce arrows with my bow and equip them. I always forget this and it takes too much time to open char-window, rightclick on my bow, and manually put in the new arrows ...if you always remember this 2mins after battle has started ^^
some hints to create something like this ?
Re: Produce Arrows & use
What he means is if you have the Rune War Bow e.g. you don't have to buy quivers any more. You can just right click the bow and it produces 999 arrows. Those arrows are better than the ones you can buy for gold and ofc they're free.
To solve that problem I'd start with a check at the beginning or end of the waypoint file
and put the War Bow or whatever it is in slot no. 9. I think this should work, even though it's not very elegant.
To solve that problem I'd start with a check at the beginning or end of the waypoint file
Code: Select all
<!-- # 1 --><waypoint x="-3068" z="-8846"> if 999 > inventory:itemTotalCount(#getid of these arrows and insert that number here) then sendMacro("UseAction(9)"); end </waypoint>
Re: Produce Arrows & use
oh didn't know of that bow .. you might be better putting it right in your profile under combat finished or something ...nokirk wrote:What he means is if you have the Rune War Bow e.g. you don't have to buy quivers any more. You can just right click the bow and it produces 999 arrows. Those arrows are better than the ones you can buy for gold and ofc they're free.
To solve that problem I'd start with a check at the beginning or end of the waypoint fileand put the War Bow or whatever it is in slot no. 9. I think this should work, even though it's not very elegant.Code: Select all
<!-- # 1 --><waypoint x="-3068" z="-8846"> if 999 > inventory:itemTotalCount(#getid of these arrows and insert that number here) then sendMacro("UseAction(9)"); end </waypoint>
Re: Produce Arrows & use
This topic was discussed in the past. I thought they added support for it?
Hm... , maybe not, but for your reference here is a link to that other post.
http://www.solarstrike.net/phpBB3/viewt ... =21&t=1321
Hm... , maybe not, but for your reference here is a link to that other post.
http://www.solarstrike.net/phpBB3/viewt ... =21&t=1321
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Who is online
Users browsing this forum: No registered users and 5 guests