|
macros-吉特.txt
----------
#####
##########進戰場,點要存中央##########
automacro gogo {
location prontera
exclusive 1
run-once 1
call {
do move 123 80
do talknpc 123 83 c c r0 n
release gogo
}
}
##############不在中央或戰場內會自己回中央###########
automacro GoHome {
location not prontera
location not bat_room
location not bat_a01
location not bat_a02
location not bat_b01
location not bat_b02
exclusive 1
run-once 1
call {
do move prontera
release GoHome
}
}
#########進聊天室##########
automacro RoyalOnly {
map bat_room
exclusive 1
call {
do conf autoTalkCont 1
do move @rand(148,151) @rand(171,175) bat_room
do talknpc 148 178 c r0 n
pause 2
do chat join 0
pause 1
stop
}
}
###############等領徽章###############
automacro Yes {
location bat_b02 10 289
exclusive 1
run-once 0
call GetBadge
}
macro GetBadge {
do talk 1
stop
}
-------------------------
-------------------------
macros-吉猛.txt
##########進戰場,點要存中央##########
automacro gogo {
location prontera
exclusive 1
run-once 1
call {
do move 123 80
do talknpc 123 83 c c r0 n
release gogo
}
}
##############不在中央或戰場內會自己回中央###########
automacro GoHome {
location not prontera
location not bat_room
location not bat_a01
location not bat_a02
location not bat_b01
location not bat_b02
exclusive 1
run-once 1
call {
do move prontera
release GoHome
}
}
#########進聊天室##########
automacro RoyalOnly3 {
location bat_room
exclusive 1
call {
do conf autoTalkCont 1
do move @rand(140,143) @rand(175,170) bat_room
do talknpc 140 178 c r0 n
pause 2
do chat join 0
pause 1
stop
}
}
###############等領徽章###############
automacro TierraExit3 {
location bat_a02 50 374
exclusive 1
run-once 0
call GetBadge
}
macro GetBadge {
do talk 2
stop
}
-------------
--------------
macros-克特.txt
#####
##########進戰場,點要存中央##########
automacro gogo {
location prontera
exclusive 1
run-once 1
call {
do move 123 80
do talknpc 123 83 c c r0 n
release gogo
}
}
##############不在中央或戰場內會自己回中央###########
automacro GoHome {
location not prontera
location not bat_room
location not bat_a01
location not bat_a02
location not bat_b01
location not bat_b02
exclusive 1
run-once 1
call {
do move prontera
release GoHome
}
}
#########進聊天室##########
automacro RoyalOnly {
map bat_room
exclusive 1
call {
do conf autoTalkCont 1
do move @rand(148,151) @rand(124,129) bat_room
do talknpc 148 121 c r0 n
pause 2
do chat join 0
pause 1
stop
}
}
###############等領徽章###############
automacro Yes {
location bat_b02 389 9
exclusive 1
run-once 0
call GetBadge
}
macro GetBadge {
do talk 1
stop
}
------------------
------------------
macros-克猛.txt
#####
##########進戰場,點要存中央##########
automacro gogo {
location prontera
exclusive 1
run-once 1
call {
do move 123 80
do talknpc 123 83 c c r0 n
release gogo
}
}
##############不在中央或戰場內會自己回中央###########
automacro GoHome {
location not prontera
location not bat_room
location not bat_a01
location not bat_a02
location not bat_b01
location not bat_b02
exclusive 1
run-once 1
call {
do move prontera
release GoHome
}
}
#########進聊天室##########
automacro RoyalOnly4 {
map bat_room
exclusive 1
call {
do conf autoTalkCont 1
do move @rand(140,143) @rand(124,126) bat_room
do talknpc 140 121 c r0 n
pause 1
do chat join 0
pause 1
stop
}
}
###############等領徽章###############
automacro TierraExit4 {
location bat_a02 43 17
exclusive 1
run-once 0
call GetBadge
}
macro GetBadge {
do talk 2
stop
} |
|