Search found 19 matches

by Snappahead
Fri Sep 26, 2003 11:16 am
Forum: Outdated Macros::Macro Depot
Topic: NecroFarm v0.3.0b - Basic pet class hunt/farm script
Replies: 15
Views: 14408

First off, thanks for creating the script, it is very handy for studying/working/doing other things while farming crap. One feature I wanted to see if you could incorporate would be to have your pet attack a mob that hits you. I have been collecting stuff from Nethebrian drones and their buddies and...
by Snappahead
Fri Nov 08, 2002 4:48 pm
Forum: Outdated Macros::Macro Help
Topic: I can't get macros to work
Replies: 13
Views: 3289

Well, stop asking so many questions and start reading the board a little, and reading all the macros already in your directory to see how they work. Get TextPad, load up the syntax file posted by Fippy, and start playing around. Post any macros you are having problems with in the Help section for ma...
by Snappahead
Fri Nov 08, 2002 4:15 pm
Forum: Outdated Macros::Macro Help
Topic: I can't get macros to work
Replies: 13
Views: 3289

Did you try what I suggested? I am using the latest version and it does NOT look for macros in \release\macro as in previous versions, it is looking for them in the /release folder. Copy the macros out of the /macro folder and move them up one directory into the /release folder. I could be wrong, bu...
by Snappahead
Fri Nov 08, 2002 11:52 am
Forum: Outdated Macros::Macro Help
Topic: I can't get macros to work
Replies: 13
Views: 3289

Try moving the macros from the /release/macros folder into the /release folder.
by Snappahead
Sun Nov 03, 2002 8:22 am
Forum: Outdated Macros::Macro Help
Topic: flame away, heres my first attempt at a script
Replies: 7
Views: 1822

I don't think he is acutally hiding, just changing his afk message in case a gm in the zone asks him what he is doing - although I really don't think you there would be any problems with gm's running this macro - people go afk all the time for extended periods - that is not a bannable offense ;) (ye...
by Snappahead
Sun Nov 03, 2002 4:38 am
Forum: MQ2::General
Topic: 31-10 Offsets
Replies: 30
Views: 10297

As well as the issues already brought up above (/h and /face) I have noticed that the /merchant command also appears not to be working.
by Snappahead
Thu Oct 31, 2002 6:00 am
Forum: Outdated Macros::Macro Help
Topic: Can you set a variable as a non-numeric value?
Replies: 4
Views: 882

Thanks for the tip Fippy - I kinda hit the wall with this one. I haven't been able to test with the quotes as yet.

An example of an array would be interesting to see as well - I am eager to see any ways which this could be accomplished.
by Snappahead
Thu Oct 31, 2002 2:48 am
Forum: Outdated Macros::Macro Help
Topic: Can you set a variable as a non-numeric value?
Replies: 4
Views: 882

I am glad you like it, but can anyone tell me if the syntax is correct? I am having some problems with the macro I have actually written and not too sure if my use of variables is correct or not...
by Snappahead
Wed Oct 30, 2002 6:34 pm
Forum: Outdated Macros::Macro Depot
Topic: Yet another Cleric bot Macro...
Replies: 10
Views: 4305

I did this in the druid.mac macro to heal my pet when I had it targeted. You will need to change a few things to suit this macro, but it should get you started. /if $p2~~"peth" /call PetHealSub Sub PetHealSub /assist $v33 /delay 6 /tell $v33 INC Heal for %T /call SpellSub 1 5 /tell $v33 %T...
by Snappahead
Wed Oct 30, 2002 12:07 pm
Forum: Outdated Macros::Macro Help
Topic: Can you set a variable as a non-numeric value?
Replies: 4
Views: 882

Can you set a variable as a non-numeric value?

What I would like to do is set a variable as a string and not a number. For example /varset v10 "Bat Wing" /varset v11 "Frosting" /varset v12 "Sauces" /varset v13 "Fresh Fish" Then, doing a skill check with /varset v80 $char(skill,Baking) /if n $v80<40 {/varse...
by Snappahead
Wed Oct 30, 2002 10:50 am
Forum: MacroQuest::Help (Outdated)
Topic: Another newb to add to the fire
Replies: 6
Views: 1768

Sorry, no further suggestions from me, maybe someone else knows what is happening. Good luck.
by Snappahead
Wed Oct 30, 2002 9:05 am
Forum: MacroQuest::Help (Outdated)
Topic: Another newb to add to the fire
Replies: 6
Views: 1768

I think the release version now is IRC-20021024, not IRC-20021023. Check your version, and edit that line in your ini file (second line). Not saying that will work for sure, but it might.... :wink:
by Snappahead
Mon Oct 28, 2002 5:15 pm
Forum: MQ2::General
Topic: Offsets 25-10
Replies: 42
Views: 12552

Using /doability in the old ui
by Snappahead
Mon Oct 28, 2002 12:48 pm
Forum: Outdated Macros::Macro Help
Topic: Macros on the fly...
Replies: 4
Views: 942

It is easy to do that way if you use EQ windows on the same comp, but you can also edit the macro from another terminal on the network. Just reload the macro after you have made changes to see the effect.
by Snappahead
Mon Oct 28, 2002 11:49 am
Forum: MQ2::General
Topic: Offsets 25-10
Replies: 42
Views: 12552

I am having the same issue with the /doability [ability] command. It crashes the EQ client without fail.

/doability [#] does work fine as already reported.