Priest slave wandering from party.

International

Moderator: Moderators

Teknoslasher
Noob
Noob
Posts: 15
Joined: 25 Jan 2010, 21:53
Noob?: No

Priest slave wandering from party.

#1 Post by Teknoslasher »

I'm having yet another spot of trouble at the moment and am forced to ask for some support again. Alright, so I have just changed job from Merc to Alchemist and made myself an Embryo. I'm currently tanking my Alch and am wanting to have a secondary account Priest set to heal me whenever I get below a certain health level, however, he keeps wandering off and doing whatever he wants to. All I want him to do is to just sit there. heal me and not attack anything, even if I have initiated it.

Code: Select all

attackAuto 0
attackAuto_party 0
attackAuto_onlyWhenSafe 0
attackAuto_followTarget 0
attackAuto_inLockOnly 2
attackDistance 1.5
attackDistanceAuto 0
attackMaxDistance 2.5
attackMaxRouteDistance 100
attackMaxRouteTime 4
attackMinPlayerDistance 2
attackMinPortalDistance 4
attackUseWeapon 0
attackNoGiveup 0
attackCanSnipe 0
attackCheckLOS 0
attackLooters 0
attackChangeTarget 0
aggressiveAntiKS 0
Help is greatly appreciated. I've looked up several codes via the wiki and from what I can see, those codes are set right, but I am still very new to this.
The secret to creativity is to say an old thing in a new way or to say a new thing in an old way.” – Richard Harding Davis
Scarya
Moderators
Moderators
Posts: 136
Joined: 26 May 2008, 12:25
Noob?: No

Re: Priest slave wandering from party.

#2 Post by Scarya »

Code: Select all

route_randomWalk 0
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.

Richard Cook

Wiki
Teknoslasher
Noob
Noob
Posts: 15
Joined: 25 Jan 2010, 21:53
Noob?: No

Re: Priest slave wandering from party.

#3 Post by Teknoslasher »

Thanks Scarya.

Any idea what coding would need to be done to set up a tank that will hit a target once, and then stop to let the Homunculus continue attacking?
The secret to creativity is to say an old thing in a new way or to say a new thing in an old way.” – Richard Harding Davis
Scarya
Moderators
Moderators
Posts: 136
Joined: 26 May 2008, 12:25
Noob?: No

Re: Priest slave wandering from party.

#4 Post by Scarya »

http://wiki.openkore.com/index.php?title=TankMode

Code: Select all

tankMode [<boolean flag>]
    Enables Kore to tank monster for tankModeTarget, by only hitting the monster once. 
http://wiki.openkore.com/index.php?titl ... Auto_party

Code: Select all

homunculus_attackAuto 0
homunculus_attackAuto_party 1
There you go.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.

Richard Cook

Wiki