summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2019-09-19Application tax ×2 on town offices. Treasure Chest rework involving blueprintsJesusaves1-3/+3
2019-09-19Treasure box: Add Gold Pieces on it (at 1% tier), downgrade Coin Bag (to 10% ↵Jesusaves1-2/+2
tier)
2019-09-18Lockpicks: Rewrite the warning about time running out.Jesusaves1-1/+1
It is unreliable, btw.
2019-09-18Rewrite lockpicks minigame failsafe system.Jesusaves1-2/+10
Max Fail is now based on Thief Rank + Number of Pins. You may be informed about running out of time (need rework). NOTE: Max Fail is capped, it will NEVER give you 100% success rate!
2019-09-17Lightbringer cooldown, otherwise it may get too OPJesusaves1-1/+1
2019-09-17Fix typos bugs on Nivalis Heroic DeedsJesusaves1-3/+3
2019-09-17Light bringer NPC - Players are now officially allowed to hold it, as longJesusaves2-3/+187
as they got at least 60 LB Matrix points.
2019-09-17Rename file gmbot → mkbotJesusaves1-0/+0
2019-09-15Rewrite Ched, hotfix patch FOR R10.0 LIVE SERVERJesusaves2-4/+3
2019-09-14Update versionJesusaves1-4/+5
2019-09-14FSF Day (license check finally completed) event was canceledJesusaves1-2/+3
2019-09-14Update Hall Of Sponsor - why was this translatable, anyway?Jesusaves1-1/+1
2019-09-14Well, it was pretty obvious this was broken, and cleanup is neededJesusaves1-1/+5
2019-09-13The bug on 011-3 bridges was a missing argumentJesusaves1-1/+1
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