Jump to content
  • 0
pandaplaygames

Enabled Sanctuary/Heal/Pitch/Restoration on EMP

Question

HI YA ALL-

So server settings are on Renewal. But I'd like to add a little more challenge by enabling healing on Emperium. I currently have Emperium MOB database Entry on PRE-RENEWAL.

I found the potion pitcher portion and I gather just commenting on it like..

  //if( dstmd && dstmd->class_ == MOBID_EMPERIUM ) {
  // map_freeblock_unlock();
  // return 1;
  //}

For highness heal

if( status_isimmune(bl) ||
 (dstmd && (dstmd->class_ == MOBID_EMPERIUM || mob_is_battleground(dstmd))) ||
 (dstsd && pc_ismadogear(dstsd)) )//Mado is immune to heal
heal=0;

to...

if( status_isimmune(bl) ||
 (dstsd && pc_ismadogear(dstsd)) )//Mado is immune to heal
heal=0;

disabling immunity of heal to Emperium but retaining MadoGear immunity to heal

But for sanctuary and Restoration Skill I couldn't figure out where and what to do.

bump

Edited by pandaplaygames
Link to comment
Share on other sites

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

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.