Jump to content

JinHan

Inactive Member
  • Posts

    112
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by JinHan

  1. Hy metin2dev i have a strange problem with npc ,the npc is duplicated if i put it into npc.txt but it's normal if i call with /m , the npc is not put twice in regen but i don't know why it appears duplicated, mabye a image will explain better.I tried to change mobs , to replace map , regen etc.

    Thanks in advance!

    r8d3IPJ.jpg

  2. Hy metin2dev , i bought 4 stones on items from ken and i have a problem, items dissapear , i design the table item and put socket_pct 4, in tabel item i have socket0 socket1 socket2 socket3 socket4 socket5, but after close and start the server items dissapear . i tried with /shutdown but no result .

    SYSERR: Mar 31 21:27:48.29561 :: ChildLoop: AsyncSQL: query failed: Column count doesn't match value count at row 1 (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2, socket3, attrtype0, attrvalue0, attrtype1, attrvalue1, attrtype2, attrvalue2, attrtype3, attrvalue3, attrtype4, attrvalue4, attrtype5, attrvalue5, attrtype6, attrvalue6) VALUES(10000890, 2845, 1, 6, 1, 41309, 1427916399, 0, 0, 34, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) errno: 1136)
     SYSERR: Mar 31 21:27:48.27664 :: ChildLoop: AsyncSQL: query failed: Column count doesn't match value count at row 1 (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2, socket3) VALUES(10000874, 2833, 1, 9, 1, 6009, 1, 1, 0) errno: 1136)
    I need an answer quickly....but i wait ken's answer too.Thanks in advance!
  3.  

    1 create a table in account named guild.

    2 search in map 7 (you can find map by index ,and you find index in /map, and open regen.txt find group 114 and delete it.

    3 do the same for map 27 and 47.

    4 upload mob folder from client , mob 3596 to share/data/monster...

    5 replace .msa in share/data/monster for mob horse_event1 dog_god lion

    did not benefit

     

    that's beacause the errors from syserr don't are the issue of the problem, put the full syserr there

  4.  

    And why not let solve here? You like to be just help?
    Let solving, and others may have your problem.
     
    Thank You.

     

    first you have to search locale.GM_SKILL_NAME_DICT = { 

    then you have to add skill 6 like the others before, you will know what to do when you see it.

    secound you have to search in questlib.lua special.active_skill_list = {

    you will se something like this { 1, 2, 3, 4, 5}, you must put the skill 6 like this { 1, 2, 3, 4, 5, 6} you must do the same for the skills 6 21 36 51 ;) good luck

  5. db/src/ClientManager open;

     

    Code Search:

    "SELECT id, window+0, pos, count, vnum, socket0, socket1, socket2 "

    Code Replace:

    "SELECT id, window+0, pos, count, vnum, socket0, socket1, socket2, socket3, socket4, socket5  "

    launcher source/gamelib/itemdata.h search 

    ITEM_SOCKET_SLOT_MAX_NUM = 3,
    and replace
     
    ITEM_SOCKET_SLOT_MAX_NUM = 6,
×
×
  • 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.