summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2019-09-13Bandit Lord - If you die, kill the bandit lord too so it restart at full healthJesusaves1-0/+5
2019-09-13MobPt on fishing: Multiply based on your own level.Jesusaves1-1/+1
Max multiplier is 10x bait rarity.
2019-09-13Alright, maybe 1% is too much, lower that to 0.5%.Jesusaves1-2/+2
All ponds work, but can supply -1 to disable. Luck will have no effect on this calculation.
2019-09-13[Tentacles] when fishing now have 1% chance for [Ancient Blueprint]Jesusaves1-2/+8
Dungeon Fishing (Tulimshar mines) double this value
2019-09-13Players will miss the scout, so use a dispbottomJesusaves1-1/+1
2019-09-12Inar now charge taxes. New function: shop2().Jesusaves1-0/+20
In future, Shop#bazar1 will move to type HIDDEN and will have a placeholder instead to use shop2() functions.
2019-09-11Report town data to GMsJesusaves1-1/+1
2019-09-11Raise sale taxJesusaves1-2/+2
2019-09-11Fix typo on season()Jesusaves1-2/+2
2019-09-11Make @shroom arguments optionalJesusaves1-1/+1
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.Jesusaves5-12/+16
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.Jesusaves1-0/+26
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:Jesusaves1-0/+117
Invest in exports. Raise reputation. Control taxes. Resign the Office.
2019-09-09Tweaks to new function sshakeJesusaves1-1/+4
2019-09-09Partly rewrite @shakeJesusaves1-2/+11
2019-09-09Being sure never harmsJesusaves1-0/+2
2019-09-08Record UDT Challenge ranking (for science)Jesusaves1-0/+17
2019-09-08Randomize functions on MKJesusaves1-3/+3
2019-09-08When siege stage is over (and MK is making both sieges as personal spawns),Jesusaves1-1/+1
require 500 aggro to begin a siege (instead of 300)
2019-09-07How did I ignored the existence of unequipbyid and getmapname?Jesusaves1-0/+1
Anyway, add boss fight music to 018-6-3. Hopefully this will become a norm.
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-07This would be a bugJesusaves1-0/+2
2019-09-07Election: In case of a tie, sort a random selection.Jesusaves1-1/+13
NOTE: Zero votes and first candidate (ID 0) are still giving me some trouble. They might render results inaccuarate
2019-09-07Don't allow GMs to vote, only to see the candidatesJesusaves1-1/+1
Note: GMs are still allowed to candidate themselves. This might be useful if they believe there was fraud in an election, for example? (Not sure)
2019-09-07Report town stats to town admin (money, tax, exports, reputation)Jesusaves1-0/+16
2019-09-07This quest is difficult. Death and/or Logout WILL reset the quest stateJesusaves1-0/+12
2019-09-07Update HUB to use compare()Jesusaves1-6/+6
2019-09-06Quest-exclusive recipe: [Braknar Shield], automatically unlocked, not a ↵Jesusaves1-1/+8
blueprint
2019-09-05Crazyfefe fixJesusaves1-0/+5
2019-09-05New math function: bitmask_count() - counts how many bits are setJesusaves1-0/+19
2019-09-05Beef up a little siege exp bonusJesusaves1-1/+1
2019-09-04Item may break more often while refining.Jesusaves1-11/+11
2019-09-04Restore Orby's Iron Quiver, and assign a bonus for the downtimeJesusaves1-1/+9
2019-09-04Fix leather quiver update timeJesusaves1-4/+4
2019-09-04Crafting bows will now return arrows.Jesusaves1-1/+10
Also, sketch updater for new Leather Quiver costs
2019-09-03Make this... Bold. And red.Jesusaves1-11/+11
2019-09-03Regex fixJesusaves1-2/+18
2019-09-03Use readparam2() instead of readparam() in several placesJesusaves2-2/+2
2019-09-02It's possible to evade taxes, both when buying and selling.Jesusaves1-1/+1
I'll need to force script to run event simply if it exists later, but for now...
2019-09-02Fix bugs involving the tax money going into MORE TAXES instead of town vaultJesusaves1-4/+6
2019-09-02Sale tax incide upon player. Right now, only Hurnscald will tax you.Jesusaves1-0/+2
But soon enough, every single town ingame will have this tax. The default sale tax is 0.05% - Meaning 1 GP each 2000 GP. Completly avoidable. Max sale tax is set as 0.5% which would be 1 GP each 200 GP of sale.
2019-09-02Ask for a tax of 0.05% when selling itemsJesusaves1-0/+20
2019-09-01Newcomer EXPDROPUP: Only 2/3 of EXP, and full bonus as drop.Jesusaves1-1/+1
2019-09-01Update clientversion bugJesusaves1-1/+1