summaryrefslogtreecommitdiff
path: root/npc/tulimshar/ptsrewards.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/tulimshar/ptsrewards.txt')
-rw-r--r--npc/tulimshar/ptsrewards.txt23
1 files changed, 8 insertions, 15 deletions
diff --git a/npc/tulimshar/ptsrewards.txt b/npc/tulimshar/ptsrewards.txt
index 4dd567b7..10619856 100644
--- a/npc/tulimshar/ptsrewards.txt
+++ b/npc/tulimshar/ptsrewards.txt
@@ -1,30 +1,23 @@
new_3-1.gat,55,51,0 script Rewards 106,{
- if (MPQUEST == 0) goto Register;
-
mes "[Rewards Master]";
- mes "Welcome! Would you like to exchange some points for items?";
+ mes "Welcome";
+ mes "Would you like to exchange some points for items?";
next;
menu "Yes",Y1,"No Thanks",LEAVE;
next;
-Register:
- mes "[Rewards Master]";
- mes "Hey, it seems like you didn't register as a quest participant yet! You can sign up at the gate below.";
- close;
-
Y1:
mes "[Rewards Master]";
mes "Ok lets check those points.";
- if (tvis == 0) set tvis,1;
- if (Mobpt < tvis) goto NotEnough;
- set Mobpt,Mobpt-tvis;
- set tvis,tvis+1;
+ set @tempus,rand(30);
+ if (Mobpt < @tempus) goto NotEnough;
+ set Mobpt,Mobpt-@tempus;
next;
set @TEMP,rand(1);
if(@TEMP ==0) goto R_1;
if(@TEMP ==1) goto R_2;
R_1:
- set @TEMP,rand(19);
+ set @TEMP,rand(30);
if(@TEMP ==0) goto R1_1;
if(@TEMP ==1) goto R1_2;
if(@TEMP ==2) goto R1_3;
@@ -123,7 +116,7 @@ R1_15:
goto Q;
R1_16:
mes "[Rewards Master]";
- mes "You got Yellow Present.";
+ mes "You got Blue Present.";
getitem 516,1;
goto Q;
R1_17:
@@ -171,7 +164,7 @@ R2_3:
goto Q;
R2_4:
mes "[Rewards Master]";
- mes "You got an Cotton Shirt.";
+ mes "You got a Cotton Shirt.";
getitem 1202,1;
goto Q;