pandaplaygames Posted January 17, 2013 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...
0 pandaplaygames Posted March 4, 2013 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 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...
Lilith Posted January 29, 2013 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...
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
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