Jump to content

pueblodefairy

Members
  • Posts

    74
  • Joined

  • Last visited

Posts posted by pueblodefairy

  1. Hello. my penal_servitude npc doesn´t work to unjail me. both options no warp me. so I am looking for help to create a npc that does the same. When i pay unjail me and warp me out or warp me to sec_in02 to pay collecting items there. THANKS A LOT FOR HELP.

  2. Thanks i will check it when i arrived home. Thanks a lot ur awesome

    12 hours ago, Emistry said:

    try

    
    prontera,155,181,5	script	Sample	757,{
    	if (!ispartneron()) {
    		mes "Your partner isn't online or not found.";
    	}
    	else if (getchildid()) {
    		mes "You already has a child.";
    	}
    	else {
    		mes "Would you like to adopt someone?";
    		next;
    		if (select("Yes", "Cancel") == 1) {
    			mes "Enter Child name";
    			input .@child_name$;
    			switch(adopt(strcharinfo(0), .@child_name$)) {
    				case ADOPT_ALLOWED:
    					mes "Sent message to Baby to accept or deny.";
    					break;
    				case ADOPT_ALREADY_ADOPTED:
    					mes "Character is already adopted.";
    					break;
    				case ADOPT_MARRIED_AND_PARTY:
    					mes "Parents need to be married and in a party with the baby.";
    					break;
    				case ADOPT_EQUIP_RINGS:
    					mes "Parents need wedding rings equipped.";
    					break;
    				case ADOPT_NOT_NOVICE:
    					mes "Baby is not a Novice.";
    					break;
    				case ADOPT_CHARACTER_NOT_FOUND:
    					mes "A parent or Baby was not found.";
    					break;
    				case ADOPT_MORE_CHILDREN:
    					mes "You cannot adopt more than 1 child. (client message)";
    					break;
    				case ADOPT_LEVEL_70:
    					mes "Parents need to be at least level 70 in order to adopt someone. (client message)";
    					break;
    				case ADOPT_MARRIED:
    					mes "You cannot adopt a married person. (client message)";
    					break;
    			}
    		}
    	}
    	close;
    }

     

    it works really good.... THANKS A LOT....... END TOPIC

  3. Hello, my adoption system is not working. So i would like to ask for help to create a NPC script that helps to adopt a novice. My server doesn´ t uses commands on normal players so thats why i need help to create a npc that people can use to adopt like they were using the command @adopt.... Thanks a lot for help.

  4. Hello. I am not sure if I can ask this here. but i would like to ask is there any guide to publish my Ragnarok Server??? It is complete, i play it offline but i think is time to share everything i worked all these years to the public. This is my last step and i think is time. Thanks a lot for any help

  5. 23 hours ago, Chaos92 said:

    conf/battle/homunc.conf

    
    // The rate a homunculus will get friendly by feeding it. (Note 2)
    homunculus_friendly_rate: 100
    
    // Can you name a homunculus more then once? (Note 1)
    hom_rename: no
    
    // Minimum intimacy to evo the homunculus
    homunculus_evo_intimacy_need: 91100
    
    // Reset intimacy after evolution to:
    homunculus_evo_intimacy_reset: 1000
    
    // Intimacy needed to use Evolved Vanilmirth's Bio Explosion
    hvan_explosion_intimate: 45000

    Increate the friendly rate

    thanks a lot

  6. 9 hours ago, tokenacc001 said:

    hello, may i know what you did to fix the problem where the sprite reverted to before after logging out?

    emulator/ renewal/ conf / battle / client

    // Save body styles. (Note 1)
    // Note: Don't turn this on unless you know what you are doing.
    // Sprites are not released officially.
    save_body_style: yes

     

  7. 8 hours ago, EIysium said:

    Te hice un ejemplo para el Accessory custom que quieres hacer:

    
    2627,Belt,Belt,4,20000,,1200,,0,,4,0xFFFFFFFF,63,2,136,,25,0,0,{},{ changebase 4218; },{ changebase Class; }

     

    muchas gracias. solamente me aparece este error, pero e agregado los sprites necesarios a mis grf, y aun me sale. incluso cree las carpetas que se llaman "custome_1" y aun sigue saliendodddddsds.thumb.png.38ac34bec398926efd181874cf6d17d5.png

  8. 13 hours ago, AndyTheGoblin said:

    do you still want you basic attack and original job skills? 

     

    edit: ah well i think the EASY way would to do some client side editting but thats out of my ball park. I could make a bunch of dorams with all the original job class skills really easily but im not sure how heavy it would be for your client/server... 

    thanks, i already have dorams, i was looking to add something interesting for players hehehe...

  9. Thanks a lot, excellent video, i am working on that. i still getting the same error even following every step, but it is ok, maybe it can´t be fix in my server. I really appreciate your help to solve this problem.                                                                                          

  10. Hello, i checked every skill and i am working on check details and post it here to notify. I found this error in Wandy / Minstrel Skill, "Sound of destruction" i was trying to fix it and post it here, but it was imposible for me. Can you help me to fix it? It is an important detail. Thanks for your help

    PS. Every skill works excellent this was the first skill with problems I find. 

    207058784_soundofdes2.png.e5794e206bb5a882c3e74debcf2b2091.png 682130273_soundofdes.png.7478f94bb20af16b7acf5cc70c70d9ed.png

  11. 2 hours ago, AndyTheGoblin said:

     

    Do you want it just to be an AoE skill that deals damage? Forget about all the song stuff and just make it damage?


     

    Exactly, you got the point, this is exactly what i am looking. Same visual effect but dealing damage like a Sharp Shooting. Thanks for your help

  12. Hello, Can anyone help me with this bug, Minstrel/Wandy Sound of Destruction show effects but their damage/effect is missing, how can i fix it? Thanks a lot for help. I followed many guides but were not clear, I would like to fix it like their respective effect or add it damage like a damage skill.                                                                                                        164141029_soundofdes.png.fb5243e6c3c9adf156c28274849129ad.png55088433_soundofdes2.png.ab5ae5f8fd964b7e693dc99d036ddfc4.png

×
×
  • Create New...