for people that need one.... i've made a rebirth npc
fixed script; credits to XxOsirisxX
enjoy!Code:void npc_main(NPC @npc){ int state = npc.getState(); if(state == 0){ npc.addText("Do you want to rebirth?"); npc.sendNext(); } else if(state == 1){ if(npc.getPlayer().getLevel() >= 200){ //Just in case server is 200+ npc.getPlayer().setLevel(1); npc.getPlayer().setJob(0); npc.addText("Congratz you have rebirthed!"); }else{ npc.addText("You are not level 200!"); npc.sendOK(); } npc.end(); } }


Reply With Quote![[Release] Rebirth NPC [TitanMS v58 +]](http://ragezone.com/hyper728.png)


