- 19 Apr, 2018 4 commits
- 18 Apr, 2018 2 commits
-
- 17 Apr, 2018 8 commits
-
-
Jesse B authored
Change as per EQMule convo in discord. Chatwiththisname - Today at 11:32 PM static inline PSPAWNINFO SpawnMe() { return GetCharInfo()->pSpawn; } I think that's the reference that @Kaen01 was looking for. eqmule - Today at 11:33 PM dont do that if getcharinfo is NULL u will crash Line 1449 to 1451 MQ2Melee.cpp how would you do it to avoid crash? eqmule - Today at 11:37 PM so: static inline PSPAWNINFO SpawnMe() { if(pCharSpawn) { return (PSPAWNINFO)pCharSpawn; } return NULL; }
-
Jesse Snyder authored
1. Fixed issue Chatwiththisname brought up that would cause it to spam loot actions over and over again. 2. Added the ability to do looting during raid. /AutoLoot raidloot [on|off] -> Toggle raid looting on and off, the default is off. 3. Rewrote item actions such as /autoloot barter/sell/deposit to make the code cleaner (at least in my own opinion).
-
Jesse Snyder authored
1. Fixed issue Chatwiththisname brought up that would cause it to spam loot actions over and over again. 2. Added the ability to do looting during raid. /AutoLoot raidloot [on|off] -> Toggle raid looting on and off, the default is off. 3. Rewrote item actions such as /autoloot barter/sell/deposit to make the code cleaner (at least in my own opinion).
-
Jesse Snyder authored
1. Fixed issue Chatwiththisname brought up that would cause it to spam loot actions over and over again. 2. Added the ability to do looting during raid. /AutoLoot raidloot [on|off] -> Toggle raid looting on and off, the default is off. 3. Rewrote item actions such as /autoloot barter/sell/deposit to make the code cleaner (at least in my own opinion).
-
Jesse Snyder authored
1. Fixed issue Chatwiththisname brought up that would cause it to spam loot actions over and over again. 2. Added the ability to do looting during raid. /AutoLoot raidloot [on|off] -> Toggle raid looting on and off, the default is off. 3. Rewrote item actions such as /autoloot barter/sell/deposit to make the code cleaner (at least in my own opinion).
-
Jesse Snyder authored
1. Fixed issue Chatwiththisname brought up that would cause it to spam loot actions over and over again. 2. Added the ability to do looting during raid. /AutoLoot raidloot [on|off] -> Toggle raid looting on and off, the default is off. 3. Rewrote item actions such as /autoloot barter/sell/deposit to make the code cleaner (at least in my own opinion).
-
Jesse Snyder authored
1. Fixed issue Chatwiththisname brought up that would cause it to spam loot actions over and over again. 2. Added the ability to do looting during raid. /AutoLoot raidloot [on|off] -> Toggle raid looting on and off, the default is off. 3. Rewrote item actions such as /autoloot barter/sell/deposit to make the code cleaner (at least in my own opinion).
-
Jesse Snyder authored
Update to master See merge request !106
-
- 30 Mar, 2018 2 commits
-
-
Red Bot authored
-
- 29 Mar, 2018 4 commits
- 28 Mar, 2018 2 commits
- 23 Mar, 2018 1 commit
-
-
Definately Not Fucking Jesse authored
-
- 17 Mar, 2018 1 commit
-
-
Red Bot authored
-
- 16 Mar, 2018 2 commits
-
-
Jesse B authored
2 bracing error found. Corrections attempted based on my understanding of Macros. See https://www.redguides.com/forums/threads/62943-MQ2Melee-bracketing-issue-Found-it-now-someone-C-to-fix-it?p=355041#post355041 For details.
- 31 Jan, 2018 1 commit
-
- 21 Jan, 2018 1 commit
-
-
Jesse B authored
| - Added if you want it to spam you with what it is searching for. /declare ReportSearching bool outer FALSE is now defaulted to FALSE
-
- 20 Jan, 2018 2 commits
-
-
Red Bot authored
-
- 19 Jan, 2018 1 commit
-
-
Jesse B authored
Added the option to report what the macro is searching for to user altered variables on line 93, defaults TRUE Made initprice blindingly fast. Altered the way the macro changes prices from the for loop to the newvalue on the slider method. Changed the flow of the search and update methods for trader mode. Added automatically generated INI entries for INI's not currently in the INI. Generated INI entries will now use Vendor value if it's greater than MinSellPrice. Fixed the message for /mac bazaar makeini which was previously /mac makeini. Added updating prices without turning the trader off on updates. Will only turn it off when first ran. I probably did some other insignificant things that I can't recall doing. Such as deleting echos that I didn't like. I've used this extensively for 4 days. No errors to report in the work.
-
- 16 Jan, 2018 5 commits
- 15 Jan, 2018 4 commits