• 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

What am i doing wrong now? (1 Viewer)

Joined
Sep 21, 2013
RedCents
72¢
I need my chanter to ignore certain mobs, he is not doing it
Rich (BB code):
[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
[Dragonscale Hills]
MobsToIgnore=a dragonscale spider egg
MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
and my SK does NOT autoattack, he does casts spells and pet attack automatically, but does not melee...
Rich (BB code):
[General]
KissAssistVer=8.5.5
Role=assist iamhere
CampRadius=0
CampRadiusExceed=0
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=25
MedCombat=0
LootOn=1
RezAcceptOn=0
AcceptInvitesOn=1
GroupWatchOn=1
CastingInterruptOn=0
EQBCOn=0
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0
CharInfo=Shadow Knight|74
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist
[Buffs]
BuffsOn=1
Buffs1=Cloak of Corruption
Buffs2=Dark Bargain
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=20
PowerSource=NULL
[Melee]
AssistAt=95
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll rear
AutoFireOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=2
DPS1=Blood of Discord|98
DPS2=Blood of Inruku|95
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
[Aggro]
AggroOn=1
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=1
Heals1=Touch of the Devourer|85
Heals2=NULL
Heals3=NULL
Heals4=NULL
Heals5=NULL
XTarHeal=0
HealGroupPetsOn=0
[Cures]
CuresOn=0
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Pet]
PetOn=1
PetSpell=YourPetSpell
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=0
PetBuffs1=NULL
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=1
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
MoveWhenHit=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
[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|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


thank you
 
Last edited by a moderator:
the following needs to be in your kissassist.info file
Rich (BB code):
[Dragonscale Hills]
 MobsToIgnore=a dragonscale spider egg
 MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler

for the sK try just putting role=assist and ensuring you have the assist guy targeted when you run kiss on sk
 
ok not sure if mask added this to the normal KA 8.55 but
Try this find the text below around line 1108
Code:

Rich (BB code):
/if (${MobsToIgnore.Find[${MobName}]} && ${Select[${MobID},${Me.XTarget[1].ID},${Me.XTarget[2].ID},${Me.XTarget[3].ID},${Me.XTarget[4].ID},${Me.XTarget[5].ID},${Me.XTarget[6].ID},${Me.XTarget[7].ID},${Me.XTarget[8].ID},${Me.XTarget[9].ID},${Me.XTarget[10].ID},${Me.XTarget[11].ID},${Me.XTarget[12].ID},${Me.XTarget[13].ID}]}==0) /return MobOnIgnoreList
change ${MobsToIgnore.Find[${MobName}] to ${Spawn[id ${MobID} npc alert 3].ID}
Code:

Rich (BB code):
/if (${Spawn[id ${MobID} npc alert 3].ID} && ${Select[${MobID},${Me.XTarget[1].ID},${Me.XTarget[2].ID},${Me.XTarget[3].ID},${Me.XTarget[4].ID},${Me.XTarget[5].ID},${Me.XTarget[6].ID},${Me.XTarget[7].ID},${Me.XTarget[8].ID},${Me.XTarget[9].ID},${Me.XTarget[10].ID},${Me.XTarget[11].ID},${Me.XTarget[12].ID},${Me.XTarget[13].ID}]}==0) /return MobOnIgnoreList

Use this in your kissassist_info.ini file
[Dragonscale Hills]
Code:

Rich (BB code):
MezImmune=List up to 10 mobs. Use full names i.e. a green snake,a blue tiger,a wide eye ooze or NULL
MobsToPull=List up to 25 mobs. Can be partial names Macro example: rat,snake,bear or ALL for all mobs
MobsToIgnore=a dragonscale spider egg,
MobsToBurn=List up to 10 mobs. Use full names i.e. Beget Cube,Helias,Raze or NULL
and for your sk, is he tanking the mobs? looking at your ini looks like he is just assisting someone, make sure it says
Rich (BB code):
Role=assist
if he is the tank then
Rich (BB code):
Role=Tank
also need to change these
Rich (BB code):
CampRadius=0
CampRadiusExceed=0
to
Rich (BB code):
CampRadius=15
CampRadiusExceed=10
that might help too. if the camp is too small the sk wont melee, but should still cast.
 
Last edited:
The first snippit of code you posted, a pull section and something about Dragonscale hills: what file are they from?

Anything about dragonscale hills should only be in your kissassist_info.ini file.

The pull section should only be in your KissAssist_Charactername.ini file.

As for your SK, the campradius is set to 0. KissAssist won't work with such a small radius. You need around 40.
 
still trying to pull the spider eggs, maybe have it in wrong spot on the INI notepad?

- - - Updated - - -

my chanters INI file page
still pulls what i dont want..
[General]
KissAssistVer=8.5.5
Role=Puller
CampRadius=1000
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=35
MedCombat=0
LootOn=1
RezAcceptOn=1
AcceptInvitesOn=1
GroupWatchOn=1
CastingInterruptOn=0
EQBCOn=0
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0
CharInfo=Enchanter|86
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist
[Buffs]
BuffsOn=1
Buffs1=Speed of Novak
Buffs2=NULL
Buffs3=Voice of prescience
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=20
PowerSource=NULL
[Melee]
AssistAt=95
MeleeOn=0
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll rear
AutoFireOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=2
DPS1=Desolate Deeds|100
DPS2=Bark of Tashan|90
DPS3=Splintered Consciousness|87
DPS4=Mind Twist|85
DPS5=Strangling Air|85
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
[Aggro]
AggroOn=0
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
[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
HealGroupPetsOn=0
[Cures]
CuresOn=0
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Pet]
PetOn=1
PetSpell=YourPetSpell
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=1
PetBuffs1=Speed of Novak
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=1
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
MoveWhenHit=0
[Mez]
MobsToIgnore=a dragonscale spider egg
MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler
MezOn=1
MezRadius=50
MezMinLevel=70
MezMaxLevel=85
MezStopHPs=80
MezSpell=Haunting Whispers
MezAESpell=Quelling Wave|2
[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
[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0[Dragonscale Hills]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=50
MobsToBurn=NULL
MezImmune=NUL
MaxRadius=350
MaxZRange=50
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|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
 
really starting to tick me offf.........

first...
My 86 chanter i am using for a puller
1. is NOT ignoring mobs i want him to ignore
2. Does NOT return to camp when a mopb is on him
here is INI files
Rich (BB code):
[General]
KissAssistVer=8.5.5
Role=Puller
CampRadius=1000
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=35
MedCombat=0
LootOn=1
RezAcceptOn=1
AcceptInvitesOn=1
GroupWatchOn=1
CastingInterruptOn=0
EQBCOn=0
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0
CharInfo=Enchanter|86
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist
[Buffs]
BuffsOn=1
Buffs1=Speed of Novak
Buffs2=NULL
Buffs3=Voice of prescience
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=20
PowerSource=NULL
[Melee]
AssistAt=95
MeleeOn=0
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll rear
AutoFireOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=2
DPS1=Desolate Deeds|100
DPS2=Bark of Tashan|90
DPS3=Splintered Consciousness|87
DPS4=Mind Twist|85
DPS5=Strangling Air|85
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
[Aggro]
AggroOn=0
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
[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
HealGroupPetsOn=0
[Cures]
CuresOn=0
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Pet]
PetOn=1
PetSpell=YourPetSpell
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=1
PetBuffs1=Speed of Novak
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=1
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
MoveWhenHit=0
[Mez]
MezOn=1
MezRadius=50
MezMinLevel=70
MezMaxLevel=85
MezStopHPs=80
MezSpell=Haunting Whispers
MezAESpell=Quelling Wave|2
[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
[Pull]
MobsToIgnore=a dragonscale spider egg
MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0[Dragonscale Hills]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=50
MobsToBurn=NULL
MezImmune=NUL
MaxRadius=350
MaxZRange=50
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|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

Secondly
1. My 74 Necro does NOT automatically assist my chanter above
he does send pet and cast spells, but ONLY if i click on the mob manually
INI files..

Rich (BB code):
[General]
KissAssistVer=8.5.5
Role=Assist iamhere
CampRadius=100
CampRadiusExceed=4000
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=45
MedCombat=0
LootOn=1
RezAcceptOn=0
AcceptInvitesOn=1
GroupWatchOn=1
CastingInterruptOn=0
EQBCOn=0
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0
CharInfo=Necromancer|74
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist
[Buffs]
BuffsOn=1
Buffs1=Wraithskin
Buffs2=Grave pact
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=20
PowerSource=NULL
[Melee]
AssistAt=99
MeleeOn=0
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll rear
AutoFireOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=2
DPS1=Curse of Mortality|99
DPS2=Severan's Rot|95
DPS3=Splurt|90
DPS4=NULL
DPS5=Drain Life|10
DPS6=Ashengate Pyre|88
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
[Aggro]
AggroOn=0
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=1
Heals1=Drain Life|90|me
Heals2=NULL
Heals3=NULL
Heals4=NULL
Heals5=NULL
XTarHeal=0
AutoRezOn=0
AutoRezWith=Your Rez Item/AA/Spell
HealGroupPetsOn=0
[Cures]
CuresOn=0
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Pet]
PetOn=1
PetSpell=YourPetSpell
PetFocus=NULL
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=1
PetBuffs1=Spectral Guard
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=1
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
MoveWhenHit=0
[Mez]
MezOn=0
MezRadius=50
MezMinLevel=Min Mez Spell Level
MezMaxLevel=Max Mez Spell Level
MezStopHPs=80
MezSpell=Your Mez Spell
[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
[Pull]
MobsToPull=Hill Giant
PullWith=Melee 
MaxRadius=400
MaxZRange=200
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|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=99

thirdly...
My SK does NOT assist with melee as he should, does not auto attack, just sends pet and casts spells
INI files

Rich (BB code):
 [General]
KissAssistVer=8.5.5
Role=assist iamhere
CampRadius=100
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=25
MedCombat=0
LootOn=1
RezAcceptOn=0
AcceptInvitesOn=1
GroupWatchOn=1
CastingInterruptOn=0
EQBCOn=0
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0
CharInfo=Shadow Knight|74
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist
[Buffs]
BuffsOn=1
Buffs1=Cloak of Corruption
Buffs2=Dark Bargain
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=20
PowerSource=NULL
[Melee]
AssistAt=95
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll rear
AutoFireOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=2
DPS1=Blood of Discord|98
DPS2=Blood of Inruku|95
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
[Aggro]
AggroOn=1
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=1
Heals1=Touch of the Devourer|85
Heals2=NULL
Heals3=NULL
Heals4=NULL
Heals5=NULL
XTarHeal=0
HealGroupPetsOn=0
[Cures]
CuresOn=0
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Pet]
PetOn=1
PetSpell=YourPetSpell
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=0
PetBuffs1=NULL
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=1
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
MoveWhenHit=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
[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|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


thank you

- - - Updated - - -

i do what i am told on this website and it still doesnt work.....
 
Last edited by a moderator:
Re: really starting to tick me offf.........

im no pro at this but right off the bat I see your camp radius is set to 1000, change it to 30

and I do believe to ignore certain mobs those lines go into your kissassist_info.ini

on the necro change the Role=Assist
take off the "iamhere"
 
Re: really starting to tick me offf.........

I am just learning this myself however, a few things I notice right away are:

MobsToIgnore=a dragonscale spider egg
MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler

Should be in your kissassist_info.ini under the section for that zone.

Next, your chanter is set to attempt to mez everything regardless of how many mobs -

MezSpell=Haunting Whispers you should add a condition MezSpell=Haunting Whispers|2

Than the role for your necro lists Role=Assist iamhere I'm guessing iamhere is suppose to be a name, which shouldn't be listed there, The role of main assist would be assigned when you start kissassist by targeting the MA - guessing if you are using a necro and an enchanter the MA would either be your tank merc or perhaps your necro pet if it's strong enough for the mobs your fighting. Either way this would be assigned when you start kissassist.

Like I said I'm just learning these programs and I'm sure others and help point out other things you should change to get you moving in the right direction but until then hope this helps some.
 
Re: really starting to tick me offf.........

Before I get into some fixes. Stuff like "really starting to tick me off......." isnt very helpful. To be honest the internet is full of trolls, this website is a relatively troll free zone. This website is full of people that want to help, just ask nicely. We've all been frustrated by code that won't work... Cheers and welcome. We should be able to help you get up and running.

* edit case and point. Two people beat me to finishing my post.

ENCH:
edit* I missed the camp radius, change that to something like 30-50 for all toons.

Did you manually enter these lines of code into the kiss ini? Delete these lines from the ini and put these edits under the zone you are using in the kissinfo.ini file that is in the macros folder. Also, is the ench casting after he/she pull s amob, or just standing there dieing? Make sure the ench is set as group puller. Target the main assist (your tank) and type /mac kissassist puller
Rich (BB code):
MobsToIgnore=a dragonscale spider egg
MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler

How many pull sections did you paste into the ini? Change all this to
Rich (BB code):
[Pull]
MobsToIgnore=a dragonscale spider egg
MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0[Dragonscale Hills]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=50
MobsToBurn=NULL
MezImmune=NUL
MaxRadius=350
MaxZRange=50
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0

Rich (BB code):
[Pull]
PullWith=(put in a spell name here, try aa slow)
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0[Dragonscale Hills]

NECRO:
Necro should work. Just make sure your targeting your tank and typing /mac kissassist

SK:
Fix the edits below and when you start the macro have the tank self target and type /mac kissassist tank
How did this happen?
Rich (BB code):
Role=assist iamhere

Change to
Rich (BB code):
Role=Tank

And change

Rich (BB code):
[Melee]
AssistAt=100
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=Front
AutoFireOn=0
 
Re: really starting to tick me offf.........

Lots of different inis on the website. You caught some bad luck and caught a weird scenario. That ini is set up for a higher level toon to run around DS hills and slaughter mobs while solo. So his ini is kind of weird. If you want to pull back to a group. Keep it at a reasonable distance. 30-50

- - - Updated - - -

You can change the pull radius to 1000 though
Rich (BB code):
[Pull]
PullWith=(put in a spell name here, try aa slow)
MaxRadius=1000
MaxZRange=200
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
 
Re: really starting to tick me offf.........

ok now have puller set like this...
first thing he tries to pull is a spider egg i have on ignore...
[General]
KissAssistVer=8.5.5
Role=Puller
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=35
MedCombat=0
LootOn=1
RezAcceptOn=1
AcceptInvitesOn=1
GroupWatchOn=1
CastingInterruptOn=0
EQBCOn=0
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0
CharInfo=Enchanter|86
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist
[Buffs]
BuffsOn=1
Buffs1=Speed of Novak
Buffs2=NULL
Buffs3=Voice of prescience
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=20
PowerSource=NULL
[Melee]
AssistAt=95
MeleeOn=0
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll rear
AutoFireOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=2
DPS1=Desolate Deeds|100
DPS2=Bark of Tashan|90
DPS3=Splintered Consciousness|87
DPS4=Mind Twist|85
DPS5=Strangling Air|85
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
[Aggro]
AggroOn=0
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
[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
HealGroupPetsOn=0
[Cures]
CuresOn=0
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Pet]
PetOn=1
PetSpell=YourPetSpell
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=1
PetBuffs1=Speed of Novak
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=1
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
MoveWhenHit=0
[Mez]
MezOn=1
MezRadius=50
MezMinLevel=70
MezMaxLevel=85
MezStopHPs=80
MezSpell=Haunting Whispers
MezAESpell=Quelling Wave|3
[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
[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
[Dragonscale Hills]
MobsToIgnore=a dragonscale spider egg
MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0[Dragonscale Hills]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=50
MobsToBurn=NULL
MezImmune=NUL
MaxRadius=350
MaxZRange=50
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|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
 
Re: really starting to tick me offf.........

Make the mob ignore edits in your kissinfo.ini file. Then check out the ini reposatory here for some more ini examples. There is a whole lvl 85 section and many of them are made for heroic toons. Although, kiss has gone through a few aa and buff code changes since those were written. For example, no long need item buffs in your ini.

http://www.redguides.com/community/showthread.php/29000-Compiled-INI-List
 
Re: really starting to tick me offf.........

still trying to pull spider eggs...
[General]
KissAssistVer=8.5.5
Role=Puller
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=35
MedCombat=0
LootOn=1
RezAcceptOn=1
AcceptInvitesOn=1
GroupWatchOn=1
CastingInterruptOn=0
EQBCOn=0
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0
CharInfo=Enchanter|86
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist
[Buffs]
BuffsOn=1
Buffs1=Speed of Novak
Buffs2=NULL
Buffs3=Voice of prescience
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=20
PowerSource=NULL
[Melee]
AssistAt=95
MeleeOn=0
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll rear
AutoFireOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=2
DPS1=Desolate Deeds|100
DPS2=Bark of Tashan|90
DPS3=Splintered Consciousness|87
DPS4=Mind Twist|85
DPS5=Strangling Air|85
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
[Aggro]
AggroOn=0
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
[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
HealGroupPetsOn=0
[Cures]
CuresOn=0
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Pet]
PetOn=1
PetSpell=YourPetSpell
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=1
PetBuffs1=Speed of Novak
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=1
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
MoveWhenHit=0
[Mez]
MezOn=1
MezRadius=50
MezMinLevel=70
MezMaxLevel=85
MezStopHPs=80
MezSpell=Haunting Whispers
MezAESpell=Quelling Wave|3
[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
[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
[Dragonscale Hills]
MobsToIgnore=a dragonscale spider egg
MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0[Dragonscale Hills]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=50
MobsToBurn=NULL
MezImmune=NUL
MaxRadius=350
MaxZRange=50
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=50
MobsToBurn=NULL
MezImmune=NUL
MaxRadius=350
MaxZRange=50
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|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
 
Re: really starting to tick me offf.........

Didn't make the changes quite right.
This is the pull section in your code.
Rich (BB code):
[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
[Dragonscale Hills]
MobsToIgnore=a dragonscale spider egg
MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0[Dragonscale Hills]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=50
MobsToBurn=NULL
MezImmune=NUL
MaxRadius=350
MaxZRange=50
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
This is what it should look like. And stop pulling with melee. (see the above post).
Rich (BB code):
[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0

These line
Rich (BB code):
[Dragonscale Hills]
MobsToIgnore=a dragonscale spider egg
MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler

Should not be in this file at all. Delete them.

Then open the file called kissinfo.ini in your macros folder.

Search that file for "dragon"

and you should see a section like this
Rich (BB code):
[Dragonscale Hills]
MobsToPull=List up to 25 mobs. Can be partial names Example: rat,snake,bear or ALL for all mobs
MobsToIgnore=List up to 25 mobs. Can be partial names Example: rat,snake,bear or ALL for all mobs
MobsToBurn=List up to 10 mobs. Use full names i.e. Beget Cube,Helias,Raze or NULL
MezImmune=List up to 10 mobs. Use full names i.e. a green snake,a blue tiger,a wide eye ooze or NULL

Change it to look like this
Rich (BB code):
[Dragonscale Hills]
MobsToPull=a spiderling,a dragonscale nightmare,a venomscale,a thorned shambler
MobsToIgnore=a dragonscale spider egg
MobsToBurn=List up to 10 mobs. Use full names i.e. Beget Cube,Helias,Raze or NULL
MezImmune=List up to 10 mobs. Use full names i.e. a green snake,a blue tiger,a wide eye ooze or NULL
 
Re: really starting to tick me offf.........

Post your ini again please.

Ipull with my SK and this is my currently running pull section

Rich (BB code):
[Pull]
PullWith=Terror of Narus
MaxRadius=200
MaxZRange=80
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
 
Re: really starting to tick me offf.........

Raz, if you scroll down. Dretski did have his camp radius on the pally ini set at 1000. I think he was trying to essentially get his pally to run in hunter mode, without running /kissassist hunter for some reason.
 
Re: really starting to tick me offf.........

And while we are talking about things that tick us off, what ticks me off is tryin to read people posted ini or code that is not placed inside code to make it WAY easier to read...

When you post your ini for each ini please highlight the ini or mac or whatever the "code" is and click the little hashtag icon above the window you are typing in. This will set your ini as CODE so it will retain format and readability.... thanks... and glad you got yours working...
 
Re: really starting to tick me offf.........

Raz, if you scroll down. Dretski did have his camp radius on the pally ini set at 1000. I think he was trying to essentially get his pally to run in hunter mode, without running /kissassist hunter for some reason.

Not sure why myself either, but it worked.
 
Re: really starting to tick me offf.........

YEah! Romeyo great job on setting your code to code! see how much better it looks! We will make a master mq2er out of you yet!
 
Alerts take = sign now to include mobs using the EXACT name and if left out it checks for anything that CONTAINS the name, therefor... You could start supporting ignored mobs and so on by partial names
I remember talking about this in a lord bergurgle scenario where I wanted to pull deep water goblins but not the named mob down there who's name is Deep
 
From 9 beta thread but relevant to 8.5 since you are in Dragonscale.

find this line
Rich (BB code):
        /if (${MobsToIgnore.Find[${MobName}]} && ${Select[${MobID},${Me.XTarget[1].ID},${Me.XTarget[2].ID},${Me.XTarget[3].ID},${Me.XTarget[4].ID},${Me.XTarget[5].ID},${Me.XTarget[6].ID},${Me.XTarget[7].ID},${Me.XTarget[8].ID},${Me.XTarget[9].ID},${Me.XTarget[10].ID},${Me.XTarget[11].ID},${Me.XTarget[12].ID},${Me.XTarget[13].ID}]}==0) /return MobOnIgnoreList
change ${MobsToIgnore.Find[${MobName}] to ${Spawn[id ${MobID} npc alert 3].ID}
Rich (BB code):
        /if (${Spawn[id ${MobID} npc alert 3].ID} && ${Select[${MobID},${Me.XTarget[1].ID},${Me.XTarget[2].ID},${Me.XTarget[3].ID},${Me.XTarget[4].ID},${Me.XTarget[5].ID},${Me.XTarget[6].ID},${Me.XTarget[7].ID},${Me.XTarget[8].ID},${Me.XTarget[9].ID},${Me.XTarget[10].ID},${Me.XTarget[11].ID},${Me.XTarget[12].ID},${Me.XTarget[13].ID}]}==0) /return MobOnIgnoreList

Use this in your kissassist_info.ini file
[Dragonscale Hills]
Rich (BB code):
MezImmune=List up to 10 mobs. Use full names i.e. a green snake,a blue tiger,a wide eye ooze or NULL
MobsToPull=List up to 25 mobs. Can be partial names Macro example: rat,snake,bear or ALL for all mobs
MobsToIgnore=a dragonscale spider egg,
MobsToBurn=List up to 10 mobs. Use full names i.e. Beget Cube,Helias,Raze or NULL
 
From 9 beta thread but relevant to 8.5 since you are in Dragonscale.

Use this in your kissassist_info.ini file
[Dragonscale Hills]
Rich (BB code):
MezImmune=List up to 10 mobs. Use full names i.e. a green snake,a blue tiger,a wide eye ooze or NULL
MobsToPull=List up to 25 mobs. Can be partial names Macro example: rat,snake,bear or ALL for all mobs
MobsToIgnore=a dragonscale spider egg,
MobsToBurn=List up to 10 mobs. Use full names i.e. Beget Cube,Helias,Raze or NULL

The comma at the end of "MobsToIgnore=a dragonscale spider egg," was necessary when I was setting ignores. No space on multiple entries and a comma at the end.

Syntax - a tax levied upon ones soul for fart fingering, mizpelling, and generaly nit giving the computer what it wants.

A few potions to enhance coding; Fippy's Fluid Fingers gives Typing +100 for 12 minutes. Within that twelve minutes you can retype all of Razkles posts or type in kissassist.mac 42 times, either but not both. Maskoi's Mentat Potion gives troubleshooting +133 for 2 minutes and the ability to pull some crazy ass code out of thin air once within the time allotted. Razkle's Conceptualizing Philter gives creativity +121 for thirty seconds applies to hardware and macros. Induces a dream state where you are able to perceive things other worldly. The problem is you end up in the fetal position whimpering softly and won't remember much of it.

G'day,
Playbetter
 
Incognito every time I look at your Avatar I get a little tingle in my nether regions. I know I should be ashamed but I can't help myself.


After seeing what I wrote I now wish to provide a disclaimer.....
Joking. Just kidding around.

Playbetter
 
Pervs

- - - Updated - - -

Although, lemme point out, the avatar was bequeathed me, I did not choose it, nor spent RC on it, just sayin.

- - - Updated - - -

The horns make it, no?

- - - Updated - - -

For those old enough to know the reference, it reminds me of Charo.

- - - Updated - - -

Can we hijack or what?
 
What am i doing wrong now?

Users who are viewing this thread

Back
Top
Cart