Jump to content
  • 0

OMG dragon breath Skill Weird Problem Help Please :(


Bachir Zitout

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  67
  • Reputation:   0
  • Joined:  07/29/12
  • Last Seen:  

Hi guys i got a weird problem when rune knight use dragon breath or dragon breath Water on the monsters the  map server disconnect but at pvp it works normal !!! how to slove This please help :( im useing Centos VPS ://abs

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  05/25/16
  • Last Seen:  

Like this? https://github.com/rathena/rathena/issues/1687

Edited by gmsour
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  67
  • Reputation:   0
  • Joined:  07/29/12
  • Last Seen:  

3 minutes ago, gmsour said:
    case RK_DRAGONBREATH_WATER:
    case RK_DRAGONBREATH:
        if(tsc && tsc->data[SC_HIDING])
            clif_skill_nodamage(src,src,skill_id,skill_lv,1);
        else
            skill_attack(BF_WEAPON,src,src,bl,skill_id,skill_lv,tick,flag);
        break;

    case NPC_SELFDESTRUCTION:
        if(tsc && tsc->data[SC_HIDING])
            break;


Where Do i change this ??

Edited by Bachir Zitout
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  05/25/16
  • Last Seen:  

You sure you have the same case? If so you can find it in src/map/skill.c

Don't forget to recompile after

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  67
  • Reputation:   0
  • Joined:  07/29/12
  • Last Seen:  

30 minutes ago, gmsour said:

You sure you have the same case? If so you can find it in src/map/skill.c

Don't forget to recompile after

Thank You So much it's works now 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  05/25/16
  • Last Seen:  

You're welcome

Edited by gmsour
  • Upvote 1
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...