ROF2 MQ2melee issue
Posted: Sun Apr 05, 2020 10:59 pm
I recently switched from UF to the new ROF2 client that was made available on the boards. For some reason my melee codes, specifically the holyflag/holyshit commands, that worked fine on UF MQ2melee are not working on the ROF2 client. The rest of the plugin runs with no problems
I downloaded my MQ ROF2 client from http://mqemulator.net/downloads.php and proceeded to copy and paste the old character.ini file into the new folder. When that did not work, I deleted the ini file and loaded a new one from the ROF2 client. The only thing that changed was version=4.951 to version=6.020. I then copied the old holyflag and holyshit commands into the new ini file with luck:( Only a handful work and this is across all of my characters.
Any insight would be much appreciated:)
The following is the code that I am using on my SK:
I downloaded my MQ ROF2 client from http://mqemulator.net/downloads.php and proceeded to copy and paste the old character.ini file into the new folder. When that did not work, I deleted the ini file and loaded a new one from the ROF2 client. The only thing that changed was version=4.951 to version=6.020. I then copied the old holyflag and holyshit commands into the new ini file with luck:( Only a handful work and this is across all of my characters.
Any insight would be much appreciated:)
The following is the code that I am using on my SK:
Code: Select all
[MQ2Melee]
aggro=1
bash=1
disarm=1
enrage=1
facing=1
feigndeath=30
harmtouch=0
holyflag0=1
holyflag1=1
holyflag2=1
holyflag3=1
holyflag4=1
holyflag5=1
holyflag6=0
downflag0=0
infuriate=0
melee=1
petassist=0
petmend=20
petrange=0
plugin=1
provoke1=9404
provokeend=0
provokemax=500
provokeonce=0
resume=20
slam=1
stickrange=0
taunt=1
holyshit0=/if (${Target.Type.Equal[NPC]} && ${Cast.Ready[Shield of the Omniscient]}) /casting 120968| Item
holyshit1=/if (${Target.Type.Equal[NPC]} && ${Cast.Ready[Greaves of Erebos]}) /casting 18836| Item
holyshit2=/if (!${Me.Moving} && !${Me.Buff[Dark Drain II Recourse].ID} && ${Spell[Dark Drain II Recourse].Stacks}) /casting 9623|item
holyshit3=/if (!${Me.Buff[Plague Knight's Curse].ID} && ${Spell[Plague Knight's Curse].Stacks}) /casting 18429|item
holyshit4=/if (!${Me.Buff[Immortality].ID} && ${Spell[Immortality].Stacks}) /casting 18394|item
holyshit5=/if (!${Me.Moving} && !${Me.Buff[Death March IV].ID} && ${Spell[Death March IV].Stacks}) /casting 9070
holyshit6=/if (${Me.PctHPs}<20 && ${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]}) /casting 17818|item
version=6.020