Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,123,84,5 script Race to Job 70 4_F_KAFRA5,{
- .@eac = eaclass();
- if (!(.@eac & EAJL_UPPER))
- {
- npctalk "You need to be Rebirth Advanced Classes to claim the reward.";
- end;
- }
- if (BaseLevel < 99 & JobLevel < 70)
- {
- npctalk "Sorry, Only Level 99/70 can claim the reward!";
- end;
- }
- if ($ItemGive == 101)
- {
- npctalk "Sorry, all rewards has been taken!";
- end;
- }
- if (getreward)
- {
- npctalk "Sorry, Nothing for you!";
- end;
- }
- announce "Congratulations! "+strcharinfo(0)+" has claimed his reward for Race to Job Level 70 Event", bc_all;
- getitem 27643, 1;
- ++$ItemGive;
- getreward = 1;
- sleep 2000;
- announce "There are "+(100 - $ItemGive)+" rewards left to give!", bc_all;
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement