Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-12 | add channel handler events | gumi | 4 | -0/+85 | |
2017-05-12 | Merge pull request #1729 from HerculesWS/uwe_kleine_quest | skyleo | 1 | -2102/+618 | |
Optimize Uwe Kleine NPC, fix typos and an unintended fallthrough in quests_ein Uwe Kleine NPC had a lot of repetition, solved by using functions. There was a case where you'd select the option "About Cooking" which only displays text when ein_cook % 2 == 1 and ein_cook < 10, for any other case it would fallthrough to the next option. Wrong grammar and typos have been corrected as well, some of them outside of the Uwe Kleine NPC. | |||||
2017-05-12 | Optimize Uwe Kleine NPC, fix typos and an unintended fallthrough in quests_ein | skyleo | 1 | -2102/+618 | |
Uwe Kleine NPC had a lot of repetition, solved by using functions. There was a case where you'd select the option "About Cooking" which only displays text when ein_cook % 2 == 1 and ein_cook < 10, for any other case it would fallthrough to the next option. Wrong grammar and typos have been corrected as well, some of them outside of the Uwe Kleine NPC. | |||||
2017-05-09 | Merge pull request #1730 from marky291/patch-1 | smokexyz | 1 | -2/+3 | |
Updated *showscript documentation description. | |||||
2017-05-09 | Constants Documentation Sync | Hercules.ws | 1 | -1/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-05-09 | Merge pull request #1699 from Jedzkie/11-SummerCostume | Haru | 10 | -64/+111 | |
Implemented Official Summer 2 Costume | |||||
2017-05-08 | Updated *showscript documentation description. | marky291 | 1 | -2/+3 | |
2017-05-07 | Spacing correction. (#1728) | marky291 | 1 | -0/+1 | |
2017-05-04 | ItemDB SQL Sync | Hercules.ws | 2 | -12/+12 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-05-04 | Merge pull request #1695 from Jedzkie/7-CashFoodFix | Haru | 8 | -98/+39 | |
Cash Foods Update | |||||
2017-05-04 | Constants Documentation Sync | Hercules.ws | 1 | -0/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-05-04 | Merge pull request #1717 from mekolat/vault2 | Haru | 4 | -2/+22 | |
expose the bank vault to the script engine | |||||
2017-05-01 | Normal Stat food can't override the effect of Cash Stat food. | Jedzkie | 1 | -30/+12 | |
2017-05-01 | Merge pull request #1716 from 4144/packetsupdate | Haru | 1 | -0/+1324 | |
Add packets for most RagexeRE 2016 clients | |||||
2017-05-01 | Merge pull request #1698 from Jedzkie/10-BodyStyle | Haru | 2 | -4/+18 | |
Added job checks for @bodystyle command | |||||
2017-05-01 | Added job checks for @bodystyle command | Jedzkie | 2 | -4/+18 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-04-29 | Fixes #1721 | Jedzkie | 1 | -1/+1 | |
Signed-off-by: Jedzkie <jedzkie13@rocketmail.com> | |||||
2017-04-29 | Merge pull request #1713 from Jedzkie/17-DropAnnounce | Haru | 12 | -52/+22 | |
Fixes #994 | |||||
2017-04-29 | Removal of rare_drop_announce config. | Jedzkie | 7 | -41/+1 | |
2017-04-29 | Fixes #994 | Jedzkie | 6 | -12/+22 | |
2017-04-29 | Constants Documentation Sync | Hercules.ws | 1 | -0/+29 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-04-29 | Merge pull request #1712 from mekolat/canuse2 | Haru | 2 | -0/+153 | |
add permission checking buildins, expose PC permission constants | |||||
2017-04-27 | Merge pull request #1711 from mekolat/checkoption2 | Haru | 2 | -13/+38 | |
allow checkoption et al to check another player | |||||
2017-04-26 | Add encryption packets for 2016 RE clients. | Andrei Karas | 1 | -0/+101 | |
2017-04-26 | Merge pull request #1673 from Smokexyz/IRO | Haru | 2 | -59/+69 | |
Fixes an issue where the unequipped items with options do not re-calculate status. | |||||
2017-04-25 | expose bank vault to the script engine | gumi | 4 | -2/+22 | |
2017-04-26 | HPM Hooks Update | Hercules.ws | 7 | -20694/+20775 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-04-26 | Improve the code style of the generated HPMHooking data | Haru | 1 | -11/+12 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-04-25 | Add some missing entries to sql/upgrades/index.txt | Haru | 1 | -0/+5 | |
This adds some entries from recent and old updates that were missed when adding the corresponding migrations. Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-04-25 | Status effects from Cash Food items cannot be removed by death. | Jedzkie | 2 | -24/+24 | |
2017-04-25 | Removal of cashfood_use_interval setting. | Jedzkie | 5 | -44/+3 | |
2017-04-25 | add permission checking buildins | gumi | 2 | -0/+153 | |
add has_permission() add can_use_command() expose PC permission constants | |||||
2017-04-25 | Merge pull request #1689 from Jedzkie/2-GiantFlyWing | Haru | 5 | -92/+137 | |
Implemented official Giant Fly Wing Effect | |||||
2017-04-25 | Merge pull request #1694 from Jedzkie/6-NPCWorkInProgressFix | Haru | 3 | -20/+32 | |
Added the correct PACKETVER Date for MSG_NPC_WORK_IN_PROGRESS message. | |||||
2017-04-25 | Add shuffle packets for 2016-12-21aRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-12-14bRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-12-07eRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-11-09bRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-10-26bRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-10-12aRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shiffle packets for 2016-09-21bRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-09-07aRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-08-31bRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-07-27bRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-07-20aRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-07-13bRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-07-06cRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-06-30aRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-06-15aRagexeRE. | Andrei Karas | 1 | -0/+34 | |
2017-04-25 | Add shuffle packets for 2016-06-08aRagexeRE. | Andrei Karas | 1 | -0/+34 | |