Hey guys,
I am looking to pay someone to make me a macro that whenever I do /lot buy <# of tix>, it won't allow it to go through, and thusly stops my lotto addiction.
I was told this was possible, but it might not.
Thanks!
Thread Tools
Thread Tools
-
MaxToMinimum PresidentPresident ⛰️⛰️ Ex-Tycoon ⚜️⚜️⚜️
-
ProfessorDoom BuilderBuilder ⛰️ Ex-Resident ⚒️
$${
STRIP(&chat,%CHAT%)
IFMATCHES(%&chat%,Type /lot buy [0-9]+) -
Mission001 Ex-EcoLegend HⱻặĐHůƞẗǝɍECC Sponsor President ⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ III ⭐ Premium Upgrade
- Joined:
- Apr 16, 2011
- Messages:
- 5,497
- Trophy Points:
- 106,160
- Gender:
- Male
- EcoDollars:
- $495
- Ratings:
- +6,468
-
1. /lot buy 0 will still purchase one ticket as /lot buy without a (valid) number will purchase one single ticket.
2. MY own code suggestion:
Code:lottoban.txt $${ IFMATCHES(%CHAT%,"^/lot(to|tery)? buy") FILTER() LOG("&cYou may not buy a lotto ticket.") ENDIF }$$
-
Winner x 1 - List
-