EZ Server

General Category => General Discussion => Topic started by: clbreastmilk on October 13, 2015, 10:35:41 am



Title: MQ2 Twist UC using RoF version
Post by: clbreastmilk on October 13, 2015, 10:35:41 am
Slowly transferring over to RoF (Love it) and having an issue trying to replicate across my MQ2 twist functions.  Did the item slots change ?

[Click_21]
CastTime=0
ReCastTime=200
Name=DISABLED
Slot=0

That was what I used previously with a /twist 21 hotkey.

If it has changed, can anyone point me towards the new item slots so I can add bard epic twists into their songs? 

<3


Title: Re: MQ2 Twist UC using RoF version
Post by: Blurring on October 13, 2015, 10:43:19 am
/echo ${InvSlot[charm]}

try that.


Title: Re: MQ2 Twist UC using RoF version
Post by: clbreastmilk on October 13, 2015, 12:17:53 pm
I created a hotkey for this Macro Blurring

The result didn't use the charm and the eqbc spit out:

[MQ2] 0

Did I do this wrong?


Title: Re: MQ2 Twist UC using RoF version
Post by: Blurring on October 13, 2015, 12:22:24 pm
That's telling you the slot number for the charm slot. You can use that to determine slot number for any invslot - see appendix E for slot names. http://www.macroquest2.com/includes/wassup/manual.php

The slot number is the same, so something is broken/changed in your RoF2 MQ2Twist plugin. Anybody using RoF2 know if it's a simple syntax change in the ini?


Title: Re: MQ2 Twist UC using RoF version
Post by: huffdady on October 13, 2015, 12:23:06 pm
I thought the rules say we can only twist bard songs, that using twist for items are forbidden.   Is that not true or am I just delusional?  


Title: Re: MQ2 Twist UC using RoF version
Post by: clbreastmilk on October 13, 2015, 12:27:42 pm
I fixed the issue.  I compared the RoF/UF char ini files and noticed the RoF was using up to I believe click_18.  I just changed the click to 10 and then edited the macro to use 10 instead of 21.  Success.

Thank you Blurring.


Title: Re: MQ2 Twist UC using RoF version
Post by: Mixlor on October 13, 2015, 12:39:50 pm
It is allowed to twist bard epic and songs. But only those. Use for any other means at your own risk.


Title: Re: MQ2 Twist UC using RoF version
Post by: clbreastmilk on October 26, 2015, 02:32:53 pm
Speaking of bard epic.  I am now having issues trying to replicate the bard epic twist over from UF to ROF2.

I downloaded the MQ2 Classic ROF2.  Copied over the Char ini file for my bard from the UF MQ2 installation.

When /twist 10 is applied using the Char ini file copy below:

[Click_10]
CastTime=0
ReCastTime=600
Name=Saw Bladed Scimitar
Slot=13

I get the following EQBC spit out:

MQ2Twist Twisting:
10 - Saw Bladed Scimitar Twisting 1 song
MQ2Exchange:: Item is already in a worn slot.

No epic click occurs, but oddly enough, it seems to be twisting the Ultimate Charm v3 instead?

Any help is greatly appreciated!


Title: Re: MQ2 Twist UC using RoF version
Post by: Kruciel on October 26, 2015, 02:36:18 pm
[Click_10]
CastTime=0
ReCastTime=600
Name=DISABLED
Slot=mainhand

if your epic is in your PRIMARY hand

[Click_10]
CastTime=0
ReCastTime=600
Name=DISABLED
Slot=offhand

if your epic is in your SECONDARY hand


Title: Re: MQ2 Twist UC using RoF version
Post by: Kruciel on October 26, 2015, 02:37:20 pm
p.s. unload mq2exchange, you don't need it with rof2. Also many of the inventory ID's have changed since UF and with the current state of EQEMU it could very easily be the source of people having items going missing.


Title: Re: MQ2 Twist UC using RoF version
Post by: clbreastmilk on October 26, 2015, 02:46:20 pm
Fixed!!!   

Thank you Kruciel!