Jump to content

rewindz

Members
  • Content Count

    22
  • Joined

  • Last visited

Posts posted by rewindz


  1. hello again  :swt3:

     

    i've a problem with my own patcher ..

    i can connect to FTP to download patch files but have no idea to repack it into grf file

    is something i need to know first? or any DLL require?

     

    thanks

     

     

     


  2. thanks @Neo  :D

    i've spent a lot of time for this 


     

    i've to set argument on shortcut like you said

     

     

    "C:Ragnarok2014-04-16aRagexe_Patched.exe" -t:test test 1
     
    but always show error unhandle blah blah ... (Visual Studio Just-In-Time Debugger) when run RagExe   :(
    and nothing happened.
     
    what did i do wrong ?


    is that relate for disable 1sak1 1rag1 in NEMO ?


  3. - dmg is done to myself without duration bar when i've to try to comment this line (line:3243) on Skill.c

     

    case KN_AUTOCOUNTER:
    clif->skill_nodamage(src,target,skl->skill_id,skl->skill_lv,1);
    break;

     

    - can walk when i use skill and don't do any damage to mobs, but durationbar still appear with comment this line(line:5910) on Skill.c

     

    case KN_AUTOCOUNTER:
    sc_start(src,bl,type,100,skill_lv,skill->get_time(skill_id,skill_lv));
    skill->addtimerskill(src, tick + 100, bl->id, 0, 0, skill_id, skill_lv, BF_WEAPON, flag);
    break;

     

    why C++ is so hard huh? i wanna know flow of skill usage

    can somebody help me please.


  4. thanks @@Dastgir, but i dont understand what does these numbers in these files mean?

     

    + navi_link_krpri

     


      {
        "abbey01",    < mapname ?
        13359,           < ???
        200,               < ???
        99999,          < ???
        "Abbey01Step_Abbey01Farm",               < ???
        "",                    < ???
        87,                  < ???
        122,                < ???
        "abbey01",    < mapname ?
        12,                  < ???
        200< ???
      },

     

    + navi_linkdistance_krpri ... ("P"?, "E"?  :wacko:)

     


    "abbey01",4,
    {
    {13359,
    { "P", 13367, 156 },
    { "E", 13360, 678 },
    { "E", 13368, 6 },
    { "NULL", 0, 0 },
    },
    {13360,
    { "P", 13368, 683 },
    { "E", 13361, 421 },
    { "E", 13369, 6 },
    { "NULL", 0, 0 },
    },
    {13367,
    { "P", 13359, 156 },
    { "E", 13358, 6 },
    { "NULL", 0, 0 },
    },
    {13368,
    { "P", 13360, 683 },
    { "E", 13359, 5 },
    { "E", 13367, 152 },
    { "NULL", 0, 0 },
    },
    },

     

    + navi_map_krpri

     


      {
        "abbey01",   < mapname ?
        "Cursed Abbey F1", < maptitle ?
        5001,           < ???
        400,             < ???
        400              < ???
      },

     

    + navi_mob_krpri

     


      {
        "abbey01",   < mapname?
        17764,          < ???
        300,              < ???
        3736588,     < ???
        "Ghoul",       < mobname ?
        "GHOUL",   < db_mobname ?
        61,               < ???
        3211521    < ???
      },

     

    + navi_npc_krpri

     


    {
        "airplane",         < mapname
        11988,               < ????
        101,                   < ???
        86,                     < NPCsprite (look at : datainfoNPCIdentity)
        "Apple Merchant",     < NPCname
        "airplane",        < mapname
        50,                     < map x
        66                      < map y
      },

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.