Jump to content

netmarlis

Inactive Member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by netmarlis

  1. 0610 02:07:57978 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 6003
    0610 02:07:57978 :: CPythonCharacterManager::CreateInstance VID[62044] Race[6003]
    0610 02:07:58620 :: CRaceManager::RegisterRacePath : RACE[6002] LOAD MSMFILE[d:/ymir work/monster2/fire_tiger_boss/fire_tiger_boss1.msm] ERROR. Will Find Another Path.
    0610 02:07:58620 :: CRaceManager::RegisterRacePath : RACE[6002] LOAD MSMFILE[d:/ymir work/monster/fire_tiger_boss/fire_tiger_boss1.msm] ERROR. Will Find Another Path.
    0610 02:07:58620 :: CRaceManager::RegisterRacePath : RACE[6002] LOAD MSMFILE[d:/ymir work/npc/fire_tiger_boss/fire_tiger_boss1.msm] ERROR. Will Find Another Path.
    0610 02:07:58620 :: CRaceManager::RegisterRacePath : RACE[6002] LOAD MSMFILE[d:/ymir work/npc2/fire_tiger_boss/fire_tiger_boss1.msm] ERROR. Will Find Another Path.
    0610 02:07:58620 :: CRaceManager::RegisterRacePath : RACE[6002] LOAD MSMFILE[d:/ymir work/guild/fire_tiger_boss/fire_tiger_boss1.msm] ERROR
    0610 02:07:58620 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 6002
    0610 02:07:58620 :: CPythonCharacterManager::CreateInstance VID[62046] Race[6002]

    syserr.txt error. 

    Thanks in advance
  2. 1 minute ago, Den said:

    Try on uiinventory.py:

    
    	def SelectItemSlot(self, itemSlotIndex):
    		chat.AppendChat(chat.CHAT_TYPE_INFO, "select item slot")
    		if constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS() == 1:
    			return
    
    		itemSlotIndex = self.__InventoryLocalSlotPosToGlobalSlotPos(itemSlotIndex)
    		chat.AppendChat(chat.CHAT_TYPE_INFO, "select item slot %d" % itemSlotIndex)

    Add chat.AppendChat(chat.CHAT_TYPE_INFO, "select item slot %d" % itemSlotIndex) then try. Does slot even highlight when over with item?

    VANCNDD.png

    https://metin2.download/picture/3GISV0Sdz3U1qY3CF1o8it69zTj5wky0/.png

  3. 1 minute ago, Den said:

    But after you click on empty belt slot game chat is showing nothing?

    no :)

     

    https://metin2.download/picture/7qYV7Z55w6Oq32uqb76cbC3h6m2ZVFPH/.png

    7 minutes ago, Den said:

    But after you click on empty belt slot game chat is showing nothing?

    https://metin2.download/picture/9l98PZ4PukJX9CGZeYvH7Tre4aQ31qnl/.png

  4. game syserlog : 

     

    Jun  9 03:15:00.913284 :: vivoxy: USE_ITEM Keten Kemer +9 (inven 1, cell: 2)
    Jun  9 03:15:02.72945 :: vivoxy: USE_ITEM Runik Kemer +9 (inven 1, cell: 2)
    Jun  9 03:15:02.833393 :: vivoxy: USE_ITEM Keten Kemer +0 (inven 1, cell: 0)
    Jun  9 03:15:03.511677 :: vivoxy: USE_ITEM Runik Kemer +9 (inven 1, cell: 0)
    Jun  9 03:15:04.273109 :: vivoxy: USE_ITEM Keten Kemer +0 (inven 1, cell: 0)

     

     

     

    https://metin2.download/picture/zlmKdd2HQm9SyFt23U50X7pSSfZ7W30W/.png

  5. 6 minutes ago, Den said:

    The easiest way without touching the sashes is:

    uiinventory.py (add setItemVNum(204, getItemVNum(204), itemCount)):

    https://pastebin.com/eXspW58d

    inventorywindow.py:

    Instead of 

    
    {"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32},

    write

    
    {"index":204, "x":39, "y":106, "width":32, "height":32},

     

     

     

    uiinventory.py : https://metin2.download/picture/4ayNM5d0oQNn3G3s1j9Q1Y2o8Ediz3Bm/.png 

    inventorywindow.py : https://metin2.download/picture/9t42Ne40TbqFJL8u349nCM6TPE1y6pQj/.png

     

    syserr.txt error : 

     

    0609 01:01:07877 :: 
    networkModule.py(line:200) SetSelectCharacterPhase
    system.py(line:134) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:18) <module>
    system.py(line:134) __pack_import

    networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unindent does not match any outer indentation level (uiInventory.py, line 751)

    0609 01:01:07877 :: ============================================================================================================
    0609 01:01:07878 :: Abort!!!!


     

     

  6. 13 minutes ago, Den said:

    common/length.h in server source:

    enum EWearPositions -> WEAR_BELT

    My WEAR_BELT is 23.

    GameType.h in binary source:

    
    const DWORD c_Equipment_Belt  = c_New_Equipment_Start + 2; //should equal server WEAR_BELT + 180, c_New_Equipment_Start equals 201 so 201+2=203

     

     

     

    common/length.h

    https://metin2.download/picture/nR821M5klLmY2Myv97GVG71Vs0Z82s52/.png

     

    GameType.h

     

    https://metin2.download/picture/kzVBMr09gWjs9HkylZbPYQ5sMqVNH8Ag/.png

     

    • Metin2 Dev 1
    • Good 1
  7. 9 minutes ago, Den said:

    You need to have the correct belt slot index in inventorywindow.py and make it refresh in RefreshEquipSlotWindow (uiinventory.py).

    That's what I have:

    inventorywindow.py

    
    						{
    							"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},
    										{"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32}, #belt slot
    									),
    						},

    RefreshEquipSlotWindow (uiinventory.py)

    
    	def RefreshEquipSlotWindow(self):
    		getItemVNum=player.GetItemIndex
    		getItemCount=player.GetItemCount
    		setItemVNum=self.wndEquip.SetItemSlot
    		for i in xrange(player.EQUIPMENT_PAGE_COUNT):
    			slotNumber = player.EQUIPMENT_SLOT_START + i
    			itemCount = getItemCount(slotNumber)
    			if itemCount <= 1:
    				itemCount = 0
    			setItemVNum(slotNumber, getItemVNum(slotNumber), itemCount)
    
    		if app.ENABLE_NEW_EQUIPMENT_SYSTEM:
    			for i in xrange(player.NEW_EQUIPMENT_SLOT_COUNT):
    				slotNumber = player.NEW_EQUIPMENT_SLOT_START + i
    				itemCount = getItemCount(slotNumber)
    				if itemCount <= 1:
    					itemCount = 0
    				setItemVNum(slotNumber, getItemVNum(slotNumber), itemCount)
    				print "ENABLE_NEW_EQUIPMENT_SYSTEM", slotNumber, itemCount, getItemVNum(slotNumber)

     

    Check what you are missing.

    inventorywindow.py

    https://metin2.download/picture/Cc63jycx53LPLJoggs7o3UZQnTDtz5Sk/.png

     

     

    uiinventory.py

    https://metin2.download/picture/d7lo30hUytaldi3vjuqzzWI645YTG0to/.png

     

     

     

    All the same

     

  8. I get this way, I make no txt syser. 

     

    113000~113099 How do I add the item item_proto range in a collective manner ? However, the system will work this way

     

     

    SYSERR: Sep  9 07:12:22.379413 :: DoRefineStrength: INVALID DRAGON SOUL(154410)
    SYSERR: Sep  9 07:12:22.842123 :: DoRefineStrength: INVALID DRAGON SOUL(154410)

  9. I present a few mistakes . And the annoying bugs. 

     

    Syserr Error :

     

    SYSERR: Aug 22 14:51:49 :: Input: no quest running for pc, cannot process input : 10336
    SYSERR: Aug 22 14:51:50 :: Input: no quest running for pc, cannot process input : 10336
    SYSERR: Aug 22 15:02:57 :: Input: no quest running for pc, cannot process input : 10298
    SYSERR: Aug 22 15:02:59 :: Input: no quest running for pc, cannot process input : 10298
    SYSERR: Aug 22 15:03:01 :: Input: no quest running for pc, cannot process input : 10298
    

     

     

    SysLog Error : 

     

    Aug 22 15:00:14 :: GLOBAL_TIME: Aug 22 15:00:14 time_gap 0
    Aug 22 15:00:39 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:01:14 :: GLOBAL_TIME: Aug 22 15:01:14 time_gap 0
    Aug 22 15:01:39 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:02:14 :: GLOBAL_TIME: Aug 22 15:02:14 time_gap 0
    Aug 22 15:02:31 :: SYSTEM: new connection from [88.252.162.179] fd: 46 handshake 2139402266 output input_len 0, ptr 0x4b91fc00
    Aug 22 15:02:31 :: SYSTEM: closing socket. DESC #46
    Aug 22 15:02:37 :: SYSTEM: new connection from [88.252.162.179] fd: 46 handshake 4272052853 output input_len 0, ptr 0x4b91fc00
    Aug 22 15:02:37 :: Handshake: client_time 0 server_time 4573770
    Aug 22 15:02:38 :: LOGIN_BY_KEY: hakanbalc key 1180564302
    Aug 22 15:02:38 :: LoginSuccess
    Aug 22 15:02:38 ::     player([CoMa]KAN).job(3)
    Aug 22 15:02:38 ::     player().job(0)
    Aug 22 15:02:38 ::     player().job(0)
    Aug 22 15:02:38 ::     player().job(0)
    Aug 22 15:02:38 :: success to 178.20.227.56:13000
    Aug 22 15:02:38 :: InputDB::login_success: hakanbalc
    Aug 22 15:02:38 :: SYSTEM: new connection from [88.252.162.179] fd: 270 handshake 2606114249 output input_len 0, ptr 0x4b3be800
    Aug 22 15:02:39 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:02:39 :: MARK_SERVER: Login
    Aug 22 15:02:39 :: LargePacket Size 2736
    Aug 22 15:02:39 :: reallocating buffer to 8192, current 1024
    Aug 22 15:02:39 :: MARK_SERVER: GuildMarkIDXList 2743 bytes sent.
    Aug 22 15:02:39 :: MARK_SERVER: Sending blocks. (imgIdx 0 diff 0 size 10)
    Aug 22 15:02:40 :: SYSTEM: closing socket. DESC #270
    Aug 22 15:02:45 :: SYSTEM: new connection from [88.252.162.179] fd: 270 handshake 3914613291 output input_len 0, ptr 0x4b3be800
    Aug 22 15:02:45 :: SYSTEM: closing socket. DESC #46
    Aug 22 15:02:45 :: Handshake: lower than zero -39
    Aug 22 15:02:45 :: Handshake: client_time 0 server_time 4581600
    Aug 22 15:02:45 :: LOGIN_BY_KEY: hakanbalc key 1180564302
    Aug 22 15:02:46 :: LoginSuccess
    Aug 22 15:02:46 ::     player([CoMa]KAN).job(3)
    Aug 22 15:02:46 ::     player().job(0)
    Aug 22 15:02:46 ::     player().job(0)
    Aug 22 15:02:46 ::     player().job(0)
    Aug 22 15:02:46 :: success to 178.20.227.56:13000
    Aug 22 15:02:46 :: InputDB::login_success: hakanbalc
    Aug 22 15:02:46 :: player_select: login: hakanbalc index: 0
    Aug 22 15:02:47 :: GM_NEW_GET_LEVEL : FIND ACCOUNT
    Aug 22 15:02:47 :: PK_MODE: [CoMa]KAN 3
    Aug 22 15:02:47 :: PLAYER_LOAD: [CoMa]KAN PREMIUM 1623505365 1623505365, LOGGOFF_INTERVAL 1432 PTR: 0x2e782000
    Aug 22 15:02:47 :: GM_LOGIN(gmlevel=5, name=[CoMa]KAN(10298), pos=(960457, 265733)
    Aug 22 15:02:47 :: InputDB: player_load [CoMa]KAN 960457x265733x0 LEVEL 105 MOV_SPEED 100 JOB 3 ATG 217 DFG 142 GMLv 5
    Aug 22 15:02:47 :: ITEM_LOAD: COUNT [CoMa]KAN 37
    Aug 22 15:02:47 :: REAL_TIME_EXPIRE: StartRealTimeExpireEvent
    Aug 22 15:02:47 :: QUEST_LOAD: count 72
    Aug 22 15:02:47 :: QUEST clear timer 0
    Aug 22 15:02:47 :: QUEST clear timer 0
    Aug 22 15:02:47 ::             day.envanter_iplaenge 13
    Aug 22 15:02:47 ::             mt2dkitleitemi.pelinkitleitemisure189 1434471212
    Aug 22 15:02:47 ::             oxevent_manager.ox_end_cooldown_time 1440025983
    Aug 22 15:02:47 ::             day.envanter_ip_char_9 50
    Aug 22 15:02:47 ::             day.envanter_ip_char_12 50
    Aug 22 15:02:47 ::             day.envanter_ip_char_13 55
    Aug 22 15:02:47 ::             day.envanter_ip_char_2 49
    Aug 22 15:02:47 ::             day.envanter_ip_char_3 46
    Aug 22 15:02:47 ::             day.envanter_ip_char_4 50
    Aug 22 15:02:47 ::             day.envanter 1434388883
    Aug 22 15:02:47 ::             day.envanter_ip_char_1 51
    Aug 22 15:02:47 ::             day.envanter_ip_char_10 46
    Aug 22 15:02:47 ::             day.envanter_ip_char_11 49
    Aug 22 15:02:47 ::             check_trans_ticket.__status 526282696
    Aug 22 15:02:47 ::             event_mystery_box.__status -163855020
    Aug 22 15:02:47 ::             flame_dungeon_leave.__status -1682931504
    Aug 22 15:02:47 ::             give_basic_weapon.basic_weapon 1
    Aug 22 15:02:47 ::             harvest_festival.__status 695801987
    Aug 22 15:02:47 ::             collect_quest_lv30.__status 557528158
    Aug 22 15:02:47 ::             dragon_lair_weekly.__status 1929663828
    Aug 22 15:02:47 ::             dragon_soul.__status -718086412
    Aug 22 15:02:47 ::             heavens_cave_escape.__status 295196323
    Aug 22 15:02:47 ::             spider_dungeon_3floor_boss.__status -1393546546
    Aug 22 15:02:47 ::             horse_button.at_p 1
    Aug 22 15:02:47 ::             collect_quest_lv40.__status 557528158
    Aug 22 15:02:47 ::             collect_quest_lv50.__status 1675612723
    Aug 22 15:02:47 ::             guildstorage.GUILDSTORAGE 1
    Aug 22 15:02:47 ::             ban.__status 505767152
    Aug 22 15:02:47 ::             day.envanter_ip_char_8 50
    Aug 22 15:02:47 ::             day.envanter_ip_char_5 48
    Aug 22 15:02:47 ::             day.envanter_ip_char_6 48
    Aug 22 15:02:47 ::             day.envanter_ip_char_7 46
    Aug 22 15:02:47 ::             killgui.mob 4841
    Aug 22 15:02:47 ::             skill_group.__status 1349952704
    Aug 22 15:02:47 ::             spider_dungeon_2floor.__status 1290640410
    Aug 22 15:02:47 ::             olympic_badge.__status -1393546546
    Aug 22 15:02:47 ::             dragon_soul.eye_timestamp 16666
    Aug 22 15:02:47 ::             energy_system.__status -1515020254
    Aug 22 15:02:47 ::             dragon_lair_access.time 1438204987
    Aug 22 15:02:47 ::             ghost_story.know_sura 1
    Aug 22 15:02:47 ::             alter_of_power.build_level 10
    Aug 22 15:02:47 ::             hilal_gorevi2.__status 120149609
    Aug 22 15:02:47 ::             new_quest_lv80.__status 120149609
    Aug 22 15:02:47 ::             flame_dungeon.__status 1349952704
    Aug 22 15:02:47 ::             flame_dungeon.fdRtest 1
    Aug 22 15:02:47 ::             collect_quest_luck.drink_drug 1
    Aug 22 15:02:47 ::             killgui.empire3 4
    Aug 22 15:02:47 ::             mt2dkitleitemi.pelinkitleitemisure2379 1437345878
    Aug 22 15:02:47 ::             itembugkontrol.tiklamasure 1437777352
    Aug 22 15:02:47 ::             pvp_manager.attender_id 2
    Aug 22 15:02:47 ::             pvp_manager.pvp_tournament 1437595320
    Aug 22 15:02:47 ::             flame_dungeon.exit_time 1438204943
    Aug 22 15:02:47 ::             snow_dungeon.out_party_time 1438204938
    Aug 22 15:02:47 ::             eventnpc.konto_pin 12345
    Aug 22 15:02:47 ::             binek_sistemi.__status -215158692
    Aug 22 15:02:47 ::             killgui.empire1 1
    Aug 22 15:02:47 ::             karakterimikilitle.karaktersifre 1
    Aug 22 15:02:47 ::             karakterimikilitle.karaktersifrem 123456
    Aug 22 15:02:47 ::             dragon_soul.eye_left 10
    Aug 22 15:02:47 ::             demirvid.demirpvpvid_char_1 83
    Aug 22 15:02:47 ::             demirvid.demirpvpvid_char_2 116
    Aug 22 15:02:47 ::             demirvid.demirpvpvid_char_3 111
    Aug 22 15:02:47 ::             demirvid.demirpvpvid_char_4 114
    Aug 22 15:02:47 ::             demirvid.demirpvpvid_char_5 109
    Aug 22 15:02:47 ::             demirvid.demirpvpvidlaenge 5
    Aug 22 15:02:47 ::             demirvid.demirvid 34341
    Aug 22 15:02:47 ::             demirvidgame.demirpvpvidgame_char_1 83
    Aug 22 15:02:47 ::             demirvidgame.demirpvpvidgame_char_2 116
    Aug 22 15:02:47 ::             demirvidgame.demirpvpvidgame_char_3 111
    Aug 22 15:02:47 ::             demirvidgame.demirpvpvidgame_char_4 114
    Aug 22 15:02:47 ::             demirvidgame.demirpvpvidgame_char_5 109
    Aug 22 15:02:47 ::             demirvidgame.demirpvpvidgamelaenge 5
    Aug 22 15:02:47 :: VERSION: [CoMa]KAN 1215955205 Netmarlis7haziran.exe
    Aug 22 15:02:48 :: GMC guild_name ARVEN2
    Aug 22 15:02:48 :: GMC master 10298
    Aug 22 15:02:48 :: SHOW: [CoMa]KAN 960457x265733x0
    Aug 22 15:02:48 :: reallocating buffer to 8192, current 1024
    Aug 22 15:02:48 :: AddAffect [CoMa]KAN type 215 apply 0 0 flag 28 duration 5
    Aug 22 15:02:48 :: ENTERGAME: [CoMa]KAN 960457x265733x0 88.252.162.179 map_index 41
    Aug 22 15:02:48 :: HORSE STAMINA CONSUME EVENT CANCEL 0x0
    Aug 22 15:02:48 :: HORSE STAMINA REGEN EVENT CREATE 0x4b52eec0
    Aug 22 15:02:48 :: SendLandList map 41 count 18 elem_size: 432
    Aug 22 15:02:48 :: AddAffect [CoMa]KAN type 500 apply 0 0 flag 0 duration 183260397
    Aug 22 15:02:48 :: PREMIUM: [CoMa]KAN type 0 183260397min
    Aug 22 15:02:48 :: AddAffect [CoMa]KAN type 501 apply 0 0 flag 0 duration 183260397
    Aug 22 15:02:48 :: PREMIUM: [CoMa]KAN type 1 183260397min
    Aug 22 15:02:48 :: AddAffect [CoMa]KAN type 502 apply 0 0 flag 0 duration 183260397
    Aug 22 15:02:48 :: PREMIUM: [CoMa]KAN type 2 183260397min
    Aug 22 15:02:48 :: AddAffect [CoMa]KAN type 503 apply 0 0 flag 0 duration 183260397
    Aug 22 15:02:48 :: PREMIUM: [CoMa]KAN type 3 183260397min
    Aug 22 15:02:48 :: AddAffect [CoMa]KAN type 504 apply 0 0 flag 0 duration 183260397
    Aug 22 15:02:48 :: PREMIUM: [CoMa]KAN type 4 183260397min
    Aug 22 15:02:48 :: AddAffect [CoMa]KAN type 505 apply 0 0 flag 0 duration 183260397
    Aug 22 15:02:48 :: PREMIUM: [CoMa]KAN type 5 183260397min
    Aug 22 15:02:48 :: AddAffect [CoMa]KAN type 506 apply 0 0 flag 0 duration 183260397
    Aug 22 15:02:48 :: PREMIUM: [CoMa]KAN type 6 183260397min
    Aug 22 15:02:48 :: VERSION CHECK 1215955205 1215955205 1215955205 1215955205
    Aug 22 15:02:49 :: QUEST_LOAD: Login pc 10298 by event
    Aug 22 15:02:49 :: AddAffect [CoMa]KAN type 515 apply 32 500000 flag 0 duration 5
    Aug 22 15:02:49 :: AddAffect [CoMa]KAN type 515 apply 33 500000 flag 0 duration 5
    Aug 22 15:02:49 :: CreateTarget : target pid 10298 quest 206 name teacher7 arg 2 13192 0
    Aug 22 15:02:49 :: CreateTarget : target pid 10298 quest 206 name teacher8 arg 2 13193 0
    Aug 22 15:02:49 :: QUEST eventflag vs_ac 0 prev_value 0
    Aug 22 15:02:49 :: SYSTEM: new connection from [88.252.162.179] fd: 46 handshake 3514034825 output input_len 0, ptr 0x4b914800
    Aug 22 15:02:49 :: MARK_SERVER: Login
    Aug 22 15:02:49 :: GuildSymbolCRC 362 0 0
    Aug 22 15:02:49 :: GuildSymbolCRC 372 0 0
    Aug 22 15:02:49 :: GuildSymbolCRC 434 0 0
    Aug 22 15:02:49 :: GuildSymbolCRC 348 0 0
    Aug 22 15:02:50 :: SendTargetUpdatePacket 9 965900x270000
    Aug 22 15:02:50 :: SendTargetUpdatePacket 10 965900x270400
    Aug 22 15:02:55 :: SECTREE DIFFER: [CoMa]KAN 149x41 was 150x41
    Aug 22 15:02:55 :: OnClick Köy Gardiyanı[vnum 11004 ServerUniqueID 13234, pid 0] by [CoMa]KAN
    Aug 22 15:02:55 :: QUEST ScriptAnswer pid 10298 answer 0
    Aug 22 15:02:56 :: QUEST ScriptButton pid 10298 idx 98
    Aug 22 15:02:56 :: QUEST InputString pid 10298 msg UPDATE#
    Aug 22 15:02:57 :: QUEST InputString pid 10298 msg e
    SYSERR: Aug 22 15:02:57 :: Input: no quest running for pc, cannot process input : 10298
    Aug 22 15:02:58 :: QUEST ScriptButton pid 10298 idx 98
    Aug 22 15:02:58 :: QUEST InputString pid 10298 msg MOVE_ITEM#GUILDSTORAGE#56#0#67#0
    Aug 22 15:02:59 :: QUEST InputString pid 10298 msg 
    SYSERR: Aug 22 15:02:59 :: Input: no quest running for pc, cannot process input : 10298
    Aug 22 15:03:00 :: QUEST ScriptButton pid 10298 idx 98
    Aug 22 15:03:00 :: QUEST InputString pid 10298 msg CLOSE#
    Aug 22 15:03:01 :: QUEST InputString pid 10298 msg 
    SYSERR: Aug 22 15:03:01 :: Input: no quest running for pc, cannot process input : 10298
    Aug 22 15:03:03 :: SYSTEM: closing socket. DESC #46
    Aug 22 15:03:03 :: DISCONNECT: [CoMa]KAN (DESC::~DESC)
    Aug 22 15:03:03 :: SAVE: [CoMa]KAN 959991x268278
    Aug 22 15:03:03 :: QUEST clear timer 0
    Aug 22 15:03:03 :: SYSTEM: closing socket. DESC #270
    Aug 22 15:03:14 :: GLOBAL_TIME: Aug 22 15:03:14 time_gap 0
    Aug 22 15:03:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:04:14 :: GLOBAL_TIME: Aug 22 15:04:14 time_gap 0
    Aug 22 15:04:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:05:14 :: GLOBAL_TIME: Aug 22 15:05:14 time_gap 0
    Aug 22 15:05:28 :: SYSTEM: new connection from [88.252.162.179] fd: 46 handshake 3707984569 output input_len 0, ptr 0x4b3be800
    Aug 22 15:05:29 :: SYSTEM: closing socket. DESC #46
    Aug 22 15:05:29 :: SYSTEM: new connection from [88.252.162.179] fd: 46 handshake 3573721571 output input_len 0, ptr 0x4b3be800
    Aug 22 15:05:30 :: SYSTEM: closing socket. DESC #46
    Aug 22 15:05:38 :: SYSTEM: new connection from [88.252.162.179] fd: 46 handshake 825334469 output input_len 0, ptr 0x4b3be800
    Aug 22 15:05:38 :: Handshake: client_time 0 server_time 4754350
    Aug 22 15:05:38 :: LOGIN_BY_KEY: hakanbalc key 474224608
    Aug 22 15:05:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:05:39 :: LoginSuccess
    Aug 22 15:05:39 ::     player([CoMa]KAN).job(3)
    Aug 22 15:05:39 ::     player().job(0)
    Aug 22 15:05:39 ::     player().job(0)
    Aug 22 15:05:39 ::     player().job(0)
    Aug 22 15:05:39 :: success to 178.20.227.56:13000
    Aug 22 15:05:39 :: InputDB::login_success: hakanbalc
    Aug 22 15:05:39 :: SYSTEM: new connection from [88.252.162.179] fd: 270 handshake 1981178489 output input_len 0, ptr 0x4b914800
    Aug 22 15:05:40 :: MARK_SERVER: Login
    Aug 22 15:05:40 :: LargePacket Size 2736
    Aug 22 15:05:40 :: reallocating buffer to 8192, current 1024
    Aug 22 15:05:40 :: MARK_SERVER: GuildMarkIDXList 2743 bytes sent.
    Aug 22 15:05:40 :: MARK_SERVER: Sending blocks. (imgIdx 0 diff 0 size 10)
    Aug 22 15:05:40 :: SYSTEM: closing socket. DESC #270
    Aug 22 15:05:43 :: SYSTEM: closing socket. DESC #46
    Aug 22 15:05:43 :: SYSTEM: new connection from [88.252.162.179] fd: 46 handshake 2568201423 output input_len 0, ptr 0x4b3be800
    Aug 22 15:05:43 :: Handshake: client_time 0 server_time 4759980
    Aug 22 15:05:44 :: LOGIN_BY_KEY: hakanbalc key 474224608
    Aug 22 15:05:44 :: LoginSuccess
    Aug 22 15:05:44 ::     player([CoMa]KAN).job(3)
    Aug 22 15:05:44 ::     player().job(0)
    Aug 22 15:05:44 ::     player().job(0)
    Aug 22 15:05:44 ::     player().job(0)
    Aug 22 15:05:44 :: success to 178.20.227.56:13000
    Aug 22 15:05:44 :: InputDB::login_success: hakanbalc
    Aug 22 15:05:45 :: player_select: login: hakanbalc index: 0
    Aug 22 15:05:45 :: GM_NEW_GET_LEVEL : FIND ACCOUNT
    Aug 22 15:05:45 :: PK_MODE: [CoMa]KAN 3
    Aug 22 15:05:45 :: PLAYER_LOAD: [CoMa]KAN PREMIUM 1623505365 1623505365, LOGGOFF_INTERVAL 162 PTR: 0x2e782000
    Aug 22 15:05:45 :: GM_LOGIN(gmlevel=5, name=[CoMa]KAN(10298), pos=(959991, 268278)
    Aug 22 15:05:45 :: InputDB: player_load [CoMa]KAN 959991x268278x0 LEVEL 105 MOV_SPEED 100 JOB 3 ATG 217 DFG 142 GMLv 5
    Aug 22 15:05:45 :: ITEM_LOAD: COUNT [CoMa]KAN 37
    Aug 22 15:05:45 :: REAL_TIME_EXPIRE: StartRealTimeExpireEvent
    Aug 22 15:05:45 :: QUEST_LOAD: count 72
    Aug 22 15:05:45 :: QUEST clear timer 0
    Aug 22 15:05:45 :: QUEST clear timer 0
    Aug 22 15:05:45 ::             day.envanter_iplaenge 13
    Aug 22 15:05:45 ::             mt2dkitleitemi.pelinkitleitemisure189 1434471212
    Aug 22 15:05:45 ::             oxevent_manager.ox_end_cooldown_time 1440025983
    Aug 22 15:05:45 ::             day.envanter_ip_char_9 50
    Aug 22 15:05:45 ::             day.envanter_ip_char_12 50
    Aug 22 15:05:45 ::             day.envanter_ip_char_13 55
    Aug 22 15:05:45 ::             day.envanter_ip_char_2 49
    Aug 22 15:05:45 ::             day.envanter_ip_char_3 46
    Aug 22 15:05:45 ::             day.envanter_ip_char_4 50
    Aug 22 15:05:45 ::             day.envanter 1434388883
    Aug 22 15:05:45 ::             day.envanter_ip_char_1 51
    Aug 22 15:05:45 ::             day.envanter_ip_char_10 46
    Aug 22 15:05:45 ::             day.envanter_ip_char_11 49
    Aug 22 15:05:45 ::             check_trans_ticket.__status 526282696
    Aug 22 15:05:45 ::             event_mystery_box.__status -163855020
    Aug 22 15:05:45 ::             flame_dungeon_leave.__status -1682931504
    Aug 22 15:05:45 ::             give_basic_weapon.basic_weapon 1
    Aug 22 15:05:45 ::             harvest_festival.__status 695801987
    Aug 22 15:05:45 ::             collect_quest_lv30.__status 557528158
    Aug 22 15:05:45 ::             dragon_lair_weekly.__status 1929663828
    Aug 22 15:05:45 ::             dragon_soul.__status -718086412
    Aug 22 15:05:45 ::             heavens_cave_escape.__status 295196323
    Aug 22 15:05:45 ::             spider_dungeon_3floor_boss.__status -1393546546
    Aug 22 15:05:45 ::             horse_button.at_p 1
    Aug 22 15:05:45 ::             collect_quest_lv40.__status 557528158
    Aug 22 15:05:45 ::             collect_quest_lv50.__status 1675612723
    Aug 22 15:05:45 ::             guildstorage.GUILDSTORAGE 1
    Aug 22 15:05:45 ::             ban.__status 505767152
    Aug 22 15:05:45 ::             day.envanter_ip_char_8 50
    Aug 22 15:05:45 ::             day.envanter_ip_char_5 48
    Aug 22 15:05:45 ::             day.envanter_ip_char_6 48
    Aug 22 15:05:45 ::             day.envanter_ip_char_7 46
    Aug 22 15:05:45 ::             killgui.mob 4841
    Aug 22 15:05:45 ::             skill_group.__status 1349952704
    Aug 22 15:05:45 ::             spider_dungeon_2floor.__status 1290640410
    Aug 22 15:05:45 ::             olympic_badge.__status -1393546546
    Aug 22 15:05:45 ::             dragon_soul.eye_timestamp 16666
    Aug 22 15:05:45 ::             energy_system.__status -1515020254
    Aug 22 15:05:45 ::             dragon_lair_access.time 1438204987
    Aug 22 15:05:45 ::             ghost_story.know_sura 1
    Aug 22 15:05:45 ::             alter_of_power.build_level 10
    Aug 22 15:05:45 ::             hilal_gorevi2.__status 120149609
    Aug 22 15:05:45 ::             new_quest_lv80.__status 120149609
    Aug 22 15:05:45 ::             flame_dungeon.__status 1349952704
    Aug 22 15:05:45 ::             flame_dungeon.fdRtest 1
    Aug 22 15:05:45 ::             collect_quest_luck.drink_drug 1
    Aug 22 15:05:45 ::             killgui.empire3 4
    Aug 22 15:05:45 ::             mt2dkitleitemi.pelinkitleitemisure2379 1437345878
    Aug 22 15:05:45 ::             itembugkontrol.tiklamasure 1437777352
    Aug 22 15:05:45 ::             pvp_manager.attender_id 2
    Aug 22 15:05:45 ::             pvp_manager.pvp_tournament 1437595320
    Aug 22 15:05:45 ::             flame_dungeon.exit_time 1438204943
    Aug 22 15:05:45 ::             snow_dungeon.out_party_time 1438204938
    Aug 22 15:05:45 ::             eventnpc.konto_pin 12345
    Aug 22 15:05:45 ::             binek_sistemi.__status -215158692
    Aug 22 15:05:45 ::             killgui.empire1 1
    Aug 22 15:05:45 ::             karakterimikilitle.karaktersifre 1
    Aug 22 15:05:45 ::             karakterimikilitle.karaktersifrem 123456
    Aug 22 15:05:45 ::             dragon_soul.eye_left 10
    Aug 22 15:05:45 ::             demirvid.demirpvpvid_char_1 83
    Aug 22 15:05:45 ::             demirvid.demirpvpvid_char_2 116
    Aug 22 15:05:45 ::             demirvid.demirpvpvid_char_3 111
    Aug 22 15:05:45 ::             demirvid.demirpvpvid_char_4 114
    Aug 22 15:05:45 ::             demirvid.demirpvpvid_char_5 109
    Aug 22 15:05:45 ::             demirvid.demirpvpvidlaenge 5
    Aug 22 15:05:45 ::             demirvid.demirvid 34341
    Aug 22 15:05:45 ::             demirvidgame.demirpvpvidgame_char_1 83
    Aug 22 15:05:45 ::             demirvidgame.demirpvpvidgame_char_2 116
    Aug 22 15:05:45 ::             demirvidgame.demirpvpvidgame_char_3 111
    Aug 22 15:05:45 ::             demirvidgame.demirpvpvidgame_char_4 114
    Aug 22 15:05:45 ::             demirvidgame.demirpvpvidgame_char_5 109
    Aug 22 15:05:45 ::             demirvidgame.demirpvpvidgamelaenge 5
    Aug 22 15:05:45 :: VERSION: [CoMa]KAN 1215955205 Netmarlis7haziran.exe
    Aug 22 15:05:50 :: GMC guild_name ARVEN2
    Aug 22 15:05:50 :: GMC master 10298
    Aug 22 15:05:50 :: SHOW: [CoMa]KAN 959991x268278x0
    Aug 22 15:05:50 :: reallocating buffer to 8192, current 1024
    Aug 22 15:05:50 :: AddAffect [CoMa]KAN type 215 apply 0 0 flag 28 duration 5
    Aug 22 15:05:50 :: ENTERGAME: [CoMa]KAN 959991x268278x0 88.252.162.179 map_index 41
    Aug 22 15:05:50 :: HORSE STAMINA CONSUME EVENT CANCEL 0x0
    Aug 22 15:05:50 :: HORSE STAMINA REGEN EVENT CREATE 0x4bb6db40
    Aug 22 15:05:50 :: SendLandList map 41 count 18 elem_size: 432
    Aug 22 15:05:50 :: AddAffect [CoMa]KAN type 500 apply 0 0 flag 0 duration 183260215
    Aug 22 15:05:50 :: PREMIUM: [CoMa]KAN type 0 183260215min
    Aug 22 15:05:50 :: AddAffect [CoMa]KAN type 501 apply 0 0 flag 0 duration 183260215
    Aug 22 15:05:50 :: PREMIUM: [CoMa]KAN type 1 183260215min
    Aug 22 15:05:50 :: AddAffect [CoMa]KAN type 502 apply 0 0 flag 0 duration 183260215
    Aug 22 15:05:50 :: PREMIUM: [CoMa]KAN type 2 183260215min
    Aug 22 15:05:50 :: AddAffect [CoMa]KAN type 503 apply 0 0 flag 0 duration 183260215
    Aug 22 15:05:50 :: PREMIUM: [CoMa]KAN type 3 183260215min
    Aug 22 15:05:50 :: AddAffect [CoMa]KAN type 504 apply 0 0 flag 0 duration 183260215
    Aug 22 15:05:50 :: PREMIUM: [CoMa]KAN type 4 183260215min
    Aug 22 15:05:50 :: AddAffect [CoMa]KAN type 505 apply 0 0 flag 0 duration 183260215
    Aug 22 15:05:50 :: PREMIUM: [CoMa]KAN type 5 183260215min
    Aug 22 15:05:50 :: AddAffect [CoMa]KAN type 506 apply 0 0 flag 0 duration 183260215
    Aug 22 15:05:50 :: PREMIUM: [CoMa]KAN type 6 183260215min
    Aug 22 15:05:50 :: VERSION CHECK 1215955205 1215955205 1215955205 1215955205
    Aug 22 15:05:51 :: QUEST_LOAD: Login pc 10298 by event
    Aug 22 15:05:51 :: AddAffect [CoMa]KAN type 515 apply 32 500000 flag 0 duration 5
    Aug 22 15:05:51 :: AddAffect [CoMa]KAN type 515 apply 33 500000 flag 0 duration 5
    Aug 22 15:05:51 :: CreateTarget : target pid 10298 quest 206 name teacher7 arg 2 13192 0
    Aug 22 15:05:51 :: CreateTarget : target pid 10298 quest 206 name teacher8 arg 2 13193 0
    Aug 22 15:05:51 :: QUEST eventflag vs_ac 0 prev_value 0
    Aug 22 15:05:52 :: SendTargetUpdatePacket 11 965900x270000
    Aug 22 15:05:52 :: SendTargetUpdatePacket 12 965900x270400
    Aug 22 15:05:54 :: SYSTEM: new connection from [88.252.162.179] fd: 270 handshake 84338740 output input_len 0, ptr 0x4b914800
    Aug 22 15:05:54 :: MARK_SERVER: Login
    Aug 22 15:05:55 :: GuildSymbolCRC 362 0 0
    Aug 22 15:05:55 :: GuildSymbolCRC 372 0 0
    Aug 22 15:05:55 :: GuildSymbolCRC 434 0 0
    Aug 22 15:05:55 :: GuildSymbolCRC 348 0 0
    Aug 22 15:05:55 :: OnClick Köy Gardiyanı[vnum 11004 ServerUniqueID 13234, pid 0] by [CoMa]KAN
    Aug 22 15:05:56 :: QUEST ScriptAnswer pid 10298 answer 0
    Aug 22 15:05:56 :: QUEST ScriptButton pid 10298 idx 98
    Aug 22 15:05:57 :: QUEST InputString pid 10298 msg UPDATE#
    Aug 22 15:06:01 :: QUEST ScriptButton pid 10298 idx 98
    Aug 22 15:06:02 :: QUEST InputString pid 10298 msg UPDATE#
    Aug 22 15:06:04 :: QUEST InputString pid 10298 msg 
    SYSERR: Aug 22 15:06:04 :: Input: no quest running for pc, cannot process input : 10298
    Aug 22 15:06:05 :: QUEST InputString pid 10298 msg 
    SYSERR: Aug 22 15:06:05 :: Input: no quest running for pc, cannot process input : 10298
    Aug 22 15:06:05 :: QUEST ScriptButton pid 10298 idx 98
    Aug 22 15:06:06 :: QUEST InputString pid 10298 msg CLOSE#
    Aug 22 15:06:07 :: QUEST InputString pid 10298 msg 
    SYSERR: Aug 22 15:06:07 :: Input: no quest running for pc, cannot process input : 10298
    Aug 22 15:06:14 :: GLOBAL_TIME: Aug 22 15:06:14 time_gap 0
    Aug 22 15:06:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:07:14 :: GLOBAL_TIME: Aug 22 15:07:14 time_gap 0
    Aug 22 15:07:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:08:14 :: GLOBAL_TIME: Aug 22 15:08:14 time_gap 0
    Aug 22 15:08:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:08:43 :: PONG! 1 36
    Aug 22 15:08:43 :: Handshake: client_time 4759980 server_time 4939970 name: [CoMa]KAN
    Aug 22 15:08:51 :: SAVE: [CoMa]KAN 959968x268364
    Aug 22 15:08:55 :: PONG! 1 100
    SYSERR: Aug 22 15:08:55 :: Process: SEQUENCE 4b914800 mismatch 0xaf != 0x64 header 254
    SYSERR: Aug 22 15:08:55 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [254 : 0xaf]
    
    Aug 22 15:08:55 :: SYSTEM: closing socket. DESC #270
    Aug 22 15:09:14 :: GLOBAL_TIME: Aug 22 15:09:14 time_gap 0
    Aug 22 15:09:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:10:14 :: GLOBAL_TIME: Aug 22 15:10:14 time_gap 0
    Aug 22 15:10:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:11:14 :: GLOBAL_TIME: Aug 22 15:11:14 time_gap 0
    Aug 22 15:11:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:11:43 :: PONG! 1 124
    Aug 22 15:11:43 :: Handshake: client_time 4939970 server_time 5119910 name: [CoMa]KAN
    Aug 22 15:11:51 :: SAVE: [CoMa]KAN 959919x268363
    Aug 22 15:12:14 :: GLOBAL_TIME: Aug 22 15:12:14 time_gap 0
    Aug 22 15:12:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:13:08 :: no sectree for spawn at 1028779 226304 mobvnum 394 mapindex 41
    Aug 22 15:13:08 :: no sectree for spawn at 1024790 222832 mobvnum 394 mapindex 41
    Aug 22 15:13:08 :: no sectree for spawn at 1026489 227513 mobvnum 394 mapindex 41
    Aug 22 15:13:08 :: no sectree for spawn at 1025238 220687 mobvnum 394 mapindex 41
    Aug 22 15:13:08 :: no sectree for spawn at 1026265 231162 mobvnum 394 mapindex 41
    Aug 22 15:13:14 :: GLOBAL_TIME: Aug 22 15:13:14 time_gap 0
    Aug 22 15:13:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:14:14 :: GLOBAL_TIME: Aug 22 15:14:14 time_gap 0
    Aug 22 15:14:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:14:43 :: PONG! 1 152
    Aug 22 15:14:43 :: Handshake: client_time 5119910 server_time 5299910 name: [CoMa]KAN
    Aug 22 15:14:50 :: SAVE: [CoMa]KAN 959919x268363
    Aug 22 15:15:14 :: GLOBAL_TIME: Aug 22 15:15:14 time_gap 0
    Aug 22 15:15:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:16:14 :: GLOBAL_TIME: Aug 22 15:16:14 time_gap 0
    Aug 22 15:16:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:17:14 :: GLOBAL_TIME: Aug 22 15:17:14 time_gap 0
    Aug 22 15:17:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:17:43 :: PONG! 1 226
    Aug 22 15:17:43 :: Handshake: client_time 5299910 server_time 5479910 name: [CoMa]KAN
    Aug 22 15:17:50 :: HORSE STAMINA + 0x4bb6db40
    Aug 22 15:17:50 :: SAVE: [CoMa]KAN 959919x268363
    Aug 22 15:18:14 :: GLOBAL_TIME: Aug 22 15:18:14 time_gap 0
    Aug 22 15:18:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:19:14 :: GLOBAL_TIME: Aug 22 15:19:14 time_gap 0
    Aug 22 15:19:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:20:14 :: GLOBAL_TIME: Aug 22 15:20:14 time_gap 0
    Aug 22 15:20:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    Aug 22 15:20:43 :: PONG! 1 171
    Aug 22 15:20:43 :: Handshake: client_time 5479910 server_time 5659910 name: [CoMa]KAN
    Aug 22 15:20:51 :: SAVE: [CoMa]KAN 959919x268363
    Aug 22 15:21:14 :: GLOBAL_TIME: Aug 22 15:21:14 time_gap 0
    Aug 22 15:21:38 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)

     

     

    Pack syserr : 

    0822 14:59:51906 :: Traceback (most recent call last):
    
    0822 14:59:51907 ::   File "game.py", line 854, in BINARY_NEW_AddAffect
    
    0822 14:59:51908 ::   File "game.py", line 2087, in BINARY_DragonSoulGiveQuilification
    
    0822 14:59:51908 ::   File "interfaceModule.py", line 1017, in DragonSoulGiveQuilification
    
    0822 14:59:51909 :: AttributeError
    0822 14:59:51909 :: : 
    0822 14:59:51909 :: 'NoneType' object has no attribute 'SetToolTipText'
    0822 14:59:51909 :: 
    
    0822 14:59:55238 :: skillGetAffect - Strange Formula [Kamuflaj]
    0822 14:59:55240 :: skillGetAffect - Strange Formula [Kamuflaj]
    0822 15:28:47359 :: CPythonPlayer::SetItemData(window_type : 1, dwSlotIndex=2, itemIndex=12429) - Failed to item data
    
    0822 15:28:47360 :: Traceback (most recent call last):
    
    0822 15:28:47360 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47360 :: AttributeError
    0822 15:28:47360 :: : 
    0822 15:28:47360 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47360 :: 
    
    0822 15:28:47360 :: Traceback (most recent call last):
    
    0822 15:28:47360 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47360 :: AttributeError
    0822 15:28:47360 :: : 
    0822 15:28:47360 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47360 :: 
    
    0822 15:28:47360 :: Traceback (most recent call last):
    
    0822 15:28:47360 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47361 :: AttributeError
    0822 15:28:47361 :: : 
    0822 15:28:47361 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47361 :: 
    
    0822 15:28:47361 :: Traceback (most recent call last):
    
    0822 15:28:47361 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47361 :: AttributeError
    0822 15:28:47361 :: : 
    0822 15:28:47361 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47361 :: 
    
    0822 15:28:47361 :: Traceback (most recent call last):
    
    0822 15:28:47361 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47361 :: AttributeError
    0822 15:28:47361 :: : 
    0822 15:28:47361 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47361 :: 
    
    0822 15:28:47361 :: Traceback (most recent call last):
    
    0822 15:28:47361 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47361 :: AttributeError
    0822 15:28:47361 :: : 
    0822 15:28:47361 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47361 :: 
    
    0822 15:28:47362 :: Traceback (most recent call last):
    
    0822 15:28:47362 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47362 :: AttributeError
    0822 15:28:47362 :: : 
    0822 15:28:47362 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47362 :: 
    
    0822 15:28:47362 :: Traceback (most recent call last):
    
    0822 15:28:47362 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47362 :: AttributeError
    0822 15:28:47362 :: : 
    0822 15:28:47362 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47362 :: 
    
    0822 15:28:47362 :: Traceback (most recent call last):
    
    0822 15:28:47362 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47362 :: AttributeError
    0822 15:28:47362 :: : 
    0822 15:28:47362 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47362 :: 
    
    0822 15:28:47362 :: Traceback (most recent call last):
    
    0822 15:28:47362 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47362 :: AttributeError
    0822 15:28:47362 :: : 
    0822 15:28:47362 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47362 :: 
    
    0822 15:28:47362 :: Traceback (most recent call last):
    
    0822 15:28:47362 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47362 :: AttributeError
    0822 15:28:47362 :: : 
    0822 15:28:47362 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47362 :: 
    
    0822 15:28:47362 :: Traceback (most recent call last):
    
    0822 15:28:47362 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47362 :: AttributeError
    0822 15:28:47362 :: : 
    0822 15:28:47362 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47362 :: 
    
    0822 15:28:47362 :: Traceback (most recent call last):
    
    0822 15:28:47362 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47363 :: AttributeError
    0822 15:28:47363 :: : 
    0822 15:28:47363 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47363 :: 
    
    0822 15:28:47363 :: Traceback (most recent call last):
    
    0822 15:28:47363 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47363 :: AttributeError
    0822 15:28:47363 :: : 
    0822 15:28:47363 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47363 :: 
    
    0822 15:28:47363 :: Traceback (most recent call last):
    
    0822 15:28:47363 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47363 :: AttributeError
    0822 15:28:47363 :: : 
    0822 15:28:47363 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47363 :: 
    
    0822 15:28:47363 :: Traceback (most recent call last):
    
    0822 15:28:47363 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47363 :: AttributeError
    0822 15:28:47363 :: : 
    0822 15:28:47363 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47363 :: 
    
    0822 15:28:47363 :: Traceback (most recent call last):
    
    0822 15:28:47363 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47363 :: AttributeError
    0822 15:28:47363 :: : 
    0822 15:28:47363 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47363 :: 
    
    0822 15:28:47363 :: Traceback (most recent call last):
    
    0822 15:28:47363 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47363 :: AttributeError
    0822 15:28:47363 :: : 
    0822 15:28:47363 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47363 :: 
    
    0822 15:28:47363 :: Traceback (most recent call last):
    
    0822 15:28:47363 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47364 :: AttributeError
    0822 15:28:47364 :: : 
    0822 15:28:47364 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47364 :: 
    
    0822 15:28:47364 :: Traceback (most recent call last):
    
    0822 15:28:47364 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47364 :: AttributeError
    0822 15:28:47364 :: : 
    0822 15:28:47364 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47364 :: 
    
    0822 15:28:47364 :: Traceback (most recent call last):
    
    0822 15:28:47364 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47364 :: AttributeError
    0822 15:28:47364 :: : 
    0822 15:28:47364 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47364 :: 
    
    0822 15:28:47364 :: Traceback (most recent call last):
    
    0822 15:28:47364 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47364 :: AttributeError
    0822 15:28:47364 :: : 
    0822 15:28:47364 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47364 :: 
    
    0822 15:28:47364 :: Traceback (most recent call last):
    
    0822 15:28:47364 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47364 :: AttributeError
    0822 15:28:47364 :: : 
    0822 15:28:47364 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47364 :: 
    
    0822 15:28:47364 :: Traceback (most recent call last):
    
    0822 15:28:47364 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47364 :: AttributeError
    0822 15:28:47364 :: : 
    0822 15:28:47364 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47364 :: 
    
    0822 15:28:47364 :: Traceback (most recent call last):
    
    0822 15:28:47364 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47365 :: AttributeError
    0822 15:28:47365 :: : 
    0822 15:28:47365 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47365 :: 
    
    0822 15:28:47365 :: Traceback (most recent call last):
    
    0822 15:28:47365 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47365 :: AttributeError
    0822 15:28:47365 :: : 
    0822 15:28:47365 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47365 :: 
    
    0822 15:28:47365 :: CPythonPlayer::SetItemData(window_type : 1, dwSlotIndex=8, itemIndex=12429) - Failed to item data
    
    0822 15:28:47365 :: Traceback (most recent call last):
    
    0822 15:28:47365 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47365 :: AttributeError
    0822 15:28:47365 :: : 
    0822 15:28:47365 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47365 :: 
    
    0822 15:28:47365 :: Traceback (most recent call last):
    
    0822 15:28:47365 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47365 :: AttributeError
    0822 15:28:47365 :: : 
    0822 15:28:47365 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47365 :: 
    
    0822 15:28:47365 :: Traceback (most recent call last):
    
    0822 15:28:47365 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47365 :: AttributeError
    0822 15:28:47365 :: : 
    0822 15:28:47365 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47365 :: 
    
    0822 15:28:47365 :: Traceback (most recent call last):
    
    0822 15:28:47365 ::   File "game.py", line 2084, in BINARY_Highlight_Item
    
    0822 15:28:47365 :: AttributeError
    0822 15:28:47365 :: : 
    0822 15:28:47365 :: 'NoneType' object has no attribute 'Highligt_Item'
    0822 15:28:47365 :: 
    
    0822 15:28:49719 :: Traceback (most recent call last):
    
    0822 15:28:49719 ::   File "game.py", line 854, in BINARY_NEW_AddAffect
    
    0822 15:28:49719 ::   File "game.py", line 2087, in BINARY_DragonSoulGiveQuilification
    
    0822 15:28:49720 ::   File "interfaceModule.py", line 1017, in DragonSoulGiveQuilification
    
    0822 15:28:49720 :: AttributeError
    0822 15:28:49720 :: : 
    0822 15:28:49720 :: 'NoneType' object has no attribute 'SetToolTipText'
    0822 15:28:49720 :: 
    
    

     

     

     

    Guild store error: 
    https://metin2.download/picture/IvZp1CYluF44t31byY95R4tuEWb0zYA2/.png

     

  10. 0502 22:58:48172 :: Hair number 1006 is not exist.
    0502 22:59:17387 :: Traceback (most recent call last):
    
    
    0502 22:59:17387 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17388 :: AttributeError
    0502 22:59:17388 :: : 
    0502 22:59:17388 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17388 :: 
    
    
    0502 22:59:17388 :: Traceback (most recent call last):
    
    
    0502 22:59:17388 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17388 :: AttributeError
    0502 22:59:17388 :: : 
    0502 22:59:17388 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17388 :: 
    
    
    0502 22:59:17390 :: Traceback (most recent call last):
    
    
    0502 22:59:17390 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17391 :: AttributeError
    0502 22:59:17391 :: : 
    0502 22:59:17391 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17391 :: 
    
    
    0502 22:59:17391 :: Traceback (most recent call last):
    
    
    0502 22:59:17391 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17392 :: AttributeError
    0502 22:59:17392 :: : 
    0502 22:59:17392 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17392 :: 
    
    
    0502 22:59:17392 :: Traceback (most recent call last):
    
    
    0502 22:59:17392 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17393 :: AttributeError
    0502 22:59:17393 :: : 
    0502 22:59:17393 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17393 :: 
    
    
    0502 22:59:17393 :: Traceback (most recent call last):
    
    
    0502 22:59:17393 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17393 :: AttributeError
    0502 22:59:17393 :: : 
    0502 22:59:17393 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17393 :: 
    
    
    0502 22:59:17393 :: Traceback (most recent call last):
    
    
    0502 22:59:17393 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17394 :: AttributeError
    0502 22:59:17394 :: : 
    0502 22:59:17394 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17394 :: 
    
    
    0502 22:59:17394 :: Traceback (most recent call last):
    
    
    0502 22:59:17394 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17394 :: AttributeError
    0502 22:59:17395 :: : 
    0502 22:59:17395 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17395 :: 
    
    
    0502 22:59:17395 :: Traceback (most recent call last):
    
    
    0502 22:59:17395 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17395 :: AttributeError
    0502 22:59:17395 :: : 
    0502 22:59:17395 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17395 :: 
    
    
    0502 22:59:17395 :: Traceback (most recent call last):
    
    
    0502 22:59:17395 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17396 :: AttributeError
    0502 22:59:17396 :: : 
    0502 22:59:17396 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17396 :: 
    
    
    0502 22:59:17396 :: Traceback (most recent call last):
    
    
    0502 22:59:17396 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17396 :: AttributeError
    0502 22:59:17396 :: : 
    0502 22:59:17396 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17396 :: 
    
    
    0502 22:59:17396 :: Traceback (most recent call last):
    
    
    0502 22:59:17397 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17397 :: AttributeError
    0502 22:59:17397 :: : 
    0502 22:59:17397 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17397 :: 
    
    
    0502 22:59:17397 :: Traceback (most recent call last):
    
    
    0502 22:59:17397 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17398 :: AttributeError
    0502 22:59:17398 :: : 
    0502 22:59:17398 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17398 :: 
    
    
    0502 22:59:17398 :: Traceback (most recent call last):
    
    
    0502 22:59:17398 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17398 :: AttributeError
    0502 22:59:17398 :: : 
    0502 22:59:17398 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17399 :: 
    
    
    0502 22:59:17399 :: Traceback (most recent call last):
    
    
    0502 22:59:17399 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17399 :: AttributeError
    0502 22:59:17399 :: : 
    0502 22:59:17399 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17399 :: 
    
    
    0502 22:59:17399 :: Traceback (most recent call last):
    
    
    0502 22:59:17399 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17400 :: AttributeError
    0502 22:59:17400 :: : 
    0502 22:59:17400 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17400 :: 
    
    
    0502 22:59:17400 :: Traceback (most recent call last):
    
    
    0502 22:59:17400 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17401 :: AttributeError
    0502 22:59:17401 :: : 
    0502 22:59:17401 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17401 :: 
    
    
    0502 22:59:17401 :: Traceback (most recent call last):
    
    
    0502 22:59:17401 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17401 :: AttributeError
    0502 22:59:17401 :: : 
    0502 22:59:17401 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17402 :: 
    
    
    0502 22:59:17402 :: Traceback (most recent call last):
    
    
    0502 22:59:17402 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17402 :: AttributeError
    0502 22:59:17402 :: : 
    0502 22:59:17402 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17402 :: 
    
    
    0502 22:59:17402 :: Traceback (most recent call last):
    
    
    0502 22:59:17402 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17403 :: AttributeError
    0502 22:59:17403 :: : 
    0502 22:59:17403 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17403 :: 
    
    
    0502 22:59:17403 :: Traceback (most recent call last):
    
    
    0502 22:59:17403 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17403 :: AttributeError
    0502 22:59:17403 :: : 
    0502 22:59:17403 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17403 :: 
    
    
    0502 22:59:17404 :: Traceback (most recent call last):
    
    
    0502 22:59:17404 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17404 :: AttributeError
    0502 22:59:17404 :: : 
    0502 22:59:17404 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17404 :: 
    
    
    0502 22:59:17404 :: Traceback (most recent call last):
    
    
    0502 22:59:17404 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17405 :: AttributeError
    0502 22:59:17405 :: : 
    0502 22:59:17405 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17405 :: 
    
    
    0502 22:59:17405 :: Traceback (most recent call last):
    
    
    0502 22:59:17405 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17405 :: AttributeError
    0502 22:59:17405 :: : 
    0502 22:59:17405 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17405 :: 
    
    
    0502 22:59:17405 :: Traceback (most recent call last):
    
    
    0502 22:59:17405 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17406 :: AttributeError
    0502 22:59:17406 :: : 
    0502 22:59:17406 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17406 :: 
    
    
    0502 22:59:17406 :: Traceback (most recent call last):
    
    
    0502 22:59:17406 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17407 :: AttributeError
    0502 22:59:17407 :: : 
    0502 22:59:17407 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17407 :: 
    
    
    0502 22:59:17407 :: Traceback (most recent call last):
    
    
    0502 22:59:17407 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17407 :: AttributeError
    0502 22:59:17407 :: : 
    0502 22:59:17407 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17407 :: 
    
    
    0502 22:59:17407 :: Traceback (most recent call last):
    
    
    0502 22:59:17407 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17408 :: AttributeError
    0502 22:59:17408 :: : 
    0502 22:59:17408 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17408 :: 
    
    
    0502 22:59:17408 :: Traceback (most recent call last):
    
    
    0502 22:59:17408 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17411 :: AttributeError
    0502 22:59:17411 :: : 
    0502 22:59:17411 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17411 :: 
    
    
    0502 22:59:17411 :: Traceback (most recent call last):
    
    
    0502 22:59:17411 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17411 :: AttributeError
    0502 22:59:17411 :: : 
    0502 22:59:17411 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17411 :: 
    
    
    0502 22:59:17412 :: Traceback (most recent call last):
    
    
    0502 22:59:17412 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17412 :: AttributeError
    0502 22:59:17412 :: : 
    0502 22:59:17412 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17412 :: 
    
    
    0502 22:59:17412 :: Traceback (most recent call last):
    
    
    0502 22:59:17412 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17413 :: AttributeError
    0502 22:59:17413 :: : 
    0502 22:59:17413 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17413 :: 
    
    
    0502 22:59:17413 :: Traceback (most recent call last):
    
    
    0502 22:59:17413 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17414 :: AttributeError
    0502 22:59:17414 :: : 
    0502 22:59:17414 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17414 :: 
    
    
    0502 22:59:17414 :: Traceback (most recent call last):
    
    
    0502 22:59:17414 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17415 :: AttributeError
    0502 22:59:17415 :: : 
    0502 22:59:17415 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17415 :: 
    
    
    0502 22:59:17415 :: Traceback (most recent call last):
    
    
    0502 22:59:17415 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17415 :: AttributeError
    0502 22:59:17415 :: : 
    0502 22:59:17415 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17415 :: 
    
    
    0502 22:59:17415 :: Traceback (most recent call last):
    
    
    0502 22:59:17415 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17416 :: AttributeError
    0502 22:59:17416 :: : 
    0502 22:59:17416 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17416 :: 
    
    
    0502 22:59:17416 :: Traceback (most recent call last):
    
    
    0502 22:59:17416 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17416 :: AttributeError
    0502 22:59:17416 :: : 
    0502 22:59:17416 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17416 :: 
    
    
    0502 22:59:17417 :: Traceback (most recent call last):
    
    
    0502 22:59:17417 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17417 :: AttributeError
    0502 22:59:17417 :: : 
    0502 22:59:17417 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17417 :: 
    
    
    0502 22:59:17417 :: Traceback (most recent call last):
    
    
    0502 22:59:17417 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17418 :: AttributeError
    0502 22:59:17418 :: : 
    0502 22:59:17418 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17418 :: 
    
    
    0502 22:59:17418 :: Traceback (most recent call last):
    
    
    0502 22:59:17418 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17418 :: AttributeError
    0502 22:59:17418 :: : 
    0502 22:59:17418 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17418 :: 
    
    
    0502 22:59:17418 :: Traceback (most recent call last):
    
    
    0502 22:59:17420 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17420 :: AttributeError
    0502 22:59:17420 :: : 
    0502 22:59:17420 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17420 :: 
    
    
    0502 22:59:17420 :: Traceback (most recent call last):
    
    
    0502 22:59:17420 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17421 :: AttributeError
    0502 22:59:17421 :: : 
    0502 22:59:17421 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17421 :: 
    
    
    0502 22:59:17421 :: Traceback (most recent call last):
    
    
    0502 22:59:17421 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17422 :: AttributeError
    0502 22:59:17422 :: : 
    0502 22:59:17422 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17422 :: 
    
    
    0502 22:59:17422 :: Traceback (most recent call last):
    
    
    0502 22:59:17422 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17422 :: AttributeError
    0502 22:59:17422 :: : 
    0502 22:59:17422 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17422 :: 
    
    
    0502 22:59:17422 :: Traceback (most recent call last):
    
    
    0502 22:59:17422 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17423 :: AttributeError
    0502 22:59:17423 :: : 
    0502 22:59:17423 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17423 :: 
    
    
    0502 22:59:17423 :: Traceback (most recent call last):
    
    
    0502 22:59:17423 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17424 :: AttributeError
    0502 22:59:17424 :: : 
    0502 22:59:17424 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17424 :: 
    
    
    0502 22:59:17424 :: Traceback (most recent call last):
    
    
    0502 22:59:17424 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17424 :: AttributeError
    0502 22:59:17424 :: : 
    0502 22:59:17424 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17424 :: 
    
    
    0502 22:59:17425 :: Traceback (most recent call last):
    
    
    0502 22:59:17425 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17425 :: AttributeError
    0502 22:59:17425 :: : 
    0502 22:59:17425 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17425 :: 
    
    
    0502 22:59:17425 :: Traceback (most recent call last):
    
    
    0502 22:59:17425 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17426 :: AttributeError
    0502 22:59:17426 :: : 
    0502 22:59:17426 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17426 :: 
    
    
    0502 22:59:17426 :: Traceback (most recent call last):
    
    
    0502 22:59:17426 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17426 :: AttributeError
    0502 22:59:17426 :: : 
    0502 22:59:17426 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17426 :: 
    
    
    0502 22:59:17426 :: Traceback (most recent call last):
    
    
    0502 22:59:17427 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 22:59:17427 :: AttributeError
    0502 22:59:17427 :: : 
    0502 22:59:17427 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 22:59:17427 :: 
    
    
    0502 22:59:17661 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
    0502 23:03:17901 :: Traceback (most recent call last):
    
    
    0502 23:03:17901 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17901 :: AttributeError
    0502 23:03:17901 :: : 
    0502 23:03:17901 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17901 :: 
    
    
    0502 23:03:17901 :: Traceback (most recent call last):
    
    
    0502 23:03:17902 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17902 :: AttributeError
    0502 23:03:17902 :: : 
    0502 23:03:17902 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17902 :: 
    
    
    0502 23:03:17902 :: Traceback (most recent call last):
    
    
    0502 23:03:17902 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17903 :: AttributeError
    0502 23:03:17903 :: : 
    0502 23:03:17903 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17903 :: 
    
    
    0502 23:03:17903 :: Traceback (most recent call last):
    
    
    0502 23:03:17903 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17904 :: AttributeError
    0502 23:03:17904 :: : 
    0502 23:03:17904 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17904 :: 
    
    
    0502 23:03:17904 :: Traceback (most recent call last):
    
    
    0502 23:03:17904 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17904 :: AttributeError
    0502 23:03:17904 :: : 
    0502 23:03:17904 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17905 :: 
    
    
    0502 23:03:17905 :: Traceback (most recent call last):
    
    
    0502 23:03:17905 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17905 :: AttributeError
    0502 23:03:17905 :: : 
    0502 23:03:17905 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17905 :: 
    
    
    0502 23:03:17905 :: Traceback (most recent call last):
    
    
    0502 23:03:17905 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17906 :: AttributeError
    0502 23:03:17906 :: : 
    0502 23:03:17906 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17906 :: 
    
    
    0502 23:03:17906 :: Traceback (most recent call last):
    
    
    0502 23:03:17906 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17907 :: AttributeError
    0502 23:03:17907 :: : 
    0502 23:03:17907 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17907 :: 
    
    
    0502 23:03:17907 :: Traceback (most recent call last):
    
    
    0502 23:03:17907 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17907 :: AttributeError
    0502 23:03:17907 :: : 
    0502 23:03:17907 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17907 :: 
    
    
    0502 23:03:17909 :: Traceback (most recent call last):
    
    
    0502 23:03:17909 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17910 :: AttributeError
    0502 23:03:17910 :: : 
    0502 23:03:17910 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17910 :: 
    
    
    0502 23:03:17910 :: Traceback (most recent call last):
    
    
    0502 23:03:17910 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17910 :: AttributeError
    0502 23:03:17911 :: : 
    0502 23:03:17911 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17911 :: 
    
    
    0502 23:03:17911 :: Traceback (most recent call last):
    
    
    0502 23:03:17911 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17911 :: AttributeError
    0502 23:03:17911 :: : 
    0502 23:03:17911 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17911 :: 
    
    
    0502 23:03:17911 :: Traceback (most recent call last):
    
    
    0502 23:03:17911 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17912 :: AttributeError
    0502 23:03:17912 :: : 
    0502 23:03:17912 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17912 :: 
    
    
    0502 23:03:17912 :: Traceback (most recent call last):
    
    
    0502 23:03:17912 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17913 :: AttributeError
    0502 23:03:17913 :: : 
    0502 23:03:17913 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17913 :: 
    
    
    0502 23:03:17913 :: Traceback (most recent call last):
    
    
    0502 23:03:17913 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17913 :: AttributeError
    0502 23:03:17913 :: : 
    0502 23:03:17913 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17913 :: 
    
    
    0502 23:03:17913 :: Traceback (most recent call last):
    
    
    0502 23:03:17913 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17914 :: AttributeError
    0502 23:03:17914 :: : 
    0502 23:03:17914 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17914 :: 
    
    
    0502 23:03:17914 :: Traceback (most recent call last):
    
    
    0502 23:03:17914 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17915 :: AttributeError
    0502 23:03:17915 :: : 
    0502 23:03:17915 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17915 :: 
    
    
    0502 23:03:17915 :: Traceback (most recent call last):
    
    
    0502 23:03:17915 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17915 :: AttributeError
    0502 23:03:17915 :: : 
    0502 23:03:17915 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17915 :: 
    
    
    0502 23:03:17915 :: Traceback (most recent call last):
    
    
    0502 23:03:17915 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17916 :: AttributeError
    0502 23:03:17916 :: : 
    0502 23:03:17916 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17916 :: 
    
    
    0502 23:03:17916 :: Traceback (most recent call last):
    
    
    0502 23:03:17916 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17917 :: AttributeError
    0502 23:03:17917 :: : 
    0502 23:03:17917 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17917 :: 
    
    
    0502 23:03:17917 :: Traceback (most recent call last):
    
    
    0502 23:03:17917 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17919 :: AttributeError
    0502 23:03:17919 :: : 
    0502 23:03:17919 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17919 :: 
    
    
    0502 23:03:17919 :: Traceback (most recent call last):
    
    
    0502 23:03:17919 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17920 :: AttributeError
    0502 23:03:17920 :: : 
    0502 23:03:17920 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17920 :: 
    
    
    0502 23:03:17920 :: Traceback (most recent call last):
    
    
    0502 23:03:17920 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17920 :: AttributeError
    0502 23:03:17920 :: : 
    0502 23:03:17920 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17920 :: 
    
    
    0502 23:03:17920 :: Traceback (most recent call last):
    
    
    0502 23:03:17920 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17921 :: AttributeError
    0502 23:03:17921 :: : 
    0502 23:03:17921 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17921 :: 
    
    
    0502 23:03:17921 :: Traceback (most recent call last):
    
    
    0502 23:03:17921 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17922 :: AttributeError
    0502 23:03:17922 :: : 
    0502 23:03:17922 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17922 :: 
    
    
    0502 23:03:17922 :: Traceback (most recent call last):
    
    
    0502 23:03:17922 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17922 :: AttributeError
    0502 23:03:17922 :: : 
    0502 23:03:17922 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17922 :: 
    
    
    0502 23:03:17922 :: Traceback (most recent call last):
    
    
    0502 23:03:17923 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17923 :: AttributeError
    0502 23:03:17923 :: : 
    0502 23:03:17923 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17923 :: 
    
    
    0502 23:03:17923 :: Traceback (most recent call last):
    
    
    0502 23:03:17923 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17924 :: AttributeError
    0502 23:03:17924 :: : 
    0502 23:03:17924 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17924 :: 
    
    
    0502 23:03:17924 :: Traceback (most recent call last):
    
    
    0502 23:03:17924 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17924 :: AttributeError
    0502 23:03:17924 :: : 
    0502 23:03:17924 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17924 :: 
    
    
    0502 23:03:17924 :: Traceback (most recent call last):
    
    
    0502 23:03:17924 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17925 :: AttributeError
    0502 23:03:17925 :: : 
    0502 23:03:17925 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17925 :: 
    
    
    0502 23:03:17925 :: Traceback (most recent call last):
    
    
    0502 23:03:17925 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17926 :: AttributeError
    0502 23:03:17926 :: : 
    0502 23:03:17926 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17926 :: 
    
    
    0502 23:03:17926 :: Traceback (most recent call last):
    
    
    0502 23:03:17926 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17927 :: AttributeError
    0502 23:03:17927 :: : 
    0502 23:03:17927 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17927 :: 
    
    
    0502 23:03:17927 :: Traceback (most recent call last):
    
    
    0502 23:03:17927 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17929 :: AttributeError
    0502 23:03:17929 :: : 
    0502 23:03:17929 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17929 :: 
    
    
    0502 23:03:17929 :: Traceback (most recent call last):
    
    
    0502 23:03:17929 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17930 :: AttributeError
    0502 23:03:17930 :: : 
    0502 23:03:17930 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17930 :: 
    
    
    0502 23:03:17930 :: Traceback (most recent call last):
    
    
    0502 23:03:17930 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17931 :: AttributeError
    0502 23:03:17931 :: : 
    0502 23:03:17931 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17931 :: 
    
    
    0502 23:03:17931 :: Traceback (most recent call last):
    
    
    0502 23:03:17931 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17931 :: AttributeError
    0502 23:03:17931 :: : 
    0502 23:03:17931 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17931 :: 
    
    
    0502 23:03:17931 :: Traceback (most recent call last):
    
    
    0502 23:03:17931 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17932 :: AttributeError
    0502 23:03:17932 :: : 
    0502 23:03:17932 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17932 :: 
    
    
    0502 23:03:17932 :: Traceback (most recent call last):
    
    
    0502 23:03:17932 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17933 :: AttributeError
    0502 23:03:17933 :: : 
    0502 23:03:17933 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17933 :: 
    
    
    0502 23:03:17933 :: Traceback (most recent call last):
    
    
    0502 23:03:17933 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17933 :: AttributeError
    0502 23:03:17933 :: : 
    0502 23:03:17934 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17934 :: 
    
    
    0502 23:03:17934 :: Traceback (most recent call last):
    
    
    0502 23:03:17934 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17934 :: AttributeError
    0502 23:03:17934 :: : 
    0502 23:03:17934 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17934 :: 
    
    
    0502 23:03:17934 :: Traceback (most recent call last):
    
    
    0502 23:03:17934 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17935 :: AttributeError
    0502 23:03:17935 :: : 
    0502 23:03:17935 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17935 :: 
    
    
    0502 23:03:17935 :: Traceback (most recent call last):
    
    
    0502 23:03:17935 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17935 :: AttributeError
    0502 23:03:17935 :: : 
    0502 23:03:17935 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17935 :: 
    
    
    0502 23:03:17935 :: Traceback (most recent call last):
    
    
    0502 23:03:17935 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17936 :: AttributeError
    0502 23:03:17936 :: : 
    0502 23:03:17936 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17936 :: 
    
    
    0502 23:03:17936 :: Traceback (most recent call last):
    
    
    0502 23:03:17936 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17937 :: AttributeError
    0502 23:03:17937 :: : 
    0502 23:03:17937 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17937 :: 
    
    
    0502 23:03:17937 :: Traceback (most recent call last):
    
    
    0502 23:03:17937 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17939 :: AttributeError
    0502 23:03:17939 :: : 
    0502 23:03:17939 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17939 :: 
    
    
    0502 23:03:17939 :: Traceback (most recent call last):
    
    
    0502 23:03:17939 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17939 :: AttributeError
    0502 23:03:17939 :: : 
    0502 23:03:17940 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17940 :: 
    
    
    0502 23:03:17940 :: Traceback (most recent call last):
    
    
    0502 23:03:17940 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17940 :: AttributeError
    0502 23:03:17940 :: : 
    0502 23:03:17940 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17940 :: 
    
    
    0502 23:03:17940 :: Traceback (most recent call last):
    
    
    0502 23:03:17940 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17941 :: AttributeError
    0502 23:03:17941 :: : 
    0502 23:03:17941 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17941 :: 
    
    
    0502 23:03:17941 :: Traceback (most recent call last):
    
    
    0502 23:03:17941 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17941 :: AttributeError
    0502 23:03:17941 :: : 
    0502 23:03:17941 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17941 :: 
    
    
    0502 23:03:17942 :: Traceback (most recent call last):
    
    
    0502 23:03:17942 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17942 :: AttributeError
    0502 23:03:17942 :: : 
    0502 23:03:17942 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17942 :: 
    
    
    0502 23:03:17942 :: Traceback (most recent call last):
    
    
    0502 23:03:17942 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:03:17943 :: AttributeError
    0502 23:03:17943 :: : 
    0502 23:03:17943 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:03:17943 :: 
    
    
    0502 23:04:10085 :: Traceback (most recent call last):
    
    
    0502 23:04:10085 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10086 :: AttributeError
    0502 23:04:10086 :: : 
    0502 23:04:10086 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10086 :: 
    
    
    0502 23:04:10086 :: Traceback (most recent call last):
    
    
    0502 23:04:10086 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10086 :: AttributeError
    0502 23:04:10086 :: : 
    0502 23:04:10086 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10086 :: 
    
    
    0502 23:04:10086 :: Traceback (most recent call last):
    
    
    0502 23:04:10086 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10087 :: AttributeError
    0502 23:04:10087 :: : 
    0502 23:04:10087 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10087 :: 
    
    
    0502 23:04:10087 :: Traceback (most recent call last):
    
    
    0502 23:04:10087 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10090 :: AttributeError
    0502 23:04:10090 :: : 
    0502 23:04:10090 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10090 :: 
    
    
    0502 23:04:10090 :: Traceback (most recent call last):
    
    
    0502 23:04:10090 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10090 :: AttributeError
    0502 23:04:10090 :: : 
    0502 23:04:10090 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10090 :: 
    
    
    0502 23:04:10090 :: Traceback (most recent call last):
    
    
    0502 23:04:10090 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10091 :: AttributeError
    0502 23:04:10091 :: : 
    0502 23:04:10091 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10091 :: 
    
    
    0502 23:04:10091 :: Traceback (most recent call last):
    
    
    0502 23:04:10091 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10092 :: AttributeError
    0502 23:04:10092 :: : 
    0502 23:04:10092 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10092 :: 
    
    
    0502 23:04:10092 :: Traceback (most recent call last):
    
    
    0502 23:04:10092 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10092 :: AttributeError
    0502 23:04:10092 :: : 
    0502 23:04:10092 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10092 :: 
    
    
    0502 23:04:10092 :: Traceback (most recent call last):
    
    
    0502 23:04:10093 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10093 :: AttributeError
    0502 23:04:10093 :: : 
    0502 23:04:10093 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10093 :: 
    
    
    0502 23:04:10093 :: Traceback (most recent call last):
    
    
    0502 23:04:10093 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10094 :: AttributeError
    0502 23:04:10094 :: : 
    0502 23:04:10094 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10094 :: 
    
    
    0502 23:04:10094 :: Traceback (most recent call last):
    
    
    0502 23:04:10094 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10094 :: AttributeError
    0502 23:04:10094 :: : 
    0502 23:04:10094 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10095 :: 
    
    
    0502 23:04:10095 :: Traceback (most recent call last):
    
    
    0502 23:04:10095 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10095 :: AttributeError
    0502 23:04:10095 :: : 
    0502 23:04:10095 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10095 :: 
    
    
    0502 23:04:10095 :: Traceback (most recent call last):
    
    
    0502 23:04:10095 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10096 :: AttributeError
    0502 23:04:10096 :: : 
    0502 23:04:10096 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10096 :: 
    
    
    0502 23:04:10096 :: Traceback (most recent call last):
    
    
    0502 23:04:10096 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10096 :: AttributeError
    0502 23:04:10096 :: : 
    0502 23:04:10096 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10096 :: 
    
    
    0502 23:04:10097 :: Traceback (most recent call last):
    
    
    0502 23:04:10097 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10097 :: AttributeError
    0502 23:04:10097 :: : 
    0502 23:04:10097 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10097 :: 
    
    
    0502 23:04:10097 :: Traceback (most recent call last):
    
    
    0502 23:04:10097 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10100 :: AttributeError
    0502 23:04:10100 :: : 
    0502 23:04:10100 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10100 :: 
    
    
    0502 23:04:10100 :: Traceback (most recent call last):
    
    
    0502 23:04:10100 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10100 :: AttributeError
    0502 23:04:10100 :: : 
    0502 23:04:10100 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10100 :: 
    
    
    0502 23:04:10100 :: Traceback (most recent call last):
    
    
    0502 23:04:10100 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10101 :: AttributeError
    0502 23:04:10101 :: : 
    0502 23:04:10101 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10101 :: 
    
    
    0502 23:04:10101 :: Traceback (most recent call last):
    
    
    0502 23:04:10101 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10102 :: AttributeError
    0502 23:04:10102 :: : 
    0502 23:04:10102 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10102 :: 
    
    
    0502 23:04:10102 :: Traceback (most recent call last):
    
    
    0502 23:04:10102 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10102 :: AttributeError
    0502 23:04:10102 :: : 
    0502 23:04:10102 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10102 :: 
    
    
    0502 23:04:10102 :: Traceback (most recent call last):
    
    
    0502 23:04:10102 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10103 :: AttributeError
    0502 23:04:10103 :: : 
    0502 23:04:10103 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10103 :: 
    
    
    0502 23:04:10103 :: Traceback (most recent call last):
    
    
    0502 23:04:10103 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10103 :: AttributeError
    0502 23:04:10104 :: : 
    0502 23:04:10104 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10104 :: 
    
    
    0502 23:04:10104 :: Traceback (most recent call last):
    
    
    0502 23:04:10104 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:10104 :: AttributeError
    0502 23:04:10104 :: : 
    0502 23:04:10104 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:10104 :: 
    
    
    0502 23:04:11311 :: Traceback (most recent call last):
    
    
    0502 23:04:11311 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11312 :: AttributeError
    0502 23:04:11312 :: : 
    0502 23:04:11312 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11312 :: 
    
    
    0502 23:04:11312 :: Traceback (most recent call last):
    
    
    0502 23:04:11312 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11313 :: AttributeError
    0502 23:04:11313 :: : 
    0502 23:04:11313 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11313 :: 
    
    
    0502 23:04:11313 :: Traceback (most recent call last):
    
    
    0502 23:04:11313 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11313 :: AttributeError
    0502 23:04:11313 :: : 
    0502 23:04:11313 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11313 :: 
    
    
    0502 23:04:11313 :: Traceback (most recent call last):
    
    
    0502 23:04:11313 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11314 :: AttributeError
    0502 23:04:11314 :: : 
    0502 23:04:11314 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11314 :: 
    
    
    0502 23:04:11314 :: Traceback (most recent call last):
    
    
    0502 23:04:11314 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11315 :: AttributeError
    0502 23:04:11315 :: : 
    0502 23:04:11315 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11315 :: 
    
    
    0502 23:04:11315 :: Traceback (most recent call last):
    
    
    0502 23:04:11315 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11315 :: AttributeError
    0502 23:04:11315 :: : 
    0502 23:04:11315 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11315 :: 
    
    
    0502 23:04:11315 :: Traceback (most recent call last):
    
    
    0502 23:04:11315 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11316 :: AttributeError
    0502 23:04:11316 :: : 
    0502 23:04:11316 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11316 :: 
    
    
    0502 23:04:11316 :: Traceback (most recent call last):
    
    
    0502 23:04:11316 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11317 :: AttributeError
    0502 23:04:11317 :: : 
    0502 23:04:11317 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11317 :: 
    
    
    0502 23:04:11317 :: Traceback (most recent call last):
    
    
    0502 23:04:11317 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11318 :: AttributeError
    0502 23:04:11318 :: : 
    0502 23:04:11318 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11318 :: 
    
    
    0502 23:04:11318 :: Traceback (most recent call last):
    
    
    0502 23:04:11318 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11318 :: AttributeError
    0502 23:04:11318 :: : 
    0502 23:04:11318 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11318 :: 
    
    
    0502 23:04:11318 :: Traceback (most recent call last):
    
    
    0502 23:04:11318 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11319 :: AttributeError
    0502 23:04:11319 :: : 
    0502 23:04:11319 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11319 :: 
    
    
    0502 23:04:11319 :: Traceback (most recent call last):
    
    
    0502 23:04:11319 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11321 :: AttributeError
    0502 23:04:11321 :: : 
    0502 23:04:11321 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11321 :: 
    
    
    0502 23:04:11321 :: Traceback (most recent call last):
    
    
    0502 23:04:11321 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11322 :: AttributeError
    0502 23:04:11322 :: : 
    0502 23:04:11322 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11322 :: 
    
    
    0502 23:04:11322 :: Traceback (most recent call last):
    
    
    0502 23:04:11322 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11322 :: AttributeError
    0502 23:04:11322 :: : 
    0502 23:04:11322 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11322 :: 
    
    
    0502 23:04:11322 :: Traceback (most recent call last):
    
    
    0502 23:04:11322 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11323 :: AttributeError
    0502 23:04:11323 :: : 
    0502 23:04:11323 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11323 :: 
    
    
    0502 23:04:11323 :: Traceback (most recent call last):
    
    
    0502 23:04:11323 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11324 :: AttributeError
    0502 23:04:11324 :: : 
    0502 23:04:11324 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11324 :: 
    
    
    0502 23:04:11324 :: Traceback (most recent call last):
    
    
    0502 23:04:11324 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11325 :: AttributeError
    0502 23:04:11325 :: : 
    0502 23:04:11325 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11325 :: 
    
    
    0502 23:04:11325 :: Traceback (most recent call last):
    
    
    0502 23:04:11325 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11325 :: AttributeError
    0502 23:04:11325 :: : 
    0502 23:04:11325 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11325 :: 
    
    
    0502 23:04:11325 :: Traceback (most recent call last):
    
    
    0502 23:04:11325 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11326 :: AttributeError
    0502 23:04:11326 :: : 
    0502 23:04:11326 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11326 :: 
    
    
    0502 23:04:11326 :: Traceback (most recent call last):
    
    
    0502 23:04:11326 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11327 :: AttributeError
    0502 23:04:11327 :: : 
    0502 23:04:11327 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11327 :: 
    
    
    0502 23:04:11327 :: Traceback (most recent call last):
    
    
    0502 23:04:11327 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11328 :: AttributeError
    0502 23:04:11328 :: : 
    0502 23:04:11328 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11328 :: 
    
    
    0502 23:04:11328 :: Traceback (most recent call last):
    
    
    0502 23:04:11328 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11328 :: AttributeError
    0502 23:04:11328 :: : 
    0502 23:04:11328 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11328 :: 
    
    
    0502 23:04:11328 :: Traceback (most recent call last):
    
    
    0502 23:04:11328 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11329 :: AttributeError
    0502 23:04:11329 :: : 
    0502 23:04:11329 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11329 :: 
    
    
    0502 23:04:11329 :: Traceback (most recent call last):
    
    
    0502 23:04:11329 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11331 :: AttributeError
    0502 23:04:11331 :: : 
    0502 23:04:11331 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11331 :: 
    
    
    0502 23:04:11332 :: Traceback (most recent call last):
    
    
    0502 23:04:11332 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11332 :: AttributeError
    0502 23:04:11332 :: : 
    0502 23:04:11332 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11332 :: 
    
    
    0502 23:04:11332 :: Traceback (most recent call last):
    
    
    0502 23:04:11332 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11333 :: AttributeError
    0502 23:04:11333 :: : 
    0502 23:04:11333 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11333 :: 
    
    
    0502 23:04:11333 :: Traceback (most recent call last):
    
    
    0502 23:04:11333 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11334 :: AttributeError
    0502 23:04:11334 :: : 
    0502 23:04:11334 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11334 :: 
    
    
    0502 23:04:11334 :: Traceback (most recent call last):
    
    
    0502 23:04:11334 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:11335 :: AttributeError
    0502 23:04:11335 :: : 
    0502 23:04:11335 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:11335 :: 
    
    
    0502 23:04:18753 :: Traceback (most recent call last):
    
    
    0502 23:04:18753 ::   File "game.py", line 1615, in OnKeyUp
    
    
    0502 23:04:18754 :: TypeError
    0502 23:04:18754 :: : 
    0502 23:04:18754 :: 'NoneType' object has no attribute '__getitem__'
    0502 23:04:18754 :: 
    
    
    0502 23:04:19298 :: Traceback (most recent call last):
    
    
    0502 23:04:19299 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19299 :: AttributeError
    0502 23:04:19299 :: : 
    0502 23:04:19299 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19299 :: 
    
    
    0502 23:04:19299 :: Traceback (most recent call last):
    
    
    0502 23:04:19299 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19302 :: AttributeError
    0502 23:04:19302 :: : 
    0502 23:04:19302 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19302 :: 
    
    
    0502 23:04:19302 :: Traceback (most recent call last):
    
    
    0502 23:04:19302 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19303 :: AttributeError
    0502 23:04:19303 :: : 
    0502 23:04:19303 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19303 :: 
    
    
    0502 23:04:19303 :: Traceback (most recent call last):
    
    
    0502 23:04:19303 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19304 :: AttributeError
    0502 23:04:19304 :: : 
    0502 23:04:19304 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19304 :: 
    
    
    0502 23:04:19304 :: Traceback (most recent call last):
    
    
    0502 23:04:19304 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19305 :: AttributeError
    0502 23:04:19305 :: : 
    0502 23:04:19305 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19305 :: 
    
    
    0502 23:04:19305 :: Traceback (most recent call last):
    
    
    0502 23:04:19305 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19305 :: AttributeError
    0502 23:04:19305 :: : 
    0502 23:04:19305 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19305 :: 
    
    
    0502 23:04:19305 :: Traceback (most recent call last):
    
    
    0502 23:04:19305 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19306 :: AttributeError
    0502 23:04:19306 :: : 
    0502 23:04:19306 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19306 :: 
    
    
    0502 23:04:19306 :: Traceback (most recent call last):
    
    
    0502 23:04:19306 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19306 :: AttributeError
    0502 23:04:19306 :: : 
    0502 23:04:19306 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19306 :: 
    
    
    0502 23:04:19308 :: Traceback (most recent call last):
    
    
    0502 23:04:19308 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19309 :: AttributeError
    0502 23:04:19309 :: : 
    0502 23:04:19309 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19309 :: 
    
    
    0502 23:04:19309 :: Traceback (most recent call last):
    
    
    0502 23:04:19309 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19310 :: AttributeError
    0502 23:04:19310 :: : 
    0502 23:04:19310 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19310 :: 
    
    
    0502 23:04:19310 :: Traceback (most recent call last):
    
    
    0502 23:04:19310 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19310 :: AttributeError
    0502 23:04:19310 :: : 
    0502 23:04:19310 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19310 :: 
    
    
    0502 23:04:19310 :: Traceback (most recent call last):
    
    
    0502 23:04:19310 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19311 :: AttributeError
    0502 23:04:19311 :: : 
    0502 23:04:19311 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19311 :: 
    
    
    0502 23:04:19311 :: Traceback (most recent call last):
    
    
    0502 23:04:19311 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19312 :: AttributeError
    0502 23:04:19312 :: : 
    0502 23:04:19312 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19312 :: 
    
    
    0502 23:04:19312 :: Traceback (most recent call last):
    
    
    0502 23:04:19312 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19312 :: AttributeError
    0502 23:04:19312 :: : 
    0502 23:04:19312 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19312 :: 
    
    
    0502 23:04:19312 :: Traceback (most recent call last):
    
    
    0502 23:04:19312 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19313 :: AttributeError
    0502 23:04:19313 :: : 
    0502 23:04:19313 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19313 :: 
    
    
    0502 23:04:19313 :: Traceback (most recent call last):
    
    
    0502 23:04:19313 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19314 :: AttributeError
    0502 23:04:19314 :: : 
    0502 23:04:19314 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19314 :: 
    
    
    0502 23:04:19314 :: Traceback (most recent call last):
    
    
    0502 23:04:19314 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19314 :: AttributeError
    0502 23:04:19314 :: : 
    0502 23:04:19314 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19314 :: 
    
    
    0502 23:04:19314 :: Traceback (most recent call last):
    
    
    0502 23:04:19314 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19315 :: AttributeError
    0502 23:04:19315 :: : 
    0502 23:04:19315 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19315 :: 
    
    
    0502 23:04:19315 :: Traceback (most recent call last):
    
    
    0502 23:04:19315 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19316 :: AttributeError
    0502 23:04:19316 :: : 
    0502 23:04:19316 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19316 :: 
    
    
    0502 23:04:19316 :: Traceback (most recent call last):
    
    
    0502 23:04:19316 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19316 :: AttributeError
    0502 23:04:19316 :: : 
    0502 23:04:19316 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19316 :: 
    
    
    0502 23:04:19316 :: Traceback (most recent call last):
    
    
    0502 23:04:19316 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19318 :: AttributeError
    0502 23:04:19318 :: : 
    0502 23:04:19318 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19318 :: 
    
    
    0502 23:04:19318 :: Traceback (most recent call last):
    
    
    0502 23:04:19318 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19319 :: AttributeError
    0502 23:04:19319 :: : 
    0502 23:04:19319 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19319 :: 
    
    
    0502 23:04:19319 :: Traceback (most recent call last):
    
    
    0502 23:04:19319 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19319 :: AttributeError
    0502 23:04:19320 :: : 
    0502 23:04:19320 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19320 :: 
    
    
    0502 23:04:19320 :: Traceback (most recent call last):
    
    
    0502 23:04:19320 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19320 :: AttributeError
    0502 23:04:19320 :: : 
    0502 23:04:19320 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19320 :: 
    
    
    0502 23:04:19320 :: Traceback (most recent call last):
    
    
    0502 23:04:19320 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19322 :: AttributeError
    0502 23:04:19322 :: : 
    0502 23:04:19322 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19322 :: 
    
    
    0502 23:04:19322 :: Traceback (most recent call last):
    
    
    0502 23:04:19322 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19322 :: AttributeError
    0502 23:04:19322 :: : 
    0502 23:04:19323 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19323 :: 
    
    
    0502 23:04:19323 :: Traceback (most recent call last):
    
    
    0502 23:04:19323 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19323 :: AttributeError
    0502 23:04:19323 :: : 
    0502 23:04:19323 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19323 :: 
    
    
    0502 23:04:19323 :: Traceback (most recent call last):
    
    
    0502 23:04:19323 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19325 :: AttributeError
    0502 23:04:19325 :: : 
    0502 23:04:19325 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19325 :: 
    
    
    0502 23:04:19325 :: Traceback (most recent call last):
    
    
    0502 23:04:19325 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19326 :: AttributeError
    0502 23:04:19326 :: : 
    0502 23:04:19326 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19326 :: 
    
    
    0502 23:04:19326 :: Traceback (most recent call last):
    
    
    0502 23:04:19326 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19326 :: AttributeError
    0502 23:04:19326 :: : 
    0502 23:04:19326 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19327 :: 
    
    
    0502 23:04:19327 :: Traceback (most recent call last):
    
    
    0502 23:04:19327 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19329 :: AttributeError
    0502 23:04:19329 :: : 
    0502 23:04:19329 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19329 :: 
    
    
    0502 23:04:19329 :: Traceback (most recent call last):
    
    
    0502 23:04:19329 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19330 :: AttributeError
    0502 23:04:19330 :: : 
    0502 23:04:19330 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19330 :: 
    
    
    0502 23:04:19330 :: Traceback (most recent call last):
    
    
    0502 23:04:19330 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19330 :: AttributeError
    0502 23:04:19330 :: : 
    0502 23:04:19330 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19330 :: 
    
    
    0502 23:04:19330 :: Traceback (most recent call last):
    
    
    0502 23:04:19330 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19331 :: AttributeError
    0502 23:04:19331 :: : 
    0502 23:04:19331 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19331 :: 
    
    
    0502 23:04:19331 :: Traceback (most recent call last):
    
    
    0502 23:04:19331 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19332 :: AttributeError
    0502 23:04:19332 :: : 
    0502 23:04:19332 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19332 :: 
    
    
    0502 23:04:19332 :: Traceback (most recent call last):
    
    
    0502 23:04:19332 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19332 :: AttributeError
    0502 23:04:19332 :: : 
    0502 23:04:19332 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19332 :: 
    
    
    0502 23:04:19332 :: Traceback (most recent call last):
    
    
    0502 23:04:19332 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19333 :: AttributeError
    0502 23:04:19333 :: : 
    0502 23:04:19333 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19333 :: 
    
    
    0502 23:04:19333 :: Traceback (most recent call last):
    
    
    0502 23:04:19333 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19334 :: AttributeError
    0502 23:04:19334 :: : 
    0502 23:04:19334 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19334 :: 
    
    
    0502 23:04:19334 :: Traceback (most recent call last):
    
    
    0502 23:04:19334 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19334 :: AttributeError
    0502 23:04:19334 :: : 
    0502 23:04:19334 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19334 :: 
    
    
    0502 23:04:19334 :: Traceback (most recent call last):
    
    
    0502 23:04:19334 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19335 :: AttributeError
    0502 23:04:19335 :: : 
    0502 23:04:19335 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19335 :: 
    
    
    0502 23:04:19335 :: Traceback (most recent call last):
    
    
    0502 23:04:19335 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19335 :: AttributeError
    0502 23:04:19336 :: : 
    0502 23:04:19336 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19336 :: 
    
    
    0502 23:04:19336 :: Traceback (most recent call last):
    
    
    0502 23:04:19336 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19336 :: AttributeError
    0502 23:04:19336 :: : 
    0502 23:04:19336 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19336 :: 
    
    
    0502 23:04:19336 :: Traceback (most recent call last):
    
    
    0502 23:04:19336 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19338 :: AttributeError
    0502 23:04:19338 :: : 
    0502 23:04:19338 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19338 :: 
    
    
    0502 23:04:19338 :: Traceback (most recent call last):
    
    
    0502 23:04:19338 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19339 :: AttributeError
    0502 23:04:19339 :: : 
    0502 23:04:19339 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19339 :: 
    
    
    0502 23:04:19339 :: Traceback (most recent call last):
    
    
    0502 23:04:19339 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19339 :: AttributeError
    0502 23:04:19339 :: : 
    0502 23:04:19339 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19339 :: 
    
    
    0502 23:04:19339 :: Traceback (most recent call last):
    
    
    0502 23:04:19339 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19340 :: AttributeError
    0502 23:04:19340 :: : 
    0502 23:04:19340 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19340 :: 
    
    
    0502 23:04:19340 :: Traceback (most recent call last):
    
    
    0502 23:04:19340 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19341 :: AttributeError
    0502 23:04:19341 :: : 
    0502 23:04:19341 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19341 :: 
    
    
    0502 23:04:19341 :: Traceback (most recent call last):
    
    
    0502 23:04:19341 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19341 :: AttributeError
    0502 23:04:19341 :: : 
    0502 23:04:19341 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19341 :: 
    
    
    0502 23:04:19341 :: Traceback (most recent call last):
    
    
    0502 23:04:19341 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19342 :: AttributeError
    0502 23:04:19342 :: : 
    0502 23:04:19342 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19342 :: 
    
    
    0502 23:04:19342 :: Traceback (most recent call last):
    
    
    0502 23:04:19342 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19343 :: AttributeError
    0502 23:04:19343 :: : 
    0502 23:04:19343 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19343 :: 
    
    
    0502 23:04:19343 :: Traceback (most recent call last):
    
    
    0502 23:04:19343 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:04:19344 :: AttributeError
    0502 23:04:19344 :: : 
    0502 23:04:19344 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:04:19344 :: 
    
    
    0502 23:04:19361 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
    0502 23:06:36436 :: Traceback (most recent call last):
    
    
    0502 23:06:36436 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36437 :: AttributeError
    0502 23:06:36437 :: : 
    0502 23:06:36438 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36438 :: 
    
    
    0502 23:06:36438 :: Traceback (most recent call last):
    
    
    0502 23:06:36438 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36439 :: AttributeError
    0502 23:06:36439 :: : 
    0502 23:06:36439 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36439 :: 
    
    
    0502 23:06:36439 :: Traceback (most recent call last):
    
    
    0502 23:06:36439 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36440 :: AttributeError
    0502 23:06:36440 :: : 
    0502 23:06:36440 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36440 :: 
    
    
    0502 23:06:36440 :: Traceback (most recent call last):
    
    
    0502 23:06:36440 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36441 :: AttributeError
    0502 23:06:36441 :: : 
    0502 23:06:36441 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36441 :: 
    
    
    0502 23:06:36441 :: Traceback (most recent call last):
    
    
    0502 23:06:36441 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36442 :: AttributeError
    0502 23:06:36442 :: : 
    0502 23:06:36442 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36442 :: 
    
    
    0502 23:06:36442 :: Traceback (most recent call last):
    
    
    0502 23:06:36442 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36442 :: AttributeError
    0502 23:06:36442 :: : 
    0502 23:06:36442 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36442 :: 
    
    
    0502 23:06:36442 :: Traceback (most recent call last):
    
    
    0502 23:06:36442 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36443 :: AttributeError
    0502 23:06:36443 :: : 
    0502 23:06:36443 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36443 :: 
    
    
    0502 23:06:36443 :: Traceback (most recent call last):
    
    
    0502 23:06:36443 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36444 :: AttributeError
    0502 23:06:36444 :: : 
    0502 23:06:36444 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36444 :: 
    
    
    0502 23:06:36444 :: Traceback (most recent call last):
    
    
    0502 23:06:36444 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36445 :: AttributeError
    0502 23:06:36445 :: : 
    0502 23:06:36445 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36445 :: 
    
    
    0502 23:06:36445 :: Traceback (most recent call last):
    
    
    0502 23:06:36445 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36446 :: AttributeError
    0502 23:06:36446 :: : 
    0502 23:06:36446 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36446 :: 
    
    
    0502 23:06:36446 :: Traceback (most recent call last):
    
    
    0502 23:06:36446 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36447 :: AttributeError
    0502 23:06:36447 :: : 
    0502 23:06:36447 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36447 :: 
    
    
    0502 23:06:36447 :: Traceback (most recent call last):
    
    
    0502 23:06:36447 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36450 :: AttributeError
    0502 23:06:36450 :: : 
    0502 23:06:36450 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36450 :: 
    
    
    0502 23:06:36450 :: Traceback (most recent call last):
    
    
    0502 23:06:36450 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36450 :: AttributeError
    0502 23:06:36451 :: : 
    0502 23:06:36451 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36451 :: 
    
    
    0502 23:06:36451 :: Traceback (most recent call last):
    
    
    0502 23:06:36451 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36451 :: AttributeError
    0502 23:06:36451 :: : 
    0502 23:06:36451 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36451 :: 
    
    
    0502 23:06:36451 :: Traceback (most recent call last):
    
    
    0502 23:06:36451 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36452 :: AttributeError
    0502 23:06:36452 :: : 
    0502 23:06:36452 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36452 :: 
    
    
    0502 23:06:36452 :: Traceback (most recent call last):
    
    
    0502 23:06:36452 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36453 :: AttributeError
    0502 23:06:36453 :: : 
    0502 23:06:36453 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36453 :: 
    
    
    0502 23:06:36453 :: Traceback (most recent call last):
    
    
    0502 23:06:36453 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36453 :: AttributeError
    0502 23:06:36453 :: : 
    0502 23:06:36453 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36453 :: 
    
    
    0502 23:06:36453 :: Traceback (most recent call last):
    
    
    0502 23:06:36453 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36461 :: AttributeError
    0502 23:06:36461 :: : 
    0502 23:06:36461 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36461 :: 
    
    
    0502 23:06:36461 :: Traceback (most recent call last):
    
    
    0502 23:06:36461 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36462 :: AttributeError
    0502 23:06:36462 :: : 
    0502 23:06:36462 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36462 :: 
    
    
    0502 23:06:36462 :: Traceback (most recent call last):
    
    
    0502 23:06:36462 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36463 :: AttributeError
    0502 23:06:36463 :: : 
    0502 23:06:36463 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36463 :: 
    
    
    0502 23:06:36463 :: Traceback (most recent call last):
    
    
    0502 23:06:36463 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36464 :: AttributeError
    0502 23:06:36464 :: : 
    0502 23:06:36464 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36464 :: 
    
    
    0502 23:06:36464 :: Traceback (most recent call last):
    
    
    0502 23:06:36464 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36465 :: AttributeError
    0502 23:06:36465 :: : 
    0502 23:06:36465 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36465 :: 
    
    
    0502 23:06:36465 :: Traceback (most recent call last):
    
    
    0502 23:06:36465 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36466 :: AttributeError
    0502 23:06:36466 :: : 
    0502 23:06:36466 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36466 :: 
    
    
    0502 23:06:36466 :: Traceback (most recent call last):
    
    
    0502 23:06:36466 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36469 :: AttributeError
    0502 23:06:36469 :: : 
    0502 23:06:36469 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36469 :: 
    
    
    0502 23:06:36469 :: Traceback (most recent call last):
    
    
    0502 23:06:36469 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36469 :: AttributeError
    0502 23:06:36469 :: : 
    0502 23:06:36469 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36469 :: 
    
    
    0502 23:06:36469 :: Traceback (most recent call last):
    
    
    0502 23:06:36469 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36470 :: AttributeError
    0502 23:06:36470 :: : 
    0502 23:06:36470 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36470 :: 
    
    
    0502 23:06:36470 :: Traceback (most recent call last):
    
    
    0502 23:06:36470 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36471 :: AttributeError
    0502 23:06:36471 :: : 
    0502 23:06:36471 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36471 :: 
    
    
    0502 23:06:36471 :: Traceback (most recent call last):
    
    
    0502 23:06:36471 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36471 :: AttributeError
    0502 23:06:36471 :: : 
    0502 23:06:36471 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36471 :: 
    
    
    0502 23:06:36471 :: Traceback (most recent call last):
    
    
    0502 23:06:36471 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36472 :: AttributeError
    0502 23:06:36472 :: : 
    0502 23:06:36472 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36472 :: 
    
    
    0502 23:06:36472 :: Traceback (most recent call last):
    
    
    0502 23:06:36472 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36473 :: AttributeError
    0502 23:06:36473 :: : 
    0502 23:06:36473 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36473 :: 
    
    
    0502 23:06:36473 :: Traceback (most recent call last):
    
    
    0502 23:06:36473 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36473 :: AttributeError
    0502 23:06:36473 :: : 
    0502 23:06:36473 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36473 :: 
    
    
    0502 23:06:36473 :: Traceback (most recent call last):
    
    
    0502 23:06:36473 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36474 :: AttributeError
    0502 23:06:36474 :: : 
    0502 23:06:36474 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36474 :: 
    
    
    0502 23:06:36474 :: Traceback (most recent call last):
    
    
    0502 23:06:36474 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36475 :: AttributeError
    0502 23:06:36475 :: : 
    0502 23:06:36475 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36475 :: 
    
    
    0502 23:06:36475 :: Traceback (most recent call last):
    
    
    0502 23:06:36475 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36475 :: AttributeError
    0502 23:06:36475 :: : 
    0502 23:06:36475 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36475 :: 
    
    
    0502 23:06:36475 :: Traceback (most recent call last):
    
    
    0502 23:06:36475 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36476 :: AttributeError
    0502 23:06:36476 :: : 
    0502 23:06:36476 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36476 :: 
    
    
    0502 23:06:36476 :: Traceback (most recent call last):
    
    
    0502 23:06:36476 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36478 :: AttributeError
    0502 23:06:36478 :: : 
    0502 23:06:36478 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36478 :: 
    
    
    0502 23:06:36478 :: Traceback (most recent call last):
    
    
    0502 23:06:36478 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36480 :: AttributeError
    0502 23:06:36480 :: : 
    0502 23:06:36480 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36480 :: 
    
    
    0502 23:06:36480 :: Traceback (most recent call last):
    
    
    0502 23:06:36480 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36481 :: AttributeError
    0502 23:06:36481 :: : 
    0502 23:06:36481 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36481 :: 
    
    
    0502 23:06:36481 :: Traceback (most recent call last):
    
    
    0502 23:06:36481 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36482 :: AttributeError
    0502 23:06:36482 :: : 
    0502 23:06:36482 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36482 :: 
    
    
    0502 23:06:36482 :: Traceback (most recent call last):
    
    
    0502 23:06:36482 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36484 :: AttributeError
    0502 23:06:36484 :: : 
    0502 23:06:36484 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36484 :: 
    
    
    0502 23:06:36484 :: Traceback (most recent call last):
    
    
    0502 23:06:36484 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36485 :: AttributeError
    0502 23:06:36485 :: : 
    0502 23:06:36485 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36485 :: 
    
    
    0502 23:06:36485 :: Traceback (most recent call last):
    
    
    0502 23:06:36485 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36487 :: AttributeError
    0502 23:06:36487 :: : 
    0502 23:06:36488 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36488 :: 
    
    
    0502 23:06:36488 :: Traceback (most recent call last):
    
    
    0502 23:06:36488 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36490 :: AttributeError
    0502 23:06:36490 :: : 
    0502 23:06:36490 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36490 :: 
    
    
    0502 23:06:36490 :: Traceback (most recent call last):
    
    
    0502 23:06:36490 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36491 :: AttributeError
    0502 23:06:36491 :: : 
    0502 23:06:36491 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36491 :: 
    
    
    0502 23:06:36491 :: Traceback (most recent call last):
    
    
    0502 23:06:36491 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36493 :: AttributeError
    0502 23:06:36493 :: : 
    0502 23:06:36493 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36493 :: 
    
    
    0502 23:06:36493 :: Traceback (most recent call last):
    
    
    0502 23:06:36493 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36494 :: AttributeError
    0502 23:06:36494 :: : 
    0502 23:06:36494 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36494 :: 
    
    
    0502 23:06:36494 :: Traceback (most recent call last):
    
    
    0502 23:06:36494 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36496 :: AttributeError
    0502 23:06:36496 :: : 
    0502 23:06:36496 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36496 :: 
    
    
    0502 23:06:36496 :: Traceback (most recent call last):
    
    
    0502 23:06:36496 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36498 :: AttributeError
    0502 23:06:36498 :: : 
    0502 23:06:36498 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36498 :: 
    
    
    0502 23:06:36498 :: Traceback (most recent call last):
    
    
    0502 23:06:36498 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36499 :: AttributeError
    0502 23:06:36499 :: : 
    0502 23:06:36499 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36499 :: 
    
    
    0502 23:06:36499 :: Traceback (most recent call last):
    
    
    0502 23:06:36499 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36502 :: AttributeError
    0502 23:06:36502 :: : 
    0502 23:06:36503 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36503 :: 
    
    
    0502 23:06:36503 :: Traceback (most recent call last):
    
    
    0502 23:06:36503 ::   File "game.py", line 2210, in BINARY_Highlight_Item
    
    
    0502 23:06:36504 :: AttributeError
    0502 23:06:36504 :: : 
    0502 23:06:36504 :: 'NoneType' object has no attribute 'Highligt_Item'
    0502 23:06:36504 :: 
    
    
    0502 23:08:03564 :: Hair number 1006 is not exist.
    0502 23:08:03801 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE d:projectmetin2mainassetsnpclionlion.psd
    0502 23:10:01681 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE d:projectmetin2mainassetsnpclionlion.psd
    0502 23:11:19361 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
    
    
    

     

     

    syser file is filled in this way after opening the game. 

    In particular, the client shuts down completely due to the following error . Is there going to help ?

    0502 23:11:19361 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR

     

×
×
  • 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.