Jump to content

ragnarok1515

Miembro
  • Contador contenido

    20
  • Ingreso

  • Última visita

Mensajes publicados por ragnarok1515

  1. Tengo un error en el sysser del auth que me salta cada dos por tres, no se a que pueda deberse, me he informado por foros y dicen que es porque se supera el limite de 32 mapas en un solo nucleo, pero yo apenas tengo 10-13 mapas por nucleo y me sigue saliendo, este es el error:

    SYSERR: Nov 18 00:51:43 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!)

     

    Y alguien sabe como arreglar errores de packetes? 

    SYSSER SERVER:

    SYSERR: Nov 17 21:02:37 :: Analyze: login phase does not handle this packet! header 231
    SYSERR: Nov 17 21:02:37 :: Process: SEQUENCE 43e8aa00 mismatch 0xca != 0x61 header 231
    SYSERR: Nov 17 21:02:37 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [109 : 0xaf]
        [231 : 0xca]
     

    SYSSER CLIENT:

    (entro a un mapa, se cierra el cliente)

    1117 14:34:06419 :: Unknown packet header: 23 

    Si alguien sabe como solucionar estos errores, que me mande un mensaje porfavor! GRACIAS.

  2. Hola metin2 zone, tengo un extrañisimo bug, se trata de que hay personas que por lo que sea se les cierra el cliente y pierden yang, y pierden experiencia (como si fuera un roolback) les pasa a muy pocos pero ya es algo que me extraña mucho, en los sysser no aparece nada relevante (he estado buscando mucho..) y tampoco se crashea el servidor ni nada por el estilo cuando esto ocurre. 

    Si sirve de ayuda, uso los files rage. Si. Alguien tuviera una ligera idea.. Le agradecería su ayuda, gracias. 

  3. Hola metin2 zone, hace tiempo tengo esta quest de biologo, funciona bien y cumple la funcion pero tiene un pequeño error de sysser que se me repite todo el rato. No he podido localizar el problema. Alguien experto en lua que pueda ayudarme? gracias de antemano. 

    Aqui dejo el error: 

    SYSERR: Apr 19 01:55:30 :: RunState: LUA_ERROR: locale/germany/quest/object/state/biologo_camilo:45: attempt to index field `?' (a nil value)
    SYSERR: Apr 19 01:55:30 :: WriteRunningStateToSyserr: LUA_ERROR: quest biologo_camilo.mision leave

    aqui la quest:

     

    quest biologo_camilo begin
        state start begin
            when login with pc.get_level() <= 170 begin
                clear_letter()
            end
            function info()
                return{
                    [0] = { -- nivel
                        {30, 30006, 20}, -- nivel_mision, ítem a entregar, cantidad del ítem a entregar, map index
                        {635, 636, 637}, -- mobs que dropean el ítem
                        {{8, 10}} -- bonus (attr, value) formato: {{attr1, value1}, {attr2, value2}, {attr3, value3}}
                        },
                        
                    [1] = {
                        {40, 30047, 25}, 
                        {703, 704, 705, 706, 707},
                        {{7, 5}}
                        },
                        
                    [2] = {
                        {50, 30015, 30}, 
                        {1001, 1002, 1003, 1004},
                        {{54, 60}}
                        },
                        
                    [3] = {
                        {60, 30050, 35}, 
                        {1101, 1103, 1104, 1105, 1106},
                        {{53, 50}}
                        },
                        
                    [4] = {
                        {70, 30165, 30}, 
                        {2301, 2302, 2303, 2304, 2305},
                        {{8, 10}, {65, 10}}
                        },
                        
                    [5] = {
                        {80, 30166, 35}, 
                        {1401, 1402, 1403, 1601, 1602, 1603},
                        {{7, 6}, {64, 10}}
                        },
                        
                    [6] = {
                        {85, 30167, 15}, 
                        {2311, 2312, 2313, 2314, 2315, 7024},
                        {{78, 10}, {79, 10}, {80, 10}, {81, 10}, {1, 100}}
                        },
                        
                    [7] = {
                        {90, 30168, 15}, 
                        {691, 693, 791, 1306, 1307, 1093, 1901, 1903, 2091, 2206, 2207, 2307, 2491, 2492, 2493, 2597, 2598},
                        {{59, 8}, {60, 8}, {61, 8}, {62, 8}, {1, 100}}
                        }
                }
            end
                
            when login or levelup with pc.get_level() >= biologo_camilo.info()[pc.getqf("blevel")][1][1]
                                    and pc.get_level() <= biologo_camilo.info()[table.getn(biologo_camilo.info())][1][1] and pc.get_level() <= 170 begin
                local v = find_npc_by_vnum(20084)
                if v != 0 then
                    target.vid("__TARGET__", v, "Chaegirab")
                end
                send_letter("¡Ve con el biólogo!")
            end
            when button or info begin
                say_title("!Ve con el biólogo!")
                say("¡El biólogo está buscando gente!")
                say("Búscalo y pregúntale si necesita")
                say("ayuda con sus investigaciones.")
                say("")
            end
            when __TARGET__.target.click or 20084.chat."Busco ayuda..." with pc.get_level() <= 170 begin
                target.delete("__TARGET__")
                say_npc()
                say("Hola joven guerrero,")
                say("estaba buscando gente dispuesta a ayudarme con")
                say("mis investigaciones de monstruos y de los cambios")
                say("que están ocurriendo en nuestro mundo.")
                say("")
                say_reward("¡Lea cuidadosamente esta información!")
                say("")
                wait()
                say_title("Investigacion del biólogo")
                say("Mi investigacion sobre monstruos tiene que")
                say("ver con ciertos materiales que sueltan")
                say("algunos monstruos de todo el continente.")
                say("Tráeme los materiales que necesito de los")
                say("monstruos que estoy investigando.")
                say("y a cambio te recompensaré muchísimo!")
                say_reward("ADVERTENCIA: No podras completar estas misiones")
                say_reward("si eres mayor del nivel 170.")
                say("")
                clear_letter()
                set_state(mision)
            end
        end
        state mision begin
            
            when letter begin
                local s = biologo_camilo.info()
                local blevel = pc.getqf("blevel")
                local item_vnum = s[blevel][1][2]
                send_letter(item_name(item_vnum))
                if pc.count_item(item_vnum) > 0 then
                    local v = find_npc_by_vnum(20084)
                    if v != 0 then
                        target.vid("__TARGET__", v, "Chaegirab")
                    end
                end
            end
            when button or info begin
                local s = biologo_camilo.info()
                local blevel = pc.getqf("blevel")
                local item_vnum = s[blevel][1][2]
                local item_max = s[blevel][1][3]
                local faltantes = item_max - pc.getqf("bcount")
                say_npc()
                say("Hola joven guerrero,")
                say("Llévale al biólogo:")
                say_item_vnum(item_vnum)
                say("Te faltan "..faltantes.." por entregar.")
            end
            
            function isInList(vnum)
                local s = biologo_camilo.info()
                local blevel = pc.getqf("blevel")
                for i = 1, table.getn(s[blevel][2]) do
                    if vnum == s[blevel][2] then
                        return true
                    end
                end
            end
            
            when kill with biologo_camilo.isInList(npc.get_race()) begin
                local s = biologo_camilo.info()
                local blevel = pc.getqf("blevel")
                local item_vnum = s[blevel][1][2]
                if number(1, 50) == 1 then
                    game.drop_item_with_ownership(item_vnum)
                end
            end
            
            when __TARGET__.target.click or 20084.chat."te traigo material" with pc.get_level() <= 170 begin
                target.delete("__TARGET__")
                local s = biologo_camilo.info()
                local blevel = pc.getqf("blevel")
                local item_vnum = s[blevel][1][2]
                local item_max = s[blevel][1][3]
                say_title(item_name(item_vnum))
                say("Hola "..pc.get_name().."!")
                say("Tienes ya los materiales?")
                say("")
                wait()
                say_title(item_name(item_vnum))
                say("Has venido a traerme "..item_name(item_vnum).."?")
                say("estoy verificando que lo tengas en el inventario..")
                if pc.is_gm() then
                    pc.setqf("duration", get_time()+0)
                end
                if pc.count_item(item_vnum) < 1 then
                    chat_npc("no encuentro "..item_name(item_vnum).." en tu inventario, no puedo investigar.")
                    return
                end
                if get_time() < pc.getqf("duration") then 
                    chat_npc("espera, aún estoy investigando. Tráemelo más tarde.")
                    return
                end
                local bcount = pc.getqf("bcount")+1
                if bcount >= item_max then
                    pc.remove_item(item_vnum)
                    say("Felicitaciones!")
                    say("Me has traido todos los objetos!")
                    say("muchas gracias, con esto finalizo mi estudio.")
                    say("")
                    say_reward("Recompensa: ")
                    for i = 1, table.getn(s[blevel][3]) do
                        local attr = s[blevel][3][1]
                        local value = s[blevel][3][2]
                        say(apply_human[attr][2].." +"..value..apply_human[attr][3])
                        affect.add_collect(attr, value,60*60*24*365*60)
                    end
                    pc.setqf("blevel", pc.getqf("blevel")+1)
                    pc.setqf("bcount", 0)
                    pc.setqf("duration", get_time())
                    if pc.getqf("blevel") >= table.getn(s) then
                        set_state(__END__)
                    end
                    set_state(start)
                else
                    local restantes = item_max - pc.getqf("bcount") - 1
                    say("Ooh...encontraste "..item_name(item_vnum).."?")
                    say("Déjame que lo estudie...")
                    say("...")
                    say("parece que está en buen estado.")
                    say("Te queda por traerme "..restantes.."!")
                    say("")
                    pc.remove_item(item_vnum)
                    pc.setqf("duration", get_time()+0)
                    pc.setqf("bcount", bcount)
                end
            end
        end
        state __END__ begin
        end
    end

  4. LLevo dias con este molesto erro que ocasiona una caida del servidor, no se como fixearlo y se me acaban las opciones y las ideas.

    si alguien sabe como arreglarlo.....

    sysser del ch1 core 1.  a las 22:05 se pierde conexión con la db.

    Debes iniciar sesión para ver el contenido del archivo adjunto en esta publicación.

    sysser db: a las 22:05 ocurre este error:

    SYSERR: Aug 31 22:05:43 :: ChildLoop: AsyncSQL: query failed: Unknown column 'cheque' in 'field list' (query: SELECT item_vnum, price, cheque FROM myshop_pricelist WHERE owner_id=7203 errno: 1054)
    Aug 31 22:05:43 :: SIGNAL: SIGSEGV
     

  5. Sysser del server:


    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0
    SYSERR: Jun 25 21:52:05 :: GetQuestFlag: Nullpointer in CHARACTER::GetQuestFlag 0

     

    se repite 50mil veces al día, y a veces tumba algún núcleo y algún pack de mapas de dicho núcleo se hace inaccesible.



     

  6. si, asi es, eso que quiere decir? como puedo solucionarlo?

    sysser actualizado:

    SYSERR: Sep 30 13:40:58 :: pid_init: 
    Start of pid: 8632

    SYSERR: Sep 30 13:40:58 :: BuildStateIndexToName: QUEST wrong quest state file for quest bloquearara?a
    SYSERR: Sep 30 13:40:59 :: SetShopItems: Shop: no item table by item vnum #74508
    SYSERR: Sep 30 13:41:01 :: LoadMotion: cannot find accumulation data in file 'data/monster/naoki/03.msa'
    SYSERR: Sep 30 13:44:28 :: ItemLoad: cannot create item by vnum 12832 (name [ADM]Black id 10004018)
    SYSERR: Sep 30 13:44:28 :: ItemLoad: cannot create item by vnum 12831 (name [ADM]Black id 10004017)
    SYSERR: Sep 30 13:44:28 :: ItemLoad: cannot create item by vnum 12834 (name [ADM]Black id 10004020)
    SYSERR: Sep 30 13:44:28 :: ItemLoad: cannot create item by vnum 12833 (name [ADM]Black id 10004019)
    SYSERR: Sep 30 13:46:51 :: Analyze: Handshake phase does not handle packet 66 (fd 21)
    SYSERR: Sep 30 13:47:51 :: Process: SEQUENCE 2b7f9980 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:47:51 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:49:40 :: Process: SEQUENCE 34542e80 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:49:40 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:50:01 :: Process: SEQUENCE 34542080 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:50:01 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:54:26 :: Process: SEQUENCE 34544000 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:54:26 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:54:30 :: Process: SEQUENCE 34544a80 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:54:30 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:56:43 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Sep 30 13:56:51 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Sep 30 13:56:55 :: Process: SEQUENCE 34545880 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:56:55 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:59:57 :: Process: SEQUENCE 2b7f9980 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:59:57 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:01:19 :: Process: SEQUENCE 34547100 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 14:01:19 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:04:52 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Sep 30 14:06:18 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Sep 30 14:08:01 :: Process: SEQUENCE 34548600 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 14:08:01 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:11:27 :: Select: wrong QUEST_SELECT request! : 124
    SYSERR: Sep 30 14:11:34 :: Click: CQuestManager::Click(pid=124, target_npc_name=Altar Oscuro) - NOT EXIST NPC RACE VNUM[30123]
    SYSERR: Sep 30 14:11:55 :: Process: SEQUENCE 34549400 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 14:11:55 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:13:38 :: Process: SEQUENCE 33fe4880 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 14:13:38 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:14:34 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Sep 30 14:14:57 :: DoRefineWithScroll: REFINE : Unknown refine scroll item. Value0: 1
    SYSERR: Sep 30 14:15:00 :: DoRefineWithScroll: REFINE : Unknown refine scroll item. Value0: 1
    SYSERR: Sep 30 14:15:05 :: DoRefineWithScroll: REFINE : Unknown refine scroll item. Value0: 1
    SYSERR: Sep 30 14:17:12 :: Process: SEQUENCE 33fe5300 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 14:17:12 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:17:21 :: Process: SEQUENCE 33fe8400 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 14:17:21 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:24:11 :: ItemLoad: cannot create item by vnum 12833 (name [ADM]Black id 10004019)
    SYSERR: Sep 30 14:24:11 :: ItemLoad: cannot create item by vnum 12834 (name [ADM]Black id 10004020)
    SYSERR: Sep 30 14:24:11 :: ItemLoad: cannot create item by vnum 12831 (name [ADM]Black id 10004017)
    SYSERR: Sep 30 14:24:11 :: ItemLoad: cannot create item by vnum 12832 (name [ADM]Black id 10004018)
    SYSERR: Sep 30 14:27:18 :: GetQuestStateIndex: QUEST wrong quest state file levelup.run
    SYSERR: Sep 30 14:27:30 :: Process: SEQUENCE 2fb9ff80 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 14:27:30 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:30:30 :: locale_find: LOCALE_ERROR: "¾ÆÀÌÅÛÀÌ ³ª¿Ã È®·ü";
    SYSERR: Sep 30 14:30:30 :: locale_find: LOCALE_ERROR: "ÀüÁ¦±¹";
    SYSERR: Sep 30 14:30:30 :: locale_find: LOCALE_ERROR: "µ·ÀÌ ³ª¿Ã È®·ü";
    SYSERR: Sep 30 14:30:30 :: locale_find: LOCALE_ERROR: "ÀüÁ¦±¹";
    SYSERR: Sep 30 14:30:30 :: locale_find: LOCALE_ERROR: "°æÇèÄ¡ ¹èÀ²";
    SYSERR: Sep 30 14:30:30 :: locale_find: LOCALE_ERROR: "ÀüÁ¦±¹";
    SYSERR: Sep 30 14:36:41 :: GetQuestStateIndex: QUEST wrong quest state file levelup.run
    SYSERR: Sep 30 14:36:55 :: GetQuestStateIndex: QUEST wrong quest state file levelup.run
    SYSERR: Sep 30 14:37:18 :: GetQuestStateIndex: QUEST wrong quest state file levelup.run
     

  7. Hola, tengo un problema que no se como arreglar y estoy algo rallado.

    No se que pasa pero se tumban los ch.

    haciendo reboot se vuelve a activar y todo bien pero cuando pasa un tiempo, por ejemplo media hora se vuelve a tumbar.

    aqui esta el sysser del canal 1 que es el que tengo abierto

    SYSERR: Sep 30 13:40:58 :: pid_init: 
    Start of pid: 8632

    SYSERR: Sep 30 13:40:58 :: BuildStateIndexToName: QUEST wrong quest state file for quest bloquearara?a
    SYSERR: Sep 30 13:40:59 :: SetShopItems: Shop: no item table by item vnum #74508
    SYSERR: Sep 30 13:41:01 :: LoadMotion: cannot find accumulation data in file 'data/monster/naoki/03.msa'
    SYSERR: Sep 30 13:44:28 :: ItemLoad: cannot create item by vnum 12832 (name [ADM]Black id 10004018)
    SYSERR: Sep 30 13:44:28 :: ItemLoad: cannot create item by vnum 12831 (name [ADM]Black id 10004017)
    SYSERR: Sep 30 13:44:28 :: ItemLoad: cannot create item by vnum 12834 (name [ADM]Black id 10004020)
    SYSERR: Sep 30 13:44:28 :: ItemLoad: cannot create item by vnum 12833 (name [ADM]Black id 10004019)
    SYSERR: Sep 30 13:46:51 :: Analyze: Handshake phase does not handle packet 66 (fd 21)
    SYSERR: Sep 30 13:47:51 :: Process: SEQUENCE 2b7f9980 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:47:51 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:49:40 :: Process: SEQUENCE 34542e80 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:49:40 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:50:01 :: Process: SEQUENCE 34542080 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:50:01 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:54:26 :: Process: SEQUENCE 34544000 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:54:26 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:54:30 :: Process: SEQUENCE 34544a80 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:54:30 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:56:43 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Sep 30 13:56:51 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Sep 30 13:56:55 :: Process: SEQUENCE 34545880 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:56:55 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 13:59:57 :: Process: SEQUENCE 2b7f9980 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 13:59:57 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:01:19 :: Process: SEQUENCE 34547100 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 14:01:19 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:04:52 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Sep 30 14:06:18 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Sep 30 14:08:01 :: Process: SEQUENCE 34548600 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 14:08:01 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:11:27 :: Select: wrong QUEST_SELECT request! : 124
    SYSERR: Sep 30 14:11:34 :: Click: CQuestManager::Click(pid=124, target_npc_name=Altar Oscuro) - NOT EXIST NPC RACE VNUM[30123]
    SYSERR: Sep 30 14:11:55 :: Process: SEQUENCE 34549400 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 14:11:55 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

    SYSERR: Sep 30 14:13:38 :: Process: SEQUENCE 33fe4880 mismatch 0xaf != 0x64 header 254
    SYSERR: Sep 30 14:13:38 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]

     

     

    porfavor ayuda

     

×
×
  • Crear nuevo...