• 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! 👋
  • There is a suspension/ban wave happening. We don't know why. Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

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