• 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
TurnipBuy

Release TurnipBuy v0.22

No permission to download

Redfrog

Is now BlueFrog
Creator
Joined
Nov 29, 2017
RedCents
3,891¢
Redfrog submitted a new resource:

TurnipBuy - Fills your bags quick with turnips and water so you can go adventure

Start in PoK, it will send a character to Perago (right outside where we 'stein' to), will buy up to 1000 turnips and water to fill you up fast and get yourself on to play. If you have some some it will see and top you off to 1000. I use this for low levels who do not have good stat food yet (should be good for TLP and EMUI think) and for my high level guys to keep on top f the stat food and drink. Easily modifiable of you prefer other food or drink, such as:
--If you want a different food...

Read more about this resource...
 
If anyone uses this, please let me know if its broke or your server use. My thoughts are it works on EMU and TLP with that NPC being a main character with the items sold being a mainstay as well. Much appreciated.
 
I've downloaded it but havent used it yet. I will let you know once I do. It came along right when I was thinking of writing a script for this lol. So a very timely resouce addition.

I just tried it and it worked well. I do know you can do a /buyitem 1000 command to buy 1000 at a time, so maybe incorporate that into the script, so it buys whatever the difference between the inventory values and the 1000 you want. I don't know if that triggers any signals on the EQ side or not, so that might be a question to ask.

I had been buying fresh fish from Chef Denrun in POK, so I might look at the costs to see which one is more cost efficient. But definitely a good resource. Thanks!
 
Actually the turnips are the same price as the fresh fish so I left it as buying the turnips. I did modify the code a bit to buy the full 1000 at a time. I never heard if that was a red flag for the server side or not when we do that. The code I modified was these section. I had to do this in 2 different places

Code:
            local batch = math.min(amountToBuy, 20)
            batch = amountToBuy -- Added this line, it just sets the amountToBuy to the max rather than 20 at a time.
 
Actually the turnips are the same price as the fresh fish so I left it as buying the turnips. I did modify the code a bit to buy the full 1000 at a time. I never heard if that was a red flag for the server side or not when we do that. The code I modified was these section. I had to do this in 2 different places

Code:
            local batch = math.min(amountToBuy, 20)
            batch = amountToBuy -- Added this line, it just sets the amountToBuy to the max rather than 20 at a time.
Thanks Nightmare, I'll take a look and update when I can. I'm still working out my other broken Lua. I like the idea, very appreciated.
 
New and Improved:
- Gui
- Pick your Own Food/Drink and Favorite Merchant
Default Vendor is Perago, Default is Water and TURNIPS , why? Because!
- Click Group to run all to buy at the same time. (all group members will use the same settings, except for Regents)
- Regent options include Malachites for Mages, Tiny Daggers for Enc, Axes for Zerks (based on zerk level)
- Purchasing in stacks (option is Target Stacks) Live a stack is 1000, EMU is 20 (standard EMU) may need testing for others
- Themes
-updated super fast purchasing
-Now for Live/Test/TLP and EMU
-Save button will blink to remind you to save

If you pick your own Vendor, the loc where you stand (in front of the vendor) will run you there so you don't get stuck in places
1780004387733.png


I suggest buy food/drink that stacks to 1000. I simply got the habit of buying nasty turnips.
ButtonMaster Button available on Overview for you.
 
Last edited:
-- 0.22: Testing release
-- 0.21: Testing for Frostreaver
-- 0.20: Testing release
-- 0.19: Bone Chips (NEC/SHD) via Guild Lobby (For LIVE ONLY); reagent buy target capped at 20 (axes stack 100 on EMU)
-- 0.18: Player standing position for nav (not NPC coords); reagent buying (MAG/ENC/BER); autorun arg for group mode
-- 0.17: Group mode sends DanNet commands at each buy step (nav/target/open/buy/close) - no script needed on members
 
Release TurnipBuy

Users who are viewing this thread

Back
Top
Cart