Simple drop five gold and click give

r0xx0r

New member
Joined
Feb 18, 2007
Messages
136
Reaction score
0
Points
0
doing a turn in for faction just requires five gold, but i hate sitting here and working my hands to nubs, is there a mac i can do for it? i'm not sure no how to make it work or how to even word it, five gold needs to be given to this guard and then give, that's it, no socializing with him needed.

also, i can't find RH macro , is it broke or will an old version work?
 
There is a macro for "of the Truthbringer" title , that could probably be modified a little to fit with what you want. I have RH macro , its in teh forums somewhere and still works
 
kk

i found it, i think i modified it correctly gonna test once the guy repops

it is as follows:

Code:
Sub Main
:loop
/if (!${Window[InventoryWindow].Open}) /nomodkey /keypress inventory
/nomodkey /ctrl /notify InventoryWindow IW_Money1 leftmouseup
/click left target
/echo Clicking Left Target Should give 5 gp
/delay 2s ${Window[GiveWnd].Open}
 
/nomodkey /ctrl /notify InventoryWindow IW_Money1 leftmouseup
/delay 1
/click left target
/nomodkey /ctrl /notify InventoryWindow IW_Money1 leftmouseup
/delay 1
/click left target
/delay 8
:closing
/echo Attempting to Click Give
/notify GiveWnd GVW_Give_Button leftmouseup    
/delay 8 
/if (${Window[GiveWnd].Open}) /goto :closing
/echo End of Handin going back to Loop
/goto :loop
 
/echo All Done!
 
Last edited:
use CODE brackets please..

its the # tab to the right of the quotes tab and to the left of the < > tab
 
sorry bout that, fixed it now - still can't get it to give more then 2 gold at a time tho =/
 
Is it giving 2 gold or 3?

From the looks of it, it should be doing 3. You can either repeat the pickup money -> give lines a few more times, or you can make it modify the amount of gold picked up.

The easiest route would be to just copy/paste the get/give lines a few more times.
 
it's only doing 2 most of the time, sometimes three, i adjusted the pause in it and added more pick up lines and drop, but when i did it, i hardly ever does five, mostly 4 or 6 now. how can i edit how much it picks up instead of just doing one at a time?