• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Problem - MQ2Melee 2H Bash

Joined
May 14, 2016
RedCents
1,052¢
It looks like 2H bash is broken in mq2melee right now.
Rich (BB code):
/melee bash
[2016/09/25 18:21:24] MQ2Melee::bash (0) [#] Bash 0=0ff.
/melee bash=1
[2016/09/25 18:21:28] MQ2Melee::bash (1) [#] Bash 0=0ff.
/melee save
[2016/09/25 18:21:30] MQ2Melee::Saving...
/melee bash
[2016/09/25 18:21:32] MQ2Melee::bash (0) [#] Bash 0=0ff.

Check .ini:
Rich (BB code):
[MQ2Melee]
aggro=1
bash=1
disarm=1
enrage=1
facing=1
holyflag0=1
holyflag1=1
holyflag2=1
infuriate=1
layhand=20
melee=1
plugin=1
provoke0=73
provoke1=3245
provokeend=20
provokemax=1
provokeonce=1
rallos=0
resume=75
stickbreak=1
stickrange=75
stun0=73
stun1=3245
taunt=1
holyshit0=/if (${Window[CombatAbilityWnd].Child[CAW_CombatEffectLabel].Text.Equal[No Effect]} && ${Me.CombatAbilityReady[Holyforge Discipline]} && ${Target.Body.Name.Equal[Undead]} && (${Target.Named} || ${SpawnCount[npc radius 50 zradius 10]}>3) && ${Melee.AggroMode}) /disc Holyforge Discipline
holyshit1=/if (${Window[CombatAbilityWnd].Child[CAW_CombatEffectLabel].Text.Equal[No Effect]} && ${Me.CombatAbilityReady[Guard of Righteousness]} && (${Target.Named} || ${SpawnCount[npc radius 50 zradius 10]}>3) && ${Melee.AggroMode}) /disc Guard of Righteousness
holyshit2=/if (${Window[CombatAbilityWnd].Child[CAW_CombatEffectLabel].Text.Equal[No Effect]} && !${Me.CombatAbilityReady[Guard of Righteousness]} && ${Me.CombatAbilityReady[Deflection Discipline]} && (${Target.Named} || ${SpawnCount[npc radius 50 zradius 10]}>3) && ${Melee.AggroMode}) /disc Deflection Discipline
version=8.100

Can confirm, bash never fires. Unless I switch to a 1h with a shield. This affects my paladin and sk.
 
GetAAIndexByName("2 Hand Bash") -- name changed to Two-Handed Bash, so that doesn't work.

IMO that's a poor way to do it, better to check for the SPA from the AA, then it doesn't matter what the AA is called :P

Also, the check should also check if the item is the SHD/PAL 1.0 since those also allow two hand bash :P

Rich (BB code):
HaveBash = pCharData1->TotalEffect(226, 1, 0, 1, 1) ? true : false;

That's what I use :P
 
Its fixed you can use the updater to download the new version in about a hour.

Thanks Mackal
 
Last edited:
Problem - MQ2Melee 2H Bash

Users who are viewing this thread

Back
Top
Cart