Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample 757,{
- if( gained_reward ){
- mes "You already took the items.";
- }else if( !( eaclass() & EAJL_THIRD )){
- mes "You are not 3rd job.";
- }else{
- mes "Here your rewards.";
- set gained_reward,1;
- getitem 512,1;
- getitem 512,1;
- getitem 512,1;
- }
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment