summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2020-09-14[skip ci] magic notesJesusaves1-6/+15
2020-09-14Alchemy Table: Now you should be able to brew multiple instances at once!Jesusaves1-0/+4
However, this is expensive. Sponsors, who pay for hardware, can brew up to 25x at once. Everyone else like me, who lives with other ppl money, will be capped to 10x at once. I think 10 will be plenty without putting too much burden on the server.
2020-09-06Disable looting mode from summons.Jesusaves1-2/+1
Also ensure all summons can suffer from knockback. There are other stuff I could do, but for now, it is not necessary
2020-08-25A couple v2->v3 replacements I've missed.Jesusaves1-1/+9
Are you happy now, @Avish and @Kolchak ? %%\ :inGame_TODO: %%Q
2020-08-25Probably not the brightest idea, but - Import use count from skills which wereJesusaves1-0/+36
replaced in v2->v3 upgrade. This may be taking count from as far as 2018.
2020-08-25Each (successful) skill use should now give you -1 RP cost :>Jesusaves1-0/+3
Patch by Mathias Cronqvist. All uses prior to this patch WILL BE COUNTED. Bugs may be present, WATCH OUT.
2020-08-23Merge branch 'frostia-warp-fix' into 'master'Jesusaves1-5/+5
Fixed teleporter bug (hopefully) See merge request TMW2/serverdata!42
2020-08-19Prevent the double-mail bugJesusaves1-0/+3
2020-08-17Just to be sure: Delete the scoreboard display as wellJesusaves1-0/+2
2020-08-17Ensure old event data is NOT carried overJesusaves1-0/+1
2020-08-13Fixed teleporter bug (hopefully)Christopher Chay1-5/+5
2020-08-11Candor Battle now comes with five difficulties:Jesusaves1-2/+2
Easy, Normal, Hard, Out of Mind and Cronqvist Mode. Each mode raises difficulty in 30%, for a total of 150% at Cronqvist Mode. OoM mode is restricted to Candor Top 3. Cronqvist is only available at event.
2020-08-11New Passive Aurora Event: Candor Battle SeasonJesusaves2-13/+20
Loops happen every 6 weeks (ie. 1 month and half) This is how long it takes before an event repeat itself. Improvement!
2020-08-05Replace Hall of Fame with Hall of Honor (same thing!)Jesusaves1-21/+0
2020-08-05Rewrite Hall of ReferralsJesusaves1-21/+21
2020-08-03Fix bug in Filter_FriendlyJesusaves1-1/+1
2020-08-01Oh noes - I've found ANOTHER bug on AFKing %%nJesusaves1-4/+12
2020-08-01Bugs %%iJesusaves2-6/+23
2020-07-31Bugfixes to menuint2Jesusaves1-10/+12
2020-07-31Next attempt at thisJesusaves1-0/+3
2020-07-31Wut, trying to exile yourself? REALLY??Jesusaves1-0/+4
2020-07-31Attempt to fix a C_EQ bugJesusaves1-1/+2
2020-07-31Better formatingJesusaves1-1/+1
2020-07-31Hall of AcademicsJesusaves2-4/+27
2020-07-31Preparatives for Scholar rankJesusaves1-0/+13
2020-07-30Assign real RP valuesJesusaves1-1/+1
Average per level: 10k [REFERENCE GOLD POINT] Study average: 6~60 pts per monster (NEED BOOST)
2020-07-30Skill TMW2_STUDY registeredJesusaves1-1/+1
Cost: 1x Manapple. It is also the most expensive skill in RP terms. No MSP is required for studying (should be obvious)
2020-07-30New Magic Skill Points SystemJesusaves1-8/+5
2020-07-30Inital rule for MSPJesusaves1-1/+8
Seems like a hurdle, though.
2020-07-30Use Lybniz to define a more stable formula for RPJesusaves1-1/+4
Learning 1 MSP skills will never cost research points
2020-07-30Rules for Research PointsJesusaves1-1/+1
2020-07-30Allow GMs to de-auth themselves (@gmoff).Jesusaves1-2/+2
Log their login and logout. Test Server GM auth for Kolchak
2020-07-29Fix the exploit on AFKing, and correct it everywhere elseJesusaves1-0/+11
2020-07-29And in this case, the *real* debug mode, not the test server modeJesusaves1-1/+1
2020-07-29Do not log every skill usage to map logs unless server is in DEBUG modeJesusaves1-1/+0
2020-07-29Better safe than sorryJesusaves1-1/+5
2020-07-28Mapflag on 007-2 so logout do not act as a safe passJesusaves1-0/+5
2020-07-28Iced Water can now be used and will give you a break on the Volcano.Jesusaves1-2/+7
2020-07-28Heat waves and the Volcano B1FJesusaves1-0/+35
2020-07-28If player is exiled, they'll actually pay the taxes.Jesusaves1-1/+7
Non-exiled players will have NPCs paying the taxes for them as usual.
2020-07-28Actually, allow all town admins to exile people.Jesusaves1-2/+3
Because it is fun!
2020-07-28When player is exiled from a town, if they already were saved there, unsave.Jesusaves2-0/+9
2020-07-28Move teleporthome() to utilsJesusaves2-16/+11
2020-07-28Remove savepointparticle entirelyJesusaves1-5/+0
2020-07-28Use EnterTown() on shipsJesusaves1-1/+16
2020-07-28Move POL_LocToTP from Politics to UtilsJesusaves2-26/+27
2020-07-28Initial version of the most powerful power the Town Admin have.Jesusaves3-6/+61
The power to exile a player. Exiles are not logged anywhere. When exiled, player will not be saved to town. This affects respawn and Soul Menhir. It can be circumvent by a few bugs/tricks.
2020-07-28Deprecate savepoint particleJesusaves1-40/+2
2020-07-28Fix typo. Styling.Jesusaves1-2/+2
2020-07-28Fix a bug (a typo) reported by Mathias Cronqvist (@Avish) on Teleporter GatesJesusaves1-1/+1