PDA

View Full Version : Problem about changing accessories


khooleets
30th April 2005, 14:05
To Mr. "Bot Master" Rubentan :classic:

My Level 98 Bow rogue is using 2 nimble gloves in the accessory slot.

My Questions are:
1. How do you remove the nimble glove and replace it with heal clip when your hp is below 90% and reequip the nimble gloves after my bot healed?

2. How do you remove the nimble glove and replace it with Teleport clip when doing an auto search and reequip the nimble glove when my bot attacks a monster?

I need your help sir T_T :disappoin

rubentan
30th April 2005, 16:35
equipAuto <clip name here> {
def
monsters
skills
weight 0
whileSitting 0
onTeleport 0
hp <= 90
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory_name
inInventory_qty
}
equipAuto <lnimble gloves name here> {
def
monsters
skills
weight 0
whileSitting 0
onTeleport 0
hp >= 100
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory_name
inInventory_qty
}

youghee
30th April 2005, 21:51
equipAuto Glove [Zerom] [1] {
def
monsters
skills
weight 0
whileSitting 0
onTeleport 0
hp
sp
onAction Attack
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory_name
inInventory_qty

}

equipAuto Clip [Creamy] [1] {
def
monsters
skills
weight 0
whileSitting 0
onTeleport 1
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory_name
inInventory_qty

}

equipAuto Clip [Vitata] [1] {
def
monsters
skills Heal
weight 0
whileSitting 0
onTeleport 0
hp <= 50
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory_name
inInventory_qty

}

hellbreaker
1st May 2005, 05:52
how about on modkore HR? do u know how to exchange clips? help plz.

youghee
1st May 2005, 06:34
how about on modkore HR? do u know how to exchange clips? help plz.


i used to use modkore but when i tried openkore i really made a change... i don't know anymore using Modkore... I think Openkore is a more user friendly Korebot.... :classic: For me it's the best...

rubentan
1st May 2005, 07:00
equipAuto_0 <heal clip name>
equipAuto_0_def
equipAuto_0_hp_lower 40
equipAuto_0_hp_upper 90
equipAuto_0_maxAggressives 0
equipAuto_0_minAggressives 0
equipAuto_0_monster
equipAuto_0_skills
equipAuto_0_sp_lower 0
equipAuto_0_sp_upper 100
equipAuto_0_weight 0
equipAuto_0_whileSitting 0

equipAuto_1 <nimble glove name>
equipAuto_1_def
equipAuto_1_hp_lower 90
equipAuto_1_hp_upper 100
equipAuto_1_maxAggressives 0
equipAuto_1_minAggressives 0
equipAuto_1_monster
equipAuto_1_skills
equipAuto_1_sp_lower 0
equipAuto_1_sp_upper 100
equipAuto_1_weight 0
equipAuto_1_whileSitting 0