Jump to content
  • 0

Enabled Sanctuary/Heal/Pitch/Restoration on EMP


pandaplaygames

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  113
  • Reputation:   2
  • Joined:  10/29/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  113
  • Reputation:   2
  • Joined:  10/29/12
  • Last Seen:  

thanks!

bump no info yet :(

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  159
  • Reputation:   26
  • Joined:  11/20/11
  • Last Seen:  

@Lilith Hi, how about enabling charge attack on emperium? or a custom skill instead?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  407
  • Reputation:   159
  • Joined:  11/18/11
  • Last Seen:  

find

case UNT_SANCTUARY:

see below


#ifdef RENEWAL
if( md && md->class_ == MOBID_EMPERIUM )
break;
#endif

  • Upvote 1
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...