Jump to content

konkanang

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by konkanang

  1. 8 hours ago, Gladius said:

     

    No. Restarting the server is one thing, recompiling is another.

    If your server is already hosted, run this command on ssh.

    ./configure && make clean server

     

    If you are offline, you will need to use Visual Studio.
     

    Thank you for your advice. you said "If your server is already hosted, run this command on ssh." Where can I run the command on ssh? (I'm newbie).
    I have tried to read in https://github.com/rathena/rathena/wiki/Install-on-Centos#how-to-recompile But I don't understand Can you give me the lecturer and other beginners More or not, 
    at least this topic will be a source of knowledge for others to continue. Thank you.

  2. 10 hours ago, Gladius said:

    Change in skill.cpp

    		case UNT_MAGNUS:
    //#ifndef RENEWAL
    			//if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_DEMON)
    			//	break;
    //#endif
    			skill_attack(BF_MAGIC,ss,&unit->bl,bl,sg->skill_id,sg->skill_lv,tick,0);
    			break;


    Change in skill_db.txt

    79,9,8,2,6,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,0x0,	PR_MAGNUS,Magnus Exorcismus


    I believe it is enough to solve your problem.

    Thank you for your suggestion. After fixing all 2 locations, restart the server and try the skill. The result is still the same. Is it skipping any steps? Can you give me more suggestions? (server renew)

  3. Excuse me

    How to modify skill Magnus can damage all race/all monster

    In SRC/map/skill.cpp

    I read all topic advice to change this 

     

    case UNT_MAGNUS: if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_ALL)

    break;

    skill_attack(BF_MAGIC,ss,&unit->bl,bl,sg->skill_id,sg->skill_lv,tick,0); break; ----------> Not Work for me

     

    case UNT_MAGNUS: //if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_ALL)

    //break; skill_attack(BF_MAGIC,ss,&unit->bl,bl,sg->skill_id,sg->skill_lv,tick,0); break; ----------> Not Work for me

     

    I would like a suggestion for the correct method. Thank you

×
×
  • Create New...

Important Information

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