Jump to content
  • 0

Skills hit Emperium in WoE? How to disable?


Question

Posted (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 by Armani

7 answers to this question

Recommended Posts

Posted

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.

Posted (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 by Armani
Posted

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~

Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...