• 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 - Can't pull with MQ2AdvPath and Melee Error

EQbackagain

Member
Joined
Nov 2, 2016
RedCents
1,651¢
Hi all,

Have things set up (nice and easy by the way, I was surprised!

My bard won't go out and attack things at the moment. I keep getting the error listed in the title. I found it's quite hard as a level 5 bard to pull without melee!
 
Rich (BB code):
[General]
KissAssistVer=9.1.3
Role=pullertank
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=0
MedStart=20
MedCombat=0
LootOn=1
RezAcceptOn=0
AcceptInvitesOn=1
GroupWatchOn=0
CastingInterruptOn=0
EQBCOn=1
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0
TwistOn=1
TwistMed=Mana song gem
TwistWhat=4 5 6
[SpellSet]
LoadSpellSet=0
SpellSetName=
[Buffs]
BuffsOn=0
Buffs1=NULL
Buffs2=NULL
Buffs3=NULL
Buffs4=NULL
Buffs5=NULL
Buffs6=NULL
Buffs7=NULL
Buffs8=NULL
Buffs9=NULL
Buffs10=NULL
Buffs11=NULL
Buffs12=NULL
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
Buffs16=NULL
Buffs17=NULL
Buffs18=NULL
Buffs19=NULL
Buffs20=NULL
RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL
[Melee]
AssistAt=95
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll rear
AutoFireOn=0
UseMQ2Melee=1
MeleeTwistOn=1
MeleeTwistWhat=4 5 6
[GMail]
GMailHelp=Events currently support - Dead,GM,Level,Named,Leftgroup
GMailOn=0
GMail1=NULL
GMail2=NULL
GMail3=NULL
GMail4=NULL
GMail5=NULL
[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
AE6=NULL
AE7=NULL
AE8=NULL
AE9=NULL
AE10=NULL
[DPS]
DPSOn=0
DPSSkip=20
DPSInterval=2
DPS1=NULL
DPS2=NULL
DPS3=NULL
DPS4=NULL
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
DPS16=NULL
DPS17=NULL
DPS18=NULL
DPS19=NULL
DPS20=NULL
DebuffAllOn=0
[Aggro]
AggroOn=0
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
Aggro4=NULL
Aggro5=NULL
[Pull]
PullTwistOn=0
PullWith=Shuriken
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=1
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=0
Heals1=NULL
Heals2=NULL
Heals3=NULL
Heals4=NULL
Heals5=NULL
XTarHeal=0
XTarHeal2=0
HealGroupPetsOn=0
[Cures]
CuresOn=0
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Mez]
MezOn=0
MezRadius=50
MezMinLevel=Min Mez Spell Level
MezMaxLevel=Max Mez Spell Level
MezStopHPs=80
MezSpell=Your Mez Spell
MezAESpell=Your AE Mez Spell|0
[Burn]
BurnText=Decepticons Attack
BurnAllNamed=0
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
Burn7=NULL
Burn8=NULL
Burn9=NULL
Burn10=NULL
Burn11=NULL
Burn12=NULL
Burn13=NULL
Burn14=NULL
Burn15=NULL
UseTribute=0
[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=0
AFKGMAction=1
AFKPCRadius=150
CampOnDeath=0
ClickBacktoCamp=0
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92

Just pulling in Crescent Reach right now
 
Switch that line for Pullwith=Melee and that's how I have things set.

I tried pullwith=Shuriken but that didn't actually work either. Just had me running to the target and sitting on top of the mob.
 
I had same problem alth I had my pullwith to use my bow and summoned arrows. problem was last update of kiss wouldn't use item to summon the arrows.
followed the following thread http://www.redguides.com/community/showthread.php/47067-clickie-item-not-working-in-buffs-sectionwhich suggested doing the following mod to Kissassist.mac at line 2641
Rich (BB code):
		/if (!${Me.SpellReady[${Spell[${SSpell}].RankName}]} && !${Me.AltAbilityReady[${SSpell}]} && !${Me.CombatAbilityReady[${Spell[${SSpell}].RankName}]} && !${Me.ItemReady[${SSpell}]}) /return
.

worked great after that.
 
I think it might have more to do with this line 4943:

Rich (BB code):
		/if (${PullWith.Equal[Melee]}) {
			/if (${PullPathWpCount} && ${PullMoveUse.Equal[advpath]}) {
				/beep
				/beep
				/beep
				/popup You can't pull with MQ2Advpath and Melee. Please change PullWith to a Spell/AA/Disc/Ranged Weapon.
				/echo You can't pull with MQ2Advpath and Melee. Please change PullWith to a Spell/AA/Disc/Ranged Weapon.
				/endmac

Not sure how, but it's where I found the error message.

- - - Updated - - -

Log of using Shuriken for range:

Rich (BB code):
[2016/11/12 08:35:37] Plugin 'mq2log' loaded.
[2016/11/12 08:35:47] [MQ2] NINJADVLOOT: AutoHater set to Xtarget1
[2016/11/12 08:35:47] [MQ2] NINJADVLOOT: Variables are set. Using Loot.ini file.
[2016/11/12 08:35:48] [MQ2] ================================
[2016/11/12 08:35:48] [MQ2] Redguides presents
[2016/11/12 08:35:48] [MQ2] KissAssist v.9.1.3 by Maskoi
[2016/11/12 08:35:48] [MQ2] ================================
[2016/11/12 08:35:48] [MQ2] I am Puller & Tank.
[2016/11/12 08:35:48] [MQ2] PULL: The MQ2Navigation mesh for Crescent Reach is loaded
[2016/11/12 08:35:48] [MQ2] PULL: Using MQ2Nav to Pull
[2016/11/12 08:35:50] Window 'Blocked Spells' is now open.
[2016/11/12 08:35:51] Window 'Blocked Spells' is now closed.
[2016/11/12 08:35:51] [MQ2] Looking for Close Range Mobs
[2016/11/12 08:35:51] [MQ2] PULLING-> a crevice spiderling <- ID:15788 at 56 feet.
[2016/11/12 08:35:56] [MQ2] Looking for Close Range Mobs
[2016/11/12 08:35:56] [MQ2] PULLING-> a diseased spiderling <- ID:15554 at 109 feet.
[2016/11/12 08:36:02] [MQ2] Looking for Close Range Mobs
[2016/11/12 08:36:02] [MQ2] PULLING-> a canyon snake <- ID:15778 at 121 feet.
[2016/11/12 08:36:07] [MQ2] Looking for Close Range Mobs
[2016/11/12 08:36:07] [MQ2] PULLING-> a crevice spiderling <- ID:15706 at 95 feet.
[2016/11/12 08:36:12] [MQ2] Looking for Close Range Mobs
[2016/11/12 08:36:12] [MQ2] PULLING-> a hollows snake <- ID:15569 at 129 feet.
[2016/11/12 08:36:18] [MQ2] Looking for Close Range Mobs
[2016/11/12 08:36:18] [MQ2] PULLING-> a hollows spiderling <- ID:15529 at 148 feet.
[2016/11/12 08:36:25] [MQ2] Looking for Close Range Mobs
[2016/11/12 08:36:25] [MQ2] PULLING-> a jawsnapper <- ID:6563 at 124 feet.
[2016/11/12 08:36:35] [MQ2Nav] Stopping navigation
[2016/11/12 08:36:40] [MQ2Nav] Stopping navigation
[2016/11/12 08:36:41] The current macro has ended.
 
None of my toons will pull with melee. I get the same error. Tried it with ranger, monk, berserker, beastlord, rogue and warrior. Not sure why
 
Problem - Can't pull with MQ2AdvPath and Melee Error

Users who are viewing this thread

Back
Top
Cart