Bio Cannibalize Spamming

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

genuineopenkore
Plain Yogurt
Plain Yogurt
Posts: 52
Joined: 16 Jan 2011, 03:06
Noob?: Yes

Bio Cannibalize Spamming

#1 Post by genuineopenkore »

Code: Select all

useSelf_skill Bio Cannibalize {
	lvl 4
	sp > 5%
	disabled 0
	inInventory MenEater Plant Bottle > 0
}
Is there a way to stop Bio Cannibalize from casting after it has been successfully summoned a plant and recast only if there's no plant? b'coz it keeps spamming the skill. openkore detects the summoned plant as a monster but the name of that plant is the summoners name.
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Bio Cannibalize Spamming

#2 Post by Raider »

Code: Select all

monsters #Name of the plant
genuineopenkore
Plain Yogurt
Plain Yogurt
Posts: 52
Joined: 16 Jan 2011, 03:06
Noob?: Yes

Re: Bio Cannibalize Spamming

#3 Post by genuineopenkore »

Raider wrote:

Code: Select all

monsters #Name of the plant
added sir on the monster.txt and monster appears the exact name, but my main problem here is that it keeps on summoning the plant and i would like to add a stop whenever the summoned plant is still present. it's like the use of whenNotGround or whenGround.
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Bio Cannibalize Spamming

#4 Post by Raider »

You could use:

Code: Select all

monstersCount
timeout
aggressives
genuineopenkore
Plain Yogurt
Plain Yogurt
Posts: 52
Joined: 16 Jan 2011, 03:06
Noob?: Yes

Re: Bio Cannibalize Spamming

#5 Post by genuineopenkore »

Code: Select all

monstersCount
I didn't see this code in the manual
this code works exactly what i want sir! thanks a lot
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Bio Cannibalize Spamming

#6 Post by Raider »

Good to see you fixed it! I will add this condition to the OpenKore manual.
genuineopenkore
Plain Yogurt
Plain Yogurt
Posts: 52
Joined: 16 Jan 2011, 03:06
Noob?: Yes

Re: Bio Cannibalize Spamming

#7 Post by genuineopenkore »

Raider wrote:Good to see you fixed it! I will add this condition to the OpenKore manual.

is there anymore new codes in config sir that aren't in Manual? so i can try it and see if that will be useful to me =)
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Bio Cannibalize Spamming

#8 Post by Raider »

genuineopenkore wrote: is there anymore new codes in config sir that aren't in Manual? so i can try it and see if that will be useful to me =)
Some conditions like notPartyOnly only work in specific skill use (PartySkill).
genuineopenkore
Plain Yogurt
Plain Yogurt
Posts: 52
Joined: 16 Jan 2011, 03:06
Noob?: Yes

Re: Bio Cannibalize Spamming

#9 Post by genuineopenkore »

Seen that that on the manual sir ;)

here's another code that i used that can't be seen on the manual

Code: Select all

zeny <condition> <amount>
i use this on buyauto so that the bot won't buy if zeny is low
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Bio Cannibalize Spamming

#10 Post by Raider »