Search found 14 matches

by CheckinThingsOut
Fri May 06, 2005 4:16 pm
Forum: ISXEQ::Scripts::Help
Topic: wait4rez.iss
Replies: 20
Views: 8606

I believe that there needs to be a space between the function name and the ():

Code: Select all

function wait4rez() 
should be

Code: Select all

function wait4rez () 
You might want to take a look at this one too:

Code: Select all

function LootSequence()
should be

Code: Select all

function LootSequence ()
by CheckinThingsOut
Thu Apr 28, 2005 1:19 pm
Forum: MQ2::General
Topic: Editor syntax color
Replies: 6
Views: 2855

Do any of you guys that use UltraEdit have a *current* syntax file that they could post. I don't like the old ones that have been posted in the past.
by CheckinThingsOut
Fri Apr 22, 2005 5:30 pm
Forum: MQ2::General
Topic: Gotta love Karma
Replies: 20
Views: 19091

And I personally thank the gods daily for him being banned.....
by CheckinThingsOut
Wed Mar 30, 2005 1:23 pm
Forum: What Not To Do::Help
Topic: Need Ini/Chat help
Replies: 6
Views: 6667

/declare DoBuff[10] string outer /declare DoBuffAliases[10] string outer /declare DoBuffGem[10] string outer /declare DoBuffIcon[10] string outer /varset MyIni buffbot_${Me.CleanName}.ini /declare i int local /for i 1 to 10 /varset DoBuff[${i}] ${Ini[${MyIni},DoBuffStuff,DoBuff${i},NOTFOUND]} /if (...
by CheckinThingsOut
Mon Sep 27, 2004 2:47 pm
Forum: Macro Depot (MQ1)
Topic: UltraEdit Syntax Highlighting
Replies: 5
Views: 6948

Digging through all of the UltraEdit highlighting examples, this one still appears to be the best so far even though it's in the MQ1 area. I've added edited it to fit some stuff with the newer MQ2 but I still have one issue. I can't get || to be recognized as an operator. Anyone have a way to make i...
by CheckinThingsOut
Thu Jul 29, 2004 10:18 am
Forum: MQ2::General
Topic: finding earth rings, i did search
Replies: 11
Views: 3740

That last post seems ambiguous. Is this right?: dust guy is up - Dust ring is down(named will not spawn) elem guy is up - MAoE will not spawn ? Is this right? No..I edited my post to fix a typo. elem guy is up - Dust ring is down(named will not spawn) arbitor guy is up - MAoE will not spawn Like I ...
by CheckinThingsOut
Fri Jul 23, 2004 1:24 pm
Forum: MQ2::General
Topic: finding earth rings, i did search
Replies: 11
Views: 3740

vegtxt = Vine ring = does NOT mean named will spawn stonetxt = Stone ring = does NOT mean named will spawn the last = Mud ring = does NOT mean named will spawn the creature = Dust ring = does NOT mean named will spawn stoneguy = if this timer is up, Peregrin Rockskull will NOT spawn mudguy = if this...
by CheckinThingsOut
Thu Jul 22, 2004 10:15 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: One-Click Un/Mount AA Steed
Replies: 7
Views: 2573

As I said, I have other things going on in the subs of my actual macro. That's the reason I don't have a bind for it.
by CheckinThingsOut
Thu Jul 22, 2004 8:44 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: One-Click Un/Mount AA Steed
Replies: 7
Views: 2573

Thanks for posting the alternative.

It doesn't fit my needs since what I posted is a skeleton of code that does some other things in the subs. But yeah, that works if all you want to do is just un/mount.
by CheckinThingsOut
Wed Jul 21, 2004 11:32 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: One-Click Un/Mount AA Steed
Replies: 7
Views: 2573

One-Click Un/Mount AA Steed

I got tired of the normal hotkey of: /alt activate xxx /dismount because it was so ugly and sometimes you would have to click a couple of times because you would summon your steed then immediately dismount. It worked ok but like I said, just wasn't pretty. So, I came up with this tiny simple macro: ...
by CheckinThingsOut
Wed Jul 14, 2004 9:14 am
Forum: MQ2::General
Topic: New GM invis, Crackdown on Sullon Zek
Replies: 16
Views: 8745

Not only that but AssJammer aka Jamlamin is one of the biggest fucktard GM's the game has ever seen. I've butted heads with him on more than one occasion as a guild officer. My favorite is having some EP gods kill him while we was standing there ranting and raving about xlocing our healers and shit ...
by CheckinThingsOut
Mon Jul 05, 2004 5:32 pm
Forum: MQ2::Help
Topic: Weapon dmgbonus ?
Replies: 3
Views: 1276

Yeah, I thought that maybe since it's listed it would be a value that I could use in a calculation, just as dmg and delay are variables. But, I may be stuck building my own custom dmgbonus function just so I can get the value to use.
by CheckinThingsOut
Mon Jul 05, 2004 5:00 pm
Forum: MQ2::Help
Topic: Weapon dmgbonus ?
Replies: 3
Views: 1276

Weapon dmgbonus ?

Is the dmg bonus of a weapon available in MQ2? I may have overlooked it, but I can't find any variable that will tell me the dmg bonus of an item I am currently viewing if that item is a weapon.
by CheckinThingsOut
Mon Jul 05, 2004 12:00 pm
Forum: MQ2::Macros::Help
Topic: Tribute Question
Replies: 3
Views: 906

Try ${Item.Favor} . Don't have time to test it, but if it's in there, that would be it.