Jump to content

Sour-

Members
  • Posts

    42
  • Joined

  • Last visited

Community Answers

  1. Sour-'s post in OMG dragon breath Skill Weird Problem Help Please :( was marked as the answer   
    Like this? https://github.com/rathena/rathena/issues/1687
  2. Sour-'s post in Rental Item Shop npc? was marked as the answer   
    prontera,152,180,4    script    Sample    93,{ [email protected] = 7179;        //Item needed for rental [email protected] = 1;        //Amount of the item needed for the rental [email protected] = 512;        //Item to for rent [email protected] = 3;        //Hours of rental if (countitem([email protected]) < [email protected]) end; if (Rental > gettimetick(2)) { mes "[Sample]"; mes "Please wait for " + callfunc("Time2Str",Rental) + "."; close; } set Rental, gettimetick(2) + ([email protected] * 60 * 60); rentitem [email protected],([email protected] * 60 * 60); delitem [email protected],[email protected]; end; }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.