Bachir Zitout Posted November 19, 2016 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 67 Reputation: 0 Joined: 07/29/12 Last Seen: March 16 Share Posted November 19, 2016 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 :/ Quote Link to comment Share on other sites More sharing options...
0 Sour- Posted November 19, 2016 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 42 Reputation: 2 Joined: 05/25/16 Last Seen: May 19, 2017 Share Posted November 19, 2016 (edited) Like this? https://github.com/rathena/rathena/issues/1687 Edited November 19, 2016 by gmsour Quote Link to comment Share on other sites More sharing options...
0 Bachir Zitout Posted November 19, 2016 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 67 Reputation: 0 Joined: 07/29/12 Last Seen: March 16 Author Share Posted November 19, 2016 (edited) 3 minutes ago, gmsour said: Like this? https://github.com/rathena/rathena/issues/1687 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 November 19, 2016 by Bachir Zitout Quote Link to comment Share on other sites More sharing options...
0 Bachir Zitout Posted November 19, 2016 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 67 Reputation: 0 Joined: 07/29/12 Last Seen: March 16 Author Share Posted November 19, 2016 hehe NVM i found it ill test First Quote Link to comment Share on other sites More sharing options...
0 Sour- Posted November 19, 2016 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 42 Reputation: 2 Joined: 05/25/16 Last Seen: May 19, 2017 Share Posted November 19, 2016 You sure you have the same case? If so you can find it in src/map/skill.c Don't forget to recompile after Quote Link to comment Share on other sites More sharing options...
0 Bachir Zitout Posted November 19, 2016 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 67 Reputation: 0 Joined: 07/29/12 Last Seen: March 16 Author Share Posted November 19, 2016 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 Quote Link to comment Share on other sites More sharing options...
0 Sour- Posted November 19, 2016 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 42 Reputation: 2 Joined: 05/25/16 Last Seen: May 19, 2017 Share Posted November 19, 2016 (edited) You're welcome Edited November 19, 2016 by gmsour 1 Quote Link to comment Share on other sites More sharing options...
Question
Bachir Zitout
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 :/
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.