help me in Skill Steal Failed <requirement>

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
Message
Author
zhebby27
Noob
Noob
Posts: 16
Joined: 13 Oct 2009, 09:27
Noob?: Yes

help me in Skill Steal Failed <requirement>

#1 Post by zhebby27 »

what will i do to fix this problem

Code: Select all

attackSkillSlot Steal Coin {
lvl 10
dist 1.5
maxCastTime 0
minCastTime 0
hp
sp > 10
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
previousDamage
stopWhenHit 0
inLockOnly 0
notInTown 1
timeout 0
disabled 1
monsters Argiope, Driller, Mantis
notMonsters
maxAttempts 10
maxUses 1
target_whenStatusActive
target_whenStatusInactive
inInventory
isSelfSkill 0
}
it keeps saying
Skill Steal Failed <requirement>

jea921
Human
Human
Posts: 26
Joined: 08 Nov 2010, 02:49
Noob?: No

Re: help me in Skill Steal Failed <requirement>

#2 Post by jea921 »

sp > 10%

try to changa this..

zhebby27
Noob
Noob
Posts: 16
Joined: 13 Oct 2009, 09:27
Noob?: Yes

Re: help me in Skill Steal Failed <requirement>

#3 Post by zhebby27 »

jea921 wrote:sp > 10%

try to changa this..
still says the same and not using the skill....

when i restart my bot it will steal zenny but after 2 or 3 times stealing it will says Skill Steal Failed < REQUIRMENT>

andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: help me in Skill Steal Failed <requirement>

#4 Post by andy12345 »

Remove unnecessary lines.

zhebby27
Noob
Noob
Posts: 16
Joined: 13 Oct 2009, 09:27
Noob?: Yes

Re: help me in Skill Steal Failed <requirement>

#5 Post by zhebby27 »

andy12345 wrote:
Remove unnecessary lines.

already did it here's my new code

Code: Select all

attackSkillSlot Steal Coin {
	lvl 10
	dist 1.5
	sp > 10%
	monsters Argiope, Mantis, Driller
	maxAttempts 1
	maxUses 1
}
still saying Skill Steal Failed <REQUIRMENT>

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: help me in Skill Steal Failed <requirement>

#6 Post by EternalHarvest »

That's server's response anyway. Does it work in similar situations with the original client?

zhebby27
Noob
Noob
Posts: 16
Joined: 13 Oct 2009, 09:27
Noob?: Yes

Re: help me in Skill Steal Failed <requirement>

#7 Post by zhebby27 »

im playing valkyrie ro

andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: help me in Skill Steal Failed <requirement>

#8 Post by andy12345 »

zhebby27 wrote:
andy12345 wrote:
Remove unnecessary lines.

already did it here's my new code

Code: Select all

attackSkillSlot Steal Coin {
	lvl 10
	dist 1.5
	sp > 10%
	monsters Argiope, Mantis, Driller
	maxAttempts 1
	maxUses 1
}
still saying Skill Steal Failed <REQUIRMENT>
If its says steal failed then there is nothing wrong. There is a skill of rogue class called ==> http://ratemyserver.net/index.php?page= ... id=17#s210 so there is a chance of FAILING the autosteal, even if you manually kill the monster there will be this spam in your chat box in red colour saying "Skill Failed".

zhebby27
Noob
Noob
Posts: 16
Joined: 13 Oct 2009, 09:27
Noob?: Yes

Re: help me in Skill Steal Failed <requirement>

#9 Post by zhebby27 »

im watching my bot doing action.. but it never steal zeny or gain any amount of zenny...is it fail 100%?

zhebby27
Noob
Noob
Posts: 16
Joined: 13 Oct 2009, 09:27
Noob?: Yes

Re: help me in Skill Steal Failed <requirement>

#10 Post by zhebby27 »

here's my code can some1 fix it so i can steal or use my mug skill??

for mug

Code: Select all

attackSkillSlot Mug {
	lvl 10
	sp > 10%
	inLockOnly 1
	monsters Vavayaga,Wood Goblin, Les, Uzhas
	maxAttempts 1
	maxUses 1
}
and steal coin

Code: Select all

attackSkillSlot Steal Coin {
	lvl 10
	dist 1.5
	sp > 10%
	monsters Vavayaga,Wood Goblin, Les, Uzhas
	maxAttempts 1
	maxUses 1
}
and my envenom skill also not working

Code: Select all

attackSkillSlot Envenom {
	lvl 10
	sp > 10%
	inLockOnly 1
	monsters Vavayaga,Wood Goblin, Les, Uzhas
	maxAttempts 1
	maxUses 1
}

Post Reply