Possible packet sent wrong macro.

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
Rafael230108
Noob
Noob
Posts: 6
Joined: 11 Jan 2013, 17:38
Noob?: Yes

Possible packet sent wrong macro.

#1 Post by Rafael230108 »

Please ask your help because BRO game and am having trouble with a macro. I saw in some topics that you could do there work perfectly. Well, here it starts normal, makes the purchase of tsurugi [1], but after buying it mekesteel the macro is called. Just then I disconect. Can anyone help me? Sorry for English mistakes.
automacro beginNOW {

hook in_game

exclusive 1
run-once 1

call openkey

}

automacro buyTSURUGI {

location prontera, prt_in
weight <= 85%

set dconWEIGHT 0.85
set itemWEIGHT 120
set zenyMIN 40000
set lockBUY 0

exclusive 1
run-once 1

call buyTSURUGInow

}

macro buyTSURUGInow {

:start
if (@npc(172 130) >= 0) goto contBUY0
[
do move prt_in @rand(168, 172) @rand(138, 142)
]
goto start

:contBUY0
if (@inventory(Steel) >= 0) goto moveSTEEL
goto contBUY1

:moveSTEEL
[
do eval $::Macro::Data::varStack{cartWEIGHT} = int($::cart{'weight'});
$itemTRANS = @eval(@eval(8000-$cartWEIGHT)/10)
do eval $::Macro::Data::varStack{itemTRANS} = int($itemTRANS);
]
if ($itemTRANS > 0) goto moveSTEEL2
goto contBUY1

:moveSTEEL2
do cart add @inventory(Steel) $itemTRANS

:contBUY1
do talk @npc(172 130)
pause 3
do store

[
call itemNUMBERINV

$amountTSU = @invamount(Tsurugi [1])
log === Tsurugi [1] @ inventory: $amountTSU ===
log === Tsurugi [1] to buy: $istackNUMBER
]

while ($istackNUMBER >= 0) as loopBUY

do eval $::Macro::Data::varStack{zeny} = $::char->{'zeny'};
if ($zeny >= $zenyMIN) goto contBUY2
$lockBUY = 1
goto endBUY

:contBUY2
do buy 13 1

$istackNUMBER--

end loopBUY

:endBUY

}

automacro makeSTEEL {

location prontera, prt_in
weight <= 90%
sp > 5
inventory "Tsurugi [1]" > 5

exclusive 1
run-once 1
delay 3

call makeSTEELnow
}

macro makeSTEELnow {

:start
if (@npc(172 130) >= 0) goto contMAKE0
[
do move prt_in @rand(168, 172) @rand(138, 142)
]
goto start

:contMAKE0
$counter = @rand(1, 10)

while ($counter <= 10) as loopMAKE

[
$amountSTART = @invamount(Tsurugi [1])
if ($counter == 1) goto one
if ($counter == 2) goto two
if ($counter == 3) goto three
if ($counter == 4) goto four
if ($counter == 5) goto five
if ($counter == 6) goto six
if ($counter == 7) goto seven
if ($counter == 8) goto eight
if ($counter == 9) goto nine
if ($counter == 10) goto ten
log === variable $counter error ===
stop

:one
$hex = 0C
goto sendNOW
:two
$hex = 0D
goto sendNOW
:three
$hex = 0E
goto sendNOW
:four
$hex = 0F
goto sendNOW
:five
$hex = 1A
goto sendNOW
:six
$hex = 1B
goto sendNOW
:seven
$hex = 1C
goto sendNOW
:eight
$hex = 1D
goto sendNOW
:nine
$hex = 1E
goto sendNOW
:ten
$hex = 1F
goto sendNOW
]

:sendNOW
[
log === steel: $amountSTART ===
log === $hex ===
]
do send E4 07 10 00 00 00 00 00 01 00 00 00 $hex 00 01 00
#pause 1
[
$counter++

if ($counter != 11) goto contMAKE
$counter = 1
#do relog
#release makeSTEEL

:contMAKE
]

:contMAKE21
$amountEND = @invamount(Tsurugi [1])
if ($amountSTART != $amountEND) goto contMAKE2
do relog
goto end
#release makeSTEEL
#stop

:contMAKE2
if (@invamount(Tsurugi [1]) > 0) goto contMAKE3
goto end

:contMAKE3

end loopMAKE

:end
release makeSTEEL

if ($lockBUY == 0) goto contMAKE4
call goNOW
log === no more money ===
stop

:contMAKE4
release buyTSURUGI

}

automacro gotoKAFRA {

location prontera, prt_in
weight >= 85%
inventory "Steel" >= 1

set kafraMAX 30000

exclusive 1
run-once 1

call goNOW

}

macro goNOW {

:start
[
do move prontera 150 85
]
if (@npc(146 89) >= 0) goto contKAFRA
goto start

:contKAFRA
do talknpc 146 89 w1 r1 w1 n
$tx = 0

:loopback
if (@eval(exists $::storage{opened}?1:0)) goto open
log === wait a moment ===
pause 1
$tx++
if ($tx == 3) goto start
goto loopback

:open
if (@storamount(Steel) == $kafraMAX) goto contSTORAGEend
if (@inventory(Steel) < 0) goto contSTORAGE1
do storage add @inventory(Steel) @eval($kafraMAX-@storamount(Steel))
if (@storamount(Steel) == $kafraMAX) goto contSTORAGEend

:contSTORAGE1
#pause 1
if (@cart(Steel) < 0) goto contSTORAGE2
do storage addfromcart @cart(Steel) @eval($kafraMAX-@storamount(Steel))
if (@storamount(Steel) == $kafraMAX) goto contSTORAGEend
goto contSTORAGE2

:confSTORAGEend
do conf char 1
do relog
pause 2
release all
stop

:contSTORAGE2
if ($lockBUY == 1) goto confSTORAGEend

release gotoKAFRA
release buyTSURUGI

}

######===================================================================

macro decWEIGHT {

$dWEIGHT = @eval($.weight/$.maxweight)

}

macro looseWEIGHT {

$losWEIGHT = @eval(@eval($.maxweight*$dconWEIGHT)-$.weight)

}

macro itemNUMBERINV {

call looseWEIGHT

$istackNUMBER = @eval($losWEIGHT/$itemWEIGHT)
do eval $::Macro::Data::varStack{istackNUMBER} = int($istackNUMBER)

}




##============================================================================
##############################################################################
##============================================================================


automacro begin {

hook in_game
location payon

exclusive 1
run-once 1
delay 7

call {

if ($.pos == "160 230") goto cont
[
do move 160 230 payon
]

:cont
if (@cart(Steel) >= 0) goto next
call storagenow
goto end

:next
do openshop

:end
release begin
lock vendingan2

}
}

automacro vendingan3 {

soldout == 1
location payon

exclusive 1
run-once 1
delay 3

call storagenow

}

automacro thanks {

console /^sold: (\d+) - (.*) (\d+)z/i
location payon

delay 10
exclusive 1
run-once 1

call {

if (@shopamount(Steel) ~ 600 .. 799) goto revend
goto end

:revend
release vendingan2

:end
if (@shopamount(Steel) > 0) goto contEND
call storagenow

:contEND

}
}

automacro vendingan {

shop "Steel" < 600
location payon

exclusive 1
run-once 1
delay 3
timeout 30

call storagenow

}

automacro vendingan2 {

shop "Steel" < 800
location payon

exclusive 1
run-once 1
delay 3
timeout 600

call storagenow

}

macro storagenow {

do closeshop
pause 3

if ($lockBUY < 2) goto talkNPC
if (@cart(Steel) < 0) goto changeCHAR
release all
goto enddown

:changeCHAR
if ($lockBUY == 3) goto endSELLING
$lockBUY = 0
do conf char 0
do relog
stop

:endSELLING
log === no more money to make STEEL ===
relog 1000000
stop

:talkNPC
$t = 0
do talknpc 175 226 w3 r1 w3 n
pause 2

:loopback
if (@eval(exists $::storage{opened}?1:0)) goto open
log === wait a moment ===
pause 0.5
$t++
if ($t == 3) goto talkNPC
goto loopback

:open

if (@cartamount(Steel) >= 800) goto next

do storage gettocart @storage(Steel) @eval(800 - @cartamount(Steel))
pause 2

if (@storage(Steel) >= 0 ) goto next
lock vendingan
lock vendingan2
goto end

:next
do storage close
release vendingan
release vendingan3
release thanks

:end
if (@storage(Steel) >= 0) goto enddown
if ($lockBUY == 1) goto nextLOCKBUY
$lockBUY = 2
goto nextLOCKBUY2

:nextLOCKBUY
$lockBUY = 3
goto nextLOCKBUY2

:nextLOCKBUY2
goto enddown

:enddown
pause 2
do openshop

}

macro openkey {

$lockBUY = 0

log === key is opened ===

}

macro statuskey {

if ($lockBUY == "") goto undefine
log === lockBUY: $lockBUY ===
stop

:undefine
log === variable is not found ===

}

Cloudthers
Noob
Noob
Posts: 14
Joined: 20 Nov 2009, 06:47
Noob?: No

Re: Possible packet sent wrong macro.

#2 Post by Cloudthers »

Hi Rafael230108,

can you show me any screenshot?

Rafael230108
Noob
Noob
Posts: 6
Joined: 11 Jan 2013, 17:38
Noob?: Yes

Re: Possible packet sent wrong macro.

#3 Post by Rafael230108 »

Cloudthers wrote:Hi Rafael230108,

can you show me any screenshot?
I could not upload to, but here's the console log.
[Jan 9 18:23:27 2013.87] Carregando control\mon_control.txt...
[Jan 9 18:23:27 2013.91] Carregando control\items_control.txt...
[Jan 9 18:23:27 2013.94] Carregando control\shop.txt...
[Jan 9 18:23:27 2013.95] Carregando control\overallAuth.txt...
[Jan 9 18:23:27 2013.96] Carregando control\pickupitems.txt...
[Jan 9 18:23:27 2013.97] Carregando control\responses.txt...
[Jan 9 18:23:27 2013.99] Carregando control\timeouts.txt...
[Jan 9 18:23:28 2013.50] Carregando control\chat_resp.txt...
[Jan 9 18:23:28 2013.16] Carregando control\avoid.txt...
[Jan 9 18:23:28 2013.33] Carregando control\priority.txt...
[Jan 9 18:23:28 2013.42] Carregando control\consolecolors.txt...
[Jan 9 18:23:28 2013.51] Carregando control\routeweights.txt...
[Jan 9 18:23:28 2013.63] Carregando control\arrowcraft.txt...
[Jan 9 18:23:28 2013.75] Carregando tables\servers.txt...
[Jan 9 18:23:28 2013.10] Carregando tables\bRO\recvpackets.txt...
[Jan 9 18:23:28 2013.16] Carregando tables\cities.txt...
[Jan 9 18:23:28 2013.17] Carregando tables\bRO\commanddescriptions.txt...
[Jan 9 18:23:28 2013.20] Carregando tables\bRO\directions.txt...
[Jan 9 18:23:28 2013.22] Carregando tables\elements.txt...
[Jan 9 18:23:28 2013.23] Carregando tables\emotions.txt...
[Jan 9 18:23:28 2013.24] Carregando tables\equiptypes.txt...
[Jan 9 18:23:28 2013.25] Carregando tables\bRO\haircolors.txt...
[Jan 9 18:23:28 2013.26] Carregando tables\headgears.txt...
[Jan 9 18:23:28 2013.28] Carregando tables\bRO\items.txt...
[Jan 9 18:23:28 2013.53] Carregando tables\bRO\itemsdescriptions.txt...
[Jan 9 18:23:29 2013.94] Carregando tables\bRO\itemslots.txt...
[Jan 9 18:23:30 2013.54] Carregando tables\bRO\itemslotcounttable.txt...
[Jan 9 18:23:30 2013.88] Carregando tables\itemtypes.txt...
[Jan 9 18:23:30 2013.16] Carregando tables\bRO\resnametable.txt...
[Jan 9 18:23:30 2013.24] Carregando tables\bRO\maps.txt...
[Jan 9 18:23:30 2013.37] Carregando tables\bRO\monsters.txt...
[Jan 9 18:23:30 2013.38] Carregando tables\bRO\npcs.txt...
[Jan 9 18:23:30 2013.45] Carregando tables\packetdescriptions.txt...
[Jan 9 18:23:30 2013.47] Carregando tables\bRO\portals.txt...
[Jan 9 18:23:30 2013.61] Carregando tables\portalsLOS.txt...
[Jan 9 18:23:31 2013.65] Carregando tables\bRO\sex.txt...
[Jan 9 18:23:31 2013.78] Carregando tables\SKILL_id_handle.txt...
[Jan 9 18:23:31 2013.82] Carregando tables\bRO\skillnametable.txt...
[Jan 9 18:23:31 2013.92] Carregando tables\spells.txt...
[Jan 9 18:23:31 2013.95] Carregando tables\bRO\skillsdescriptions.txt...
[Jan 9 18:23:32 2013.11] Carregando tables\bRO\skillssp.txt...
[Jan 9 18:23:32 2013.17] Carregando tables\STATUS_id_handle.txt...
[Jan 9 18:23:32 2013.20] Carregando tables\STATE_id_handle.txt...
[Jan 9 18:23:32 2013.21] Carregando tables\LOOK_id_handle.txt...
[Jan 9 18:23:32 2013.23] Carregando tables\AILMENT_id_handle.txt...
[Jan 9 18:23:32 2013.24] Carregando tables\MAPTYPE_id_handle.txt...
[Jan 9 18:23:32 2013.25] Carregando tables\MAPPROPERTY_TYPE_id_handle.txt...
[Jan 9 18:23:32 2013.26] Carregando tables\MAPPROPERTY_INFO_id_handle.txt...
[Jan 9 18:23:32 2013.27] Carregando tables\statusnametable.txt...
[Jan 9 18:23:32 2013.30] Carregando tables\skillsarea.txt...
[Jan 9 18:23:32 2013.31] Carregando tables\skillsencore.txt...
[Jan 9 18:23:32 2013.32] Carregando tables\bRO\quests.txt...
[Jan 9 18:23:32 2013.54] Carregando tables\bRO\msgstringtable.txt...
[Jan 9 18:23:32 2013.62] [macro] hooking to in_game
[Jan 9 18:23:32 2013.63] [macro] hooking to AI_pre
[Jan 9 18:23:32 2013.64] [macro] hooking to log
[Jan 9 18:23:32 2013.65]
Gerando Senha de Administrador...
[Jan 9 18:23:32 2013.71]
[Jan 9 18:23:32 2013.80] Checando novos portais...[Jan 9 18:23:32 2013.93] nenhum encontrado
[Jan 9 18:23:33 2013.51]
[Jan 9 18:23:33 2013.23] Conectando-se ao Servidor de Contas...
[Jan 9 18:23:33 2013.60] Conectando-se (200.229.50.3:6900)... [Jan 9 18:23:33 2013.68] conectado
[Jan 9 18:23:33 2013.69] Pedindo permissão para se logar no servidor de contas...
[Jan 9 18:23:34 2013.26] Foi autorizado o pedido para se logar no Servidor de Contas
[Jan 9 18:23:34 2013.60] --------Informações da Conta--------
ID da Conta: 0000000 00 00 00 00
Sexo:
ID da Sessão: 00000 00 00 00 00
0 00 00 00 00
------------------------------------
[Jan 9 18:23:34 2013.61] -------- Servidores --------
# Nome Usuários IP Porta
[Jan 9 18:23:34 2013.62] 0 Thor 0 200.229.50.4 6000
[Jan 9 18:23:34 2013.63] -------------------------------
[Jan 9 18:23:34 2013.64] Fechando conexão com o Servidor de Contas
[Jan 9 18:23:34 2013.66] Desconectando-se (200.229.50.3:6900)...[Jan 9 18:23:34 2013.66] desconectado
[Jan 9 18:23:34 2013.68] Servidor 0 selecionado
[Jan 9 18:23:34 2013.73] Conectando-se ao Servidor de Personagens...
[Jan 9 18:23:34 2013.74] Conectando-se (200.229.50.4:6000)... [Jan 9 18:23:34 2013.79] conectado
[Jan 9 18:23:35 2013.21] Personagens recebidos do Servidor de Personagens
[Jan 9 18:23:35 2013.22] ---------- Lista de Personagens ----------
Slot 0: (Genetic, level 99/1)
------------------------------------------
[Jan 9 18:23:35 2013.22] Server requested PIN password in order to select your character.
[Jan 9 18:23:35 2013.28] PIN code is correct.
[Jan 9 18:23:35 2013.29] ---------- Lista de Personagens ----------
Slot 0: (Genetic, level 99/1)
------------------------------------------
[Jan 9 18:23:35 2013.34] ID de personagem e IP do mapa recebidos do Servidor de Personagens.
[Jan 9 18:23:35 2013.35] -----Informações do Jogo-----
ID do Personagem : 00 00 00 00 (xxxxxxx)
Nome do Mapa: prt_in.gat
IP do Mapa : 200.229.50.8
Porta do Mapa: 5000
-----------------------------
[Jan 9 18:23:35 2013.36] Fechando conexão com o Servidor de Personagens
[Jan 9 18:23:35 2013.36] Desconectando-se (200.229.50.4:6000)...[Jan 9 18:23:35 2013.37] desconectado
[Jan 9 18:23:35 2013.42] Conectando-se ao Servidor de Mapas...
[Jan 9 18:23:35 2013.44] Conectando-se (200.229.50.8:5000)... [Jan 9 18:23:35 2013.60] conectado
[Jan 9 18:23:36 2013.38] Você está no jogo agora.
[Jan 9 18:23:36 2013.42] [macro] automacro beginNOW triggered.
[Jan 9 18:23:36 2013.47] Suas coordenadas: 172, 140
[Jan 9 18:23:36 2013.60] [macro log] === key is opened ===
[Jan 9 18:23:36 2013.62] You are now: Owg 50%
[Jan 9 18:23:36 2013.88] Permitir pedido de grupo de outros jogadores.
[Jan 9 18:23:36 2013.89] Other players are not allowed to view your Equipment.
[Jan 9 18:23:36 2013.91] Você entrou no grupo 'Faça sua Encomenda Aqui'
[Jan 9 18:23:36 2013.92] Membro do Grupo:
[Jan 9 18:23:36 2013.94] Membro do Grupo:
[Jan 9 18:23:36 2013.94] Membro do Grupo:
[Jan 9 18:23:37 2013.12] EXP do grupo Dividida Individualmente.
[Jan 9 18:23:37 2013.10] Party item set to Individual Take
[Jan 9 18:23:37 2013.18] Party item division set to Individual Take
[Jan 9 18:23:37 2013.42] O amigo(a) conectou-se.
[Jan 9 18:23:37 2013.27] You are now: look: Level 3 Cart
[Jan 9 18:23:37 2013.28] [macro] automacro makeSTEEL triggered.
[Jan 9 18:23:37 2013.38] =========================== Server Infos ===========================
[Jan 9 18:23:37 2013.39] EXP Rates: 150% (Base 0% + Premium 0% + Server 50% + Plus 0%)
[Jan 9 18:23:37 2013.40] Drop Rates: 100% (Base 0% + Premium 0% + Server 0% + Plus 0%)
[Jan 9 18:23:37 2013.41] Death Penalty: 100% (Base 0% + Premium 0% + Server 0% + Plus 0%)
[Jan 9 18:23:37 2013.42] =====================================================================
[Jan 9 18:23:37 2013.43] --Boletim do Clã--
------------------
[Jan 9 18:23:37 2013.45] You are not a guildmaster.
[Jan 9 18:23:37 2013.46] Existe um NPC: Vendedor de Armas (172, 130) (ID 50927) - (0)
[Jan 9 18:23:37 2013.47] Existe um NPC: Vendedor de Armas (171, 140) (ID 50928) - (1)
[Jan 9 18:23:37 2013.48] Existe um NPC: Vendedor de Armaduras (172, 132) (ID 50929) - (2)
[Jan 9 18:23:37 2013.49] Existe um NPC: Vendedor de Armas (165, 140) (ID 50937) - (3)
[Jan 9 18:23:37 2013.55] Existe um NPC: Peças para M.E.C.H.A. (175, 137) (ID 50941) - (4)
[Jan 9 18:23:37 2013.60] You are not a guildmaster.
[Jan 9 18:23:38 2013.58] Player Exists: Linker of caus (2602493)
[Jan 9 18:23:38 2013.59] Player Exists: Linker of caus (2602493), Taekwon, lvl 54
[Jan 9 18:23:40 2013.20] [macro log] === steel: 57 ===
[Jan 9 18:23:40 2013.26] [macro log] === 0F ===
[Jan 9 18:23:41 2013.16] Desconectando-se (200.229.50.8:5000)...[Jan 9 18:23:41 2013.18] desconectado
[Jan 9 18:23:41 2013.19] Relogando-se em 5 segundos...
[Jan 9 18:23:46 2013.17] Conectando-se ao Servidor de Contas...
[Jan 9 18:23:46 2013.23] Conectando-se (200.229.50.3:6900)... [Jan 9 18:23:46 2013.31] conectado
[Jan 9 18:23:46 2013.34] Pedindo permissão para se logar no servidor de contas...
[Jan 9 18:23:46 2013.97] Foi autorizado o pedido para se logar no Servidor de Contas
[Jan 9 18:23:47 2013.30] --------Informações da Conta--------
ID da Conta: xxxxxx xx xx xx 00
Sexo: Feminino
ID da Sessão: xxxx xx xx 00 00
0 00 00 00 00
------------------------------------
[Jan 9 18:23:47 2013.31] -------- Servidores --------
# Nome Usuários IP Porta
[Jan 9 18:23:47 2013.32] 0 Thor 0 200.229.50.4 6000
[Jan 9 18:23:47 2013.35] -------------------------------
[Jan 9 18:23:47 2013.36] Fechando conexão com o Servidor de Contas
[Jan 9 18:23:47 2013.37] Desconectando-se (200.229.50.3:6900)...[Jan 9 18:23:47 2013.38] desconectado
[Jan 9 18:23:47 2013.40] Servidor 0 selecionado
[Jan 9 18:23:47 2013.45] Conectando-se ao Servidor de Personagens...
[Jan 9 18:23:47 2013.46] Conectando-se (200.229.50.4:6000)... [Jan 9 18:23:47 2013.60] conectado
[Jan 9 18:23:47 2013.99] Personagens recebidos do Servidor de Personagens
[Jan 9 18:23:48 2013.13] ---------- Lista de Personagens ----------
Slot 0: (Genetic, level 99/1)
------------------------------------------
[Jan 9 18:23:48 2013.16] Server requested PIN password in order to select your character.
[Jan 9 18:23:48 2013.74] PIN code is correct.
[Jan 9 18:23:48 2013.83] ---------- Lista de Personagens ----------
Slot 0: (Genetic, level 99/1)
------------------------------------------
[Jan 9 18:23:48 2013.13] ID de personagem e IP do mapa recebidos do Servidor de Personagens.
[Jan 9 18:23:48 2013.15] -----Informações do Jogo-----
ID do Personagem : 00 00 00 00 (xxxxxxxx)
Nome do Mapa: prt_in.gat
IP do Mapa : 200.229.50.8
Porta do Mapa: 5000
-----------------------------
[Jan 9 18:23:48 2013.16] Fechando conexão com o Servidor de Personagens
[Jan 9 18:23:48 2013.16] Desconectando-se (200.229.50.4:6000)...[Jan 9 18:23:48 2013.17] desconectado
[Jan 9 18:23:48 2013.24] Conectando-se ao Servidor de Mapas...
[Jan 9 18:23:48 2013.25] Conectando-se (200.229.50.8:5000)... [Jan 9 18:23:48 2013.30] conectado
[Jan 9 18:23:49 2013.87] Você está no jogo agora.
[Jan 9 18:23:49 2013.10] Suas coordenadas: 172, 140
[Jan 9 18:23:49 2013.28] You are again: Owg 50%
[Jan 9 18:23:49 2013.29] [macro] automacro buyTSURUGI triggered.
[Jan 9 18:23:49 2013.39] Calculando rota para: Casa em Prontera(prt_in): 172, 139
[Jan 9 18:23:49 2013.68] Permitir pedido de grupo de outros jogadores.
[Jan 9 18:23:49 2013.70] Other players are not allowed to view your Equipment.
[Jan 9 18:23:49 2013.76] Você entrou no grupo ''
[Jan 9 18:23:49 2013.81] Membro do Grupo:
[Jan 9 18:23:49 2013.87] Membro do Grupo:
[Jan 9 18:23:49 2013.92] Membro do Grupo:
[Jan 9 18:23:49 2013.93] EXP do grupo Dividida Individualmente.
[Jan 9 18:23:49 2013.96] Party item set to Individual Take
[Jan 9 18:23:49 2013.97] Party item division set to Individual Take
[Jan 9 18:23:49 2013.98] O amigo(a) conectou-se.
[Jan 9 18:23:50 2013.25] =========================== Server Infos ===========================
[Jan 9 18:23:50 2013.26] EXP Rates: 150% (Base 0% + Premium 0% + Server 50% + Plus 0%)
[Jan 9 18:23:50 2013.27] Drop Rates: 100% (Base 0% + Premium 0% + Server 0% + Plus 0%)
[Jan 9 18:23:50 2013.28] Death Penalty: 100% (Base 0% + Premium 0% + Server 0% + Plus 0%)
[Jan 9 18:23:50 2013.29] =====================================================================
[Jan 9 18:23:50 2013.30] --Boletim do Clã--

------------------
[Jan 9 18:23:50 2013.32] You are not a guildmaster.
[Jan 9 18:23:50 2013.34] Existe um NPC: Vendedor de Armas (172, 130) (ID 50927) - (0)
[Jan 9 18:23:50 2013.37] Existe um NPC: Vendedor de Armas (171, 140) (ID 50928) - (1)
[Jan 9 18:23:50 2013.38] Existe um NPC: Vendedor de Armaduras (172, 132) (ID 50929) - (2)
[Jan 9 18:23:50 2013.39] Existe um NPC: Vendedor de Armas (165, 140) (ID 50937) - (3)
[Jan 9 18:23:50 2013.45] Existe um NPC: Peças para M.E.C.H.A. (175, 137) (ID 50941) - (4)
[Jan 9 18:23:50 2013.58] You are not a guildmaster.
[Jan 9 18:23:51 2013.68] Vendedor de Armas: Type 'store' to start buying, or type 'sell' to start selling
[Jan 9 18:23:55 2013.28] ----------Vendedor de Armas's Store List-----------
# Name Type Price
[Jan 9 18:23:55 2013.29] 0 Flecha Arrow 1z
[Jan 9 18:23:55 2013.30] 1 Flecha de Prata Arrow 3z
[Jan 9 18:23:55 2013.31] 2 Arco Pet Armor 1000z
[Jan 9 18:23:55 2013.32] 3 Faca Weapon 50z
[Jan 9 18:23:55 2013.34] 4 Punhal Weapon 1250z
[Jan 9 18:23:55 2013.35] 5 Main Gauche Weapon 2400z
[Jan 9 18:23:55 2013.36] 6 Bastão Weapon 50z
[Jan 9 18:23:55 2013.37] 7 Espada Weapon 100z
[Jan 9 18:23:55 2013.38] 8 Alfanje Weapon 1500z
[Jan 9 18:23:55 2013.40] 9 Lâmina Weapon 2900z
[Jan 9 18:23:55 2013.42] 10 Florete Weapon 10000z
[Jan 9 18:23:55 2013.43] 11 Cimitarra Weapon 17000z
[Jan 9 18:23:55 2013.44] 12 Sabre de Impacto Weapon 24000z
[Jan 9 18:23:55 2013.45] 13 Tsurugi Weapon 51000z
[Jan 9 18:23:55 2013.46] 14 Haedonggum Weapon 50000z
[Jan 9 18:23:55 2013.48] 15 Sabre Weapon 49000z
[Jan 9 18:23:55 2013.49] 16 Flamberge Weapon 60000z
[Jan 9 18:23:55 2013.50] 17 Kataná 2-Hand Weapon 2000z
[Jan 9 18:23:55 2013.50] 18 Machado Weapon 500z
[Jan 9 18:23:55 2013.51] -------------------------------
[Jan 9 18:23:56 2013.37] [macro log] === Tsurugi [1] @ inventory: 57 ===
[Jan 9 18:23:56 2013.45] [macro log] === Tsurugi [1] to buy: -1
[Jan 9 18:23:56 2013.18] [macro] automacro makeSTEEL triggered.
[Jan 9 18:23:59 2013.20] [macro log] === steel: 57 ===
[Jan 9 18:23:59 2013.21] [macro log] === 1A ===
[Jan 9 18:24:00 2013.18] Desconectando-se (200.229.50.8:5000)...[Jan 9 18:24:00 2013.20] desconectado
[Jan 9 18:24:00 2013.20] Relogando-se em 5 segundos...
[Jan 9 18:24:05 2013.20] Conectando-se ao Servidor de Contas...
[Jan 9 18:24:05 2013.21] Conectando-se (200.229.50.3:6900)... [Jan 9 18:24:05 2013.26] conectado
[Jan 9 18:24:05 2013.28] Pedindo permissão para se logar no servidor de contas...
[Jan 9 18:24:05 2013.72] Foi autorizado o pedido para se logar no Servidor de Contas
[Jan 9 18:24:05 2013.98] --------Informações da Conta--------
ID da Conta: xxxxxxxx 00 00 00 00
Sexo: Feminino
ID da Sessão: 00000 00 00 00 00
0 00 00 00 00
------------------------------------
[Jan 9 18:24:05 2013.99] -------- Servidores --------
# Nome Usuários IP Porta
[Jan 9 18:24:06 2013.25] 0 Thor 0 200.229.50.4 6000
[Jan 9 18:24:06 2013.16] -------------------------------
[Jan 9 18:24:06 2013.60] Fechando conexão com o Servidor de Contas
[Jan 9 18:24:06 2013.68] Desconectando-se (200.229.50.3:6900)...[Jan 9 18:24:06 2013.75] desconectado
[Jan 9 18:24:06 2013.85] Servidor 0 selecionado
[Jan 9 18:24:06 2013.13] Conectando-se ao Servidor de Personagens...
[Jan 9 18:24:06 2013.14] Conectando-se (200.229.50.4:6000)... [Jan 9 18:24:06 2013.19] conectado
[Jan 9 18:24:06 2013.49] Personagens recebidos do Servidor de Personagens
[Jan 9 18:24:06 2013.49] ---------- Lista de Personagens ----------
Slot 0: (Genetic, level 99/1)
------------------------------------------
[Jan 9 18:24:06 2013.50] Server requested PIN password in order to select your character.
[Jan 9 18:24:06 2013.56] PIN code is correct.
[Jan 9 18:24:06 2013.57] ---------- Lista de Personagens ----------
Slot 0: (Genetic, level 99/1)
------------------------------------------
[Jan 9 18:24:06 2013.62] ID de personagem e IP do mapa recebidos do Servidor de Personagens.
[Jan 9 18:24:06 2013.63] -----Informações do Jogo-----
ID do Personagem : 09 34 C1 00 (12661769)
Nome do Mapa: prt_in.gat
IP do Mapa : 200.229.50.8
Porta do Mapa: 5000
-----------------------------
[Jan 9 18:24:06 2013.64] Fechando conexão com o Servidor de Personagens
[Jan 9 18:24:06 2013.65] Desconectando-se (200.229.50.4:6000)...[Jan 9 18:24:06 2013.66] desconectado
[Jan 9 18:24:06 2013.72] Conectando-se ao Servidor de Mapas...
[Jan 9 18:24:06 2013.73] Conectando-se (200.229.50.8:5000)... [Jan 9 18:24:06 2013.78] conectado
[Jan 9 18:24:07 2013.68] Você está no jogo agora.
[Jan 9 18:24:07 2013.69] Suas coordenadas: 172, 139
[Jan 9 18:24:07 2013.80] You are again: Owg 50%
[Jan 9 18:24:07 2013.83] [macro] automacro buyTSURUGI triggered.
[Jan 9 18:24:07 2013.94] Calculando rota para: Casa em Prontera(prt_in): 169, 139
[Jan 9 18:24:08 2013.20] Permitir pedido de grupo de outros jogadores.
[Jan 9 18:24:08 2013.21] Other players are not allowed to view your Equipment.
[Jan 9 18:24:08 2013.47] Você entrou no grupo ''
[Jan 9 18:24:08 2013.48] Membro do Grupo:
[Jan 9 18:24:08 2013.48] Membro do Grupo:
[Jan 9 18:24:08 2013.49] Membro do Grupo:
[Jan 9 18:24:08 2013.51] EXP do grupo Dividida Individualmente.
[Jan 9 18:24:08 2013.52] Party item set to Individual Take
[Jan 9 18:24:08 2013.53] Party item division set to Individual Take
[Jan 9 18:24:08 2013.53] O amigo(a) conectou-se.
[Jan 9 18:24:08 2013.73] =========================== Server Infos ===========================
[Jan 9 18:24:08 2013.75] EXP Rates: 150% (Base 0% + Premium 0% + Server 50% + Plus 0%)
[Jan 9 18:24:08 2013.76] Drop Rates: 100% (Base 0% + Premium 0% + Server 0% + Plus 0%)
[Jan 9 18:24:08 2013.76] Death Penalty: 100% (Base 0% + Premium 0% + Server 0% + Plus 0%)
[Jan 9 18:24:08 2013.77] =====================================================================
[Jan 9 18:24:08 2013.79] --Boletim do Clã--

------------------
[Jan 9 18:24:08 2013.84] You are not a guildmaster.
[Jan 9 18:24:08 2013.85] Existe um NPC: Vendedor de Armas (172, 130) (ID 50927) - (0)
[Jan 9 18:24:08 2013.86] Existe um NPC: Vendedor de Armas (171, 140) (ID 50928) - (1)
[Jan 9 18:24:08 2013.88] Existe um NPC: Vendedor de Armaduras (172, 132) (ID 50929) - (2)
[Jan 9 18:24:08 2013.89] Existe um NPC: Vendedor de Armas (165, 140) (ID 50937) - (3)
[Jan 9 18:24:08 2013.90] Existe um NPC: Peças para M.E.C.H.A. (175, 137) (ID 50941) - (4)
[Jan 9 18:24:08 2013.99] You are not a guildmaster.
[Jan 9 18:24:10 2013.89] Vendedor de Armas: Type 'store' to start buying, or type 'sell' to start selling
[Jan 9 18:24:14 2013.28] ----------Vendedor de Armas's Store List-----------
# Name Type Price
[Jan 9 18:24:14 2013.30] 0 Flecha Arrow 1z
[Jan 9 18:24:14 2013.31] 1 Flecha de Prata Arrow 3z
[Jan 9 18:24:14 2013.32] 2 Arco Pet Armor 1000z
[Jan 9 18:24:14 2013.33] 3 Faca Weapon 50z
[Jan 9 18:24:14 2013.34] 4 Punhal Weapon 1250z
[Jan 9 18:24:14 2013.36] 5 Main Gauche Weapon 2400z
[Jan 9 18:24:14 2013.36] 6 Bastão Weapon 50z
[Jan 9 18:24:14 2013.38] 7 Espada Weapon 100z
[Jan 9 18:24:14 2013.40] 8 Alfanje Weapon 1500z
[Jan 9 18:24:14 2013.41] 9 Lâmina Weapon 2900z
[Jan 9 18:24:14 2013.42] 10 Florete Weapon 10000z
[Jan 9 18:24:14 2013.43] 11 Cimitarra Weapon 17000z
[Jan 9 18:24:14 2013.45] 12 Sabre de Impacto Weapon 24000z
[Jan 9 18:24:14 2013.45] 13 Tsurugi Weapon 51000z
[Jan 9 18:24:14 2013.47] 14 Haedonggum Weapon 50000z
[Jan 9 18:24:14 2013.48] 15 Sabre Weapon 49000z
[Jan 9 18:24:14 2013.50] 16 Flamberge Weapon 60000z
[Jan 9 18:24:14 2013.51] 17 Kataná 2-Hand Weapon 2000z
[Jan 9 18:24:14 2013.52] 18 Machado Weapon 500z
[Jan 9 18:24:14 2013.54] -------------------------------
[Jan 9 18:24:15 2013.13] [macro log] === Tsurugi [1] @ inventory: 57 ===
[Jan 9 18:24:15 2013.28] [macro log] === Tsurugi [1] to buy: -1
[Jan 9 18:24:15 2013.16] [macro] automacro makeSTEEL triggered.
[Jan 9 18:24:18 2013.18] [macro log] === steel: 57 ===
[Jan 9 18:24:18 2013.22] [macro log] === 1F ===
[Jan 9 18:24:19 2013.19] Desconectando-se (200.229.50.8:5000)...[Jan 9 18:24:19 2013.21] desconectado
[Jan 9 18:24:19 2013.22] Relogando-se em 5 segundos...

Cloudthers
Noob
Noob
Posts: 14
Joined: 20 Nov 2009, 06:47
Noob?: No

Re: Possible packet sent wrong macro.

#4 Post by Cloudthers »

I'm sorry, I dont understand the language

Rafael230108
Noob
Noob
Posts: 6
Joined: 11 Jan 2013, 17:38
Noob?: Yes

Re: Possible packet sent wrong macro.

#5 Post by Rafael230108 »

Cloudthers wrote:I'm sorry, I dont understand the language
I'll post the console log in English.
[Jan 26 11:06:25 2013.95] Loading control\mon_control.txt...
[Jan 26 11:06:26 2013.18] Loading control\items_control.txt...
[Jan 26 11:06:26 2013.96] Loading control\shop.txt...
[Jan 26 11:06:26 2013.10] Loading control\overallAuth.txt...
[Jan 26 11:06:26 2013.11] Loading control\pickupitems.txt...
[Jan 26 11:06:26 2013.12] Loading control\responses.txt...
[Jan 26 11:06:26 2013.13] Loading control\timeouts.txt...
[Jan 26 11:06:26 2013.15] Loading control\chat_resp.txt...
[Jan 26 11:06:26 2013.16] Loading control\avoid.txt...
[Jan 26 11:06:26 2013.19] Loading control\priority.txt...
[Jan 26 11:06:26 2013.20] Loading control\consolecolors.txt...
[Jan 26 11:06:26 2013.22] Loading control\routeweights.txt...
[Jan 26 11:06:26 2013.24] Loading control\arrowcraft.txt...
[Jan 26 11:06:26 2013.26] Loading tables\servers.txt...
[Jan 26 11:06:26 2013.28] Loading tables\bRO\recvpackets.txt...
[Jan 26 11:06:26 2013.33] Loading tables\cities.txt...
[Jan 26 11:06:26 2013.47] Loading tables\bRO\commanddescriptions.txt...
[Jan 26 11:06:26 2013.50] Loading tables\bRO\directions.txt...
[Jan 26 11:06:26 2013.51] Loading tables\elements.txt...
[Jan 26 11:06:26 2013.52] Loading tables\emotions.txt...
[Jan 26 11:06:26 2013.54] Loading tables\equiptypes.txt...
[Jan 26 11:06:26 2013.55] Loading tables\bRO\haircolors.txt...
[Jan 26 11:06:26 2013.56] Loading tables\headgears.txt...
[Jan 26 11:06:26 2013.57] Loading tables\bRO\items.txt...
[Jan 26 11:06:26 2013.91] Loading tables\bRO\itemsdescriptions.txt...
[Jan 26 11:06:29 2013.16] Loading tables\bRO\itemslots.txt...
[Jan 26 11:06:29 2013.18] Loading tables\bRO\itemslotcounttable.txt...
[Jan 26 11:06:29 2013.37] Loading tables\itemtypes.txt...
[Jan 26 11:06:29 2013.37] Loading tables\bRO\resnametable.txt...
[Jan 26 11:06:29 2013.54] Loading tables\bRO\maps.txt...
[Jan 26 11:06:29 2013.58] Loading tables\bRO\monsters.txt...
[Jan 26 11:06:29 2013.60] Loading tables\bRO\npcs.txt...
[Jan 26 11:06:29 2013.63] Loading tables\packetdescriptions.txt...
[Jan 26 11:06:29 2013.64] Loading tables\bRO\portals.txt...
[Jan 26 11:06:29 2013.88] Loading tables\portalsLOS.txt...
[Jan 26 11:06:31 2013.90] Loading tables\bRO\sex.txt...
[Jan 26 11:06:31 2013.13] Loading tables\SKILL_id_handle.txt...
[Jan 26 11:06:31 2013.24] Loading tables\bRO\skillnametable.txt...
[Jan 26 11:06:31 2013.29] Loading tables\spells.txt...
[Jan 26 11:06:31 2013.30] Loading tables\bRO\skillsdescriptions.txt...
[Jan 26 11:06:31 2013.49] Loading tables\bRO\skillssp.txt...
[Jan 26 11:06:31 2013.53] Loading tables\STATUS_id_handle.txt...
[Jan 26 11:06:31 2013.55] Loading tables\STATE_id_handle.txt...
[Jan 26 11:06:31 2013.57] Loading tables\LOOK_id_handle.txt...
[Jan 26 11:06:31 2013.58] Loading tables\AILMENT_id_handle.txt...
[Jan 26 11:06:31 2013.59] Loading tables\MAPTYPE_id_handle.txt...
[Jan 26 11:06:31 2013.60] Loading tables\MAPPROPERTY_TYPE_id_handle.txt...
[Jan 26 11:06:31 2013.61] Loading tables\MAPPROPERTY_INFO_id_handle.txt...
[Jan 26 11:06:31 2013.62] Loading tables\statusnametable.txt...
[Jan 26 11:06:31 2013.72] Loading tables\skillsarea.txt...
[Jan 26 11:06:31 2013.73] Loading tables\skillsencore.txt...
[Jan 26 11:06:31 2013.74] Loading tables\bRO\quests.txt...
[Jan 26 11:06:32 2013.40] Loading tables\bRO\msgstringtable.txt...
[Jan 26 11:06:32 2013.19] [macro] hooking to in_game
[Jan 26 11:06:32 2013.20] [macro] hooking to AI_pre
[Jan 26 11:06:32 2013.21] [macro] hooking to log
[Jan 26 11:06:32 2013.22]
Generating session Admin Password...
[Jan 26 11:06:32 2013.27]
[Jan 26 11:06:32 2013.39] Checking for new portals... [Jan 26 11:06:32 2013.50] none found

[Jan 26 11:06:32 2013.62]
[Jan 26 11:06:32 2013.69] Connecting to Account Server...
[Jan 26 11:06:33 2013.96] Connecting (200.229.50.3:6900)... [Jan 26 11:06:33 2013.14] connected
[Jan 26 11:06:33 2013.14] Requesting permission to logon on account server...
[Jan 26 11:06:35 2013.26] Server granted login request to account server
[Jan 26 11:06:35 2013.25] -----------Account Info------------
Account ID: xxxxxxxx 00 00 00 00
Sex: Feminino
Session ID: xxxxx 00 00 00 00
0 00 00 00 00
-----------------------------------
[Jan 26 11:06:35 2013.25] --------- Servers ----------
# Name Users IP Port
[Jan 26 11:06:35 2013.26] 0 Thor 0 200.229.50.4 6000
[Jan 26 11:06:35 2013.27] -------------------------------
[Jan 26 11:06:35 2013.28] Closing connection to Account Server
[Jan 26 11:06:35 2013.29] Disconnecting (200.229.50.3:6900)...[Jan 26 11:06:35 2013.29] disconnected
[Jan 26 11:06:35 2013.30] Server 0 selected
[Jan 26 11:06:35 2013.35] Connecting to Character Server...
[Jan 26 11:06:35 2013.36] Connecting (200.229.50.4:6000)... [Jan 26 11:06:35 2013.46] connected
[Jan 26 11:06:35 2013.88] Received characters from Character Server
[Jan 26 11:06:35 2013.88] ------------- Character List -------------
Slot 0: xxxxxxx (Genetic, level 99/4)
------------------------------------------
[Jan 26 11:06:35 2013.89] Server requested PIN password in order to select your character.
[Jan 26 11:06:35 2013.95] PIN code is correct.
[Jan 26 11:06:35 2013.95] ------------- Character List -------------
Slot 0: xxxxxxxxx (Genetic, level 99/4)
------------------------------------------
[Jan 26 11:06:36 2013.47] Received character ID and Map IP from Character Server
[Jan 26 11:06:36 2013.14] ----------Game Info----------
Char ID: 00 00 00 00 (xxxxxxx)
MAP Name: prt_in.gat
MAP IP: 200.229.50.9
MAP Port: 5000
-----------------------------
[Jan 26 11:06:36 2013.22] Closing connection to Character Server
[Jan 26 11:06:36 2013.36] Disconnecting (200.229.50.4:6000)...[Jan 26 11:06:36 2013.45] disconnected
[Jan 26 11:06:36 2013.92] Connecting to Map Server...
[Jan 26 11:06:36 2013.99] Connecting (200.229.50.9:5000)... [Jan 26 11:06:36 2013.14] connected
[Jan 26 11:06:36 2013.80] You are now in the game
[Jan 26 11:06:36 2013.80] [macro] automacro beginNOW triggered.
[Jan 26 11:06:36 2013.82] Your Coordinates: 170, 140
[Jan 26 11:06:36 2013.87] [macro log] === key is opened ===
[Jan 26 11:06:36 2013.93] You are now: Owg 50%
[Jan 26 11:06:37 2013.15] Allowed other player invite to Party
[Jan 26 11:06:37 2013.15] Other players are not allowed to view your Equipment.
[Jan 26 11:06:37 2013.29] You are now: look: Level 4 Cart
[Jan 26 11:06:37 2013.30] [macro] automacro makeSTEEL triggered.
[Jan 26 11:06:37 2013.40] =========================== Server Infos ===========================
[Jan 26 11:06:37 2013.41] EXP Rates: 150% (Base 0% + Premium 0% + Server 50% + Plus 0%)
[Jan 26 11:06:37 2013.41] Drop Rates: 100% (Base 0% + Premium 0% + Server 0% + Plus 0%)
[Jan 26 11:06:37 2013.42] Death Penalty: 100% (Base 0% + Premium 0% + Server 0% + Plus 0%)
[Jan 26 11:06:37 2013.43] =====================================================================
[Jan 26 11:06:37 2013.44] ---Guild Notice---



------------------
[Jan 26 11:06:37 2013.45] You joined party ''
[Jan 26 11:06:37 2013.47] Party Member:
[Jan 26 11:06:37 2013.47] Party Member:
[Jan 26 11:06:37 2013.48] Party Member:
[Jan 26 11:06:37 2013.49] Party EXP set to Individual Take
[Jan 26 11:06:37 2013.50] Party item set to Individual Take
[Jan 26 11:06:37 2013.50] Party item division set to Individual Take
[Jan 26 11:06:37 2013.51] NPC Exists: Vendedor de Armas (172, 130) (ID 53035) - (0)
[Jan 26 11:06:37 2013.53] NPC Exists: Vendedor de Armas (171, 140) (ID 53036) - (1)
[Jan 26 11:06:37 2013.53] NPC Exists: Vendedor de Armaduras (172, 132) (ID 53037) - (2)
[Jan 26 11:06:37 2013.55] NPC Exists: Vendedor de Armas (165, 140) (ID 53047) - (3)
[Jan 26 11:06:37 2013.56] NPC Exists: Peças para M.E.C.H.A. (175, 137) (ID 53053) - (4)
[Jan 26 11:06:37 2013.61] You are not a guildmaster.
[Jan 26 11:06:38 2013.87] Player Exists: Fherpus (1122390)
[Jan 26 11:06:38 2013.88] Player Exists: Fherpus (1122390), Swordsman, lvl 7
[Jan 26 11:06:40 2013.19] [macro log] === steel: 57 ===
[Jan 26 11:06:40 2013.20] [macro log] === 0C ===
[Jan 26 11:06:41 2013.19] Disconnecting (200.229.50.9:5000)...[Jan 26 11:06:41 2013.20] disconnected
[Jan 26 11:06:41 2013.21] Relogging in 5 seconds...
[Jan 26 11:06:46 2013.20] Connecting to Account Server...
[Jan 26 11:06:46 2013.21] Connecting (200.229.50.3:6900)... [Jan 26 11:06:46 2013.26] connected
[Jan 26 11:06:46 2013.27] Requesting permission to logon on account server...
[Jan 26 11:06:46 2013.66] Server granted login request to account server
[Jan 26 11:06:46 2013.95] -----------Account Info------------
Account ID: xxxxxxx 00 00 00 00
Sex: Feminino
Session ID: xxxxx 00 00 00 00
0 00 00 00 00
-----------------------------------
[Jan 26 11:06:46 2013.96] --------- Servers ----------
# Name Users IP Port
[Jan 26 11:06:46 2013.97] 0 Thor 0 200.229.50.4 6000
[Jan 26 11:06:46 2013.97] -------------------------------
[Jan 26 11:06:46 2013.98] Closing connection to Account Server
[Jan 26 11:06:46 2013.99] Disconnecting (200.229.50.3:6900)...[Jan 26 11:06:47 2013.97] disconnected
[Jan 26 11:06:47 2013.16] Server 0 selected
[Jan 26 11:06:47 2013.65] Connecting to Character Server...
[Jan 26 11:06:47 2013.71] Connecting (200.229.50.4:6000)... [Jan 26 11:06:47 2013.11] connected
[Jan 26 11:06:47 2013.68] Received characters from Character Server
[Jan 26 11:06:47 2013.69] ------------- Character List -------------
Slot 0: |Criadora| (Genetic, level 99/4)
------------------------------------------
[Jan 26 11:06:47 2013.69] Server requested PIN password in order to select your character.
[Jan 26 11:06:47 2013.75] PIN code is correct.
[Jan 26 11:06:47 2013.76] ------------- Character List -------------
Slot 0: xxxxxxxxx (Genetic, level 99/4)
------------------------------------------
[Jan 26 11:06:47 2013.80] Received character ID and Map IP from Character Server
[Jan 26 11:06:47 2013.81] ----------Game Info----------
Char ID: 00 00 00 00 (xxxxxxxx)
MAP Name: prt_in.gat
MAP IP: 200.229.50.9
MAP Port: 5000
-----------------------------
[Jan 26 11:06:47 2013.82] Closing connection to Character Server
[Jan 26 11:06:47 2013.83] Disconnecting (200.229.50.4:6000)...[Jan 26 11:06:47 2013.84] disconnected
[Jan 26 11:06:47 2013.89] Connecting to Map Server...
[Jan 26 11:06:47 2013.90] Connecting (200.229.50.9:5000)... [Jan 26 11:06:47 2013.95] connected
[Jan 26 11:06:48 2013.45] You are now in the game
[Jan 26 11:06:48 2013.46] Your Coordinates: 170, 140
[Jan 26 11:06:48 2013.54] You are again: Owg 50%
[Jan 26 11:06:48 2013.55] [macro] automacro buyTSURUGI triggered.
[Jan 26 11:06:48 2013.65] Calculating route to: Casa em Prontera(prt_in): 171, 141
[Jan 26 11:06:48 2013.71] Allowed other player invite to Party
[Jan 26 11:06:48 2013.71] Other players are not allowed to view your Equipment.
[Jan 26 11:06:48 2013.81] Party EXP set to Individual Take
[Jan 26 11:06:48 2013.81] Party item set to Individual Take
[Jan 26 11:06:48 2013.82] Party item division set to Individual Take
[Jan 26 11:06:49 2013.88] =========================== Server Infos ===========================
[Jan 26 11:06:49 2013.95] EXP Rates: 150% (Base 0% + Premium 0% + Server 50% + Plus 0%)
[Jan 26 11:06:49 2013.10] Drop Rates: 100% (Base 0% + Premium 0% + Server 0% + Plus 0%)
[Jan 26 11:06:49 2013.11] Death Penalty: 100% (Base 0% + Premium 0% + Server 0% + Plus 0%)
[Jan 26 11:06:49 2013.12] =====================================================================
[Jan 26 11:06:49 2013.13] ---Guild Notice---




------------------
[Jan 26 11:06:49 2013.15] NPC Exists: Vendedor de Armas (172, 130) (ID 53035) - (0)
[Jan 26 11:06:49 2013.16] NPC Exists: Vendedor de Armas (171, 140) (ID 53036) - (1)
[Jan 26 11:06:49 2013.18] NPC Exists: Vendedor de Armaduras (172, 132) (ID 53037) - (2)
[Jan 26 11:06:49 2013.18] NPC Exists: Vendedor de Armas (165, 140) (ID 53047) - (3)
[Jan 26 11:06:49 2013.19] NPC Exists: Peças para M.E.C.H.A. (175, 137) (ID 53053) - (4)
[Jan 26 11:06:49 2013.24] You are not a guildmaster.
[Jan 26 11:06:51 2013.57] Vendedor de Armas: Type 'store' to start buying, or type 'sell' to start selling
[Jan 26 11:06:52 2013.63] Player Exists: SóO No CranioÕ (3583869)
[Jan 26 11:06:52 2013.64] Player Exists: SóO No CranioÕ (3583869), Ranger, lvl 105
[Jan 26 11:06:55 2013.27] ----------Vendedor de Armas's Store List-----------
# Name Type Price
[Jan 26 11:06:55 2013.28] 0 Flecha Arrow 1z
[Jan 26 11:06:55 2013.29] 1 Flecha de Prata Arrow 3z
[Jan 26 11:06:55 2013.30] 2 Arco Pet Armor 1000z
[Jan 26 11:06:55 2013.31] 3 Faca Weapon 50z
[Jan 26 11:06:55 2013.32] 4 Punhal Weapon 1250z
[Jan 26 11:06:55 2013.32] 5 Main Gauche Weapon 2400z
[Jan 26 11:06:55 2013.33] 6 Bastão Weapon 50z
[Jan 26 11:06:55 2013.34] 7 Espada Weapon 100z
[Jan 26 11:06:55 2013.35] 8 Alfanje Weapon 1500z
[Jan 26 11:06:55 2013.36] 9 Lâmina Weapon 2900z
[Jan 26 11:06:55 2013.36] 10 Florete Weapon 10000z
[Jan 26 11:06:55 2013.37] 11 Cimitarra Weapon 17000z
[Jan 26 11:06:55 2013.38] 12 Sabre de Impacto Weapon 24000z
[Jan 26 11:06:55 2013.39] 13 Tsurugi Weapon 51000z
[Jan 26 11:06:55 2013.40] 14 Haedonggum Weapon 50000z
[Jan 26 11:06:55 2013.42] 15 Sabre Weapon 49000z
[Jan 26 11:06:55 2013.43] 16 Flamberge Weapon 60000z
[Jan 26 11:06:55 2013.44] 17 Kataná 2-Hand Weapon 2000z
[Jan 26 11:06:55 2013.47] 18 Machado Weapon 500z
[Jan 26 11:06:55 2013.47] -------------------------------
[Jan 26 11:06:56 2013.25] [macro log] === Tsurugi [1] @ inventory: 57 ===
[Jan 26 11:06:56 2013.35] [macro log] === Tsurugi [1] to buy: -1
[Jan 26 11:06:56 2013.16] [macro] automacro makeSTEEL triggered.
[Jan 26 11:06:59 2013.19] [macro log] === steel: 57 ===
[Jan 26 11:06:59 2013.21] [macro log] === 1F ===
[Jan 26 11:07:00 2013.17] Disconnecting (200.229.50.9:5000)...[Jan 26 11:07:00 2013.20] disconnected
[Jan 26 11:07:00 2013.20] Relogging in 5 seconds...

Cloudthers
Noob
Noob
Posts: 14
Joined: 20 Nov 2009, 06:47
Noob?: No

Re: Possible packet sent wrong macro.

#6 Post by Cloudthers »

in that case, I intentionally set the bot to relog if it fail to make steel from tsurugi
have you tested the macro for one hour? any steel produced?

Rafael230108
Noob
Noob
Posts: 6
Joined: 11 Jan 2013, 17:38
Noob?: Yes

Re: Possible packet sent wrong macro.

#7 Post by Rafael230108 »

Cloudthers wrote:in that case, I intentionally set the bot to relog if it fail to make steel from tsurugi
have you tested the macro for one hour? any steel produced?
I tested yes, no steel was produced. I suspect be sending the wrong packages. I could not find the correct ones. Can anyone fix this somehow macro function without sending packets? Or how to fix this?

rocknroll
Been there done that!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: Possible packet sent wrong macro.

#8 Post by rocknroll »

different packet header maybe :)
Sorry, my english is very bad !

Rafael230108
Noob
Noob
Posts: 6
Joined: 11 Jan 2013, 17:38
Noob?: Yes

Re: Possible packet sent wrong macro.

#9 Post by Rafael230108 »

rocknroll wrote:different packet header maybe :)
Could someone please correct capture packets for me.

Post Reply