Slave bot spamming Agi Up and Blessing

International

Moderator: Moderators

Message
Author
HayaXT1
Noob
Noob
Posts: 1
Joined: 11 Jun 2017, 12:31
Noob?: No

Slave bot spamming Agi Up and Blessing

#1 Post by HayaXT1 »

My slave bot (a priest) is not using correctly agi up and blessing on other player (in the same party), when I put this:

Code: Select all

partySkill AL_INCAGI {
	lvl 10
	sp > 45
	notPartyOnly 1
	whenStatusInactive EFST_INC_AGI
}

partySkill AL_BLESSING {
	lvl 10
	sp > 45
	notPartyOnly 1
	whenStatusInactive EFST_BLESSING
}
The priest is spamming these skills on the bot that he's following. What do I need to change?

I made any mistake when typing the code?

Niodan
Plain Yogurt
Plain Yogurt
Posts: 83
Joined: 03 Apr 2017, 00:19
Noob?: No

Re: Slave bot spamming Agi Up and Blessing

#2 Post by Niodan »

Yes,
Your Codes are wrong
let me show you example

partySkill Blessing {
lvl 10
sp >15%
target "Your Main Bot's name without quotations"
target_whenStatusInactive Blessing
}

partySkill Increase AGI {
lvl 10
sp >15%
target "Your Main Bot's name without quotations"
target_whenStatusInactive Increase AGI
}

and if you have two or more people in party, simply put a coma between the names with no spaces at all.
for example target NameA,NameB

Post Reply