summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2019-09-11Report town data to GMsJesusaves1-1/+1
2019-09-11Raise sale taxJesusaves1-2/+2
2019-09-11Bread to Hurnscald shopJesusaves1-0/+2
2019-09-11Fix typo on season()Jesusaves1-2/+2
2019-09-11Fix a typoJesusaves1-1/+1
2019-09-11Transmigration: Store latest transmigration in a temporary memory,Jesusaves1-1/+5
so it can be easily repeated. Beware it might not work well with: Coal, IronOre, Snake items, Scorpion items.
2019-09-11Frostia Townhall: Close elections. If we ever have too many players we canJesusaves1-0/+2
open it again, but for now, we can do with only 5 votable towns.
2019-09-11@shroom can get a tad messy with multiple players on same map, but it works.Jesusaves1-2/+3
2019-09-11Allow @shroom command without argumentsJesusaves1-6/+12
The GM gotoing looks a bit broken
2019-09-11Make @shroom arguments optionalJesusaves2-1/+11
2019-09-10Before I forget thisr10.0_190910Jesusaves1-0/+3
2019-09-10Barbara (with right for avatars and all else)Jesusaves1-1/+3
2019-09-10COD Boss Room PvP: Use readparam2(), give 33% chance to get two bottles.Jesusaves1-3/+3
It's kinda pointless it is being so cooperative :3
2019-09-10Replace ~= with compare() in several places.Jesusaves10-19/+23
Make notes about how EXP on PVP shall work. And later, that will give place to an honor system :3 But that's priority 2 out of a maximum of 7, so, only notes for now.
2019-09-09Update POL_Information with new rulesJesusaves1-3/+3
2019-09-09Fix bugsJesusaves1-6/+6
2019-09-09One vote per town and weekly (using TP_ variables for control)Jesusaves1-4/+4
2019-09-09Remove Artis and Esperia Teleporter Constants.Jesusaves4-6/+32
Add LoF teleporter constant. Prepare POL_LocToTP
2019-09-09Elected town admins will be marked to run again for the office free of charge.Jesusaves1-0/+12
They can still apply to another town and their run won't be annuled. This allows a player to control ALL towns ingame. Seu ramo está à frente de 'upstream/master' por 12 submissões.
2019-09-09 You cannot vote on yourself... But an alt char will do the trick.Jesusaves1-1/+8
That would be the middle term. As a result, LoF and Frostia are harder.
2019-09-09Town Admin basic infrastructure:Jesusaves8-7/+148
Invest in exports. Raise reputation. Control taxes. Resign the Office.
2019-09-09“Typoz” are not coolJesusaves1-3/+5
2019-09-09Tweaks to new function sshakeJesusaves2-2/+5
2019-09-09Shake the screen without the interventionJesusaves1-1/+1
2019-09-09Shake screen on BarbaraJesusaves1-0/+1
2019-09-09Partly rewrite @shakeJesusaves1-2/+11
2019-09-09Remove blockersJesusaves1-4/+0
2019-09-09Quest complete!Jesusaves1-2/+68
Reward: 3300 GP, 600k EXP, 25k JEXP. Quest state 19 requires Fortress Island so it will remain WIP.
2019-09-09Fix the wrong switchesJesusaves2-1/+3
2019-09-09Barbara dialog - DONEJesusaves1-2/+215
2019-09-09Being sure never harmsJesusaves1-0/+2
2019-09-08Minor contributor score update (Xanthem score was weird)Jesusaves1-6/+5
2019-09-08Newbie EXP UP: Handle also on login :3Jesusaves1-0/+3
2019-09-08Music can be a GM 60 command for all I careJesusaves1-1/+1
2019-09-08As all musics are currently lower-case, make that a ruleJesusaves1-1/+1
2019-09-08@music updateJesusaves1-1/+5
2019-09-08Record UDT Challenge ranking (for science)Jesusaves2-0/+25
2019-09-08Barbara's name is not yet known as of Quest State 4Jesusaves1-5/+8
2019-09-08This is roughly how the quest will go, I supposeJesusaves2-7/+26
2019-09-08Ctrl update for new logic mechanicJesusaves2-0/+14
2019-09-08Randomize functions on MKJesusaves1-3/+3
2019-09-08When siege stage is over (and MK is making both sieges as personal spawns),Jesusaves2-2/+2
require 500 aggro to begin a siege (instead of 300)
2019-09-07Human updateJesusaves1-2/+2
2019-09-07How did I ignored the existence of unequipbyid and getmapname?Jesusaves2-0/+3
Anyway, add boss fight music to 018-6-3. Hopefully this will become a norm.
2019-09-07I wonder if I should write “hard mode will be enabled” or if it is ↵Jesusaves1-2/+2
better to omit
2019-09-07Playing on hard mode will give you 200 GP.Jesusaves1-0/+5
2019-09-07Hurnscald will need a small fix, let the mayor handle it.Jesusaves1-0/+4
Even if it may affect tax collection >.>
2019-09-07Move main.txt priority up in the load order.Jesusaves1-2/+2
This means functions which relies on other critical functions goes to utils, the smallest of critical functions block (subject to be reverted)
2019-09-07Prepare the final cutscene, but for now, it'll merely report you thatJesusaves2-5/+48
the quest is not yet complete
2019-09-07Exits in Forgotten Shrine (needed, how did I forgot such obvious thing %%n)Jesusaves2-0/+23