summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge pull request #401 from GmOcean/masterHaruna1-14/+199
2014-12-06Removed extra ? in *equip2 code.GmOcean1-1/+1
2014-12-04Edited *changebase command, replaced unnecessary code with it's equivalent th...GmOcean1-9/+2
2014-12-04Added explicit parenthesis for *checkbound command, during the check for boun...GmOcean1-1/+1
2014-12-03Modified *checkbound & *equip2 commands in src/map/script.cGmOcean1-9/+8
2014-12-02Replace some direct methods usage to interfaces.Andrei Karas1-1/+1
2014-12-02Removed checkquest commandHaru1-18/+0
2014-12-02Removed petheal commandHaru1-50/+7
2014-12-02Removed jump_zero commandHaru1-1/+0
2014-11-29Updated script.c to reflect suggestion by QQfoolsorellina as well as an unuse...GmOcean1-16/+6
2014-11-23Fixed whitespaceGmOcean1-39/+39
2014-11-23Added Commands to script_commands.txt and script.cGmOcean1-19/+222
2014-11-15Add support for plugin options in map server config (script.conf).Andrei Karas1-1/+4
2014-11-14Add ability to add deprecated command from scripts and plugins.Andrei Karas1-2/+2
2014-11-10Fix interfaces methods usage.Andrei Karas1-4/+4
2014-11-02Marked commands 'enablearena' and 'disablearena' as deprecated.Haru1-2/+2
2014-11-02Marked command 'cmdothernpc' as deprecated.Haru1-1/+1
2014-11-02Marked command 'save' as deprecated.Haru1-1/+1
2014-11-02Added min() and max() script commandsHaru1-0/+32
2014-10-31Fixed some errors pointed out by clang's static analyzerHaru1-2/+1
2014-10-29Added 2014 Halloween Event and made status change parameter optional on montr...Taylor Locke1-7/+16
2014-10-30Deprecated checkriding and setriding commandsHaru1-2/+2
2014-10-30Deprecated checkdragon and setdragon commandsHaru1-2/+2
2014-10-30Deprecated checkmadogear and setmadogear commandsHaru1-2/+2
2014-10-28Removed some temporary case-check error messages.Haru1-46/+1
2014-10-28Marked command 'checkquest' as deprecatedHaru1-1/+1
2014-10-27Marked the petheal command as deprecatedHaru1-1/+1
2014-10-27Removed undocumented setr command. It was never meant to be available.Haru1-17/+17
2014-10-27Marked command jump_zero as deprecated.Haru1-10/+13
2014-10-27Added source support to mark script commands as deprecatedHaru1-2/+8
2014-10-25Added some missing variable initializationsHaru1-19/+14
2014-10-24Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 3)Taylor Locke1-0/+133
2014-10-24Renamed ismounting, setmounting, @mount2Haru1-10/+13
2014-10-24pc_isriding* / pc_setriding* cleanupHaru1-18/+19
2014-10-24Restored ability to differentiate between active and inactive questsHaru1-0/+18
2014-10-24Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 2)Taylor Locke1-4/+59
2014-10-24Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 1)Taylor Locke1-0/+24
2014-10-18Renamed DeprecationWarning to DeprecationCaseWarning, since that's what it is...Haru1-1/+1
2014-10-18Revert "Some Quality of Life Changes"Haru1-102/+5
2014-10-18Some Quality of Life ChangesTaylor Locke1-5/+102
2014-10-15Fixes some typo on replacestr.dastgir1-1/+1
2014-09-23Fixed bug 8365AnnieRuru1-2/+0
2014-09-20Fixed Bug 8301shennetsind1-2/+4
2014-09-20Replaced hardcoded values with constants for status_change_start's flagHaru1-12/+7
2014-09-16Follow: https://github.com/HerculesWS/Hercules/commit/8ab61745b81d1cf0602c799...Michieru1-3/+3
2014-09-03Add *getguildmember script commandAnnieRuru1-0/+44
2014-09-01Add MAX_REFINE as hard-coded constantAnnieRuru1-0/+1
2014-08-31follow upAnnieRuru1-2/+2
2014-08-29Fix status def calculation (bug:8306)Michieru1-93/+55
2014-08-20Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125Haru1-1/+1