konkanang
-
Posts
4 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by konkanang
-
-
11 minutes ago, Gladius said:
You need to recompile the server.
I re run server then
[ recompile the server = re run server (login char map) I understand correctly? ]
-
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.txt79,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)
-
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
How to modify skill Magnus can damage all race/all monster
in Source Requests
Posted
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.