summaryrefslogtreecommitdiff
path: root/src/emap/pc.c
AgeCommit message (Collapse)AuthorFilesLines
2024-05-08Botter SyndromeJesusaves1-0/+29
2020-09-12update the call syntax of some internal functionsgumi1-1/+1
2019-10-17And now remove the cheat mentioned on previous commit; When resetting statsJesusaves1-1/+50
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-23/+42
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.
2019-09-04Disable req attributes checks in items on connect.Andrei Karas1-0/+5
2019-09-03Revert "Drop support for Required<> params in ItemDB"Jesusaves1-2/+0
This reverts commit 4a6c4e17275bc82c20bb768861ce8918d35b9965.
2019-09-03Drop support for Required<> params in ItemDBJesusaves1-0/+2
2019-04-08Update from herculesAndrei Karas1-0/+7
2019-01-23Update from herculess20190211Andrei Karas1-6/+6
2018-11-02Update from hercules.Andrei Karas1-1/+1
2018-09-25Fix compilation after hercules update.Andrei Karas1-0/+1
2018-09-25Hercules update.Andrei Karas1-6/+13
2018-07-26Fix compilation after hercules update.Andrei Karas1-0/+3
2018-06-14Fix compilaiton error after hercules update.Andrei Karas1-2/+2
2018-06-14Update from hercules. Fix compilation errors.Andrei Karas1-3/+3
2018-04-19Load all skills independend on job types.Andrei Karas1-0/+7
2018-04-19Allow death penalty for any jobs.Andrei Karas1-0/+6
2018-04-19Dont preserv hardcoded skill in skill tree based on job.Andrei Karas1-0/+9
2018-04-19Dont add hard coded sc effects after levelup.Andrei Karas1-0/+5
2018-04-19Dont add hardcoded skills into tree for some races.Andrei Karas1-0/+7
2018-04-19Dont reset NV_TRICKDEAD from non human races.Andrei Karas1-0/+29
2017-09-25Fix compilation with updated hercules.s20171107s20171023Andrei Karas1-2/+2
2017-09-18Fix plugin compilation after hercules update.Andrei Karas1-29/+37
2017-07-12Add player self flags packet (0xb25)Andrei Karas1-0/+2
Now it include group id Also change plugin version to 18.
2017-04-04Send current player language in send_pc_info.Andrei Karas1-0/+1
Send send_pc_info if language was changed. Also change plugin version to 17.
2016-12-13Fix plugin after server update.Andrei Karas1-26/+31
2016-10-24Port some new code from hercules in replaced functions.s20161213Andrei Karas1-0/+3
2016-08-13Add own pc_jobchange function. not change job exp and send new packet for ↵s20160814Andrei Karas1-0/+221
slots changes.
2016-07-31Use VECTOR for allowed cards array.Andrei Karas1-4/+10
2016-07-17Fix compilation warning after server update.Andrei Karas1-2/+2
2016-06-27Remove debug message.Andrei Karas1-1/+0
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas1-78/+125
2016-05-02Add into all files where need #include "plugins/HPMHooking.h"Andrei Karas1-0/+2
2016-04-28Fix different warnings.Andrei Karas1-4/+12
2016-04-27Add killer id packet.Andrei Karas1-0/+13
Change plugin version to 14.
2016-04-25Allow use colored messages in chat, even if # already used for gm commands.Andrei Karas1-0/+36
2016-03-30Add missing checks.Andrei Karas1-4/+9
2016-03-20Copy child adoption functions to plugin and remove job and rings checks.Andrei Karas1-0/+85
2016-03-06Add support for show accessory slots.Andrei Karas1-1/+5
2015-10-20Add support for item attribute RequiredSkill.Andrei Karas1-1/+2
2015-10-19Add extended mount support.Andrei Karas1-1/+6
2015-10-19add mount into pc into packet.Andrei Karas1-1/+8
2015-10-18Rename malloc.h to memmgr.h in includes.Andrei Karas1-1/+1
2015-10-17Add support for insert cards script.Andrei Karas1-0/+31
2015-10-13Add support for take (pickup) script for items taked from ground by player.Andrei Karas1-8/+37
2015-10-13Add support for drop script for items dropped by player.Andrei Karas1-0/+36
2015-10-01Add missing post suffix.Andrei Karas1-7/+7
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-19Fix compilation errors after last changes.Andrei Karas1-2/+3