pandaplaygames Posted January 17, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 113 Reputation: 2 Joined: 10/29/12 Last Seen: September 21, 2017 Share Posted January 17, 2013 (edited) 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 January 16, 2013 by pandaplaygames Quote Link to comment Share on other sites More sharing options...
Lilith Posted January 29, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 407 Reputation: 159 Joined: 11/18/11 Last Seen: November 15, 2014 Share Posted January 29, 2013 find case UNT_SANCTUARY: see below #ifdef RENEWAL if( md && md->class_ == MOBID_EMPERIUM ) break; #endif 1 Quote Link to comment Share on other sites More sharing options...
0 pandaplaygames Posted March 4, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 113 Reputation: 2 Joined: 10/29/12 Last Seen: September 21, 2017 Author Share Posted March 4, 2013 thanks! bump no info yet Quote Link to comment Share on other sites More sharing options...
0 Ice Bear Posted August 2, 2019 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 166 Reputation: 27 Joined: 11/20/11 Last Seen: 4 hours ago Share Posted August 2, 2019 @Lilith Hi, how about enabling charge attack on emperium? or a custom skill instead? Quote Link to comment Share on other sites More sharing options...
Question
pandaplaygames
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..
For highness heal
to...
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 pandaplaygamesLink 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.