Tiny Posted December 11, 2011 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 12/10/11 Last Seen: February 14, 2015 Share Posted December 11, 2011 (edited) So during WoE, skills can atack the emp. Such as Asura Strike, magic etc. We are not sure how this happened and would like to disable this? It is for all castles. I tried looking in conf/battle/guild . not sure where it might be. Thanks Edited December 11, 2011 by Armani Quote Link to comment Share on other sites More sharing options...
Ind Posted December 11, 2011 Group: Members Topic Count: 169 Topics Per Day: 0.03 Content Count: 1260 Reputation: 750 Joined: 11/19/11 Last Seen: April 11, 2013 Share Posted December 11, 2011 make sure your woe castles are flagged gvg and not pvp (emperium restrictions are only applied in gvg maps) Quote Link to comment Share on other sites More sharing options...
Tiny Posted December 12, 2011 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 12/10/11 Last Seen: February 14, 2015 Author Share Posted December 12, 2011 I dont think that has been modified. When on WoE it doesnt show the PVP rank on the map (1/1 on bottom right). But i will check anyways. Any other ideas? All i know is that we used mob_avail to change the sprite... but the id is still the same. Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 12, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Yesterday at 01:10 PM Share Posted December 12, 2011 WoE it doesnt show the PVP rank on the map (1/1 on bottom right) this can be disabled by using "nocalc rank" mapflag.... Quote Link to comment Share on other sites More sharing options...
Tiny Posted December 12, 2011 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 12/10/11 Last Seen: February 14, 2015 Author Share Posted December 12, 2011 (edited) WoE it doesnt show the PVP rank on the map (1/1 on bottom right) this can be disabled by using "nocalc rank" mapflag.... Its not enabled though. When WoE is off pvp is off... So its normal, not a pvp map. But the emperium can be hit with all skills. Edited December 12, 2011 by Armani Quote Link to comment Share on other sites More sharing options...
Pneuma Posted December 12, 2011 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted December 12, 2011 What Armani is trying to say guys is that During WOE the Emperium acts as if its a normal monster and is attackable by everything, including skills. Quote Link to comment Share on other sites More sharing options...
KeiKun Posted December 12, 2011 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: February 23 Share Posted December 12, 2011 here's the code rA Trunk/src/map/battle.c Line: 706 if(class_ == MOBID_EMPERIUM && flag&BF_SKILL) //Skill immunity. switch (skill_num) { case MO_TRIPLEATTACK: case HW_GRAVITATION: break; default: return 0; } this code might be missing~ Quote Link to comment Share on other sites More sharing options...
Tiny Posted December 12, 2011 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 12/10/11 Last Seen: February 14, 2015 Author Share Posted December 12, 2011 here's the code rA Trunk/src/map/battle.c Line: 706 if(class_ == MOBID_EMPERIUM && flag&BF_SKILL) //Skill immunity. switch (skill_num) { case MO_TRIPLEATTACK: case HW_GRAVITATION: break; default: return 0; } this code might be missing~ No its in there. Here is what I know from the Admin The original Emperium caused some type of crash errors to people when they entered the map. Not sure why. So he modified it on the mob_avail to make it appear as a blue emperium. Nothing else was changed. And prior to this it was not tested if the issue had existed since no one was able to attack the regular emperium. Quote Link to comment Share on other sites More sharing options...
Question
Tiny
So during WoE, skills can atack the emp. Such as Asura Strike, magic etc. We are not sure how this happened and would like to disable this? It is for all castles. I tried looking in conf/battle/guild . not sure where it might be. Thanks
Edited by ArmaniLink to comment
Share on other sites
7 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.