• 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

Bug - Ghold issue now become a ghost

liword

New member
Joined
Apr 16, 2016
RedCents
50¢
After I comment everything look like ghold in kissassist.
It become a ghost.
It will random appear and set my pet to ghold, and make my mage dead.
Once it appear, it will turn ghold on in every battle even I manual turn it off during the kissassit runing.
And It will appear and turn ghold on about 1 in 10 time when I run kissassit to make sure I won't see its coming.

Here are lines I have comment already.

Rich (BB code):
|/declare PetHold                string      outer	
    
|/if (${Me.AltAbility[Pet Discipline]}>=1 && ${Me.AltAbility[Pet Discipline]}<=5) /varset PetHold hold
    |/if (${Me.AltAbility[Pet Discipline]}>=6) /varset PetHold ghold

|/if (${PetHold.Length}) /pet ${PetHold} on

        |/if (${Select[${Role},puller,pullertank,pettank,pullerpettank]} && ${Me.Pet.Distance}<=${CampRadius}) /pet guard
        |/if (${Select[${Role},puller,pullertank,pettank,pullerpettank]} && ${Me.Pet.Distance}>${CampRadius}) /pet follow
        |/if (${PetHold.Length}) /pet ${PetHold} on     

                    |/if (${PetHold.Length}) /pet ${PetHold} on
 
I don't know for sure but I believe the plugin MQ2Melee engages pet hold for various circomstances. I think I recall Maskio was working on his own stuff for controlling what MQ2Melee does (not sure if he finished), potentially, being a caster, you could try unloading the plugin to test if that is whee your command is coming from.
 
Last edited:
Kiss will use either hold or ghold depending on if you have them or not. ghold being the greater and kiss defaults to ghold if you have it. You can turn it off by finding the following line and remming it out.

Rich (BB code):
			/if (${Me.AltAbility[Pet Discipline]}>=6) 			/varset PetHold ghold

Change it to:
Rich (BB code):
			|/if (${Me.AltAbility[Pet Discipline]}>=6) 			/varset PetHold ghold

If you want your pet to hold and not ghold then just change the ghold to hold at the end of the line and don't Rem the line.
 
This is very helpful, now I confirmed this is cause by MQ2Melee, any way to disable it?
 
In kiss 9 you can turn pet hold off
Rich (BB code):
PetHoldOn=0
 
Hey all,

Bringing up an old thread here. I'm a mage running around killing low level grey mobs. When I get too many, my pet goes to ghold, and I have to keep turning it off.

I don't want to unload the melee plugin. I don't see any parameters that mq2melee has for pet holding. Any help please?
 
Hey all,

Bringing up an old thread here. I'm a mage running around killing low level grey mobs. When I get too many, my pet goes to ghold, and I have to keep turning it off.

I don't want to unload the melee plugin. I don't see any parameters that mq2melee has for pet holding. Any help please?

I do not use pets so I'm I'm guessing at this, but looks like according to the wiki, /melee on petassist=off would do the trick.
 
It was set to 1 in the mage's server_Name.ini file. I manually set it to off. I'll load up and see if the issue is still around. Thanks for the advice!
 
Bug - Ghold issue now become a ghost

Users who are viewing this thread

Back
Top
Cart