Age | Commit message (Expand) | Author | Files | Lines |
2016-12-02 | Merge pull request #1405 from Emistry/scriptcommand_makeitem2 | Haru | 1 | -1/+26 |
2016-10-16 | Merge pull request #1476 from Asheraf/documentation | Ridley | 1 | -0/+1 |
2016-10-16 | Change *getcharid to use constants | Asheraf | 1 | -32/+32 |
2016-10-13 | missing type at setlook documentation | Asheraf | 1 | -0/+1 |
2016-09-12 | Add script command navigateto. Add packet for this command. | Andrei Karas | 1 | -0/+33 |
2016-08-31 | Merge branch 'master' of https://github.com/HerculesWS/Hercules into scriptco... | Emistry Haoyan | 1 | -8/+8 |
2016-08-29 | *strnpcinfo now uses constants | Asheraf | 1 | -8/+8 |
2016-08-28 | Update *makeitem2 script command | Emistry Haoyan | 1 | -1/+26 |
2016-08-21 | Syntax clean up in the script documentation | Haru | 1 | -1652/+1680 |
2016-08-20 | Updated references to the old config in the documentation | Haru | 1 | -32/+37 |
2016-07-21 | Remove duplicate entry for getnameditem function on script commands documenta... | Reid | 1 | -19/+0 |
2016-06-25 | Added mesf() command (combination of mes() and sprintf()) | Haru | 1 | -0/+17 |
2016-06-25 | Removed the uncommon (and useless) multi-argument variant of mes() | Haru | 1 | -9/+1 |
2016-06-25 | Re-implemented BUILDIN(sprintf) | Haru | 1 | -4/+69 |
2016-04-11 | Fix a typo in script_commands.txt, | Reid | 1 | -1/+1 |
2016-02-29 | Added gender-related constants SEX_MALE/SEX_FEMALE | Emistry | 1 | -3/+6 |
2016-01-16 | Remove VAR_ constants | AnnieRuru | 1 | -2/+2 |
2016-01-13 | Converted const.txt to libconfig format | Haru | 1 | -40/+43 |
2016-01-05 | Add *swap script command | AnnieRuru | 1 | -0/+13 |
2015-12-31 | Replaced leftover -1 view IDs with FAKE_NPC | Haru | 1 | -8/+8 |
2015-12-26 | Add *setgroupid script commands. | Emistry | 1 | -0/+8 |
2015-12-22 | Throw error when variable name length too long | AnnieRuru | 1 | -1/+2 |
2015-12-22 | Update *dispbottom script command to allow 0xRRGGBB color | AnnieRuru | 1 | -3/+4 |
2015-12-22 | Update *message script command to allow to use account ID | AnnieRuru | 1 | -2/+3 |
2015-12-20 | *explode return array size. | Emistry | 1 | -2/+4 |
2015-12-20 | Add color constants for announcement and mes | AnnieRuru | 1 | -6/+13 |
2015-12-18 | Add *getunittype and update *getmapxy | AnnieRuru | 1 | -20/+38 |
2015-12-18 | *Fix the misleading label name length | AnnieRuru | 1 | -6/+4 |
2015-12-18 | *Correct the wrong example for *queueopt | AnnieRuru | 1 | -1/+1 |
2015-12-18 | Fix documentation error for autobonus trigger rate | AnnieRuru | 1 | -1/+1 |
2015-12-06 | Fix some documentations on doc/script_commands.txt | AnnieRuru | 1 | -5/+10 |
2015-11-17 | Add some FAQ documentation that some script command can return value | AnnieRuru | 1 | -0/+3 |
2015-11-15 | Fixed too-generic constant names of gettime() types | Haru | 1 | -20/+18 |
2015-11-14 | Standardized script-queue related commands | Haru | 1 | -16/+24 |
2015-11-14 | Fix @QMapChangeTo$ not usable when HQO_OnMapChange triggered | AnnieRuru | 1 | -0/+3 |
2015-11-14 | Corrected an issue causing queue iterators not to return their last value | Haru | 1 | -2/+4 |
2015-10-27 | Replaced parameter type with constant. | Emistry | 1 | -49/+52 |
2015-10-26 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | Dastgir | 1 | -7/+45 |
2015-10-26 | Updated script documentation | Dastgir | 1 | -0/+15 |
2015-09-28 | Added Missing ScriptCommands in the doc. | Dastgir | 1 | -7/+45 |
2015-09-06 | Revert "Revert "Updated getwaitingroomstate() script command."" | Emistry | 1 | -1/+6 |
2015-09-06 | Revert "Updated getwaitingroomstate() script command." | Emistry | 1 | -6/+1 |
2015-09-06 | Updated getwaitingroomstate() script command. | Emistry | 1 | -1/+6 |
2015-08-31 | npctalk support extra npc name parameter. | Emistry | 1 | -1/+2 |
2015-08-31 | Updated doc/script_commands.txt | Emistry | 1 | -4/+7 |
2015-08-09 | Deprecated use of numeric NPC view IDs. Use constants instead. | Haru | 1 | -15/+16 |
2015-08-09 | Removed deprecated script command checkre | Haru | 1 | -24/+0 |
2015-08-05 | Add optional parameter to warp script command for prevent stoping npc scripts... | Andrei Karas | 1 | -1/+5 |
2015-07-20 | Fix typo in script_commands.txt | Dastgir | 1 | -1/+1 |
2015-07-05 | Added script command `showscript "<message>"{,<GID>};` | Emistry | 1 | -0/+7 |