diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-01-30 23:39:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-01-30 23:39:17 -0300 |
commit | c639cba7be5794075f9cf73b5abfbdc21c190fed (patch) | |
tree | b069ba5cfd89daf0a0049fb91a5f1d68abb069b7 | |
parent | 369383cc68625ddfa9b2129b8a459bdae754a004 (diff) | |
download | serverdata-c639cba7be5794075f9cf73b5abfbdc21c190fed.tar.gz serverdata-c639cba7be5794075f9cf73b5abfbdc21c190fed.tar.bz2 serverdata-c639cba7be5794075f9cf73b5abfbdc21c190fed.tar.xz serverdata-c639cba7be5794075f9cf73b5abfbdc21c190fed.zip |
CI Fix
-rw-r--r-- | npc/019-4-1/ofelia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-4-1/ofelia.txt b/npc/019-4-1/ofelia.txt index 4f6f92223..0406588be 100644 --- a/npc/019-4-1/ofelia.txt +++ b/npc/019-4-1/ofelia.txt @@ -43,7 +43,7 @@ L_Reward: .@expectation = getq(General_Narrator) + REBIRTH + (JobLevel >= 100) + min(2, BaseLevel/100); // So if you meet my "expectation", you get a free extra pull. if (.@progress >= .@expectation) - .@progress += 1 + .@progress += 1; // Some explanation and last chance for regrets mesc l("Prizes are divided in 9 categories: Food, Tea, Cake, Potions, Paper, Exploration, Boxes, Dyes and Rares. You'll do %d pulls in total.", .@progress); mesc l("All categories have an equal chance of being selected, except for Rares, which are always the 15th and 30th pull. Every 5 non-rare pulls, you'll also get some Strange Coins as a memento."); |