Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-27 | Fix a really minor typo | Jesusaves | 2 | -2/+2 | |
2019-07-27 | Pre-level 15 bonus will now raise drop rates, too, because new players need ↵ | Jesusaves | 2 | -6/+11 | |
them. Fix the code which expires both bonuses on level up because it became deprecated. | |||||
2019-07-27 | Change Elmo and Nard EXP boost ID to one which doesn't expires on death. | Jesusaves | 2 | -4/+4 | |
2019-07-26 | Fix typo in Nard | Jesusaves | 1 | -1/+1 | |
2019-07-25 | Noob EXP-Up messages | Jesusaves | 2 | -1/+2 | |
2019-07-22 | Nard now explains some stuff | Jesusaves | 1 | -0/+2 | |
2019-07-20 | OnPCBaseLvUp fix | Jesusaves | 1 | -16/+0 | |
2019-06-21 | Tulimshar City Map, given by Nard automatically, and referenced on Swezanne. | Jesusaves | 1 | -0/+2 | |
Many questions about “where's the fishing rod” and “where's Silvia”, let's make things simple. | |||||
2019-06-09 | Well, Candor last 6 hours, and... Is 20% relevant so early? | Jesusaves | 1 | -0/+1 | |
I know on late game 20% is a lot, but not so much on early game, right? | |||||
2019-06-09 | Fix a typo | Jesusaves | 1 | -1/+1 | |
2019-06-09 | Register FX Particles with constants, and force players on Nard to get the ↵ | Jesusaves | 1 | -0/+7 | |
Exp Boost | |||||
2019-06-09 | Raise Elmo's exp boost to last a hour, and cancel it automatically when you | Jesusaves | 1 | -1/+17 | |
reach level 15. | |||||
2019-06-06 | This *may* help players in finding out who sells beer... Although, given the ↵ | Jesusaves | 1 | -1/+1 | |
average QI... Who knows. | |||||
2019-06-06 | Mark Nylo quest on Elmo list | Jesusaves | 1 | -0/+5 | |
2019-06-05 | Final changes to Nard, and there, we have the player storyline fixed on Candor. | Jesusaves | 1 | -3/+9 | |
2019-06-05 | Refactor Nard | Jesusaves | 1 | -25/+16 | |
2019-06-05 | Shorten a bit this intro on Nard, it is boring | Jesusaves | 1 | -9/+3 | |
2019-06-05 | Rewrite part of Nard to a switch | Jesusaves | 1 | -37/+33 | |
2019-06-05 | Begin rewriting Nard to new storytelling style | Jesusaves | 1 | -5/+15 | |
2019-06-05 | Nard - You can ask about Candor later. And Candor is... | Jesusaves | 1 | -3/+7 | |
Well, where rich people goes spend their vacations or retire. :> | |||||
2019-05-23 | Exp Boost update and fixes | Jesusaves | 2 | -3/+5 | |
2019-05-22 | Fix warning-degree bug at Elmo | Jesusaves | 1 | -1/+1 | |
2019-05-06 | Okay, Demure doesn't likes her name in the game. | Jesusaves | 1 | -1/+1 | |
2019-05-06 | Uh... Well... (a message was needed) | Jesusaves | 1 | -0/+1 | |
2019-05-06 | If newbies leave Nard's ship during a siege, they get +200 Evade and +1000 HP. | Jesusaves | 1 | -0/+4 | |
2019-05-05 | Warn players below level 30 that disembarking at Tulimshar during a siege might | Jesusaves | 1 | -1/+17 | |
be a bad idea. Nard's ship only. | |||||
2019-04-26 | Use a formula based on top players level to decide how much will be new player | Jesusaves | 1 | -1/+6 | |
free exp boost. Currently, that will be 19%. | |||||
2019-04-26 | New players (up to level 15) may take an UNLIMITED personal 20% EXP UP boost. | Jesusaves | 2 | -0/+17 | |
Of course, once they get level 15, they won't be able to call for the EXP UP anymore... This will allow new players to complete Candor even quicker! :3 | |||||
2019-04-26 | Nard allows skippers to get the referral gift again... | Jesusaves | 1 | -1/+8 | |
2019-04-17 | Minor improvements to Nard and Crazyfefe | Jesusaves | 1 | -2/+2 | |
2019-04-17 | Nard minor rewrite | Jesusaves | 1 | -5/+5 | |
2019-03-26 | Try to rephrase Nard, adding a select would be lost by the while() loop | Jesusaves | 1 | -1/+1 | |
2019-03-23 | To satisfy the 8% of players complaining about price. | Jesusaves | 1 | -2/+2 | |
Change minimum ship price everywhere to 10gp. It'll never go below this value. Except on Nivalis Liberation Day (where it costs 1gp) | |||||
2019-03-23 | Lower ship prices. First Nard travel is still overcharged (1200 GP) | Jesusaves | 1 | -2/+3 | |
La Marine (Tulim<->Hurns<->Nivalis): 810 -> 410 GP La Johanne (Candor<->Tulim): 1200 -> 800 GP Note the discount per milestone was also changed and is NOT easier to get them. | |||||
2019-03-04 | Remove every trailing whitespace | Jesusaves | 1 | -1/+1 | |
```sed -i 's/[[:space:]]*$//' npc/*/*.txt``` | |||||
2019-03-01 | Crazyfefe Magic Patch | Jesusaves | 1 | -0/+2 | |
2019-02-28 | "Handle" poor players trying to get magic tier 2 | Jesusaves | 1 | -3/+3 | |
2019-01-24 | Ship travel prices were lowered in relative terms. | Jesusaves | 1 | -14/+3 | |
In absolute values, nothing changes. But technically getting discounts is now easier. ...As promised I would do when I add Milly quest :3 | |||||
2019-01-14 | Improve some intro dialogs to tie them better to Main Storyline | Jesusaves | 1 | -1/+1 | |
2019-01-14 | Introduce a new helper for main storyline: msObjective(). | Jesusaves | 1 | -4/+1 | |
2019-01-10 | Improve Nard dialog | Jesusaves | 1 | -1/+13 | |
2019-01-01 | Elmo is reading a task schedule from the ship but ya can't see it | Jesusaves | 1 | -2/+6 | |
2018-12-31 | Botcheck blackbox | Jesusaves | 1 | -0/+1 | |
2018-12-31 | On hindsight, we never, EVER, told the player Nard would be waiting on his ↵ | Jesusaves | 1 | -1/+1 | |
office... ...So he doesn't needs to be or even to have an office, right? | |||||
2018-12-31 | Rewrite entirely, Peter Script (along the quest) | Jesusaves | 1 | -1/+1 | |
2018-12-30 | Players doesn't like Candor, but Candor is the most well polished area | Jesusaves | 1 | -4/+6 | |
So let's take the prices lightly, with greater discounts for completion. | |||||
2018-12-30 | Ok, it looks awesome enough. Nard's Ship is more TMW2-like and less Evol-like. | Jesusaves | 1 | -0/+1 | |
2018-12-30 | Move Nard and Elmo to 002-3. Unlink 002-4 from world. | Jesusaves | 4 | -21/+452 | |
2018-12-30 | Move Juliet & Billy Bons to 002-1 | Jesusaves | 3 | -328/+0 | |
2018-12-30 | [skip ci] Do not keep Juliet talk window open when you trade with her | Jesusaves | 1 | -0/+1 | |