yuhsing

Untitled

May 14th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. prontera,155,181,5 script Sample 757,{
  2. if( gained_reward ){
  3. mes "You already took the items.";
  4. }else if( !( eaclass() & EAJL_THIRD )){
  5. mes "You are not 3rd job.";
  6. }else{
  7. mes "Here your rewards.";
  8. set gained_reward,1;
  9. getitem 512,1;
  10. getitem 512,1;
  11. getitem 512,1;
  12. }
  13. close;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment