Jump to content

Angeluz

Members
  • Posts

    52
  • Joined

  • Last visited

Community Answers

  1. Angeluz's post in how can i limit of level reset per character was marked as the answer   
    Try this
    prontera,143,173,5 script Level Reset 757,{ if (BaseLevel < 255||JobLevel < 120 ) { mes "You need to be at least level 255 and Job level 120."; } if (RESET_COUNT >= 20 ) { mes "I'm sorry, but you can't use this npc again"; close; } else if (select("Reset", "cancel") == 1) { resetlvl 1; RESET_COUNT++; StatusPoint += (RESET_COUNT * 10); // free 10 status point per reset. if (RESET_COUNT && RESET_COUNT % 10 == 0) { getitem 512, 10; // every 10 reset get apple. } } end; }  
  2. Angeluz's post in cons of darkness was marked as the answer   
    Here cons_of_darkness.grf
×
×
  • Create New...

Important Information

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