help pls equip again strip armor

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.
slash2505
Noob
Noob
Posts: 5
Joined: 29 Oct 2010, 15:34
Noob?: Yes

help pls equip again strip armor

#1 Post by slash2505 »

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
rwnath
The Way Of Human
The Way Of Human
Posts: 194
Joined: 03 Nov 2010, 05:50
Noob?: No
Location: The Philippines

Re: help pls equip again strip armor

#2 Post by rwnath »

It's not working because you coded it incorrectly. There's no such thing as

Code: Select all

equipAuto +4 Flame Sprits Armor [Succubus] [1]
read the manual http://openkore.com/index.php/EquipAuto

And use the template for posting codes.
Image
benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood

Re: help pls equip again strip armor

#3 Post by benj1320 »

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
slash2505
Noob
Noob
Posts: 5
Joined: 29 Oct 2010, 15:34
Noob?: Yes

Re: help pls equip again strip armor

#4 Post by slash2505 »

ok thx to all reply
kamirie
Plain Yogurt
Plain Yogurt
Posts: 96
Joined: 22 Jul 2009, 23:19
Noob?: Yes

Re: help pls equip again strip armor

#5 Post by kamirie »

Check the correct item name and you forgot this

Code: Select all

 
inInventory
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
winsam
Noob
Noob
Posts: 6
Joined: 25 Dec 2011, 21:15
Noob?: Yes

Re: help pls equip again strip armor

#6 Post by winsam »

help im facing the same problems! how to solve it?
winsam
Noob
Noob
Posts: 6
Joined: 25 Dec 2011, 21:15
Noob?: Yes

help pls equip again strip armor

#7 Post by winsam »

i facing tis problems!!
somecons
Noob
Noob
Posts: 4
Joined: 26 Dec 2011, 05:01
Noob?: No

Re: help pls equip again strip armor

#8 Post by somecons »

this might help

Code: Select all

equipAuto {
	<equipment name>
	inInventory <equipment name>
	whenStatusInactive <strip status>
}
winsam
Noob
Noob
Posts: 6
Joined: 25 Dec 2011, 21:15
Noob?: Yes

Re: help pls equip again strip armor

#9 Post by winsam »

thx!!! its helps!! =)