Jump to content

rewindz

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by rewindz

  1. how can i remove casting bar on KN_AUTOCOUNTER ?

     

    Untitled_zpsgmcflb8v.png

     

    try to look around on skill_cast_db.txt, but nothing change..

    //-- KN_AUTOCOUNTER
    61,0,0,0,0,0,0
     

    try to edit src file...

    - 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;

     

     

     
  2. Hi all, i'm usings 2012-06-18aRagexeRE and am very bad in english lolz.

    try to do this ..

    1. use ShinsDiffPatcher to diff your exe and dont forget to *UNCHECK* Read Data Folder First.

    2. copy "luafiles514" or download this link http://205.196.120.145/a9gxaqsq3lxg/95fppstqlj04uw4/luafiles514.rar

    3. find "System" folder in your RO directory and paste "luafiles514" into it.

    (likes this. C:\RO\System\ * paste it here *)

    4. copy "OptionInfo.lua" or download this link http://rathena.org/board/index.php?app=core&module=attach&section=attach&attach_id=842 and paste it in luafiles514

    (likes this. C:\RO\System\luafiles514\ * paste it here *)

    5. try to run blue ghost setup.exe, save it and run your exe again.

    goodluck :)

×
×
  • Create New...