Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-15 | Update Quest Variables Documentation | Emistry Haoyan | 2 | -108/+262 | |
- Changed into markdown format. | |||||
2018-10-15 | Update Monster Modes Documentation | Emistry Haoyan | 3 | -114/+73 | |
- Changed into markdown format. | |||||
2018-10-15 | Update Item Bonus Documentation | Emistry Haoyan | 2 | -444/+436 | |
- Change into markdown format. | |||||
2018-10-13 | Fixed Issue #2177 | Dastgir | 4 | -8/+19 | |
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-13 | Fixes LGTM Alert: Added Exceptions | Dastgir | 3 | -3/+3 | |
2018-10-13 | Fix a few typos in README | Jackson | 1 | -9/+9 | |
2018-10-11 | add constants for max menu length and options | gumi | 4 | -17/+24 | |
2018-10-11 | bake buildin_prompt into buildin_select and clarify the difference between ↵ | gumi | 3 | -94/+23 | |
the two | |||||
2018-10-10 | Add some item db placeholders | Asheraf | 2 | -0/+4930 | |
2018-10-07 | Merge pull request #2253 from Emistry/doc_permission | Haru | 5 | -42/+54 | |
Update Permission Documents | |||||
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 | 2 | -1/+9 | |
allow buildin_getd to work with constants and params | |||||
2018-10-07 | Merge pull request #2237 from Helianthella/template | Haru | 4 | -75/+67 | |
[github] make the pull request template less ugly | |||||
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 #2230 from akshat157/effect_list.md | Haru | 2 | -986/+1126 | |
Fixes #2215: Turn effect_list.txt into effect_list.md | |||||
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-07 | Merge pull request #2226 from 4144/updatepackets | Haru | 25 | -96/+487 | |
Update and fix packets up to 2018-10-02 | |||||
2018-10-07 | Removing the use of Equivalence operator in utils.py | Dastgir | 1 | -3/+3 | |
2018-10-07 | Python: Explicitely truncate value to int | Dastgir | 1 | -1/+1 | |
2018-10-07 | Removed unused variable from utils.py | Dastgir | 1 | -1/+0 | |
2018-10-07 | Fixed Logically Dead Code | Dastgir | 1 | -23/+0 | |
2018-10-06 | update at_bodystyle allowed jobs check | Asheraf | 1 | -12/+1 | |
2018-10-06 | mesf npc/woe-se | Habilya | 1 | -592/+592 | |
2018-10-06 | Updated Effect List document | Emistry Haoyan | 1 | -971/+1116 | |
- Updated effect list based on db/constant.conf - Added Constant Name column | |||||
2018-10-06 | Update Permission Documents | Emistry Haoyan | 5 | -42/+54 | |
- Changed into markdown format. | |||||
2018-10-05 | Add at command @camerainfo. | Andrei Karas | 4 | -1/+28 | |
2018-10-05 | Implement status reduction script command. | Emistry Haoyan | 3 | -0/+63 | |
- for stat reduction support. - return the amount of status point required to increase a status. | |||||
2018-10-04 | Add script commands for show camera info window and change camera parameters. | Andrei Karas | 4 | -3/+49 | |
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 | [github] refresh the issue template | gumi | 3 | -54/+55 | |
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 | 6 | -1/+44 | |
2018-10-03 | Add script command for remove special effect. | Andrei Karas | 2 | -0/+56 | |
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 | Update idle criteria | Emistry Haoyan | 3 | -0/+16 | |
- remove idle when interact with scripts. | |||||
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 | |