Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-28 | Intelligence can now reduce or increase monster point generation in 50%. | Jesusaves | 1 | -0/+2 | |
Well, it'll never increase in 50% because for that you need Lv 1 and 150 int. That's impossible as bonus int (e.g. equips and job) aren't counted for this. However, getting a -50% penalty is perfectly possible if you have 1 int at lv 200. | |||||
2024-02-10 | The first time you talk to trainer, teach about scrolling D: | Jesusaves | 1 | -0/+2 | |
2022-07-04 | Candor Trainer now gives you a Beer for completing the regular training. | Jesusaves | 1 | -0/+3 | |
Beer can be used to save 320 GP on Sailors quest, or for the XP boost | |||||
2022-01-26 | Fix some security issues and transfer some GM commands. | Jesusaves | 1 | -2/+2 | |
- @getvar against self is now GM 80 - @event wrapper is now GM 80 - @blessing is now GM 80 and can be used by others beside Jesusalva | |||||
2021-08-26 | NPC improvements | NetSysFire | 1 | -73/+51 | |
2020-04-28 | Very rudimentary anti-AFK-bot captcha. | Jesusaves | 1 | -0/+8 | |
It may be needed. | |||||
2020-02-05 | Honor System manual entry | Jesusaves | 1 | -0/+16 | |
2020-02-05 | Information about /mi shortcut on Candor Trainer | Jesusaves | 1 | -0/+1 | |
2020-01-21 | Optimize is_night() as it is now more intesively used. | Jesusaves | 1 | -0/+3 | |
2019-06-23 | Give newcomers additional drop rate of [Cactus Drink] on Candor | Jesusaves | 1 | -0/+7 | |
2019-06-21 | Add returns | Jesusaves | 1 | -0/+2 | |
2019-06-21 | Additional Bug Leg drop from Candor Scorpion to newcomers :b | Jesusaves | 1 | -0/+8 | |
2019-06-09 | Fix several scripted mob death with fix_mobkill(Pinkie) | Jesusaves | 1 | -0/+5 | |
2019-03-24 | Information about special items - it is not every item that cannot be discarded. | Jesusaves | 1 | -1/+2 | |
2019-03-24 | Add information to @tutorial / Candor Trainer about equipment sets. | Jesusaves | 1 | -0/+3 | |
2019-03-11 | Alias @info and @tutorial against Candor Trainer. | Jesusaves | 1 | -1/+12 | |
This allows players to get the Reference book quickly, just like @rules Without needing to go back to Candor. (Quest is disabled with @info/@tutorial) | |||||
2019-03-11 | Add Experience info to Candor Trainer as we have just surpassed TMW EXP rules. | Jesusaves | 1 | -0/+19 | |
2019-03-04 | Remove every trailing whitespace | Jesusaves | 1 | -1/+1 | |
```sed -i 's/[[:space:]]*$//' npc/*/*.txt``` | |||||
2019-01-14 | Explain our custom commands at Candor Trainer. | Jesusaves | 1 | -0/+7 | |
2019-01-08 | Explain on trainer: Criticals, Defense and Overweight. | Jesusaves | 1 | -0/+5 | |
Mercenaries or quivers aren't explained. | |||||
2019-01-04 | After killing Candor Scorpion, Trainer will give you a small knife. | Jesusaves | 1 | -0/+2 | |
It gives 35 damage (instead of 25 from the Rusty Knife). It is a necessity. | |||||
2019-01-04 | Consistency when killing House Maggots. Use a true killmonster() function on ↵ | Jesusaves | 1 | -3/+3 | |
005-3 This means buggy house maggots won't be killed by bug bomb. | |||||
2019-01-04 | Vitality only raises your HP, and defense gain is neglectible. | Jesusaves | 1 | -1/+1 | |
Trainer, by all means DO NOT suggest the otherwise is possible here!! | |||||
2019-01-04 | Bad function at Tolchi | Jesusaves | 1 | -6/+6 | |
2019-01-04 | Move Status from ManaPlus to TMW2 Section on Trainer | Jesusaves | 1 | -2/+2 | |
2019-01-04 | Remove some quotes from Trainer because readability | Jesusaves | 1 | -63/+63 | |
2019-01-04 | Improve trainer dialog | Jesusaves | 1 | -11/+16 | |
2018-12-31 | Warn players that the mana bug is almost a boss for them | Jesusaves | 1 | -0/+2 | |
2018-12-30 | Explain status allocation, equipment and job level on Trainer | Jesusaves | 1 | -0/+5 | |
2018-12-30 | Explain seasons & day/night cycle on trainer | Jesusaves | 1 | -0/+28 | |
2018-12-30 | Explain how to sell items on MoubooTaur Legends | Jesusaves | 1 | -0/+7 | |
2018-12-30 | Update trainer | Jesusaves | 1 | -4/+4 | |
2018-12-25 | Improve trained, and fix bad info | Jesusaves | 1 | -2/+13 | |
2018-12-14 | New Hercules Syntax for getnpcid(). | Jesusaves | 1 | -1/+1 | |
sed -i 's/getnpcid(0, /getnpcid(/g' */*.txt | |||||
2018-08-08 | Divide differently the Trainer sections. | Jesusaves | 1 | -69/+72 | |
2018-06-17 | Add +5% exp reward to each quest! and add some exp if nothing exist. | Saulc | 1 | -4/+5 | |
2018-05-10 | Missing files... Also change Trainer, to make some things **more clear** | Jesusaves | 1 | -3/+3 | |
2018-05-06 | reduce level required of training last part 10 to 9 i hope i do it well | Saulc | 1 | -2/+2 | |
2018-04-07 | Agility | Jesusaves | 1 | -1/+1 | |
2018-03-20 | Stop using getgmlevel() and use is_gm() is_admin() and is_staff(). | Jesusaves | 1 | -1/+1 | |
Our four power levels: getgmlevel() → Sponsors, etc. is_staff() → GM 5, Developers, test server, etc. is_gm() → GM 80, Game Master, controls the world is_admin() → GM 99, Administrator, controls the uniserver (pun intended) | |||||
2018-03-18 | Allow some NPCs to blink, and update various legacy setunitdata() | Jesusaves | 1 | -3/+4 | |
2018-03-16 | Translations typos I let go in :blush: | Jesusaves | 1 | -3/+3 | |
2018-03-12 | Update Trainer to be more clear when you're not apt for training. | Jesusaves | 1 | -4/+7 | |
2018-03-05 | Debug print | jesusalva | 1 | -1/+4 | |
2018-03-03 | Trainer quest final stage | jesusalva | 1 | -5/+29 | |
2018-02-26 | Trainer is now complete and tested (I wanted display name to be Valon...) | jesusalva | 1 | -27/+37 | |
2018-02-25 | Correct missing { | jesusalva | 1 | -1/+1 | |
2018-02-25 | Trainer (aka Valon Quest) basic implementation done by a sleeping person | jesusalva | 1 | -19/+99 | |
2018-02-25 | Bare bone skelton for Trainer receiving Valon's content. Will finish later. | jesusalva | 1 | -4/+71 | |
2018-02-24 | This is the initial setup for the Valon quest (at Trainer NPC). | jesusalva | 1 | -0/+7 | |
Nothing was done yet, but I need to check with others if this will change. |