[DiscordArchive] Does anyone have a lua script that gives the player a buff within an area or map every 5 minutes?
[DiscordArchive] Does anyone have a lua script that gives the player a buff within an area or map every 5 minutes?
Archived author: Marcelo • Posted: 2023-10-09T19:35:35.659000+00:00
Original source
Does anyone have a lua script that gives the player a buff within an area or map every 5 minutes?
Archived author: KJack • Posted: 2023-10-09T20:11:55.871000+00:00
Original source
AHBot is good, but it will miss a lot of things from the AH. You can alter the select statement in the code to get everything in `item_template`, but then you're going to have a lot of items on the AH that shouldn't be (GM items, test items, junk, etc). It's a bit of a hard nut to crack.
Archived author: KJack • Posted: 2023-10-09T20:12:56.043000+00:00
Original source
I changed the SELECT statement to everything in `item_template` and then manually added a ton of stuff to the `mod_auctionhousebot_disabled_items` table. it's a journey.