my problem is how to equip agian the strip armor?
my config is like this
equipAuto +4 Flame Sprits Armor [Succubus] [1] {
topHead
midHead
lowHead
leftHand
rightHand
leftAccessory
rightAccessory
robe
armor +4 Flame Sprits Armor [Succubus] [1]
shoes
arrow
monsters
weight
whileSitting
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}
is not working ><
pls help
help pls equip again strip armor
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.
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.
-
- The Way Of Human
- Posts: 194
- Joined: 03 Nov 2010, 05:50
- Noob?: No
- Location: The Philippines
Re: help pls equip again strip armor
It's not working because you coded it incorrectly. There's no such thing as
read the manual http://openkore.com/index.php/EquipAuto
And use the template for posting codes.
Code: Select all
equipAuto +4 Flame Sprits Armor [Succubus] [1]
And use the template for posting codes.
-
- Moderators
- Posts: 403
- Joined: 25 Aug 2008, 14:56
- Noob?: No
- Location: CyberOne Building , Eastwood
Re: help pls equip again strip armor
if your bot is in Strip Status... you can't equip your items... you need to relog first.
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template
The Openkore Manual---Global Forum Rules--The Template
-
- Noob
- Posts: 5
- Joined: 29 Oct 2010, 15:34
- Noob?: Yes
Re: help pls equip again strip armor
ok thx to all reply
-
- Plain Yogurt
- Posts: 96
- Joined: 22 Jul 2009, 23:19
- Noob?: Yes
Re: help pls equip again strip armor
Check the correct item name and you forgot this
this condition should have the name of the item ,
and when you were strip it's better to have an auto macro to relog and then this config block
Code: Select all
inInventory
and when you were strip it's better to have an auto macro to relog and then this config block
-
- Noob
- Posts: 6
- Joined: 25 Dec 2011, 21:15
- Noob?: Yes
Re: help pls equip again strip armor
help im facing the same problems! how to solve it?
-
- Noob
- Posts: 6
- Joined: 25 Dec 2011, 21:15
- Noob?: Yes
help pls equip again strip armor
i facing tis problems!!
-
- Noob
- Posts: 4
- Joined: 26 Dec 2011, 05:01
- Noob?: No
Re: help pls equip again strip armor
this might help
Code: Select all
equipAuto {
<equipment name>
inInventory <equipment name>
whenStatusInactive <strip status>
}
-
- Noob
- Posts: 6
- Joined: 25 Dec 2011, 21:15
- Noob?: Yes
Re: help pls equip again strip armor
thx!!! its helps!! =)