Search found 19 matches

by yoda
Thu Apr 22, 2004 4:16 pm
Forum: Macro Help (MQ1)
Topic: Requesting code review
Replies: 9
Views: 2760

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. *...
by yoda
Thu Apr 22, 2004 2:35 pm
Forum: Macro Help (MQ1)
Topic: Requesting code review
Replies: 9
Views: 2760

different logic question

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 ...
by yoda
Thu Apr 22, 2004 2:00 pm
Forum: Macro Help (MQ1)
Topic: /ctrl with /finditem
Replies: 10
Views: 2312

(bad info)
by yoda
Thu Apr 22, 2004 1:46 pm
Forum: Macro Help (MQ1)
Topic: /ctrl with /finditem
Replies: 10
Views: 2312

I believe it is:

/sendkey down Ctrl
/sendkey up Ctrl
by yoda
Thu Apr 22, 2004 1:24 pm
Forum: Macro Help (MQ1)
Topic: Requesting code review
Replies: 9
Views: 2760

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 ...
by yoda
Thu Apr 22, 2004 12:43 pm
Forum: Macro Help (MQ1)
Topic: Requesting code review
Replies: 9
Views: 2760

/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 ...
by yoda
Thu Apr 22, 2004 11:12 am
Forum: Macro Help (MQ1)
Topic: Requesting code review
Replies: 9
Views: 2760

Requesting code review

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: * |...
by yoda
Thu Apr 15, 2004 1:21 pm
Forum: Macro Help (MQ1)
Topic: Easy Question
Replies: 4
Views: 1214

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.

Thanks for the help!
by yoda
Thu Apr 15, 2004 11:43 am
Forum: Macro Help (MQ1)
Topic: Easy Question
Replies: 4
Views: 1214

Easy Question

when I do a /doevents and an event has happened and it goes to the code:

For Example

Code: Select all

Sub Event_Nomana
   /delay 6m
/return
when it does the /return, does it go back to where the /doevents originally occured that sent it there, or do I need to send it somewhere?
by yoda
Tue Mar 09, 2004 3:57 pm
Forum: Macro Help (MQ1)
Topic: Log People
Replies: 2
Views: 970

Log People

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...
by yoda
Wed Mar 03, 2004 12:44 pm
Forum: Macro Depot (MQ1)
Topic: Ranger autoarchery
Replies: 1
Views: 1312

No Ranger macro can be complete without:

Code: Select all

#Event SLAINBY  "You have been slain by "

Sub Event_SLAINBY 
   /Echo Slained Event Entered 
   /endmacro 
/return 
hehe jk
by yoda
Fri Feb 27, 2004 4:01 pm
Forum: Macro Depot (MQ1)
Topic: yet another fishing macro
Replies: 3
Views: 1540

yet another fishing macro

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...
by yoda
Wed Feb 25, 2004 11:18 am
Forum: Macro Depot (MQ1)
Topic: My Fishing Macro... for casters on teh planes..
Replies: 6
Views: 3088

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...
by yoda
Wed Feb 18, 2004 5:41 pm
Forum: MQ2::Help
Topic: confusion about latest release of MQ2
Replies: 14
Views: 4026

ok, thank you very much.
by yoda
Wed Feb 18, 2004 3:28 pm
Forum: MQ2::Help
Topic: confusion about latest release of MQ2
Replies: 14
Views: 4026

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...