I tried to use a macro to do this:
When hp<10% teleport to save point (moscovia) using @go command. Then talk to healer and warp back to the dungeon using warper.
But when the macro starts it doesnt make the c @go 25 as it should. Then when it tries to do the rest is doesnt find the NPC.automacro healer {
hp < 10%
run-once 1
call {
do ai manual
do c @go 25
pause 3
do talknpc moscovia 215 185 c
pause 2
do talknpc moscovia 218 188 c c r3 r7 c r2
do ai on
release all
}
}
i tried to use the c command on console manually but when i try openkore and ragnarok freezes and i got disconnected.
I tried searching it but the with no luck.
EDIT: Actually all @ commands freezes the BOT. AutoStorage only works without @storage... Any other command that was supposed to use @ commands dont work as well.
Using OpenKore SVN revision: 8218
The other things is that the bot only uses weapon perfection... the other skills its doesn't.
my useself_skill:
useSelf_skill Crazy_Uproar {
lvl 1
onAction Attack
whenStatusInactive Crazy Uproar
notWhileSitting 1
notInTown 1
}
useSelf_skill Adrenaline Rush {
lvl 5
maxCastTime 0
minCastTime 0
hp
sp >= 10
onAction
whenStatusActive
whenStatusInactive Adrenaline Rush
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 0
timeout 150
disabled 0
inInventory
manualAI 0
}
useSelf_skill Power-Thrust {
lvl 5
maxCastTime 0
minCastTime 0
hp
sp >= 10
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive Power-Thrust
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 0
disabled 0
inInventory
manualAI 0
}
useSelf_skill Weapon Perfection {
lvl 5
maxCastTime 0
minCastTime 0
hp
sp >= 10
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive Weapon Perfection
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 0
disabled 0
inInventory
manualAI 0
}
useSelf_skill Power Maximize {
lvl 5
maxCastTime 0
minCastTime 0
hp
sp >= 50
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive Power Maximize
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 0
disabled 0
inInventory
manualAI 0
}
useSelf_skill Power Maximize {
lvl 5
maxCastTime 0
minCastTime 0
hp
sp <= 50
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive Power Maximize
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 0
disabled 0
inInventory
manualAI 0
}
i tried put the skill with _ as its on skillnametable, but doesnt work either.
EDIT: For skill usage i just wrote ir again and it started working..

Hope i can find the anwser.
Thanks in advance.