summaryrefslogtreecommitdiff
path: root/npc/003-2
AgeCommit message (Collapse)AuthorFilesLines
2019-06-22Mercenaries - Lua part.Jesusaves1-0/+11
2019-06-09Lua will also hint to players where they can get extra experience.Jesusaves1-0/+4
2019-05-04Lua updated.Jesusaves1-6/+17
2019-05-04Return potions cannot expire anymoreJesusaves1-1/+2
2019-05-04Prepare introduction of Warp Crystals, update Lua dialog if hurns is in siegeJesusaves1-0/+13
2019-04-22Fix EstardJesusaves1-1/+1
2019-04-18typoJesusaves1-2/+2
2019-04-18GMs on MK Guild may opt to receive strange coins automaticallyJesusaves1-2/+2
2019-03-15Remove Guild stuff from Estard, except for guild creation.Jesusaves1-101/+0
2019-03-12Add full server-side support for guilds on Estard. This draft will becomeJesusaves1-1/+55
TMW2 Guild Manager. I'm amazed, everything worked as 4144 said it would. Customized EXP donation for guild roles (capped at 50%)? Check. Setting a Vice Leader (kick+invite) and a Recruiter (invite)? Check. Levelling up your Guild because Guild need levels (NYI)? Check. ...Increase Guild Maximum Member count? Oops! Not available yet. But seems like Hercules can take care of that for us, with GLvl.
2019-03-12Debug Information about Guilds on EstardJesusaves1-1/+37
2019-03-07Regenerate maps now that 013-1 is fixed. Add the [Red Plush Wine] barrel.Jesusaves1-1/+1
2019-03-07Enforce the no-ranged-weapon rule at Divine Rage skill.Jesusaves1-1/+1
Switching to a ranged weapon cancels the buff. Range is the base here!
2019-03-06You now get Job Experience when learning party/guild creationJesusaves1-0/+2
This is an extra incentive so everyone learns party creation and use as needed. Uhm, 100 job exp isn't much, no need to give it to old players, right?
2019-03-05Real Estate attains the expected functionality.Jesusaves1-1/+1
Now we still need utility NPCs (eg. Piano could allow change map music)
2019-03-04Remove every trailing whitespaceJesusaves1-1/+1
```sed -i 's/[[:space:]]*$//' npc/*/*.txt```
2019-03-02Minor improvements to Leave Complaints deptoJesusaves1-1/+1
2019-03-01Redo Lua Contributor RewardsJesusaves1-14/+22
2019-02-23003-2-1 Leave Complaints Depto (also known as: @demure Office)Jesusaves2-0/+17
What would happen if Demure was a bot programmed by @Crazyfefe ? Well, now we know the answer.
2019-02-05Make lua less ambiguous due a bug.Jesusaves2-2/+7
Add more dialog to Eistein to entretain players.
2019-01-18Party Price can now be as little as 500 GP. Wanna join a party? Anytime!Jesusaves1-5/+6
Oh, you want to _create_ one? Then proof you're a pro gamer! %%O %%N
2019-01-14Introduce a new helper for main storyline: msObjective().Jesusaves1-24/+6
2019-01-11Other bugs at LuaJesusaves1-1/+1
2019-01-10Fix typosJesusaves1-2/+2
2019-01-10Bad label nameJesusaves1-1/+1
2019-01-09Remaster GM gift box pricesJesusaves1-20/+16
2019-01-09Allow GMs without access to @item to purchase gift boxes for eventsJesusaves1-0/+51
I'm looking at you @demure Please do not abuse, the rewards on the boxes raises much more than the GM price.
2019-01-08Register Woody quest in Hurnscald Reputation Controller.Jesusaves1-1/+1
2019-01-05Minor bugfixesJesusaves1-4/+4
2019-01-04Ok, enough testing for now, players will have enough lead to don't feel lost atJesusaves1-1/+1
Tulimshar, and enough reason to leave city walls and visit the mines. Reason being, Giant Maggots are now just too much powerful for those Apane clones %%e
2019-01-02[skip ci] fully playtestJesusaves1-1/+1
2019-01-02Fix bugs on LuaJesusaves1-8/+8
2019-01-01[skip ci] Minimum level 20, but advised level is 30Jesusaves1-0/+2
2019-01-01Start redesigning main storyline.Jesusaves1-14/+104
Second stop is Hurnscald Prefecture, which is TODO. Halinarzo main quest arc will end up being thrown to level 50 players it seems
2018-12-28Halinarzo now have a reputation mechanism (it is a major city)Jesusaves1-4/+5
This affects party price
2018-12-19Reduce guild price to 50.000 GPJesusaves1-1/+1
2018-12-19Raise event coins poll from 20 to 30Jesusaves1-5/+5
2018-12-19Party creation price can drop to 5300 assuming you've done every quest.Jesusaves1-0/+4
So in pratice, you'll still be paying over 6000 GP...
2018-12-17Stop beating around the bush. reputation() now returns a 0~100 int.Jesusaves1-3/+3
2018-12-15Fix typos + replace @resync code with an @refresh callJesusaves1-1/+1
2018-12-14Tips for newcomers, with a shout out for @ApaneJesusaves1-0/+13
2018-12-14New Hercules Syntax for getnpcid().Jesusaves3-3/+3
sed -i 's/getnpcid(0, /getnpcid(/g' */*.txt
2018-10-29Help again new players at Tulimshar (Player Story, Part II)Jesusaves1-0/+34
2018-10-29Add another section at Lua so players don't get lost on TulimsharJesusaves1-0/+3
2018-09-17Tease players into getting the Legendary Mount. Only Jesus and Saulc have enoughJesusaves1-5/+9
contribution points for that, and Jesus is way too poor for not playing the game, so only Saulc can get it, but sssh, it's NOT impossible! ...Ok, only a little. ........a huge little.
2018-07-02[skip ci] commented codeJesusaves1-0/+2
2018-07-02Update EstardJesusaves1-7/+2
2018-06-30Wrong operand logic on LuaJesusaves1-5/+5
2018-06-30Fix Estard, FOREVERJesusaves1-1/+1
2018-06-29Sanitize quest log [skip ci]Jesusaves1-7/+7