KVM Macro

France

Moderator: Moderators

Message
Author
sunney3
Noob
Noob
Posts: 1
Joined: 03 Nov 2012, 05:43
Noob?: No

KVM Macro

#1 Post by sunney3 »

Hallo zusammen,

sorry das ich auf deutsch schreibe, aber für mein Problem ist mein Englisch nicht gut genug.

Also ich habe für FRo nach langem bearbeiten die Kvm Bots zum laufen bekommen. Jetzt möchte ich das, meine Kvm Bot zu den afk Gegner läuft und ihn angreift.

Kann mir da jemand helfen? Hat jemand ein funktionierendes Macro welches die Gegner angreift?

Ich habe schon einiges ausprobiert und versucht andere Macros zu kombinieren aber ich bekomme es alleine nicht hin. Entweder rennt er zu den Gegnern und macht nichts oder er versucht die ganz Zeit mein Team anzugreifen.

Anbei das Original Macro.

automacro maroll {
location geffen
exclusive 1
run-once 1
call {
do move 112 65
do talknpc 109 66 c c r0 n
release maroll
}
}


automacro bat_room 154 150 {
location bat_room 154 150
run-once 1
call {
do move 175 175
pause 1
do talknpc 164 178 c r0 c
pause 1
release bat_room 154 150
}
}


automacro bat_room 154 151 {
location bat_room 154 151
run-once 1
call {
do move 175 175
pause 1
do talknpc 164 178 c r0 c
pause 1
release bat_room 154 151
}
}


automacro bat_room 155 150 {
location bat_room 155 150
run-once 1
call {
do move 175 175
pause 1
do talknpc 164 178 c r0 c
pause 1
release bat_room 155 150
}
}


automacro spamnpc {
location bat_room 175 175
exclusive 1
run-once 0
call spamtalk
}



macro spamtalk {
do talknpc 164 178 c r0 c
pause 1
stop
}


automacro SpamPub {
location bat_room 169 223
exclusive 1
run-once 0
call EnterPub
}


macro EnterPub {
do chat join 0
pause 1
stop
}

automacro KVMpoint {
location bat_c01 50 130
exclusive 1
run-once 0
call collectpoint1
}

macro collectpoint1 {
do talk 9
call collectpoint2
}


macro collectpoint2 {
do talk 10
pause 1
stop
}

automacro reload {
console /Map Change/i
run-once 1
call {
do reload macro
release reload
}
}

automacro pk1 {
console /Player (.*) \((\d+)\) attacks you.*/i
call {
do kill $.lastMatch2
}
}

automacro pk2 {
console /Player (.*) \((\d+)\) uses (.*) on you - Dmg.*/i
call {
do kill $.lastMatch2
}
}

automacro pk3 {
console /Player (.*) \((\d+)\) is casting (.*) on you.*/i
var .lastMatch1 != PutSlaveNameHereRemoveThisLineIfBottingSolo
call {
do kill $.lastMatch2
}
}