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.
zhebby27
Noob
Posts: 16 Joined: 13 Oct 2009, 09:27
Noob?: Yes
#1
Post
by zhebby27 » 01 Jul 2011, 16:05
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
Posts: 26 Joined: 08 Nov 2010, 02:49
Noob?: No
#2
Post
by jea921 » 01 Jul 2011, 23:35
sp > 10%
try to changa this..
zhebby27
Noob
Posts: 16 Joined: 13 Oct 2009, 09:27
Noob?: Yes
#3
Post
by zhebby27 » 02 Jul 2011, 01:07
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
Posts: 174 Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...
#4
Post
by andy12345 » 02 Jul 2011, 10:52
Remove unnecessary lines.
zhebby27
Noob
Posts: 16 Joined: 13 Oct 2009, 09:27
Noob?: Yes
#5
Post
by zhebby27 » 02 Jul 2011, 12:26
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
Posts: 1798 Joined: 05 Dec 2008, 05:42
Noob?: Yes
#6
Post
by EternalHarvest » 02 Jul 2011, 16:41
That's server's response anyway. Does it work in similar situations with the original client?
zhebby27
Noob
Posts: 16 Joined: 13 Oct 2009, 09:27
Noob?: Yes
#7
Post
by zhebby27 » 02 Jul 2011, 22:33
im playing valkyrie ro
andy12345
Moderators
Posts: 174 Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...
#8
Post
by andy12345 » 03 Jul 2011, 01:06
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
Posts: 16 Joined: 13 Oct 2009, 09:27
Noob?: Yes
#9
Post
by zhebby27 » 04 Jul 2011, 10:39
im watching my bot doing action.. but it never steal zeny or gain any amount of zenny...is it fail 100%?
zhebby27
Noob
Posts: 16 Joined: 13 Oct 2009, 09:27
Noob?: Yes
#10
Post
by zhebby27 » 05 Jul 2011, 11:26
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
}