Search found 15 matches

by episix
Tue Nov 30, 2004 9:08 pm
Forum: MQ2::Macros::Help
Topic: Include Help.
Replies: 25
Views: 2052

Include Help.

heya, i'm working on an include file that takes "/" commands and preforms the task from /tells. Code is about 90% taken from Jerles RH mac, but im trying to make it so i can use it with any macro, and yes i know it would prolly be better as a plugin by my programmings skills are still very...
by episix
Sat Oct 30, 2004 9:29 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 905
Views: 317209

For the not so smart of a macro coder, how would i modify this to NOT switch back to the beneficial weapon (Primal with avatar proc) if i have the spell Ferine Avatar on me. /if (${doSwitch} && ${wstype.Equal[Beneficial]}) { /varset itemspellname ${FindItem[${weapon1}].Spell} /if (${itemspel...
by episix
Thu Oct 28, 2004 10:20 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Help an noobie please
Replies: 6
Views: 2194

jesus fuck
LOL!! same thing pop'd into my head.
by episix
Thu Oct 28, 2004 10:17 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 905
Views: 317209

episix: Back around version 4 or so, this was written this way (it used to not account for nimble evasion). If you don't have nimble evasion, I'm not sure why the code is trying to hide and sneak for you, unless paren parsing is somehow screwed up in MQ2. Do me a favor and type this in, next time y...
by episix
Thu Oct 28, 2004 6:26 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 905
Views: 317209

episix: Regarding trying to hide while moving around... RH *will* try to hide while you're moving around, but only if you invested some points into the Nimble Evasion. One of two things is happening: you bought a level of nimble evasion and it's not working very well since you only got 1 level of i...
by episix
Thu Oct 28, 2004 10:32 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 905
Views: 317209

possibly something wrong with /if (${AutoHideSneak} && ${Me.AbilityReady["Hide"]} && !${Me.Casting.ID} && ${Me.Sneaking} && (!${Me.Moving} || ${Me.AltAbilityReady[Nimble Evasion]}) && ${Me.State.NotEqual[BIND]} && !${Window[TradeWnd].Open} &a...
by episix
Tue Oct 26, 2004 9:38 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 905
Views: 317209

#Event InitDPS "[MQ2] Loading Includes..." #Event DPS "You #1# #2# for #3# points of damage." #Event DPSnm "#1# hit #2# for #3# points of non-melee damage." Sub Event_InitDPS /declare DPS_bDPSLoaded bool outer TRUE } ... /RETURN without the echo it wouldnt see the bold...
by episix
Mon Oct 25, 2004 9:40 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 905
Views: 317209

For a rogue, you're better off opening with a strike I never said anything about not opening with a strike, its just when you start running to a mob to attack it and your facing the mob, its looks kinda strage when you strife all the way around to get behind, was just thinking it would look more na...
by episix
Sun Oct 24, 2004 10:33 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 905
Views: 317209

Jerle i know your busy, but would it be possible to make it so if you start attacking from the front, instead of strifing all teh way around it runs into the mob and when it gets behind, turns and then strikes?

Just throwing out an idea ;)
by episix
Fri Sep 03, 2004 11:27 pm
Forum: MQ2::Bug Reports
Topic: Crash with /itemtarget
Replies: 2
Views: 1230

That fixed it! thanks much ;D
by episix
Thu Sep 02, 2004 10:57 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Self Automated Tradeskill Macros
Replies: 409
Views: 303587

Tried that, stiill crashing ;\
by episix
Thu Sep 02, 2004 9:56 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Self Automated Tradeskill Macros
Replies: 409
Views: 303587

I read that someone had an error with /itemtarget earlier in the thread, but i never saw a solution to it.
Whenever i run one of the tradeskill macros as soon as it gets to /itemtarget Forge, Kiln, etc I CTD, can anyone link me to where the fix was? thanks ;)
by episix
Wed Sep 01, 2004 10:41 pm
Forum: MQ2::Bug Reports
Topic: Crash with /itemtarget
Replies: 2
Views: 1230

Crash with /itemtarget

Not sure if this is the information thats needed but whenever i try to /itemtarget i CTD. Loaded 'C:\Program Files\Sony\EverQuest\eqgame.exe', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\ntdll.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\kernel32....
by episix
Wed Aug 18, 2004 9:13 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 421
Views: 175383

Thanks much dumbstruck, i'll check it out. ;)
by episix
Wed Aug 18, 2004 1:47 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 421
Views: 175383

I know it's a bit late to say it, but I love this macro, great work.

Was just wondering b/c of the recent spell interrupt issue that maybe you thought about adding something to summon mount if not mounted.

/shrug ~ just an idea ;)

Thanks again.