Jump to content
  • 0

Skills hit Emperium in WoE? How to disable?


Tiny

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  12/10/11
  • Last Seen:  

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 Armani
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  169
  • Topics Per Day:  0.04
  • Content Count:  1260
  • Reputation:   750
  • Joined:  11/19/11
  • Last Seen:  

make sure your woe castles are flagged gvg and not pvp (emperium restrictions are only applied in gvg maps)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  12/10/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

WoE it doesnt show the PVP rank on the map (1/1 on bottom right)

this can be disabled by using "nocalc rank" mapflag....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  12/10/11
  • Last Seen:  

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 by Armani
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

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~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  12/10/11
  • Last Seen:  

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.

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...