• 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

Release buy.lua [Deleted]

Status
Not open for further replies.
Worked for me.
[CODE lang="ini" title="purchase.Lua"]local mq = require('mq')

local buy = require('buy')

buy.item("Iron Ration",10)[/CODE]
 
jb321 updated buy.lua with a new update entry:

minor changes

Fixed:

Will now uncheck usable items so you can buy stuff better..

(class specific items,etc...)

Added:

If you somehow go try to buy stuff and you don't have enough to even buy it to begin with it will now exit without just sitting there.. forever...

(I.e. the buy button is greyed out when the item is selected)

Read the rest of this update entry...
 
this needs another update.. which is coming.. I love chaos so I will work on this while I am working on other things too..
 
Just an fyi...I had to change line 36 from
if mq.TLO.Window('MerchantWnd').Child('UsableButton').Checked() then
to
if mq.TLO.Window('MerchantWnd').Child('MW_UsableButton').Checked() then
 
Release buy.lua [Deleted]
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart