prontera,150,150,0 script Sample 123,{ OnNPCKillEvent: if ( getmonsterinfo(killedrid,19) == RC_Dragon || getmonsterinfo(killedrid,19) == RC_Demon && quest ) { if ( getd( "@" + getmonsterinfo(killedrid, 19) + "_race" ) % 50 == 0 ) { quest = 0; getitem 7227, 50; } setd( "@" + getmonsterinfo(killedrid,19) + "_race" ), getd( "@" + getmonsterinfo(killedrid,19) + "_race" ) + 1; } end; mes "Do the quest?"; next; if (select("Yes:No")-1) close; mes "Done! Go kill some monsters!"; quest = 1; close;}
We use essential cookies to make this site work, and optional cookies to enhance your experience.