Jump to content

daradevil124

Inactive Member
  • Posts

    111
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by daradevil124

  1. bumb i'll check ch1 syslog and print these thing: SYSERR: Mar 16 15:28:21.122505 :: ChildLoop: MySQL connection was reconnected. querying locale set Mar 16 15:28:21.122618 :: --mysql_set_character_set(latin5) SYSERR: Mar 16 15:28:21.156930 :: ChildLoop: MySQL connection was reconnected. querying locale set Mar 16 15:28:21.157070 :: --mysql_set_character_set(latin5) i think this problem arising unsupported character set
  2. bump this problem arising from here; AsyncSQL.cpp AsyncSQL.h
  3. Thanks, i will test. [Hidden Content] do i something wrong?, cause its not work.
  4. sorry i will delete my messages uh, you already did it
  5. open: item_proto.txt find: 30270 change like this: 30270 Á¶°¢³­ ¿ëÈ¥¼® ITEM_QUEST 0 1 NONE ITEM_STACKABLE NONE 0 0 0 0 0 REAL_TIME 86400 LIMIT_NONE 0 APPLY_NONE 0 APPLY_NONE 0 APPLY_NONE 0 0 0 0 0 0 0 0 0 0 save && reboot.
  6. Hi Dev, From official servers item && mob proto? (pack) I try metin2 proto archiver but its crashed I also try Metin2 Proto Reader but its crashed
  7. Hm thanks, but what about ChildLoop, DirectQuery?
  8. SYSERR: Mar 15 14:47:39.656405 :: ChildLoop: MySQL connection was reconnected. querying locale set SYSERR: Mar 15 14:47:39.694053 :: ChildLoop: MySQL connection was reconnected. querying locale set
  9. Yes, but only inventory slot Maybe problem was item_proto.txt? see txt I got a gif so you can understand the problem better. [Hidden Content]
  10. Like i say, i checked all files a few times. And i tried a another quest but result is same Did you share me proper quest for costume mount?
  11. Hi Devs, After i mount, 1 sec and unmount. But when i re login and have seal in slot, the char mount the mob. Anyone know what is that? [Hidden Content] I checked all the files a few times. And I have not found any fault.
  12. try this (if u dont have costume weapon etc) import uiScriptLocale import item COSTUME_START_INDEX = item.COSTUME_SLOT_START window = { "name" : "CostumeWindow", "x" : SCREEN_WIDTH - 175 - 140, "y" : SCREEN_HEIGHT - 37 - 565, "style" : ("movable", "float",), "width" : 140, "height" : (180 + 47), #±âÁ¸º¸´Ù 47 ±æ¾îÁü "children" : ( { "name" : "board", "type" : "board", "style" : ("attach",), "x" : 0, "y" : 0, "width" : 140, "height" : (180 + 47), "children" : ( ## Title { "name" : "TitleBar", "type" : "titlebar", "style" : ("attach",), "x" : 6, "y" : 6, "width" : 130, "color" : "yellow", "children" : ( { "name":"TitleName", "type":"text", "x":60, "y":3, "text":uiScriptLocale.COSTUME_WINDOW_TITLE, "text_horizontal_align":"center" }, ), }, ## Equipment Slot { "name" : "Costume_Base", "type" : "image", "x" : 13, "y" : 38, "image" : uiScriptLocale.LOCALE_UISCRIPT_PATH + "costume/new_costume_bg.jpg", "children" : ( { "name" : "CostumeSlot", "type" : "slot", "x" : 3, "y" : 3, "width" : 127, "height" : 145, "slot" : ( {"index":COSTUME_START_INDEX+0, "x":62, "y":45, "width":32, "height":64},#¸ö {"index":COSTUME_START_INDEX+1, "x":62, "y": 9, "width":32, "height":32},#¸Ó¸® {"index":COSTUME_START_INDEX+2, "x":13, "y":126, "width":32, "height":32},#¸¶¿îÆ® {"index":COSTUME_START_INDEX+3, "x":62, "y":126, "width":32, "height":32},#¾Ç¼¼¼­¸® ), }, ), }, ), }, ), } same and i got syserr (in core ch1) SYSERR: Mar 5 22:42:17.875539 :: PointChange: MALL_BONUS exceeded over 100!! point type: 116 name: [OG]Jellys amount 150
  13. Works perfectly via MartPwnS proper function.
×
×
  • 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.