Jump to content

AceofSpades

Members
  • Posts

    102
  • Joined

  • Last visited

Posts posted by AceofSpades

  1. if(BaseLevel == 99 &&  Zeny < .@Price) {
    
           message strcharinfo(0), "Healing costs is " + callfunc("F_InsertComma",.@Price) + " Zeny.";
           end;
           Zeny -= .@Price;
    }
    
    if(BaseLevel <= 90){
        specialeffect2 EF_HEAL2;
        percentheal 100,100;
    }

     

  2. just comment this part 

    /*if ((!undead_flag && status->race != RC_DEMON) || bl->type == BL_PC) {
    			if (sc->data[SC_STONE] && sc->opt1 == OPT1_STONE)
    				status_change_end(bl, SC_STONE, INVALID_TIMER);
    			if (sc->data[SC_CURSE]) {
    					status_change_end(bl, SC_CURSE, INVALID_TIMER);
    					return 1; // End Curse and do not give stat boost
    			}
    		}*/
    
    • Upvote 1
  3. 1 hour ago, G-RO said:

    Do we have a table in the database where we can track all the bought and sold items in the NPC?

     

    I am talking for the whole NPC inside the Ragnarok.

     

    I don't need a custom script to manually insert it in the database I want the default NPC script used inside the game.

     

    like the tool dealer, if someone buys and sells items to the tool dealer it will be recorded.

     

     

    thank you

     

     

     

     

    then learn how to apply the queryl_sql guide here, you need to learn and understand how to apply it on your npc

  4. 10 minutes ago, LadyNanuia said:

    Basically im looking for an NPC that would let the players do the following

     

    If you're a say Royal guard, you could change your appearance to Crusader / Paladin (Looks ONLY) but not Imperial guard, so basically "downwards" only by paying a Fee

    but it would be restricted to your actual class and not say Ranger to Lord Knight

     

    Thank you in advance!

    just make it a script for disguise, check the other threads and you can find how it works

×
×
  • Create New...