Jump to content

mebe

Inactive Member
  • Posts

    24
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by mebe

  1. Nice work, thank you very much.

    Everything works very well but but when clicking on the slot i have this error.

     

     

    1212 15:41:49375 ::   File "ui.py", line 2516, in OnMouseLeftButtonDown
    
    1212 15:41:49376 :: AttributeError
    1212 15:41:49376 :: : 
    1212 15:41:49376 :: 'EditLineCentered' object has no attribute 'canEdit'

     

    image

    • Metin2 Dev 1
  2. try this

     

    add below this: CONDITION_COLOR = 0xffBEB47D

     

    	SASH_1 = 0xFFFBE700
    	SASH_2 = 0xFFFB9200

     

     

    and replace this with your function 

    				absChance = int(metinSlot[acce.ABSORPTION_SOCKET])
    				if absChance >= 20 and absChance <= 24:
    					self.AppendTextLine(localeInfo.ACCE_ABSORB_CHANCE % (absChance), self.SASH_1)
    				elif absChance >= 25:
    					self.AppendTextLine(localeInfo.ACCE_ABSORB_CHANCE % (absChance), self.SASH_2)
    				else:
    					self.AppendTextLine(localeInfo.ACCE_ABSORB_CHANCE % (absChance), self.CONDITION_COLOR)

     

    • Love 1
  3. Hi devs. I have this problem with ChildLoop and I can not solve, and I come to ask for help.

    SYSERR: Oct  8 18:28:35 :: ChildLoop: AsyncSQL: query failed: Out of range value for column 'hp' at row 1 (query: UPDATE player SET job = 2, voice = 0, dir = 0, x = 59209, y = 171063, z = 0, map_index = 21, exit_x = 59209, exit_y = 171063, exit_map_index = 21, hp = 36502, mp = 3884, stamina = 4842, random_hp = 3060, random_sp = 1504, playtime = 5064, level = 77, level_step = 0, st = 61, ht = 90, dx = 3, iq = 90, gold = 125102276, exp = 21246600, stat_point = 0, skill_point = 0, sub_skill_point = 38, stat_reset_count = 0, ip = '181.60.136.26', part_main = 41117, part_hair = 5039, part_acce = 0, last_play = NOW(), skill_group = 1, alignment = 200000, horse_level = 21, horse_riding = 0, horse_hp = 32, horse_hp_droptime = 1444331199, horse_stamina = 120, horse_skill_point = 0, skill_level = '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0
     
    

    also I have a problem with loss of level and exp players, do not know if this is also the cause of that

    Sorry for bad English

    Kind Regards

     

  4. Hi, I have a problem with the help button, whenever he entered to the client i get the button help. 

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

    My syserr 

     

    0903 10:17:02569 ::   File "game.py", line 1936, in BINARY_SetTipMessage

    0903 10:17:02570 :: AttributeError
    0903 10:17:02625 :: : 
    0903 10:17:02625 :: 'NoneType' object has no attribute 'tipBoard'
    0903 10:17:02625 :: 

     

    Sorry for my bad english

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