Jump to content
  • 0

Magnus Exorcimus for Demi Human


Buda Beads

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   1
  • Joined:  08/16/14
  • Last Seen:  

Purpose: To use ME for Demi Human

 

 

and in this location: src/map/skill.c

This is the original

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


and this is the edited...
case UNT_MAGNUS:
    if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_DEMON && tstatus->race != RC_DEMIHUMAN)
        break;
    skill_attack(BF_MAGIC,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0);
    break;

how come it is not still working? 

i already restarted the server.

is there a reload command for SRC?

 

 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  86
  • Topics Per Day:  0.02
  • Content Count:  591
  • Reputation:   146
  • Joined:  06/19/12
  • Last Seen:  

stope your server char, map, login server off! open putty login to youre server and make ./configure and wait. until it is finished then start your server as usual

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   1
  • Joined:  08/16/14
  • Last Seen:  

i tried

 

./athena-start stop

 

./configure

 

and

./athena-start restart

 

 

still not working..

 

 

i also tried to change the

demon to demihuman only,

 

but still the same,, still damaging LOD (undead)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

./athena-start stop

./configure
make server

./athena-start start

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

 if (!battle_check_undead(tstatus->race,tstatus->def_ele) && (tstatus->race!=RC_DEMON || tstatus->race != RC_DEMIHUMAN))

try.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...