The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Milestone Get Zeny Reward
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Dolphin86
hye can someone tell me how to change the reward from item to zeny?
- script milestone -1,{ OnPCBaseLvUpEvent: if (BaseLevel == 90 && #lv_milestone_90 < 3) { #lv_milestone_90++; getitem 607, 15; getitem 610, 15; getitem 616, 1; dispbottom "You gained reward for level 90."; } else if (BaseLevel == 70 && #lv_milestone_70 < 3) { #lv_milestone_70++; getitem 607, 10; getitem 610, 10; dispbottom "You gained reward for level 70."; } else if (BaseLevel == 50 && #lv_milestone_50 < 3) { #lv_milestone_50++; getitem 607, 5; getitem 610, 5; dispbottom "You gained reward for level 50."; } else if (BaseLevel == 10 && #lv_milestone_10 < 3) { #lv_milestone_10++; getitem 1205, 1; dispbottom "You gained reward Cutter [4] for level 10 milestone."; } end; }
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.