Search found 28 matches

by kabl2k
Wed Dec 20, 2017 6:54 pm
Forum: MQ2::Help
Topic: VIP Forums
Replies: 9
Views: 1580

Re: VIP Forums

although i suppose if you make mq2 work for phinnigal I would be back subscribing ;)
by kabl2k
Wed Dec 20, 2017 6:33 pm
Forum: MQ2::Help
Topic: VIP Forums
Replies: 9
Views: 1580

Re: VIP Forums

I really cant say it will make much of a diff for me i play on phinnigal and dont use mq2 anymore. I used to just like to browse the forums from time to time.
by kabl2k
Wed Dec 20, 2017 4:33 pm
Forum: MQ2::Help
Topic: VIP Forums
Replies: 9
Views: 1580

Re: VIP Forums

I thought a donation was access to vip forums for life? I donated a long long time ago to get access and now its gone...
by kabl2k
Tue Sep 27, 2005 5:25 pm
Forum: MQ2::Custom UI
Topic: Sars Vertical group and Target + HOTT windows
Replies: 1
Views: 1638

Sars Vertical group and Target + HOTT windows

Well didnt see anyone update sars at all so i just did the 2 windows that i actually cared about. class and lvl in group window and class, level, distance and direction for target and hott. The Hott part is untested as i dont have hott but the target and group stuff is right.. if the hott doesnt wor...
by kabl2k
Wed Jul 14, 2004 7:35 am
Forum: MQ2::Macros::Help
Topic: Cursor.Find help
Replies: 1
Views: 571

Cursor.Find help

can anyone tell me what the proper syntax for cursor.name is ive tryed a bunch of stuff... /if (${Cursor.Name.Equal["Ethereal Parchment"]}) { /mqlog Destroying Ethereal Parchments. /echo Destroying Ethereal Parchments. /destroy /delay 1s } ive tryed with and without quotes and ive also try...
by kabl2k
Mon Jun 28, 2004 11:34 pm
Forum: MQ2::Macros::Help
Topic: Animation ID's
Replies: 10
Views: 8816

Animation ID's

Does anyone have a list of the animation ID numbers? i did not see them in the readme.chm.
Trying to get my macro to see if my pet is attacking something like

/if (${Me.Pet.Animation[#]}

Thanks in advance!
by kabl2k
Tue Jun 15, 2004 5:58 am
Forum: MQ2::Bug Reports
Topic: ${Spawn[]} bugs V2
Replies: 1
Views: 592

${Spawn[]} bugs V2

I should of clarifyed my Variables i guess more.
${mob1} is not a name it resolved to Y:X location in my ini file my bad please unlock that thread those are valid bugs in the way that ${Spawn[]} is working now.

Hate to post this in a new thread but you did lock that one :(
by kabl2k
Mon Jun 14, 2004 11:28 pm
Forum: MQ2::Bug Reports
Topic: ${Spawn} bugs
Replies: 2
Views: 776

${Spawn} bugs

I hate to bring this up again but ${Spawn[]} is seriously borked and i havent heard any mention of it's function changing with the new param system so i will have to assume these are bugs... /varset PullMobID ${Spawn[npc loc ${Mob1} radius 3].ID} /target id ${PullMobID} The way it stands right now i...
by kabl2k
Fri Jun 11, 2004 7:02 pm
Forum: MQ2::Macros::Conversion Help
Topic: /varcat
Replies: 1
Views: 3673

/varcat

how would i go about varcat'in 2 string with the new format?

Code: Select all

      
      /varset T3 NULL
      /varset T1 ${Target.X}
      /varset T2 ${Target.Y}
      /varcat T3 ${T1},${T2}
      /if (${T3}==${Param0}) /goto :Finish
thanx for the help in advance :)
by kabl2k
Sun Jun 06, 2004 12:38 pm
Forum: MQ2::Macros::Help
Topic: ${Spawn}
Replies: 2
Views: 941

${Spawn}

i know that ${Spawn[ radius loc]} wasnt working right, it wouldnt look at the loc at all but find the next one in the radius has this been fixed i havent heard anything about it lately? or is there another way to do that kind of search? i cant use my macro because of this at the moment..
by kabl2k
Tue May 18, 2004 4:50 pm
Forum: MQ2::Bug Reports
Topic: ${Spawn[]} bug
Replies: 0
Views: 607

${Spawn[]} bug

I seen in the updated changelog that ${Spawn[]} was working but its still borked.
${Spawn[loc Y:X] works but with a radius 3 or any radius for that matter it wont even target that mob on that loc it goes to the next closest mob.
by kabl2k
Fri May 14, 2004 3:19 pm
Forum: MQ2::Macros::Conversion Help
Topic: ${spawn} question.
Replies: 2
Views: 4159

lol dont like shorform ??? hehe its second nature to me go easy too many years on irc.....
by kabl2k
Fri May 14, 2004 9:15 am
Forum: MQ2::Macros::Conversion Help
Topic: ${spawn} question.
Replies: 2
Views: 4159

${spawn} question.

Im convertiing over one of my macros and ive run into an issue, ive search and look at probably every macro in the depo and conversion thread but havent seen any1 that uses ${spawn} like me yet.... so what is wrong with this line? /varset PullMobID ${Spawn[npc radius 3 loc ${Mob1}].ID} In my old mac...
by kabl2k
Wed May 12, 2004 7:34 am
Forum: MQ2::Macros::Help
Topic: BuffWindow
Replies: 3
Views: 1053

well shit that was the case i did load mq after i was ingame, thanx lax didnt kno that was an issue but i do now :)
by kabl2k
Tue May 11, 2004 10:51 pm
Forum: MQ2::Macros::Help
Topic: BuffWindow
Replies: 3
Views: 1053

BuffWindow

/declare BuffLoc int local 0

/varcalc BuffLoc ${Me.Buff[LichSpell].ID}-1
/notify BuffWindow Buff${BuffLoc} leftmouseup

is not working for me i swear i seen this exact example given but it errors with :

Window "BuffWindow" not available.

any ideas on this?