summaryrefslogtreecommitdiff
path: root/src/emap/pc.h
AgeCommit message (Collapse)AuthorFilesLines
2024-05-08Botter SyndromeJesusaves1-0/+5
2019-10-17And now remove the cheat mentioned on previous commit; When resetting statsJesusaves1-0/+3
equipment requeriments will be unequipped. FINALLY. The bug was data being set to NULL...
2019-10-17Fix the mage set and the quiver bug, hopefully without introducing a new one.Jesusaves1-0/+4
If you reset status, you'll be able to be equipping an item you otherwise wouldn't be able to. That allows you to circumvent stat restrictions. Option for Atk, MAtk, Def and MDef requeriments were removed. Only base stat counts.
2018-11-02Update from hercules.Andrei Karas1-1/+1
2018-04-19Load all skills independend on job types.Andrei Karas1-0/+3
2018-04-19Allow death penalty for any jobs.Andrei Karas1-0/+2
2018-04-19Dont preserv hardcoded skill in skill tree based on job.Andrei Karas1-0/+3
2018-04-19Dont add hard coded sc effects after levelup.Andrei Karas1-0/+2
2018-04-19Dont add hardcoded skills into tree for some races.Andrei Karas1-0/+3
2018-04-19Dont reset NV_TRICKDEAD from non human races.Andrei Karas1-0/+2
2017-09-25Fix compilation with updated hercules.s20171107s20171023Andrei Karas1-2/+2
2016-08-13Add own pc_jobchange function. not change job exp and send new packet for ↵s20160814Andrei Karas1-0/+4
slots changes.
2016-07-17Fix compilation warning after server update.Andrei Karas1-1/+1
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas1-65/+109
2016-04-27Add killer id packet.Andrei Karas1-0/+4
Change plugin version to 14.
2016-04-25Allow use colored messages in chat, even if # already used for gm commands.Andrei Karas1-0/+3
2016-03-20Copy child adoption functions to plugin and remove job and rings checks.Andrei Karas1-0/+8
2015-10-17Add support for insert cards script.Andrei Karas1-0/+4
2015-10-13Add support for take (pickup) script for items taked from ground by player.Andrei Karas1-0/+4
2015-10-13Add support for drop script for items dropped by player.Andrei Karas1-0/+5
2015-10-01Add missing post suffix.Andrei Karas1-3/+3
2015-10-01Rename some functions in same way like it named in server.Andrei Karas1-1/+1
2015-09-28Update copyright year.Andrei Karas1-1/+1
2015-08-17Add support for card limits.Andrei Karas1-0/+2
Into item db to item need add AllowCards group. In format id: amount If AllowCards not present, all cards allowed. Example: AllowCards: { id5001: 2 id5002: 1 }
2015-08-14Add basic support for charm items (If item present in inventory it give own ↵Andrei Karas1-0/+12
bonuses) For char item in items.conf need add attribute "Charm: true"
2015-08-12Send to client if possible equipped items with inserted cards.Andrei Karas1-1/+1
Change server version to 7.
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵Andrei Karas1-0/+42
hercules.