c command/macro problem and use self skill

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Faelz
Noob
Noob
Posts: 3
Joined: 13 Oct 2012, 14:21
Noob?: No

c command/macro problem and use self skill

#1 Post by Faelz »

Hello.

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.
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
}
}
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.

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.. :o

Hope i can find the anwser.

Thanks in advance.
dracus_loki
Human
Human
Posts: 29
Joined: 13 Jul 2012, 06:32
Noob?: Yes

Re: c command/macro problem and use self skill

#2 Post by dracus_loki »

hi ther ,, well this problem does not exist if u have configured properly for the server ur playing on ,, u can try to use connectivity guide ,, mostly the server type is wrong
allanie108
Noob
Noob
Posts: 3
Joined: 19 Feb 2013, 09:54
Noob?: Yes

Re: c command/macro problem and use self skill

#3 Post by allanie108 »

hi can help me macroing this??

talk 9 //healer [trigger when hp or sp is < 10%] > soul collect > explosion > soul collect > talk 8 //kafra > talk resp 0 //warp > talk resp 1 //dun > talk resp 13 // which dun > talk resp 2 //dun level > use asura on target distance 1-10cells > use bwing [if target died or hp<10% sp<60%] > talk 9 > collect > explosion > collect > talk 8 //kafra >talk resp 0 //last warp then loop from step 10.


thx.