How about this, anyone see any problems? |*************************************************************************************** | - NecroFish.mac - * | - By: Yoda * | - v1.1 * | * | Usage: For Necros * | To Fish using a Fisherman's Companion. * | Will Gate, Sit and /afk when you run out of bait. *...
Thanks again lax, onto a Logic question, looking for some advice, I am also converting this fish macro to work for a necro that will FD while fishing. Everything is mostly the same, except one problem. my Event_fizzle now could be from either of the 2 spells that I cast, Gate or Feign Death, I need ...
Thanks alot Lax, how does it look now? Will this put the name of the item on the cursor in the Text for the DoLog subroutine, or does it need to be (${Cursor.ID})? /newif (${Cursor.Name.NotEqual[Fish Scales]}) /call DoLog "I caught some (${Cursor.Name})" Sub DoLog(Text) /mqlog @Text /echo ...
/sit /stand does the same thing, so yes, I could change it. What if all I want to know, is if there is something on the cursor? that is what I was trying to do with this: /newif (${Cursor.ID}) /call KeepItem also, /call DoLog "Caught (${Cursor.Name}) ..." Will that put the name of what is ...
Converted my fishing macro using new parms and stuff, hopeing maybe a couple people can look over it and see if I made any mistakes. Thanks in advance. |*************************************************************************************** | - Fish.mac - * | - By: Yoda * | - v1.1 * | * | Usage: * |...
well, I was assuming that that is the way it worked, just wanted to verify. Also, in this case, I wouldn't be in an area where there aren't any mobs. This particular code is part of something that enchants clay for me, nothing dangerous.
OK, Going to need some help with this. I am trying to come up with some code that will keep a log of the names of people that have sent you a tell and if that person sends you another tell, it will /return. This is what I have done so far, but pretty sure it is not going to work...wondering if I can...
OK, I haven't had a chance to run this yet, but thought I would post out here to see if anyone sees any issues with anything... (Kind of a mixture of a few fishing macro's I found, and I squished em all together with what I wanted to do) Thanks in advance for all help and critique! Seems to be worki...
I have a question.....just wondering if I am not seeing something in the code, but say you aren't a cleric so you remove: /cast "Celestial Healing" /delay 7s But you leave the Gate part in. well my question is: What happens if you are being attacked when this code is executed and you Fizzl...
I am having the incorrect client version issue also, my eqclient.ini in my release folder has a date of 2/12 on it. Should I be grabbing the one from EQ folders and putting in there when I compile, or am I doing something else wrong? Edit: Well, thats no help, I did a fresh download, deleted everyth...