• Silahkan bergabung dengan chat kami di Telegram group kami di N3Forum - https://t.me/n3forum
  • Welcome to the Nyit-Nyit.Net - N3 forum! This is a forum where offline-online gamers, programmers and reverser community can share, learn, communicate and interact, offer services, sell and buy game mods, hacks, cracks and cheats related, including for iOS and Android.

    If you're a pro-gamer or a programmer or a reverser, we would like to invite you to Sign Up and Log In on our website. Make sure to read the rules and abide by it, to ensure a fair and enjoyable user experience for everyone.

Macro

ferry_gukguk

Gukguk Love Cat
Level 2
:smiley_beer:
Hi Friend,
Kalau kamu nanya kenapa macro mu error? punya macro buatan sendiri?

Ayo, share disini,
- Dengan mencantumkan nama macro dan fungsinya
- Kalo yang nanya, share dulu macronya, baru nanya, bagian mana yg error...

Silahkan dimulai ^^ :cry:
 

ferry_gukguk

Gukguk Love Cat
Level 2
@Qpalzm
Pake automacro,
trigged pas hp < x%

Code:
automacro Minum Pot {
hp < 50%
call huehe
}
Kalo macro g tw ni bahasa apa.. bahasa dewa gitu.. :p
kalo plugins bahasa perl..

kalo command macro stop mah menghentikan macro yg aktif om..
 

Qpalzm

3 SD
Level 2
ow.... maap2 ampe di warn... >.< ga sadar dah post terakhir di sini....
klo auto macro brarti mem usagenya nambah ya kk? komp lelet nie... :capede:

^^
 

aPeN

2 SD
Level 2
@Ferry
fer gw kan bikin speed pot nah itu klo gw maw bikin random gmn do movenya ?
gw pmin macro gw itu cara biar random walk 3 kotak gmn ? ngerti ga ?
 

ferry_gukguk

Gukguk Love Cat
Level 2
@Qpalzm
Oke kk, jgn diulang lg ya?
Hmm..
Engga nambah proses kk, sama aja

@aPeN
hmm..
pake random rasanya..
misalnya gini :
Code:
$i = @random ("1", "2", "3")
if ($i == 1) goto one
if ($i == 2) goto two
:one
(masukkin command unt move x kotak)
goto end

:two
(masukkin command unt move x kotak)
goto end

:end
 

Piscesboys

PAUD
Level 1
oh ya.. om guguk tanya nih

kenapa di 2.0.5.1 openkore gua ga bisa yah macro warpnya

Code:
automacro warpbrit {
pm /brit/
call warp2brit
}

macro warp2brit {
do sl 27 177 150 4
pause 1
do warp 3
}
apa yah yang salah?

di openkore saya tulisannya arguments apa gitu lupa >.<
 

ferry_gukguk

Gukguk Love Cat
Level 2
@atas
hmm..
arguments apa kk?? yg jelas dunk >.<
coba kk diganti :
Code:
pm /brit/
jadi :
Code:
pm "brit"
 

aPeN

2 SD
Level 2
@^
gmn fer punya gw bisa u atasi ?
gw udh coba bisa random !
Code:
$i = @random ("1", "2", "3")
klo gw tambahin yg laen malah ga jalan !
gw cuma tambahin itu yg laen ga tp malah random muter2 kota bukan muter2 npcnya wkwkwkwk
 

ferry_gukguk

Gukguk Love Cat
Level 2
@aPeN
bentar..

kalo mo random npc ya..
itu pas di..
[codebox]
$i = @random ("1", "2", "3")
if ($i = "1") goto npc1
if ($i = "2") goto npc2
if ($i = "3") goto npc3

:npc1
Masukkin koordinat npc1
goto end

:npc2
Masukkin koordinat npc2
goto end

:npc3
Masukkin koordinat npc3
goto end

:end
[/codebox]

coba bisa ga??
 

aPeN

2 SD
Level 2
@^
ntu bikin macro baru lg ??
bentrok gmn fer ? gw krg ngerti klo macro !
tolong yup !
itu yang diatas taro dibagian mana fer, coba u kasih contoh masukin ke macro gw, soalnya gw ga ngerti tolong yha fer !
Thx
 

Qpalzm

3 SD
Level 2
kk2 ada yang tahu link commandnya macro??? di homenya openkore commandnya ga beres nie.... sourceforgenya udah ngehapus de kayaknya.... thx
 

ferry_gukguk

Gukguk Love Cat
Level 2
@ChengFei
iya bener kt kk Qpalzm

di target_name pada config.txt

kalo ada banyak targetnya, pake tanda , atau (koma)

contoh,
Code:
target_name ChengFei, Qpalzm, FerryGukguk
itu unt settingan party_skill
 

aPeN

2 SD
Level 2
@^
Code:
automacro bs {
pm /dunk/
call {
do sp 29 "$.lastpm" 10
do sp 34 "$.lastpm" 10
pause 1
}
}
itu macro paked tp harus wisp dolo "dunk"
 

Qpalzm

3 SD
Level 2
@^
bisa juga pake alias kk... >.< tapi harus whisp kan? mungkin yang kknya minta ga usah di whisp diteriakin geto... =p
 

ferry_gukguk

Gukguk Love Cat
Level 2
@atas
kalo di teriakin..
ganti pm jadi pub

trus $.lastpm jadi $.lastpub

maksudnya di priority gmn kk??
 

Qpalzm

3 SD
Level 2
@^
wah.... klo lucu dong prisnya? klo jaraknya jauh jadi lari2 kejar2 an... wkwkwkwkwk

atau di set confignya disuruh diem gitu ya? :rolleyes:
 
Top