• 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

yagitu

3 SD
Level 2
eh ni gw buat macro holy water kok ga bs ya....

Code:
automacro ambilbotol {
map pay_arche
exclusive 1
inventory "Empty Bottle" <= 0
run-once 1
call restock
}

macro restock {
do move 53 121
do talknpc 55 123 c r0 n
do storage add @inventory (Holy Water) 20
do storage get @storage (Empty Bottle) 20
do relog
release all
}


automacro holywater {
map pay_arche
exclusive 1
inventory "Empty Bottle" > 1
call aqua
}

macro aqua {
do move 146 137
do ss 31
release aqua
}
pas lg triger macro ambilbotol ada tulsiannya gini....

"Tidak ada informasi mengenai storage; belum pernah dibuka sebelumnya pada sesi ini"
trs relog , ngomong sm NPC lg trs keluar tulsian ky gtu lg....

gmn thu ?

benerin donk.... :p
 

ferry_gukguk

Gukguk Love Cat
Level 2
@yagitudeh
coba di kasi pause di atas & dibawah talknpc nya,
mungkin terlalu cepet sehingga ga keburu buka storage nya...
 

hayabusa777

TK A
Level 1
om saya binggung harus post dimana??

masalah bot saya
misal

botnya ada di koordinat 100,100
truz aq ol di koordinat 101,100

waktu aq emo Flag kan mestinya jalanin paket
tapi botnya aneh

dia tidak mendetect ada char di deketnya
dan juga otomatis macro tidak ke tiggered

gmn kk?? need help thx2^^
 

vandatch

TK B
Level 1
@ferry

Bro'kan klo nick u ada tanda spesial karakter atau ~ pake kutip tpi klo nicknya ada tanda kutip aja gmn itu?
gw udah coba pake tanda kutipnya jadi 2 x tetep gk bisa?
ada solusi?

var .lastpub == "Don_Diego"
 

ferry_gukguk

Gukguk Love Cat
Level 2
@vandatch
wah wah...
kalo ada tanda kutip nya
coba jadi gini

Code:
var .lastpub == 'Don_Diego'
kalo masi ga bisa
Code:
var .lastpub == @Player('Don_Diego')
@hayabusa
ke trigged ga??
 

aconk

TK A
Level 1
om semuanya ya....
tanya soal macro ini
aku mau bikin macro yang 3 party klo di configkan cuman bisa 1 master doang yang di buff
naaaah aku maunya bikin 3 char

macro buff priest kayak gini:
Code:
automacro BuffMe1 {
pm "buffs"

run-once 1
call BuffMe1

}

macro BuffMe1 {
do stand
do sp 34 "$.lastpm"
do sp 29 "$.lastpm"
do sp 361 "$.lastpm"
do sp 66 "$.lastpm"
pause 1
pause 1
do sit
release BuffMe1
}
nah pertanya'annya klo byar char yang 1 lagi bisa macro whisp otomatis ke priest gimana caranya
thx b 4
 

ferry_gukguk

Gukguk Love Cat
Level 2
@hayabusa777
bisa copas macro nya dsini ? kayaknya ada yang salah om..

@vandatch
sulit om, kalo char punya tanda kutip gitu,,
:wacko:

tar lagi di cari solusinya.. :D

coba gini,
Code:
var .lastpub == "'Don_Diego'"
semoga bisa,, :smile:

@aconk
Code:
automacro BuffAbis {
run-once
status not Blessing
status not Increase AGI
status not Assumptio
status not Impositio Manus
call PMPriest
}

macro PMPriest {
do pm "Nick Priest" buffs
release BuffAbis
}
Nick Priest diganti sama nick priest kamu
 

aconk

TK A
Level 1
g bisa kk
di master da tulisan kayak gini:

(to NickPriest) : "buffs"
[macro] automacro BuffAbis triggered.
(to NickPriest) : "buffs"
[macro] automacro BuffAbis triggered.
(to NickPriest) : "buffs"
[macro] automacro BuffAbis triggered.
dst

klo di slavenya ada tulisan kayak gini malahan:

(From : Slave) : "buffs"
match : wrong # of arguments ("buffs") ()
(From : Slave) : "buffs"
match : wrong # of arguments ("buffs") ()
(From : Slave) : "buffs"
match : wrong # of arguments ("buffs") ()
(From : Slave) : "buffs"
match : wrong # of arguments ("buffs") ()
dst.

kira2 kurang apanya kk?
 

aconk

TK A
Level 1
OpenKore version what-will-become-2.1 (SVN Version)
@ai_seq = take items_take skill_use attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 6803
Loaded plugins:
plugins/cmdOnLogin.pl (cmdOnLogin)
plugins/HC.pl (hideConsole)
plugins/KoreGuardKey.pl (KoreGuardKey)
plugins/macro.pl (macro)
plugins/waitParty.pl (waitParty)

Error message:
Assertion failed!
at D:/Cross Fire/XTrap/src/deps/Carp/Assert.pm line 271
Carp::Assert::assert('') called at src/ActorList.pm line 100
ActorList::getByID('ActorList=HASH(0x38643b4)', 'undef') called at src/Network/Receive.pm line 7252
Network::Receive::party_show_picker('Network::Receive::ServerType22=HASH(0x38227ac)', 'HASH(0x3bbd264)') called at src/Network/Receive.pm line 528
Network::Receive::parse('Network::Receive::ServerType22=HASH(0x38227ac)', '\x{b8}\x{2}\x{fa}\x{ca}\x{1e}\x{0}\x{4}\x{9}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{10}\x{0}\x{4}') called at src/functions.pl line 1203
main::parseIncomingMessage('\x{b8}\x{2}\x{fa}\x{ca}\x{1e}\x{0}\x{4}\x{9}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{10}\x{0}\x{4}') called at src/functions.pl line 550
main::mainLoop_initialized() called at src/functions.pl line 70
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x2a539ec)') called at openkore.pl line 96
main::__start() called at start.pl line 119

Stack trace:
Assertion failed!
at D:/Cross Fire/XTrap/src/deps/Carp/Assert.pm line 271
Carp::Assert::assert('') called at src/ActorList.pm line 100
ActorList::getByID('ActorList=HASH(0x38643b4)', 'undef') called at src/Network/Receive.pm line 7252
Network::Receive::party_show_picker('Network::Receive::ServerType22=HASH(0x38227ac)', 'HASH(0x3bbd264)') called at src/Network/Receive.pm line 528
Network::Receive::parse('Network::Receive::ServerType22=HASH(0x38227ac)', '\x{b8}\x{2}\x{fa}\x{ca}\x{1e}\x{0}\x{4}\x{9}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{10}\x{0}\x{4}') called at src/functions.pl line 1203
main::parseIncomingMessage('\x{b8}\x{2}\x{fa}\x{ca}\x{1e}\x{0}\x{4}\x{9}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{10}\x{0}\x{4}') called at src/functions.pl line 550
main::mainLoop_initialized() called at src/functions.pl line 70
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x2a539ec)') called at openkore.pl line 96
main::__start() called at start.pl line 119
at D:/Cross Fire/XTrap/src/deps/Carp/Assert.pm line 271
Carp::Assert::assert('') called at src/ActorList.pm line 100
ActorList::getByID('ActorList=HASH(0x38643b4)', 'undef') called at src/Network/Receive.pm line 7252
Network::Receive::party_show_picker('Network::Receive::ServerType22=HASH(0x38227ac)', 'HASH(0x3bbd264)') called at src/Network/Receive.pm line 528
Network::Receive::parse('Network::Receive::ServerType22=HASH(0x38227ac)', '\x{b8}\x{2}\x{fa}\x{ca}\x{1e}\x{0}\x{4}\x{9}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{10}\x{0}\x{4}') called at src/functions.pl line 1203
main::parseIncomingMessage('\x{b8}\x{2}\x{fa}\x{ca}\x{1e}\x{0}\x{4}\x{9}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{10}\x{0}\x{4}') called at src/functions.pl line 550
main::mainLoop_initialized() called at src/functions.pl line 70
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x2a539ec)') called at openkore.pl line 96
main::__start() called at start.pl line 119


pas aku ganti OK 2.0.7 ada error kayak gini maksudnya apa kk?
 

hayabusa777

TK A
Level 1
ini macrosnya

Code:
automacro paket1 {
console /\[(jarak|dist)=(.*)\] (.*) \((\d+)\): (\*Flag\s\d\*|paket)$/
call {
$distance = $.lastMatch1
$namaPlayer = $.lastMatch2
$playerID = $.lastMatch4
$playerguild = @eval (exists $::players{$::playersID[$playerID]}->{guild} ? $::players{$::playersID[$playerID]}->{guild}{name} : 'null')

#Nama guild yg mau di paket
$guild1 = ShiNinG TeaRs
$guild2 = S h i N i n G T e a R s
$guild3 = VCT

if ($playerguild == $guild1) goto oke
if ($playerguild == $guild2) goto oke
if ($playerguild == $guild3) goto oke

goto lain

:oke
#skill Impositio Manus
do sp 66 $playerID 5
#skill assumptio
do sp 361 $playerID 5

goto end

:lain
do e e5

:end
release paket1
}
}

automacro paket2 {
pubm /recov/
call {
$distance = $.lastMatch1
$namaPlayer = $.lastMatch2
$playerID = $.lastMatch3
$playerguild = @eval (exists $::players{$::playersID[$playerID]}->{guild} ? $::players{$::playersID[$playerID]}->{guild}{name} : 'null')

#Nama guild yg mau di paket
$guild1 = ShiNinG TeaRs
$guild2 = S h i N i n G T e a R s
$guild3 = VCT

if ($playerguild == $guild1) goto oke
if ($playerguild == $guild2) goto oke
if ($playerguild == $guild3) goto oke
goto lain

:oke
do sp 72 $playerID 1
do sp 35 $playerID 1

goto end

:lain
do e e5

:end
release paket2
}
}

automacro paket3 {
pm /margocakep/
call {
$playerID = @player ($.lastpm)
do sp 34 $playerID 10
do sp 29 $playerID 10
do sp 66 $playerID 5
do sp 361 $playerID 5
}
}

automacro paket4 {
pubm /cayank/

call {
$playerID = @player ($.lastpub)
do sp 34 $playerID 10
do sp 29 $playerID 10
do sp 361 $playerID 5
do sp 66 $playerID 5
}
}

automacro paket5 {
pm /asper/
call {
$playerID = @player ($.lastpm)
pause 0
do sp 68 $playerID 5
}
}

automacro paket6 {
sp < 20%
overrideAI 1
run-once 1
call {
move 160 192
do talk 10
do talk resp 0
move 147 158

release paket6
}
}

automacro warper1 {
guild "green"
run-once 1
call {

do sl 27 149 160 4
pause 1
do warp pay_gld
pause 0
release warper1
}
}

automacro warper2 {
guild "valk"
run-once 1
call {
do sl 27 151 158 4
pause 1
do warp prt_gld
pause 0
release warper2
}
}

automacro warper3 {
guild "brito"
run-once 1
call {
do sl 27 149 156 4
pause 1
do warp gef_fild13
pause 0
release warper3
}
}
ini confignya
Code:
# See the documentation for what these variables do.
# New variables have comments above them.

######## Login options and server-specific options ########

server 0
username 
password 
pin
char 
sex

bindIp
encrypt 0
# 0 = normal server, 1 = oRO, 2 = pRO, 3 = eAthena/Freya, 4 = new Freya
serverType 8_2

XKore 0
XKore_silent 1
exeName ragexe.exe
commandPrefix ;

pauseMapServer 0
ignoreInvalidLogin 0
secureLogin_requestCode

message_length_max 80
# If you play oRO or euRO, you should set chatLangCode to 1
chatLangCode 0
storageEncryptKey 0x050B6F79, 0x0202C179, 0x00E20120, 0x04FA43E3, 0x0179B6C8, 0x05973DF2, 0x007D8D6B, 0x08CB9ED9
gameGuard 1


######## Main configuration ########

alias_heal sp 28

allowedMaps
allowedMaps_reaction 1

attackAuto 2
attackAuto_party 1
attackAuto_onlyWhenSafe 0
attackAuto_followTarget 1
attackAuto_inLockOnly 1
attackDistance 1.5
attackDistanceAuto 0
attackMaxDistance 2.5
attackMaxRouteDistance 100
attackMaxRouteTime 4
attackMinPlayerDistance 2
attackMinPortalDistance 4
attackUseWeapon 1
attackNoGiveup 0
attackCanSnipe 0
attackCheckLOS 0

autoBreakTime {
startTime
stopTime
}

autoConfChange {
minTime
varTime
lvl
joblvl
}

autoMakeArrows 0

autoRestart 0

autoRestartMin 10800
autoRestartSeed 3600

autoRestartSleep 1
autoSleepMin 900
autoSleepSeed 900

autoResponse 1000

autoSpell

avoidGM_near 0
avoidGM_near_inTown 0
avoidGM_talk 0
avoidGM_reconnect 1800

avoid_ignore_0

avoidList 1
avoidList_inLockOnly 0
avoidList_reconnect 1800

dcOnDeath 0
dcOnDualLogin 0
dcOnDisconnect 0
dcOnEmptyArrow 0
dcOnMute 0
dcOnPM 0
dcOnZeny 0

follow 0
followTarget
followEmotion 1
followEmotion_distance 4
followFaceDirection 0
followDistanceMax 6
followDistanceMin 3
followLostStep 12
followSitAuto 0
followBot 0

itemsTakeAuto 0
itemsTakeAuto_party 0
itemsGatherAuto 1
itemsMaxWeight
itemsMaxWeight_sellOrStore

lockMap
lockMap_x
lockMap_y
lockMap_randX
lockMap_randY

route_randomWalk 0
route_randomWalk_maxRouteTime 0
route_maxWarpFee
route_teleport
route_teleport_minDistance 0
route_teleport_maxTries 0
route_teleport_notInMaps
route_step 15

runFromTarget
runFromTarget_dist 6

saveMap gonryun
saveMap_warpToBuyOrSell 1

shopAuto_open 0
shop_random 0

sitAuto_hp_lower 0
sitAuto_hp_upper 0
sitAuto_sp_lower 0
sitAuto_sp_upper 0
sitAuto_over_50 0
sitAuto_idle 1

statsAddAuto 0
statsAddAuto_list
statsAddAuto_dontUseBonus 0

skillsAddAuto 0
skillsAddAuto_list

tankMode 1
tankModeTarget

teleportAuto_hp 0
teleportAuto_sp 0
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 1
teleportAuto_minAggressives 0
teleportAuto_minAggressivesInLock 0
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 500
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 1
teleportAuto_useSkill 3
teleportAuto_emptyName 1
teleportAuto_allPlayers 0
teleportAuto_atkCount 0
teleportAuto_atkMiss 10
teleportAuto_unstuck 0
teleportAuto_dropTarget 0
teleportAuto_attackedWhenSitting 0
teleportAuto_totalDmg 0
teleportAuto_totalDmgInLock 0

dealAuto 1
partyAuto 1
partyAutoShare 0
guildAutoDeny 1

verbose 0
showDomain 0
squelchDomains
verboseDomains
beepDomains
beepDomains_notInTown

logChat 0
logPrivateChat 1
logPartyChat 1
logGuildChat 1
logSystemChat 1
logEmoticons

chatTitleOversize 0
shopTitleOversize 0

sleepTime 10000
intervalMapDrt 1

ignoreAll 0
itemHistory 0
autoTalkCont 1
noAutoSkill 0
portalRecord 2
missDamage 0

tankersList

secureAdminPassword 0
adminPassword #12Margo
callSign


######## Block options ########
# You can copy & paste any block multiple times. So if you want to
# configure two attack skills, just duplicate the attackSkillSlot block.

attackSkillSlot {
lvl
dist
maxCastTime
minCastTime
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
previousDamage
stopWhenHit 0
inLockOnly 0
notInTown 0
timeout 0
disabled 0
monsters
notMonsters
maxAttempts 0
maxUses 0
target_whenStatusActive
target_whenStatusInactive
inInventory
}

attackComboSlot {
afterSkill
waitBeforeUse
dist 1.5
isSelfSkill 1
}

useSelf_skill Blessing {
lvl 10
maxCastTime
minCastTime
hp
sp
onAction
whenStatusActive
whenStatusInactive Blessing
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 200
disabled 0
inInventory
}

useSelf_skill magnificat {
lvl 5
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive magnificat
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 0
timeout 70
disabled 0
inInventory
}

partySkill  {
lvl 5
maxCastTime
minCastTime
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 0
timeout 122
maxUses 1
disabled 0
target 
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 122
target_dead 0
inInventory
}
autoSwitch_default_rightHand
autoSwitch_default_leftHand
autoSwitch_default_arrow

# NOTE: In the case of two handed weapons, or no Shield,
#       duplicate the weapon name for 'rightHand'
# To attack with bare hands, specify "[NONE]" (without the quotes) for rightHand

autoSwitch {
rightHand
leftHand
arrow
distance
useWeapon
}

equipAuto {
def
monsters
skills
weight 0
whileSitting 0
onTeleport 0
hp
sp < 10
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
}



######## Autostorage/autosell ########

buyAuto {
npc
standpoint
distance 5
minAmount 2
maxAmount 3
}

sellAuto 0
sellAuto_npc
sellAuto_standpoint
sellAuto_distance 5

storageAuto 0
storageAuto_npc
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
relogAfterStorage 0
storageAuto_password

getAuto {
minAmount
maxAmount
passive
}


######## Debugging options; only useful for developers ########

debug 0
debugPacket_unparsed 0
debugPacket_received 0
debugPacket_ro_sent 0
debugPacket_sent 0
debugPacket_exclude
debugDomains
serverEncoding Western
master Rokerit
macro_orphans terminate
erminate
 

ferry_gukguk

Gukguk Love Cat
Level 2
@aconk
coba gini
Code:
automacro BuffAbis {
run-once 1
status not Blessing
status not Increase AGI
status not Assumptio
status not Impositio Manus
call PMPriest
}

macro PMPriest {
do pm "Nick Priest" "buffs"
release BuffAbis
}
maap maap ada yang salah itu

@aconk
double post?? -_-
jangan double post dong bos..
bisa di edit kan ??

plugins waitParty nya ga support sama OK 2.0.7 kayaknya,,

@hayabusa

ganti macro nya jadi gini
Code:
automacro paket1 {
console /\[(jarak|dist)=(.*)\] (.*) \((\d+)\): (\*Flag\s\d\*|paket)$/
call kasipaket
}

macro kasipaket {
$distance = $.lastMatch1
$namaPlayer = $.lastMatch2
$playerID = $.lastMatch4
$playerguild = @eval (exists $::players{$::playersID[$playerID]}->{guild} ? $::players{$::playersID[$playerID]}->{guild}{name} : 'null')

#Nama guild yg mau di paket
$guild1 = ShiNinG TeaRs
$guild2 = S h i N i n G T e a R s
$guild3 = VCT

if ($playerguild == $guild1) goto oke
if ($playerguild == $guild2) goto oke
if ($playerguild == $guild3) goto oke

goto lain

:oke
#skill Impositio Manus
do sp 66 $playerID 5
#skill assumptio
do sp 361 $playerID 5

goto end

:lain
do e e5

:end
release paket1
}

automacro paket2 {
pubm /recov/
call kasipaket2
}

macro kasipaket2 {
$distance = $.lastMatch1
$namaPlayer = $.lastMatch2
$playerID = $.lastMatch3
$playerguild = @eval (exists $::players{$::playersID[$playerID]}->{guild} ? $::players{$::playersID[$playerID]}->{guild}{name} : 'null')

#Nama guild yg mau di paket
$guild1 = ShiNinG TeaRs
$guild2 = S h i N i n G T e a R s
$guild3 = VCT

if ($playerguild == $guild1) goto oke
if ($playerguild == $guild2) goto oke
if ($playerguild == $guild3) goto oke
goto lain

:oke
do sp 72 $playerID 1
do sp 35 $playerID 1

goto end

:lain
do e e5

:end
release paket2
}

automacro paket3 {
pm /margocakep/
call kasipaket3
}

macro kasipaket3 {
$playerID = @player ($.lastpm)
do sp 34 $playerID 10
do sp 29 $playerID 10
do sp 66 $playerID 5
do sp 361 $playerID 5
}

automacro paket4 {
pubm /cayank/

call kasipaket4
}

macro kasipaket4 {
$playerID = @player ($.lastpub)
do sp 34 $playerID 10
do sp 29 $playerID 10
do sp 361 $playerID 5
do sp 66 $playerID 5
}

automacro paket5 {
pm /asper/
call kasipaket5
}

macro kasipaket5 {
$playerID = @player ($.lastpm)
pause 0
do sp 68 $playerID 5
}

automacro paket6 {
sp < 20%
overrideAI 1
run-once 1
call kasipaket6
}

macro kasipaket6 {
move 160 192
do talk 10
do talk resp 0
move 147 158

release paket6
}

automacro warper1 {
guild "green"
run-once 1
call {

do sl 27 149 160 4
pause 1
do warp pay_gld
pause 0
release warper1
}
}

automacro warper2 {
guild "valk"
run-once 1
call {
do sl 27 151 158 4
pause 1
do warp prt_gld
pause 0
release warper2
}
}

automacro warper3 {
guild "brito"
run-once 1
call warp3
}

macro warp3 {
do sl 27 149 156 4
pause 1
do warp gef_fild13
pause 0
release warper3
}
 

aconk

TK A
Level 1
@ferry taw semuanya
macronya deh jalan kk
tapi karna jarak master ma slave terlalu jauh jadinya slave ga bisa paket/heal
sama klo sp abis dia jadi duduk diri sampai g karuan

tanya:
gimana caranya byar master nyamperin slave ke t4 slave dimanapun slavenya ada?

gimana caranya byar slave ngasih tau master klo dia itu spnya abis dan si master mau duduk,nungguin ampe semua yang di minta di kasih ma slave?

wat kk ferry / siapapun yang bisa jawab ijo2 menyusul

:eek:k: :eek:k: :eek:k:

sama tanya plugins ini wat apa:
Code:
#   plugin for OpenKore by MakubeX / Darkzz @openkore brasil
#   This software is open source, licensed under the GNU General Public License.

package botBebado;

use strict;
use Plugins;
use warnings;
use Globals;
use Log qw(message debug error warning);
use Network::Receive;
use Settings;
use Utils;
use Misc;

Plugins::register('botBebado', 'Corrige o movimento do bot', \&Unload, \&Reload);

my $hooks = Plugins::addHooks(
['packet/exp_zeny_info', \&Paradinha, undef]
);

sub Unload {
Plugins::delHooks($hooks);
message "botBebado plugin unloaded"; 
}
sub Reload { Unload(); }

sub Paradinha {
my (undef,$args) = @_;
my $status = $config{botBebado};
my $pause = $config{botBebado_pause};
#1 - Base EXP
#2 - Job EXP
if ($status == 1) {
if ($args->{type} == 1) {
Commands::run('move stop');
AI::ai_clientSuspend(0, $pause);
}
}
}

1;
 

ferry_gukguk

Gukguk Love Cat
Level 2
@aconk
macro dah jalan? sip sip

nah aku kasi saran yah,,
biar sp ga gampang bocor,,

di paket nya pake timeout 280, jadi pas master ketemu ga akan langsung paket2 sendiri, ada timeout nya
biasanya kan gitu, kalo paket belum abis pas ketemu si master, si slave langsung paketin si master, padahal paketnya masih ada..

di set timeout nya sesuai lama skill itu aktif

coba cek deh di openkore for newbie,
yang master duduk manis

kalo plugins yang kamu kasih itu
Code:
Corrige o movimento do bot
artinya
Code:
Corrects the movement of the bot
mengoreksi pergerakan bot,, ??
hmm, kurang ngerti juga, soalnya ada perintah move stop juga,
ga tau dah ini plugins bwt apa, mungkin kalo si bot salah jalan, langsung aktif itu move stop nya

biasain pake tag code yah
 

ferry_gukguk

Gukguk Love Cat
Level 2
@aconk
Klik Disini

Udah di buka :sweat:


nb :
tag code itu ketik [ c o d e] untuk mengawali tag, akhiri dengan [ / c o d e ] (tanpa spasi)

Contoh :
[ c o d e ]
Ini adalah text yang berada didalam tag code
tes
tes
tes
[ / c o d e ]

Hasil (setelah tanpa spasi) :
Code:
Ini adalah text yang berada didalam tag code
tes
tes
tes
jangan lupa jg kasi spoiler biar rapih dan ga terlalu panjang, cek post kamu diatas, contohnya kaya gitu

@hayabusa777
coba di setiap akhir macro dikasi kaya contoh dibawah
automacro xxx {
...
..
call macro xxxx
}

macro xxxx {
..
..

macro reset
reload macro
release all
}
jadi disetiap akhir macro (semua) di kasi kaya gitu

:bone:
 
Top