Jump to content

safademirel

Inactive Member
  • Posts

    104
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by safademirel

  1. def SetInventoryPage(self, page): self.inventoryPageIndex = page for i in xrange(4): if i != self.inventoryPageIndex: self.inventoryTab[i].SetUp() self.inventoryTab[self.inventoryPageIndex].Down() self.RefreshBagSlotWindow() try this one.
  2. mob.spawn(101,pc.get_local_x(),pc.get_local_y(),1)
  3. The problem is the one that there's the name of the carachter before the horse name like PlayerNamePETName and not PetName You should edit source PetSystem.cpp std::string petName = m_pkOwner->GetName(); to std::string petName = ""; It works
  4. As you can see in the red circles, more than 1 inventory page is selected, and if inv page 1 and 4 are selected, i cant go in inv page 1 or 4 again if i dont go to inv page 2 and 3. I think it works like pairs: Pair 1: Inv 1 and 2 Pair 2: Inv 3 and 4 I think i'm being clear enough for you to understand, if not, please tell me, i'll try to be more clear >< Please help me guys >< Greetz, RachadoPT [Hidden Content] Try this.It's working for me. I did it and now when the character is loading, when i enter ingame, the client closes. There is the syserr: Post your uiinventory.py
  5. As you can see in the red circles, more than 1 inventory page is selected, and if inv page 1 and 4 are selected, i cant go in inv page 1 or 4 again if i dont go to inv page 2 and 3. I think it works like pairs: Pair 1: Inv 1 and 2 Pair 2: Inv 3 and 4 I think i'm being clear enough for you to understand, if not, please tell me, i'll try to be more clear >< Please help me guys >< Greetz, RachadoPT [Hidden Content] Try this.It's working for me.
  6. int len_global_ snprintf(chatbuf_global, ......................... change with int len_global = snprintf(chatbuf_global, sizeof(chatbuf_global), "%s %s",kingdoms[ch->GetEmpire()-1], chatbuf);
  7. main.cpp #include "fstream" #include "stdafx.h" #include "constants.h" #include "config.h" #include "event.h" #include "minilzo.h" #include "packet.h" #include "desc_manager.h" #include "item_manager.h" #include "char.h" #include "char_manager.h" #include "mob_manager.h" #include "motion.h" #include "sectree_manager.h" #include "shop_manager.h" #include "regen.h" #include "text_file_loader.h" #include "skill.h" #include "pvp.h" #include "party.h" #include "questmanager.h" #include "profiler.h" #include "lzo_manager.h" #include "messenger_manager.h" #include "db.h" #include "log.h" #include "p2p.h" #include "guild_manager.h" #include "dungeon.h" #include "cmd.h" #include "refine.h" #include "banword.h" #include "priv_manager.h" #include "war_map.h" #include "building.h" #include "login_sim.h" #include "target.h" #include "marriage.h" #include "wedding.h" #include "fishing.h" #include "item_addon.h" #include "TrafficProfiler.h" #include "locale_service.h" #include "arena.h" #include "OXEvent.h" #include "monarch.h" #include "polymorph.h" #include "blend_item.h" #include "castle.h" #include "passpod.h" #include "ani.h" #include "BattleArena.h" #include "over9refine.h" #include "horsename_manager.h" #include "pcbang.h" #include "MarkManager.h" #include "spam.h" #include "panama.h" #include "threeway_war.h" #include "auth_brazil.h" #include "DragonLair.h" #include "HackShield.h" #include "skill_power.h" #include "SpeedServer.h" #include "XTrapManager.h" #include "DragonSoul.h" #include <boost/bind.hpp> #include "spamblock.h" #ifndef __WIN32__ #include "limit_time.h" #endif //#define __FILEMONITOR__ #if defined (__FreeBSD__) && defined(__FILEMONITOR__) #include "FileMonitor_FreeBSD.h" #endif #ifdef __AUCTION__ #include "auction_manager.h" #endif #ifndef __WIN32__ #include <gtest/gtest.h> #endif #ifdef USE_STACKTRACE #include <execinfo.h> #endif // À©µµ¿ì¿¡¼­ Å×½ºÆ®ÇÒ ¶§´Â Ç×»ó ¼­¹öÅ° üũ #ifdef _WIN32 //#define _USE_SERVER_KEY_ #endif #include "check_server.h" char.cpp #include "stdafx.h" #include "../../common/teen_packet.h" #include "../../common/VnumHelper.h" #include "char.h" #include "config.h" #include "utils.h" #include "crc32.h" #include "char_manager.h" #include "desc_client.h" #include "desc_manager.h" #include "buffer_manager.h" #include "item_manager.h" #include "motion.h" #include "vector.h" #include "packet.h" #include "cmd.h" #include "fishing.h" #include "exchange.h" #include "battle.h" #include "affect.h" #include "shop.h" #include "shop_manager.h" #include "safebox.h" #include "regen.h" #include "pvp.h" #include "party.h" #include "start_position.h" #include "questmanager.h" #include "log.h" #include "p2p.h" #include "guild.h" #include "guild_manager.h" #include "dungeon.h" #include "messenger_manager.h" #include "unique_item.h" #include "priv_manager.h" #include "war_map.h" #include "xmas_event.h" #include "banword.h" #include "target.h" #include "wedding.h" #include "mob_manager.h" #include "mining.h" #include "monarch.h" #include "castle.h" #include "arena.h" #include "dev_log.h" #include "horsename_manager.h" #include "pcbang.h" #include "gm.h" #include "map_location.h" #include "BlueDragon_Binder.h" #include "HackShield.h" #include "skill_power.h" #include "XTrapManager.h" #include "buff_on_attributes.h" #include "spamblock.h" #ifdef __PET_SYSTEM__ #include "PetSystem.h" #endif #include "DragonSoul.h" cmd_gm.cpp #include "stdafx.h" #include "utils.h" #include "config.h" #include "desc_client.h" #include "desc_manager.h" #include "char.h" #include "char_manager.h" #include "item_manager.h" #include "sectree_manager.h" #include "mob_manager.h" #include "packet.h" #include "cmd.h" #include "regen.h" #include "guild.h" #include "guild_manager.h" #include "p2p.h" #include "buffer_manager.h" #include "fishing.h" #include "mining.h" #include "questmanager.h" #include "vector.h" #include "affect.h" #include "db.h" #include "priv_manager.h" #include "building.h" #include "battle.h" #include "arena.h" #include "start_position.h" #include "party.h" #include "monarch.h" #include "castle.h" #include "BattleArena.h" #include "xmas_event.h" #include "log.h" #include "pcbang.h" #include "threeway_war.h" #include "unique_item.h" #include "DragonSoul.h" #include "spamblock.h" Error is same.
  8. I already added #include "spamblock.h" to main.cpp & cmd_gm.cpp but error is same. OBJDIR/char.o: In function `std::vector<std::string, std::allocator<std::string> >::size() const': /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBlockListArray' /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBlockListArray' /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBannListArray' /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBannListArray' OBJDIR/char.o: In function `std::vector<std::string, std::allocator<std::string> >::size() const': /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBlockListArray' /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBlockListArray' /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBannListArray' /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBannListArray' OBJDIR/cmd_gm.o: In function `do_reload(CHARACTER*, char const*, int, int)': /usr/src/mainline/Srcs/Server/game/src/cmd_gm.cpp:2132: undefined reference to `LoadBlockSpamList()' /usr/src/mainline/Srcs/Server/game/src/cmd_gm.cpp:2133: undefined reference to `LoadBannSpamList()' OBJDIR/cmd_gm.o: In function `do_reload(CHARACTER*, char const*, int, int)': /usr/src/mainline/Srcs/Server/game/src/cmd_gm.cpp:2132: undefined reference to `LoadBlockSpamList()' /usr/src/mainline/Srcs/Server/game/src/cmd_gm.cpp:2133: undefined reference to `LoadBannSpamList()' OBJDIR/main.o: In function `main': /usr/src/mainline/Srcs/Server/game/src/main.cpp:542: undefined reference to `LoadBlockSpamList()' /usr/src/mainline/Srcs/Server/game/src/main.cpp:543: undefined reference to `LoadBannSpamList()' gmake: *** [../test] Error 1 gmake: *** Waiting for unfinished jobs.... Thank you btw
  9. Here my inventorywindow.py (DSS button is disabled) import uiScriptLocale import item EQUIPMENT_START_INDEX = 180 window = { "name" : "InventoryWindow", ## 600 - (width + ¿À¸¥ÂÊÀ¸·Î ºÎÅÍ ¶ç¿ì±â 24 px) "x" : SCREEN_WIDTH - 176, "y" : SCREEN_HEIGHT - 37 - 565, "style" : ("movable", "float",), "width" : 176, "height" : 565, "children" : ( ## Inventory, Equipment Slots { "name" : "board", "type" : "board", "style" : ("attach",), "x" : 0, "y" : 0, "width" : 176, "height" : 565, "children" : ( ## Title { "name" : "TitleBar", "type" : "titlebar", "style" : ("attach",), "x" : 8, "y" : 7, "width" : 161, "color" : "yellow", "children" : ( { "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" }, ), }, ## Equipment Slot { "name" : "Equipment_Base", "type" : "image", "x" : 10, "y" : 33, "image" : "d:/ymir work/ui/equipment_bg_without_ring.tga", "children" : ( { "name" : "EquipmentSlot", "type" : "slot", "x" : 3, "y" : 3, "width" : 150, "height" : 182, "slot" : ( {"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64}, {"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96}, {"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32}, {"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32}, ## »õ ¹İÁö1 ##{"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32}, ## »õ ¹İÁö2 ##{"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32}, ## »õ º§Æ® {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, ), }, ## MallButton { "name" : "MallButton", "type" : "button", "x" : 118, "y" : 148, "tooltip_text" : uiScriptLocale.MALL_TITLE, "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", }, { "name" : "Depo", "type" : "button", "x" : 118, "y" : 107, "tooltip_text" : "Normal Depo", "default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga", "over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga", "down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga", }, ## CostumeButton { "name" : "CostumeButton", "type" : "button", "x" : 78, "y" : 5, "tooltip_text" : uiScriptLocale.COSTUME_TITLE, "default_image" : "d:/ymir work/ui/game/taskbar/costume_Button_01.tga", "over_image" : "d:/ymir work/ui/game/taskbar/costume_Button_02.tga", "down_image" : "d:/ymir work/ui/game/taskbar/costume_Button_03.tga", }, { "name" : "Equipment_Tab_01", "type" : "radio_button", "x" : 86, "y" : 161, "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", "children" : ( { "name" : "Equipment_Tab_01_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "I", }, ), }, { "name" : "Equipment_Tab_02", "type" : "radio_button", "x" : 86 + 32, "y" : 161, "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", "children" : ( { "name" : "Equipment_Tab_02_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "II", }, ), }, ), }, { "name" : "Inventory_Tab_01", "type" : "radio_button", "x" : 10, "y" : 33 + 191, "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1, "children" : ( { "name" : "Inventory_Tab_01_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "I", }, ), }, { "name" : "Inventory_Tab_02", "type" : "radio_button", "x" : 10 + 31, "y" : 33 + 191, "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", "tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2, "children" : ( { "name" : "Inventory_Tab_02_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "II", }, ), }, { "name" : "Inventory_Tab_03", "type" : "radio_button", "x" : 10 + 62, "y" : 33 + 191, "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", "tooltip_text" : "3.Envanter", "children" : ( { "name" : "Inventory_Tab_03_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "III", }, ), }, { "name" : "Inventory_Tab_04", "type" : "radio_button", "x" : 10 + 93, "y" : 33 + 191, "default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub", "over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub", "down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub", "tooltip_text" : "4.Envanter", "children" : ( { "name" : "Inventory_Tab_04_Print", "type" : "text", "x" : 0, "y" : 0, "all_align" : "center", "text" : "IV", }, ), }, ## Item Slot { "name" : "ItemSlot", "type" : "grid_table", "x" : 8, "y" : 246, "start_index" : 0, "x_count" : 5, "y_count" : 9, "x_step" : 32, "y_step" : 32, "image" : "d:/ymir work/ui/public/Slot_Base.sub" }, ## Print { "name":"Money_Slot", "type":"button", "x":8, "y":28, "horizontal_align":"center", "vertical_align":"bottom", "default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", "over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", "down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub", "children" : ( { "name":"Money_Icon", "type":"image", "x":-18, "y":2, "image":"d:/ymir work/ui/game/windows/money_icon.sub", }, { "name" : "Money", "type" : "text", "x" : 3, "y" : 3, "horizontal_align" : "right", "text_horizontal_align" : "right", "text" : "123456789", }, ), }, ), }, ), }
  10. Use ZenMate extension for proxy on google chrome.
  11. char_item.cpp count = MIN(200 - item2->GetCount(), count); line 5666 > change 200 to 250. BYTE bCount2 = MIN(200 - item2->GetCount(), bCount); line 5887 > change 200 to 250. line 6623 > change 200 to 250. cmd_gm.cpp iCount = MINMAX(1, iCount, 200); line 517 > change 200 to 250 safebox.cpp count = MIN(200 - item2->GetCount(), count); line 208 > change 200 to 250
  12. Hello , my quest is working but when a player use the mount an error appears in sysser. SYSERR: Aug 22 07:35:34 :: WriteRunningStateToSyserr: LUA_ERROR: quest ride.start leave SYSERR: Aug 22 07:35:46 :: RunState: LUA_ERROR: locale/turkey/quest/object/state/ride:152: attempt to index field `?' (a nil value) Quest quest ride begin state start begin function Ride( vnum, remain_time ) ride_info = { ---guc binekleri--- [52001] = { 20201, 60*60*24*365, apply.ATTBONUS_MONSTER, 0, 1, false, true }, [52002] = { 20201, 60*60*24*365, apply.MALL_EXPBONUS, 0, 1, false, true }, [52003] = { 20201, 60*60*24*365, apply.MAX_HP, 0, 1, false, true }, [52004] = { 20201, 60*60*24*365, apply.DEF_GRADE_BONUS, 0, 1, false, true }, [52005] = { 20201, 60*60*24*365, apply.ATT_GRADE_BONUS, 0, 1, false, true }, [52006] = { 20205, 60*60*24*365, apply.ATTBONUS_MONSTER, 3, 1, false, true }, [52007] = { 20205, 60*60*24*365, apply.MALL_EXPBONUS, 3, 1, false, true }, [52008] = { 20205, 60*60*24*365, apply.MAX_HP, 250,1, false, true }, [52009] = { 20205, 60*60*24*365, apply.DEF_GRADE_BONUS, 50, 1, false, true }, [52010] = { 20205, 60*60*24*365, apply.ATT_GRADE_BONUS, 30, 1, false, true }, [52011] = { 20209, 60*60*24*365, apply.ATTBONUS_MONSTER, 5, 1, false, true }, [52012] = { 20209, 60*60*24*365, apply.MALL_EXPBONUS, 5, 1, false, true }, [52013] = { 20209, 60*60*24*365, apply.MAX_HP, 500,1, false, true }, [52014] = { 20209, 60*60*24*365, apply.DEF_GRADE_BONUS, 150,1, false, true }, [52015] = { 20209, 60*60*24*365, apply.ATT_GRADE_BONUS, 100,1, false, true }, [52016] = { 20202, 60*60*24*365, apply.ATTBONUS_MONSTER, 0, 1, false, true }, [52017] = { 20202, 60*60*24*365, apply.MALL_EXPBONUS, 0, 1, false, true }, [52018] = { 20202, 60*60*24*365, apply.MAX_HP, 0, 1, false, true }, [52019] = { 20202, 60*60*24*365, apply.DEF_GRADE_BONUS, 0, 1, false, true }, [52020] = { 20202, 60*60*24*365, apply.ATT_GRADE_BONUS, 0, 1, false, true }, [52021] = { 20206, 60*60*24*365, apply.ATTBONUS_MONSTER, 3 , 1, false, true }, [52022] = { 20206, 60*60*24*365, apply.MALL_EXPBONUS, 3 , 1, false, true }, [52023] = { 20206, 60*60*24*365, apply.MAX_HP, 250,1, false, true }, [52024] = { 20206, 60*60*24*365, apply.DEF_GRADE_BONUS, 50, 1, false, true }, [52025] = { 20206, 60*60*24*365, apply.ATT_GRADE_BONUS, 30, 1, false, true }, [52026] = { 20210, 60*60*24*365, apply.ATTBONUS_MONSTER, 5 , 1, false, true }, [52027] = { 20210, 60*60*24*365, apply.MALL_EXPBONUS, 5 , 1, false, true }, [52028] = { 20210, 60*60*24*365, apply.MAX_HP, 500,1, false, true }, [52029] = { 20210, 60*60*24*365, apply.DEF_GRADE_BONUS, 150,1, false, true }, [52030] = { 20210, 60*60*24*365, apply.ATT_GRADE_BONUS, 100,1, false, true }, [52031]= { 20204, 60*60*24*365, apply.ATTBONUS_MONSTER, 0, 1, false, true }, [52032]= { 20204, 60*60*24*365, apply.MALL_EXPBONUS, 0, 1, false, true }, [52033]= { 20204, 60*60*24*365, apply.MAX_HP, 0, 1, false, true }, [52034]= { 20204, 60*60*24*365, apply.DEF_GRADE_BONUS, 0, 1, false, true }, [52035]= { 20204, 60*60*24*365, apply.ATT_GRADE_BONUS, 0, 1, false, true }, [52036]= { 20208, 60*60*24*365, apply.ATTBONUS_MONSTER, 3 , 1, false, true }, [52037]= { 20208, 60*60*24*365, apply.MALL_EXPBONUS, 3 , 1, false, true }, [52038]= { 20208, 60*60*24*365, apply.MAX_HP, 250,1, false, true }, [52039]= { 20208, 60*60*24*365, apply.DEF_GRADE_BONUS, 50, 1, false, true }, [52040]= { 20208, 60*60*24*365, apply.ATT_GRADE_BONUS, 30, 1, false, true }, [52041]= { 20212, 60*60*24*365, apply.ATTBONUS_MONSTER, 5 , 1, false, true }, [52042]= { 20212, 60*60*24*365, apply.MALL_EXPBONUS, 5 , 1, false, true }, [52043]= { 20212, 60*60*24*365, apply.MAX_HP, 500,1, false, true }, [52044]= { 20212, 60*60*24*365, apply.DEF_GRADE_BONUS, 150,1, false, true }, [52045]= { 20212, 60*60*24*365, apply.ATT_GRADE_BONUS, 100,1, false, true }, [52046]= { 20203, 60*60*24*365, apply.ATTBONUS_MONSTER, 0, 1, false, true }, [52047]= { 20203, 60*60*24*365, apply.MALL_EXPBONUS, 0, 1, false, true }, [52048]= { 20203, 60*60*24*365, apply.MAX_HP, 0, 1, false, true }, [52049]= { 20203, 60*60*24*365, apply.DEF_GRADE_BONUS, 0, 1, false, true }, [52050]= { 20203, 60*60*24*365, apply.ATT_GRADE_BONUS, 0, 1, false, true }, [52051]= { 20207, 60*60*24*365, apply.ATTBONUS_MONSTER, 3 , 1, false, true }, [52052]= { 20207, 60*60*24*365, apply.MALL_EXPBONUS, 3 , 1, false, true }, [52053]= { 20207, 60*60*24*365, apply.MAX_HP, 250,1, false, true }, [52054]= { 20207, 60*60*24*365, apply.DEF_GRADE_BONUS, 50, 1, false, true }, [52055]= { 20207, 60*60*24*365, apply.ATT_GRADE_BONUS, 30, 1, false, true }, [52056]= { 20211, 60*60*24*365, apply.ATTBONUS_MONSTER, 5 , 1, false, true }, [52057]= { 20211, 60*60*24*365, apply.MALL_EXPBONUS, 5 , 1, false, true }, [52058]= { 20211, 60*60*24*365, apply.MAX_HP, 500,1, false, true }, [52059]= { 20211, 60*60*24*365, apply.DEF_GRADE_BONUS, 150,1, false, true }, [52060]= { 20211, 60*60*24*365, apply.ATT_GRADE_BONUS, 100,1, false, true }, -- Àü°©¼ı¼ø·Ï [52061]= { 20213, 60*60*24*365, apply.ATTBONUS_MONSTER, 0, 1, false, true }, [52062]= { 20213, 60*60*24*365, apply.MALL_EXPBONUS, 0, 1, false, true }, [52063]= { 20213, 60*60*24*365, apply.MAX_HP, 0, 1, false, true }, [52064]= { 20213, 60*60*24*365, apply.DEF_GRADE_BONUS, 0, 1, false, true }, [52065]= { 20213, 60*60*24*365, apply.ATT_GRADE_BONUS, 0, 1, false, true }, [52066]= { 20214, 60*60*24*365, apply.ATTBONUS_MONSTER, 3 , 1, false, true }, [52067]= { 20214, 60*60*24*365, apply.MALL_EXPBONUS, 3 , 1, false, true }, [52068]= { 20214, 60*60*24*365, apply.MAX_HP, 250,1, false, true }, [52069]= { 20214, 60*60*24*365, apply.DEF_GRADE_BONUS, 50, 1, false, true }, [52070]= { 20214, 60*60*24*365, apply.ATT_GRADE_BONUS, 30, 1, false, true }, [52071]= { 20215, 60*60*24*365, apply.ATTBONUS_MONSTER, 5 , 1, false, true }, [52072]= { 20215, 60*60*24*365, apply.MALL_EXPBONUS, 5 , 1, false, true }, [52073]= { 20215, 60*60*24*365, apply.MAX_HP, 500,1, false, true }, [52074]= { 20215, 60*60*24*365, apply.DEF_GRADE_BONUS, 150,1, false, true }, [52075]= { 20215, 60*60*24*365, apply.ATT_GRADE_BONUS, 100,1, false, true }, -- Àü°©¾Ï¼ø·Ï [52076]= { 20216, 60*60*24*365, apply.ATTBONUS_MONSTER, 0, 1, false, true }, [52077]= { 20216, 60*60*24*365, apply.MALL_EXPBONUS, 0, 1, false, true }, [52078]= { 20216, 60*60*24*365, apply.MAX_HP, 0, 1, false, true }, [52079]= { 20216, 60*60*24*365, apply.DEF_GRADE_BONUS, 0, 1, false, true }, [52080]= { 20216, 60*60*24*365, apply.ATT_GRADE_BONUS, 0, 1, false, true }, [52081]= { 20217, 60*60*24*365, apply.ATTBONUS_MONSTER, 3 , 1, false, true }, [52082]= { 20217, 60*60*24*365, apply.MALL_EXPBONUS, 3 , 1, false, true }, [52083]= { 20217, 60*60*24*365, apply.MAX_HP, 250,1, false, true }, [52084]= { 20217, 60*60*24*365, apply.DEF_GRADE_BONUS, 50, 1, false, true }, [52085]= { 20217, 60*60*24*365, apply.ATT_GRADE_BONUS, 30, 1, false, true }, [52086]= { 20218, 60*60*24*365, apply.ATTBONUS_MONSTER, 5 , 1, false, true }, [52087]= { 20218, 60*60*24*365, apply.MALL_EXPBONUS, 5 , 1, false, true }, [52088]= { 20218, 60*60*24*365, apply.MAX_HP, 500,1, false, true }, [52089]= { 20218, 60*60*24*365, apply.DEF_GRADE_BONUS, 150,1, false, true }, [52090]= { 20218, 60*60*24*365, apply.ATT_GRADE_BONUS, 100,1, false, true }, ---dinazorsafa---- [52091]= { 20223, 60*60*24*365, apply.ATTBONUS_MONSTER, 0, 1, false, true }, [52092]= { 20223, 60*60*24*365, apply.MALL_EXPBONUS, 0, 1, false, true }, [52093]= { 20223, 60*60*24*365, apply.MAX_HP, 0, 1, false, true }, [52094]= { 20223, 60*60*24*365, apply.DEF_GRADE_BONUS, 0, 1, false, true }, [52095]= { 20223, 60*60*24*365, apply.ATT_GRADE_BONUS, 0, 1, false, true }, [52096]= { 20224, 60*60*24*365, apply.ATTBONUS_MONSTER, 3 , 1, false, true }, [52097]= { 20224, 60*60*24*365, apply.MALL_EXPBONUS, 3 , 1, false, true }, [52098]= { 20224, 60*60*24*365, apply.MAX_HP, 250,1, false, true }, [52099]= { 20224, 60*60*24*365, apply.DEF_GRADE_BONUS, 50, 1, false, true }, [52100]= { 20224, 60*60*24*365, apply.ATT_GRADE_BONUS, 30, 1, false, true }, [52101]= { 20225, 60*60*24*365, apply.ATTBONUS_MONSTER, 5 , 1, false, true }, [52102]= { 20225, 60*60*24*365, apply.MALL_EXPBONUS, 5 , 1, false, true }, [52103]= { 20225, 60*60*24*365, apply.MAX_HP, 500,1, false, true }, [52104]= { 20225, 60*60*24*365, apply.DEF_GRADE_BONUS, 150,1, false, true }, [52105]= { 20225, 60*60*24*365, apply.ATT_GRADE_BONUS, 100,1, false, true }, ---moasafa---- [52106]= { 20216, 60*60*24*365, apply.ATTBONUS_MONSTER, 0, 1, false, true }, [52107]= { 20216, 60*60*24*365, apply.MALL_EXPBONUS, 0, 1, false, true }, [52108]= { 20216, 60*60*24*365, apply.MAX_HP, 0, 1, false, true }, [52109]= { 20216, 60*60*24*365, apply.DEF_GRADE_BONUS, 0, 1, false, true }, [52110]= { 20216, 60*60*24*365, apply.ATT_GRADE_BONUS, 0, 1, false, true }, [52111]= { 20217, 60*60*24*365, apply.ATTBONUS_MONSTER, 3 , 1, false, true }, [52112]= { 20217, 60*60*24*365, apply.MALL_EXPBONUS, 3 , 1, false, true }, [52113]= { 20217, 60*60*24*365, apply.MAX_HP, 250,1, false, true }, [52114]= { 20217, 60*60*24*365, apply.DEF_GRADE_BONUS, 50, 1, false, true }, [52115]= { 20217, 60*60*24*365, apply.ATT_GRADE_BONUS, 30, 1, false, true }, [52116]= { 20218, 60*60*24*365, apply.ATTBONUS_MONSTER, 5 , 1, false, true }, [52117]= { 20218, 60*60*24*365, apply.MALL_EXPBONUS, 5 , 1, false, true }, [52118]= { 20218, 60*60*24*365, apply.MAX_HP, 500,1, false, true }, [52119]= { 20218, 60*60*24*365, apply.DEF_GRADE_BONUS, 150,1, false, true }, [52120]= { 20218, 60*60*24*365, apply.ATT_GRADE_BONUS, 100,1, false, true }, ---özel binekler-- [71114]= { 20110, 5*60, apply.DEF_GRADE_BONUS, 75,75, true, false }, [71116]= { 20111, 5*60, apply.DEF_GRADE_BONUS, 100,80, true, false }, [71118]= { 20112, 5*60, apply.DEF_GRADE_BONUS, 125,85, true, false }, [71120]= { 20113, 5*60, apply.DEF_GRADE_BONUS, 200,85, true, false }, ----unicorn [71167]= { 20226, 604800, apply.ATT_GRADE_BONUS, 100,1, false, true }, [71168]= { 20227, 604800, apply.ATT_GRADE_BONUS, 100,1, false, true }, [71169]= { 20226, 86400, apply.ATT_GRADE_BONUS, 50,1, false, true }, [71170]= { 20227, 86400, apply.ATT_GRADE_BONUS, 50,1, false, true }, ---unicorn [71124]= { 20114, 144000, apply.POINT_MALL_EXPBONUS, 30,1, false, false }, [71125]= { 20115, 604800, apply.ATTBONUS_MONSTER, 20,20, false, false }, [71128]= { 20118, 604800, apply.MALL_DEFBONUS, 10,20, false, true }, [71126]= { 20116, 604800, apply.CRITICAL_PCT, 10,20, false, false }, [71127]= { 20117, 604800, apply.CRITICAL_PCT, 10,20, false, false }, -- [71161]= { 20219, 604800, apply.ATT_GRADE_BONUS, 100,1, false, true }, --- [71131]= { 20219, 604800, apply.MOV_SPEED, 60,30, false, true }, [71132]= { 20219, 604800, apply.MOV_SPEED, 60,30, false, true }, [71133]= { 20219, 604800, apply.MOV_SPEED, 60,30, false, true }, [71134]= { 20219, 604800, apply.MOV_SPEED, 60,30, false, true }, [71164]= { 20220, 604800, apply.MOV_SPEED, 60,30, false, true }, ---- [71165]= { 20221, 604800, apply.POINT_MALL_EXPBONUS, 20,1, false, true }, [71166]= { 20222, 604800, apply.POINT_MALL_EXPBONUS, 20,1, false, true }, [71139]= { 20122, 604800, apply.POINT_MALL_EXPBONUS, 20,1, false, true }, [71140]= { 20123, 604800, apply.POINT_MALL_EXPBONUS, 20,1, false, true }, [71141]= { 20124, 604800, apply.POINT_MALL_EXPBONUS, 20,1, false, true }, [71142]= { 20125, 604800, apply.POINT_MALL_EXPBONUS, 20,1, false, true }, -- [52300]= { 20120, 604800, apply.ATT_GRADE_BONUS, 175,1, false, true },--siyah leopar [52301]= { 20121, 604800, apply.ATT_GRADE_BONUS, 175,1, false, true },--normal leopar [52302]= { 20120, 86400, apply.ATT_GRADE_BONUS, 100,1, false, true },--siyah leopar-1gün [52303]= { 20121, 86400, apply.ATT_GRADE_BONUS, 100,1, false, true },--normal leopar-1gün -- --ozel binekler-- } --if pc.level < ride_info[vnum][5] then --syschat("Bu bineği kullanmak için levelin çok düşük.") ---else if ride_info[vnum][2] == 0 and remain_time != 0 then pc.mount( ride_info[vnum][1], remain_time*60 ) pc.mount_bonus( ride_info[vnum][3], ride_info[vnum][4], remain_time*60 ) else pc.mount( ride_info[vnum][1], ride_info[vnum][2] ) pc.mount_bonus( ride_info[vnum][3], ride_info[vnum][4], ride_info[vnum][2] ) end if true == ride_info[vnum][6] then pc.remove_item(vnum, 1) end end --end when login begin local vnum, remain_time = pc.get_special_ride_vnum() ride.Ride(vnum, remain_time) end when 71114.use or 71115.use or 52302.use or 52303.use or 71116.use or 71117.use or 71124.use or 71125.use or 71126.use or 71127.use or 71128.use or 71131.use or 71132.use or 71133.use or 71134.use or 71161.use or 71164.use or 71165.use or 71166.use or 71137.use or 71138.use or 71139.use or 71140.use or 71141.use or 71142.use or 71118.use or 71119.use or 71120.use or 71121.use or 52001.use or 52002.use or 52003.use or 52004.use or 52005.use or 52006.use or 52007.use or 52008.use or 52009.use or 52010.use or 52011.use or 52012.use or 52013.use or 52014.use or 52015.use or 52016.use or 52017.use or 52018.use or 52019.use or 52020.use or 52021.use or 52022.use or 52023.use or 52024.use or 52025.use or 52026.use or 52027.use or 52028.use or 52029.use or 52030.use or 52031.use or 52032.use or 52033.use or 52034.use or 52035.use or 52036.use or 52037.use or 52038.use or 52039.use or 52040.use or 52041.use or 52042.use or 52043.use or 52044.use or 52045.use or 52046.use or 52047.use or 52048.use or 52049.use or 52050.use or 52051.use or 52052.use or 52053.use or 52054.use or 52055.use or 52056.use or 52057.use or 52058.use or 52059.use or 52060.use or 52061.use or 52062.use or 52063.use or 52064.use or 52065.use or 52066.use or 52067.use or 52068.use or 52069.use or 52070.use or 52071.use or 52072.use or 52073.use or 52074.use or 52075.use or 52076.use or 71167.use or 52300.use or 52301.use or 71168.use or 71169.use or 71170.use or 52077.use or 52091.use or 52092.use or 52093.use or 52094.use or 52095.use or 52096.use or 52097.use or 52098.use or 52099.use or 52100.use or 52101.use or 52102.use or 52103.use or 52104.use or 52105.use or 52078.use or 52079.use or 52080.use or 52081.use or 52082.use or 52083.use or 52084.use or 52085.use or 52086.use or 52087.use or 52088.use or 52089.use or 52090.use or 52106.use or 52107.use or 52108.use or 52109.use or 52110.use or 52111.use or 52112.use or 52113.use or 52114.use or 52115.use or 52116.use or 52117.use or 52118.use or 52119.use or 52120.use begin if pc.is_polymorphed() then syschat("Dönüşüm halindeyken bineğe binemezsin.") elseif yasakbolge() and not pc.is_gm() then elseif false == pc.is_riding() then if true == horse.is_summon() then horse.unsummon() end -- ¹«ÇÑ´ë·Î ¼³Á¤(60³â) -- item.set_socket(2, 60*24*365*60) ride.Ride(item.vnum, 0) else pc.unmount() --say("ÀÌ¹Ì Å»°ÍÀ» ÀÌ¿ëÁßÀÔ´Ï´Ù.") --say("") end end end end Can someone help me ?
  13. I got that problem only warrior_soccer1_germany.gr2.How i can solve that weird problem or someone can post warrior_soccer1_germany.gr2 without that problem
  14. Can someone upload 34k game(8 Mb) and compatible db with 34083 game. Thank you.
  15. There is a strange problem My player has 900 million gold , he is kicked from game and when he entered the game he has got 400 million yang. This problem has happened before and always same log SYSERR: Jun 24 23:13:50 :: Process: UNKNOWN HEADER: 191, LAST HEADER: 0(0), REMAIN BYTES: 331, fd: 35 SYSERR: Jun 24 23:13:50 :: Process: UNKNOWN HEADER: 84, LAST HEADER: 0(0), REMAIN BYTES: 348, fd: 35 SYSERR: Jun 24 23:13:50 :: Process: UNKNOWN HEADER: 22, LAST HEADER: 0(0), REMAIN BYTES: 357, fd: 35 SYSERR: Jun 24 23:13:50 :: Process: UNKNOWN HEADER: 42, LAST HEADER: 0(0), REMAIN BYTES: 374, fd: 35 SYSERR: Jun 24 23:13:51 :: Process: UNKNOWN HEADER: 119, LAST HEADER: 0(0), REMAIN BYTES: 434, fd: 35 SYSERR: Jun 24 23:13:51 :: Process: UNKNOWN HEADER: 223, LAST HEADER: 4(35), REMAIN BYTES: 451, fd: 35 SYSERR: Jun 24 23:13:51 :: Process: UNKNOWN HEADER: 168, LAST HEADER: 0(0), REMAIN BYTES: 520, fd: 35 SYSERR: Jun 24 23:13:51 :: Process: UNKNOWN HEADER: 225, LAST HEADER: 0(0), REMAIN BYTES: 538, fd: 35 SYSERR: Jun 24 23:13:51 :: Process: UNKNOWN HEADER: 59, LAST HEADER: 69(6), REMAIN BYTES: 535, fd: 35 SYSERR: Jun 24 23:13:51 :: Process: UNKNOWN HEADER: 193, LAST HEADER: 0(0), REMAIN BYTES: 552, fd: 35 SYSERR: Jun 24 23:13:51 :: Process: UNKNOWN HEADER: 91, LAST HEADER: 0(0), REMAIN BYTES: 567, fd: 35 SYSERR: Jun 24 23:13:51 :: Process: UNKNOWN HEADER: 167, LAST HEADER: 109(53), REMAIN BYTES: 656, fd: 35 SYSERR: Jun 24 23:13:51 :: Process: UNKNOWN HEADER: 243, LAST HEADER: 26(6), REMAIN BYTES: 659, fd: 35 SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 188, LAST HEADER: 0(0), REMAIN BYTES: 676, fd: 35 SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 143, LAST HEADER: 0(0), REMAIN BYTES: 703, fd: 35 SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 189, LAST HEADER: 0(0), REMAIN BYTES: 730, fd: 35 SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 208, LAST HEADER: 0(0), REMAIN BYTES: 781, fd: 35 SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 162, LAST HEADER: 0(0), REMAIN BYTES: 808, fd: 35 SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 229, LAST HEADER: 0(0), REMAIN BYTES: 826, fd: 35 SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 237, LAST HEADER: 206(1), REMAIN BYTES: 842, fd: 35 SYSERR: Jun 24 23:13:52 :: locale_find: LOCALE_ERROR: "¶³¾îÁø ¾ÆÀÌÅÛÀº %dºĞ ÈÄ »ç¶óÁı´Ï´Ù."; SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 219, LAST HEADER: 15(6), REMAIN BYTES: 818, fd: 35 SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 107, LAST HEADER: 0(0), REMAIN BYTES: 852, fd: 35 SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 200, LAST HEADER: 0(0), REMAIN BYTES: 870, fd: 35 SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 226, LAST HEADER: 55(699), REMAIN BYTES: 228, fd: 35 SYSERR: Jun 24 23:13:52 :: Process: UNKNOWN HEADER: 156, LAST HEADER: 73(7), REMAIN BYTES: 230, fd: 35 SYSERR: Jun 24 23:13:53 :: Process: UNKNOWN HEADER: 169, LAST HEADER: 0(0), REMAIN BYTES: 247, fd: 35 SYSERR: Jun 24 23:13:53 :: Process: UNKNOWN HEADER: 242, LAST HEADER: 0(0), REMAIN BYTES: 256, fd: 35 SYSERR: Jun 24 23:13:53 :: Process: UNKNOWN HEADER: 24, LAST HEADER: 0(0), REMAIN BYTES: 325, fd: 35 SYSERR: Jun 24 23:13:53 :: Process: UNKNOWN HEADER: 191, LAST HEADER: 0(0), REMAIN BYTES: 342, fd: 35 SYSERR: Jun 24 23:13:53 :: Process: UNKNOWN HEADER: 117, LAST HEADER: 0(0), REMAIN BYTES: 351, fd: 35 SYSERR: Jun 24 23:13:53 :: Process: UNKNOWN HEADER: 193, LAST HEADER: 0(0), REMAIN BYTES: 387, fd: 35 SYSERR: Jun 24 23:13:53 :: Process: UNKNOWN HEADER: 201, LAST HEADER: 0(0), REMAIN BYTES: 404, fd: 35 SYSERR: Jun 24 23:13:53 :: Process: UNKNOWN HEADER: 179, LAST HEADER: 74(6), REMAIN BYTES: 407, fd: 35 SYSERR: Jun 24 23:13:53 :: Process: UNKNOWN HEADER: 38, LAST HEADER: 52(10), REMAIN BYTES: 414, fd: 35 SYSERR: Jun 24 23:13:53 :: Process: UNKNOWN HEADER: 170, LAST HEADER: 0(0), REMAIN BYTES: 447, fd: 35 SYSERR: Jun 24 23:13:53 :: Process: UNKNOWN HEADER: 79, LAST HEADER: 0(0), REMAIN BYTES: 473, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 224, LAST HEADER: 114(6), REMAIN BYTES: 467, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 149, LAST HEADER: 6(3), REMAIN BYTES: 481, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 245, LAST HEADER: 0(0), REMAIN BYTES: 490, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 221, LAST HEADER: 0(0), REMAIN BYTES: 517, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 154, LAST HEADER: 0(0), REMAIN BYTES: 541, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 228, LAST HEADER: 0(0), REMAIN BYTES: 567, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 179, LAST HEADER: 0(0), REMAIN BYTES: 576, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 98, LAST HEADER: 0(0), REMAIN BYTES: 603, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 209, LAST HEADER: 0(0), REMAIN BYTES: 620, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 108, LAST HEADER: 0(0), REMAIN BYTES: 629, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 118, LAST HEADER: 0(0), REMAIN BYTES: 653, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 62, LAST HEADER: 0(0), REMAIN BYTES: 662, fd: 35 SYSERR: Jun 24 23:13:54 :: Process: UNKNOWN HEADER: 239, LAST HEADER: 0(0), REMAIN BYTES: 715, fd: 35 SYSERR: Jun 24 23:13:55 :: Process: UNKNOWN HEADER: 184, LAST HEADER: 10(2), REMAIN BYTES: 722, fd: 35 SYSERR: Jun 24 23:13:55 :: Process: UNKNOWN HEADER: 174, LAST HEADER: 0(0), REMAIN BYTES: 739, fd: 35 SYSERR: Jun 24 23:13:55 :: Process: UNKNOWN HEADER: 98, LAST HEADER: 0(0), REMAIN BYTES: 748, fd: 35 SYSERR: Jun 24 23:13:55 :: Process: UNKNOWN HEADER: 190, LAST HEADER: 0(0), REMAIN BYTES: 817, fd: 35 SYSERR: Jun 24 23:13:55 :: Process: UNKNOWN HEADER: 243, LAST HEADER: 0(0), REMAIN BYTES: 834, fd: 35 SYSERR: Jun 24 23:13:55 :: Process: UNKNOWN HEADER: 98, LAST HEADER: 0(0), REMAIN BYTES: 861, fd: 35 SYSERR: Jun 24 23:13:55 :: Process: UNKNOWN HEADER: 162, LAST HEADER: 0(0), REMAIN BYTES: 896, fd: 35 SYSERR: Jun 24 23:13:55 :: Process: UNKNOWN HEADER: 172, LAST HEADER: 10(2), REMAIN BYTES: 927, fd: 35 SYSERR: Jun 24 23:13:55 :: Process: UNKNOWN HEADER: 87, LAST HEADER: 0(0), REMAIN BYTES: 945, fd: 35 SYSERR: Jun 24 23:13:56 :: Process: UNKNOWN HEADER: 152, LAST HEADER: 18(4), REMAIN BYTES: 985, fd: 35 SYSERR: Jun 24 23:13:56 :: Process: UNKNOWN HEADER: 186, LAST HEADER: 0(0), REMAIN BYTES: 994, fd: 35 SYSERR: Jun 24 23:13:56 :: Process: UNKNOWN HEADER: 201, LAST HEADER: 104(1), REMAIN BYTES: 1004, fd: 35 SYSERR: Jun 24 23:13:56 :: Process: UNKNOWN HEADER: 211, LAST HEADER: 251(261), REMAIN BYTES: 752, fd: 35 SYSERR: Jun 24 23:13:56 :: Process: UNKNOWN HEADER: 92, LAST HEADER: 0(0), REMAIN BYTES: 821, fd: 35 SYSERR: Jun 24 23:13:56 :: Process: UNKNOWN HEADER: 63, LAST HEADER: 0(0), REMAIN BYTES: 838, fd: 35 SYSERR: Jun 24 23:13:56 :: Process: UNKNOWN HEADER: 219, LAST HEADER: 0(0), REMAIN BYTES: 847, fd: 35 SYSERR: Jun 24 23:13:56 :: Process: UNKNOWN HEADER: 182, LAST HEADER: 0(0), REMAIN BYTES: 900, fd: 35 SYSERR: Jun 24 23:13:56 :: Process: UNKNOWN HEADER: 25, LAST HEADER: 0(0), REMAIN BYTES: 906, fd: 35 SYSERR: Jun 24 23:13:56 :: Process: UNKNOWN HEADER: 35, LAST HEADER: 0(0), REMAIN BYTES: 933, fd: 35 SYSERR: Jun 24 23:13:57 :: Process: UNKNOWN HEADER: 169, LAST HEADER: 0(0), REMAIN BYTES: 995, fd: 35 SYSERR: Jun 24 23:13:57 :: Process: UNKNOWN HEADER: 22, LAST HEADER: 71(6), REMAIN BYTES: 989, fd: 35 SYSERR: Jun 24 23:13:57 :: Process: UNKNOWN HEADER: 191, LAST HEADER: 0(0), REMAIN BYTES: 1006, fd: 35 SYSERR: Jun 24 23:13:57 :: Process: UNKNOWN HEADER: 89, LAST HEADER: 65(2), REMAIN BYTES: 1010, fd: 35 SYSERR: Jun 24 23:13:57 :: Process: UNKNOWN HEADER: 62, LAST HEADER: 0(0), REMAIN BYTES: 1019, fd: 35 SYSERR: Jun 24 23:13:57 :: Process: UNKNOWN HEADER: 184, LAST HEADER: 106(28), REMAIN BYTES: 1054, fd: 35 SYSERR: Jun 24 23:13:57 :: Process: UNKNOWN HEADER: 160, LAST HEADER: 206(1), REMAIN BYTES: 1070, fd: 35 SYSERR: Jun 24 23:13:57 :: Process: UNKNOWN HEADER: 181, LAST HEADER: 0(0), REMAIN BYTES: 1085, fd: 35 SYSERR: Jun 24 23:13:57 :: Process: UNKNOWN HEADER: 168, LAST HEADER: 0(0), REMAIN BYTES: 1138, fd: 35 SYSERR: Jun 24 23:13:57 :: Process: UNKNOWN HEADER: 138, LAST HEADER: 0(0), REMAIN BYTES: 1144, fd: 35 SYSERR: Jun 24 23:13:57 :: Process: UNKNOWN HEADER: 123, LAST HEADER: 0(0), REMAIN BYTES: 1171, fd: 35 SYSERR: Jun 24 23:13:58 :: Process: UNKNOWN HEADER: 123, LAST HEADER: 0(0), REMAIN BYTES: 1189, fd: 35 SYSERR: Jun 24 23:13:58 :: Process: UNKNOWN HEADER: 158, LAST HEADER: 0(0), REMAIN BYTES: 1233, fd: 35 SYSERR: Jun 24 23:13:58 :: Process: UNKNOWN HEADER: 103, LAST HEADER: 0(0), REMAIN BYTES: 1259, fd: 35 SYSERR: Jun 24 23:13:58 :: Process: UNKNOWN HEADER: 221, LAST HEADER: 69(6), REMAIN BYTES: 1295, fd: 35 SYSERR: Jun 24 23:13:58 :: Process: UNKNOWN HEADER: 137, LAST HEADER: 10(2), REMAIN BYTES: 1346, fd: 35 SYSERR: Jun 24 23:13:58 :: Process: UNKNOWN HEADER: 185, LAST HEADER: 0(0), REMAIN BYTES: 1355, fd: 35 SYSERR: Jun 24 23:13:58 :: Process: UNKNOWN HEADER: 129, LAST HEADER: 0(0), REMAIN BYTES: 1391, fd: 35 SYSERR: Jun 24 23:13:58 :: Select: wrong QUEST_SELECT request! : 1791 SYSERR: Jun 24 23:13:58 :: Process: UNKNOWN HEADER: 226, LAST HEADER: 29(3), REMAIN BYTES: 1405, fd: 35 SYSERR: Jun 24 23:13:58 :: Process: UNKNOWN HEADER: 138, LAST HEADER: 0(0), REMAIN BYTES: 1411, fd: 35 SYSERR: Jun 24 23:13:59 :: Process: UNKNOWN HEADER: 168, LAST HEADER: 0(0), REMAIN BYTES: 1438, fd: 35 SYSERR: Jun 24 23:13:59 :: Process: UNKNOWN HEADER: 154, LAST HEADER: 241(68), REMAIN BYTES: 633, fd: 35 SYSERR: Jun 24 23:13:59 :: Process: UNKNOWN HEADER: 225, LAST HEADER: 0(0), REMAIN BYTES: 659, fd: 35 SYSERR: Jun 24 23:13:59 :: Process: UNKNOWN HEADER: 103, LAST HEADER: 0(0), REMAIN BYTES: 668, fd: 35 SYSERR: Jun 24 23:13:59 :: Process: UNKNOWN HEADER: 145, LAST HEADER: 0(0), REMAIN BYTES: 685, fd: 35 SYSERR: Jun 24 23:13:59 :: Process: UNKNOWN HEADER: 146, LAST HEADER: 0(0), REMAIN BYTES: 691, fd: 35 SYSERR: Jun 24 23:13:59 :: Process: UNKNOWN HEADER: 234, LAST HEADER: 0(0), REMAIN BYTES: 700, fd: 35 SYSERR: Jun 24 23:13:59 :: Process: UNKNOWN HEADER: 45, LAST HEADER: 0(1), REMAIN BYTES: 762, fd: 35 SYSERR: Jun 24 23:13:59 :: Process: UNKNOWN HEADER: 137, LAST HEADER: 0(0), REMAIN BYTES: 779, fd: 35 SYSERR: Jun 24 23:13:59 :: Process: UNKNOWN HEADER: 46, LAST HEADER: 0(0), REMAIN BYTES: 806, fd: 35 SYSERR: Jun 24 23:13:59 :: Process: UNKNOWN HEADER: 122, LAST HEADER: 104(1), REMAIN BYTES: 831, fd: 35 SYSERR: Jun 24 23:14:00 :: Process: UNKNOWN HEADER: 46, LAST HEADER: 77(9), REMAIN BYTES: 849, fd: 35 SYSERR: Jun 24 23:14:00 :: Process: UNKNOWN HEADER: 250, LAST HEADER: 113(13), REMAIN BYTES: 881, fd: 35 SYSERR: Jun 24 23:14:00 :: Process: UNKNOWN HEADER: 236, LAST HEADER: 0(0), REMAIN BYTES: 887, fd: 35 SYSERR: Jun 24 23:14:00 :: Process: UNKNOWN HEADER: 127, LAST HEADER: 0(0), REMAIN BYTES: 893, fd: 35 SYSERR: Jun 24 23:14:01 :: Process: UNKNOWN HEADER: 59, LAST HEADER: 0(0), REMAIN BYTES: 910, fd: 35 SYSERR: Jun 24 23:14:01 :: Process: UNKNOWN HEADER: 85, LAST HEADER: 77(9), REMAIN BYTES: 515, fd: 35 SYSERR: Jun 24 23:14:01 :: Process: UNKNOWN HEADER: 98, LAST HEADER: 0(0), REMAIN BYTES: 549, fd: 35 SYSERR: Jun 24 23:14:01 :: Process: UNKNOWN HEADER: 32, LAST HEADER: 0(0), REMAIN BYTES: 555, fd: 35 SYSERR: Jun 24 23:14:01 :: Process: UNKNOWN HEADER: 166, LAST HEADER: 77(9), REMAIN BYTES: 618, fd: 35 SYSERR: Jun 24 23:14:01 :: Move: invalid move type: Merttt SYSERR: Jun 24 23:14:01 :: Process: UNKNOWN HEADER: 95, LAST HEADER: 7(17), REMAIN BYTES: 529, fd: 35 SYSERR: Jun 24 23:14:01 :: Process: UNKNOWN HEADER: 39, LAST HEADER: 0(0), REMAIN BYTES: 546, fd: 35 SYSERR: Jun 24 23:14:01 :: Select: wrong QUEST_SELECT request! : 1791 SYSERR: Jun 24 23:14:01 :: Process: UNKNOWN HEADER: 226, LAST HEADER: 29(3), REMAIN BYTES: 549, fd: 35 SYSERR: Jun 24 23:14:02 :: Process: UNKNOWN HEADER: 132, LAST HEADER: 0(0), REMAIN BYTES: 612, fd: 35 SYSERR: Jun 24 23:14:02 :: Process: UNKNOWN HEADER: 35, LAST HEADER: 53(14), REMAIN BYTES: 601, fd: 35 SYSERR: Jun 24 23:14:02 :: Hack: HACK_DETECT: Merttt €&|ëx•ˆ~BÅF•£düScé[kOµ†È—Ÿ_cYi`BÙy8„S›ö£›®£¹±·?Íå{,èA<k´x^}=veÉÌéʯU/Ù0K@I ¸å™ÁØË:IØ¥7g¶#%%4¯ã–cK3Æ5¡»‹İË+ƒ±‚,ü×TõÁu½Æ(n¦·ZÒ…shjÆ!lt¨;¹ĞÜ›'pxYïçØÈôÎûHÚäQÁ¦ÿ?b§µ§a§E¼ı”&&Ãì£Ëƒ2ã SYSERR: Jun 24 23:14:02 :: Process: UNKNOWN HEADER: 133, LAST HEADER: 0(0), REMAIN BYTES: 352, fd: 35
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.