• 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

didileee

TK B
Level 1
@atas

aku khan masang lagi tuh makro storage

jadi nanti habis storage tuh bakalan relog

nah masalahnya disini

habis relog gug mau automacro lagi

T_T

binun akooo~~~
 

silthice

6 SD
Level 2
@^
klo relog bis storage mah ga usa pake makro..
di konfig juga bisa kok diseting..

trus klo relog automakro apanya yg ga mo jalan lg..?
bukanya macro yg dah jalan klo relog doang ga mati ya..?
kecuali diseting brenti klo relog..?
 

KasTa01

TK B
Level 1
@fery...

itu macro buad bkin elemntal converter ny eror yah?? yg ada di [share] macro??

bingung kok ada arrow craft ny segala?
 

ferry_gukguk

Gukguk Love Cat
Level 2
@HackerMan
coba pake doCommand
ato plugins cmdOnLogin <-- cari di openkore ato di google. saya blom dapet jg nih /sob

@KasTa02
wah blm di coba sama saya,
u uda nyoba??

error ny gmn tuh?
 

didileee

TK B
Level 1
@Ferry

Oke dechh,,,

tinggal cari pluginnya ajah yua??

oya gimana kalo setiap 1jam automacronya ngulang"

commandnya gimana yua?

gug bsa baca tutor macro cz gug bisa diliad
~_~

thx b4
 

didileee

TK B
Level 1
@ferry

Code:
automacro a {
run-once 1
call Y
}

macro Y {
c @alootid Drops Card
pause 3600
release a
}
berarti kea yang di atas dund???

hmm

sep dechh

thx yua

berarti nanti setiap 1 jam automacro tsb akan ngulang" lagi yua?
 

didileee

TK B
Level 1
@ferry

tengkyu kk

oya kalo mau belajar buad macro

liad webnya dimana sih???

site openkore lagi maintenance
 

silthice

6 SD
Level 2
klo mw blajar buad macro..
klo kata gw repod liad di site ok nya..

mendingan lo liad ke share macro trus lo plajarin aja macro2 yg ada disana gimana, apa ja comand2nya and lain2nya..
klo gw c darisana.. >.<
 

uman01

2 SD
Level 2
aq skrg mw nanya soal macro ni
aq kn set supaya bot pasang eq sama lepas eq dengan hp % tertentu
tapi bot na ga mw lepas
ada tulisan merah
iunrecognized -----> uneq <------- subroutine
kyk gtu lah
ni settingan macro aq
Code:
automacro lepas_equip {
hp > 15%
exclusive 1
priority 1
run-once 1
call release_equip
}

macro release_equip {

do uneq (VVS Ice Gladius)
}

automacro pasang_equip {
hp < 50%

call equip
}

macro equip {

do eq @inventory (VVS Ice Gladius)
}
yang salah di mn ya?
 

nohavenick

PAUD
Level 1
aq skrg mw nanya soal macro ni
aq kn set supaya bot pasang eq sama lepas eq dengan hp % tertentu
tapi bot na ga mw lepas
ada tulisan merah
iunrecognized -----> uneq <------- subroutine
kyk gtu lah
ni settingan macro aq
Code:
automacro lepas_equip {
hp > 15%
exclusive 1
priority 1
run-once 1
call release_equip
}

macro release_equip {

do uneq (VVS Ice Gladius)
}

automacro pasang_equip {
hp < 50%

call equip
}

macro equip {

do eq @inventory (VVS Ice Gladius)
}
yang salah di mn ya?

btw itu mau lepas eq pada saat hp >15%??
cape dech bukannya kebalik hp < 15%(buat jaga² klo mati gk drop kan ssknya :D)

btw nama senjatanya jg pake kurung yach??
seingat gw waktu dulu gk perlu pake tanda kurung ()

n coba nambahain
+ release lepas_equip
+ relase pasang_equip

sry yach klo salah :D
 

uman01

2 SD
Level 2
@^
iya emg sngaja, soalna aq dah pasang di config.txt buat ssk lain

jadi ga pke kurung ya?
bisa ternyata, thx kk ^^
 

KasTa01

TK B
Level 1
@fery..

ini gw dah nemu dr forum Open Kore ttg macro Converter...

tp msh agak aneh,coz klo dia habis autostorage tiba" stuck..

neh macro ny

<div><div style="background:#B7E5CE;border:1px dotted #000;border-bottom:0;border-left:4px solid #429E6F;color:#000;font-weight:bold;font-size:10px;margin:8px auto 0 auto;padding:3px;">Spoiler untuk macro ny: Perlihatkan</div><div style="color:#000;background:#FAFCFE;border:1px dotted #000;border-left:4px solid #429E6F;border-top:0;padding:4px;margin: 0 auto 8px auto;display:none;">automacro frost {
inventory "Blank Scroll" >= 1
inventory "Snail Shell" >= 3
run-once 1
call frost
}

macro frost {
do ss 1007
do send 8E 01 53 2F 00 00 00 00 00 00
release frost
}

automacro flame {
inventory "Blank Scroll" >= 1
inventory "Scorpion Tail" >= 3
run-once 1
call flame
}

macro flame {
do ss 1007
do send 8E 01 52 2F 00 00 00 00 00 00
release flame
}

automacro thunder {
inventory "Blank Scroll" >= 1
inventory "Rainbow Shell" >= 3
run-once 1
call thunder
}

macro thunder {
do ss 1007
do send 8E 01 55 2F 00 00 00 00 00 00
release thunder
}

automacro earth {
inventory "Blank Scroll" >= 1
inventory "Horn" >= 3
run-once 1
call earth
}

macro earth {
do ss 1007
do send 8E 01 54 2F 00 00 00 00 00 00
release earth
}</div></div>


bantu ya kk yg ngerti ^^
 

didileee

TK B
Level 1
@all

mau buad automacro nih

tapi pas status.a lagi gug blessing dia bakalan manggil macro B

gimana yua

coba" pake WhenStatusInActive malah error
terus NotStatus malah eror juga
T_T
 
Top