Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-22 | Update keys up to 2018-10-17 | Andrei Karas | 2 | -4/+6 | |
2018-10-22 | Update messages up to 2018-10-10. | Andrei Karas | 1 | -2/+4 | |
2018-10-22 | Merge pull request #2251 from Asheraf/pr3 | Haru | 5 | -1/+43 | |
Add new type for mercenary class to setquestinfo() | |||||
2018-10-22 | Merge pull request #2250 from Asheraf/pr2 | Haru | 1 | -12/+1 | |
change showevent icon validation to use function from questinfo | |||||
2018-10-21 | Merge pull request #2234 from dastgirp/issue/2217 | Haru | 1 | -0/+4 | |
Fixed Assertion Error when refine is failed | |||||
2018-10-21 | Merge pull request #2172 from dastgirp/enhance/getiteminfo | Haru | 2 | -0/+22 | |
Updated getiteminfo and setiteminfo. | |||||
2018-10-21 | Merge pull request #2182 from guilherme-gm/201808-trapfix | Haru | 8 | -16/+142 | |
Fixes some issues with traps | |||||
2018-10-21 | Updated getiteminfo and setiteminfo. | Dastgir | 2 | -0/+22 | |
Added ITR_TRADE (Trade restriction) for both script commands | |||||
2018-10-21 | Merge pull request #2252 from Asheraf/pr4 | Haru | 1 | -0/+5 | |
fix PACKET_ZC_PROPERTY_HOMUN size for old clients | |||||
2018-10-21 | Merge pull request #2208 from dastgirp/issue/2177 | Haru | 3 | -8/+11 | |
Changes the item price to 1 if it is 0 | |||||
2018-10-13 | Fixed Issue #2177 | Dastgir | 3 | -8/+11 | |
If Item Price is 0, it is now changed to 1. | |||||
2018-10-13 | Fixed Assertion Error when refine is failed. | Dastgir | 1 | -0/+4 | |
Fixes #2217 | |||||
2018-10-07 | Merge pull request #2239 from guilherme-gm/201810-assertion_berserk | Haru | 1 | -1/+3 | |
Fixes an assertion error when sc_end is called for SC_BERSERK | |||||
2018-10-07 | Merge pull request #2235 from dastgirp/issue/2210 | Haru | 1 | -3/+2 | |
Fixed failed assertion in guild invite. | |||||
2018-10-07 | Merge pull request #2240 from Helianthella/getd-const | Haru | 1 | -1/+3 | |
allow buildin_getd to work with constants and params | |||||
2018-10-07 | Merge pull request #2238 from Helianthella/varofpc | Haru | 1 | -80/+13 | |
fix setting char/account variables of another player | |||||
2018-10-07 | Merge pull request #2227 from Helianthella/validatezeny | Haru | 1 | -14/+16 | |
only update zeny achievements and logs for non-zero transactions | |||||
2018-10-07 | HPM Hooks Update | Hercules.ws | 5 | -0/+134 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-10-05 | Add at command @camerainfo. | Andrei Karas | 1 | -0/+19 | |
2018-10-04 | Add script commands for show camera info window and change camera parameters. | Andrei Karas | 3 | -3/+33 | |
New script commands: camerainfo, changecamera | |||||
2018-10-04 | Add packet ZC_CAMERA_INFO. | Andrei Karas | 3 | -0/+40 | |
This packet allow show camera info, or change camera parameters. | |||||
2018-10-03 | fix PACKET_ZC_PROPERTY_HOMUN size for old clients | Asheraf | 1 | -0/+5 | |
this bug was introduced in eb54c762a3e9ca00fab5ff94a082861e1b70c0e0 | |||||
2018-10-03 | Add new type for mercenary class to setquestinfo() | Asheraf | 5 | -1/+43 | |
2018-10-03 | Add script command for remove special effect. | Andrei Karas | 1 | -0/+45 | |
New script command: removespecialeffect *removespecialeffect(<effect number>{, <send_target>{, <unit id>{, <account id>}}}) *removespecialeffect(<effect number>{, <send_target>{, "<NPC Name>"{, <account id>}}}) | |||||
2018-10-03 | Add packet ZC_REMOVE_EFFECT. | Andrei Karas | 3 | -0/+49 | |
2018-10-02 | Update inventory packets for 2018-10-02 main clients. | Andrei Karas | 2 | -35/+35 | |
2018-10-02 | Update non shuffle packets list up to 2018-10-02 | Andrei Karas | 1 | -0/+18 | |
2018-10-02 | Update messages up to 2018-10-02. | Andrei Karas | 2 | -4/+46 | |
2018-10-02 | Add comment about missing option in packet ZC_RESULT_MAKE_GUILD. | Andrei Karas | 1 | -0/+1 | |
2018-10-02 | Update HPM. | Andrei Karas | 4 | -13/+80 | |
2018-10-02 | Fix getting achievement reward packets order. | Andrei Karas | 4 | -27/+47 | |
Also split achievement reward function to parts. | |||||
2018-10-02 | Fix achievement reward packet. | Andrei Karas | 3 | -4/+5 | |
2018-10-02 | Update shuffle packets to 2018-10-02 | Andrei Karas | 3 | -6/+9 | |
2018-10-02 | Update keys to 2018-10-02 | Andrei Karas | 2 | -4/+6 | |
2018-10-02 | change showevent icon validation to use function from questinfo | Asheraf | 1 | -12/+1 | |
2018-10-01 | use the regular pc->setregistry to set vars of another char | gumi | 1 | -103/+12 | |
this will prevent further errors, and will allow setting special variables such as `#CASHPOINTS` | |||||
2018-10-01 | fix setting char/account variables of another player | gumi | 1 | -2/+26 | |
2018-10-01 | allow buildin_getd to work with constants and params | gumi | 1 | -1/+3 | |
this is highly discouraged, but it should still work | |||||
2018-10-01 | Fixes an assertion error when sc_end is called for SC_BERSERK | Guilherme G. Menaldo | 1 | -1/+3 | |
2018-10-02 | Fixed failed assertion in guild invite. | Dastgir | 1 | -3/+2 | |
When player accepts invite, add them to member structure. Fixes #2210 | |||||
2018-09-28 | only update zeny achievements and logs for non-zero transactions | gumi | 1 | -14/+16 | |
2018-09-28 | Add comment for another field value in packet ZC_ACK_REQ_JOIN_GUILD. | Andrei Karas | 1 | -0/+1 | |
2018-09-24 | Add comment to packet 0x2cc. | Andrei Karas | 1 | -0/+1 | |
2018-09-24 | Show any unhandled CZ packets in map server console. | Andrei Karas | 2 | -3/+20 | |
2018-09-24 | Merge pull request #2193 from Helianthella/mes | Asheraf | 1 | -3/+7 | |
buildin_mes shorthand | |||||
2018-09-23 | Merge pull request #2209 from dastgirp/issue/2173 | Haru | 1 | -1/+3 | |
Fixes #2173 | |||||
2018-09-23 | Merge pull request #2204 from dastgirp/issue/2201 | Haru | 1 | -1/+2 | |
Fixed issue #2201 | |||||
2018-09-23 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-09-23 | Merge pull request #2149 from dastgirp/plugin/db2sql | Haru | 1 | -1/+329 | |
MobSkillDB to SQL conversion | |||||
2018-09-23 | Merge pull request #2218 from Asheraf/questinfo_fix | Haru | 3 | -16/+37 | |
Fix wrong validation for quests in setquestinfo |