• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Code question

buckeyesfan1

New member
Joined
Apr 6, 2006
RedCents
10¢
How do I make this line take out 5 gold pieces instead of 1 ?

/nomodkey /ctrlkey /notify InventoryWindow IW_Money1 leftmouseup
 
Rich (BB code):
/nomodkey /notify InventoryWindow IW_Money1 leftmouseup
/delay 2s
/nomodkey /keypress backspace chat
/nomodkey /keypress backspace chat
/nomodkey /keypress backspace chat
/nomodkey /keypress backspace chat
/nomodkey /keypress backspace chat
/nomodkey /keypress backspace chat
/nomodkey /keypress backspace chat
/nomodkey /keypress backspace chat
/nomodkey /keypress backspace chat
/delay 3
/nomodkey /keypress 5 chat
/delay 3
/nomodkey /notify QuantityWnd QTYW_Accept_Button leftmouseup
 
Why not use /notify all the time and avoide /keypress?
Rich (BB code):
/nomodkey /notify InventoryWindow IW_Money1 leftmouseup
/delay 2s
/nomodkey /notify QuantityWnd QTYW_Slider newvalue 5
/delay 2s
/nomodkey /notify QuantityWnd QTYW_Accept_Button leftmouseup
 
Code question

Users who are viewing this thread

Back
Top
Cart