I had to remove the bank portions and rewrite the merchant ui selection. I've used it on several diff chars (shd, bst, mag, clr, shm, brd, enc) and it worked pretty well. The ini was off for some things and some newer spells are missing, but the basic functionality is there. |Usage: | /macro spellst...
Anyone have full ini lists that they can send me? Links are dead. I've gotten this updated (mostly) so it will buy again but could use the ini's so i don't have to reinvent the wheel.
The $ is used to specify a variable, in this case the identify of the target. It basically says if you have a target and that target is not your main mage to /goto :pet Try this: Sub Main /declare MainMage string magename /declare SendPet int 1 :Start /assist ${MainMage} /delay 5 /if (${Target.ID} &...
#event Zoned "You have entered#*#" Sub Event_Zoned() | misc code /return The actual code doesn't seem to matter, but the event isn't being caught at all. This particular sub has been working previously for 6 months or more, did something change or is there an issue with some events since ...
Don't think so, but I've been wrong before. Since xylobot died as far as EQ was concerned I had people ask if there was a way to keep running MCS. I pointed them here and offered help getting in it compiled. Nobody has asked for help with compiling and the last update I made for anything pre-compile...
That would be mine :) I haven't had a chance to update it much so I haven't really pushed it out there. It's a conversion of the MCS (Master Control Script) I made for xylobot few years ago. It's basically used to box with and handles some class specific stuff. The manual really needs updating, I've...