ROF2 MQ2melee issue

Third party software discussion goes here.
Lanx
Posts: 64

ROF2 MQ2melee issue

Post#1 » 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:

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

Lanx
Posts: 64

Re: ROF2 MQ2melee issue

Post#2 » Mon Apr 06, 2020 12:01 am

Was able to figure out the issue. Items names have changed to include their tier level afterwards. For example Shield of the Omniscient is now Shield of the Omniscient (Tier 8).

opmklp
Posts: 72

Re: ROF2 MQ2melee issue

Post#3 » Mon Apr 06, 2020 1:20 am

holyshit2=/if (${Melee.Combat} && ${Spell[Divine Calling Rk. I].Stacks[0]}) /casting 120968

holyshit3=/if (${Melee.Combat} && ${Spell[Lich Sting].Stacks[0]}) /casting 6549

this is what my SK using simple holyshit for use shield clicky to get aggro currently

else ex)

holyshit5=/if (${Melee.Combat} && ${Me.PctMana}<80 && !${Me.Buff[Improved Gather Mana].ID} && ${Spell[Improved Gather Mana].Stacks[0]}) /casting 121297

downshit1=/if (${Spell[Form of Defense VIII].Stacks} && !${Me.Invis} && !${Me.Buff[Form of Defense VIII].ID} && !${Me.Moving}) /casting 121464

btw i using item numbers instead of full name of item, and its works

Return to “Third party software”

Who is online

Users browsing this forum: No registered users and 2 guests

cron