Jump to content

Justapoxx

Members
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Justapoxx

  1. Hope this is the right section!

     

    This is my WONDERFUL experience with nanakiwurtz

     

    Making my very own server, just for fun, i've always met insurmountable tasks that I never could overcome. 

     

    I'd always take these to the help sections and occassionally didnt get replies.

     

    Some people whom i approached would brush me aside immediately.

     

    On 5 separate occassions, without any incentives whatsoever, nanakiwurtz never failed to help me out.

     

    From the tiniest error in a 1000 line script to patiently teaching how to fix errors caused by scripts and even to problems not related to rAthena but just my comp in general.

     

    Forking out time just to help someone out, I am extremely grateful.

     

    So thank you nanakiwurtz for everything.

    • Upvote 2
  2. Thank you so much!

     

    I noticed something with potion pitcher though.

    	case AM_POTIONPITCHER: 
    		{
    			int j,hp = 0,sp = 0;
    			if( dstmd && dstmd->mob_id == MOBID_EMPERIUM ) {
    				map_freeblock_unlock();
    				return 1;
    			}
    

     

    When
     
    I change it to 
    	case AM_POTIONPITCHER: 
    		{
    			int j,hp = 0,sp = 0;
    			if( dstmd && dstmd->mob_id == MOBID_EMPERIUM ) {
    				//map_freeblock_unlock();
    				//return 1;
    				hp=1;
    			}
    

    It works but only for level 5 potion pitcher..

  3. Yea, sorry I should have phrased my question better.

     

    By healable I meant inclusive of skills like sanctuary. I actually want to edit it such that sanctuary, potion pitcher and apple of idun heals a fixed amount on emperium. I'm looking at case UNT_SANCTUARY: etc but dont really know what to change.

     

    Thank you to whoever responds to this!


    **bump

  4. Hi, I'm extremely bad at source edits and have searched for similar requests but the closest i could find was opposite to this.

     

    https://rathena.org/board/topic/77359-enabled-sanctuaryhealpitchrestoration-on-emp/

     

    I really want to make my emperium renewal mode (can't be healed by heal sanctuary potion pitcher etc etc) and take 1 damage per hit.

     

    I've got the 1 damage part down but I can't do the not healable part.

     

    Is there anyone that could please help me with making this modification? :( Thank you!

×
×
  • Create New...