summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-10-22Add packet ZC_ITEM_PREVIEW.Andrei Karas3-0/+38
It allow show item preview in already opened preview window.
2018-10-22Add missing checks into camera packets.Andrei Karas1-0/+2
2018-10-22Update packet ZC_REMOVE_EFFECT for zero clients.Andrei Karas1-2/+2
2018-10-22Update packet ZC_ADD_QUEST_EX.Andrei Karas2-3/+13
2018-10-22Update packet ZC_ALL_QUEST_LIST.Andrei Karas2-3/+13
2018-10-22Update packet ZC_UPDATE_MISSION_HUNT_EXAndrei Karas2-3/+11
2018-10-22Update non shuffle packets list up to 2018-10-17Andrei Karas1-0/+24
2018-10-22Update shuffle packets up to 2018-10-17Andrei Karas3-6/+9
2018-10-22Update keys up to 2018-10-17Andrei Karas2-4/+6
2018-10-22Update messages up to 2018-10-10.Andrei Karas1-2/+4
2018-10-22Merge pull request #2251 from Asheraf/pr3Haru5-1/+43
Add new type for mercenary class to setquestinfo()
2018-10-22Merge pull request #2250 from Asheraf/pr2Haru1-12/+1
change showevent icon validation to use function from questinfo
2018-10-21Merge pull request #2234 from dastgirp/issue/2217Haru1-0/+4
Fixed Assertion Error when refine is failed
2018-10-21Merge pull request #2172 from dastgirp/enhance/getiteminfoHaru2-0/+22
Updated getiteminfo and setiteminfo.
2018-10-21Merge pull request #2182 from guilherme-gm/201808-trapfixHaru8-16/+142
Fixes some issues with traps
2018-10-21Updated getiteminfo and setiteminfo.Dastgir2-0/+22
Added ITR_TRADE (Trade restriction) for both script commands
2018-10-21Merge pull request #2252 from Asheraf/pr4Haru1-0/+5
fix PACKET_ZC_PROPERTY_HOMUN size for old clients
2018-10-21Merge pull request #2208 from dastgirp/issue/2177Haru3-8/+11
Changes the item price to 1 if it is 0
2018-10-13Fixed Issue #2177Dastgir3-8/+11
If Item Price is 0, it is now changed to 1.
2018-10-13Fixed Assertion Error when refine is failed.Dastgir1-0/+4
Fixes #2217
2018-10-07Merge pull request #2239 from guilherme-gm/201810-assertion_berserkHaru1-1/+3
Fixes an assertion error when sc_end is called for SC_BERSERK
2018-10-07Merge pull request #2235 from dastgirp/issue/2210Haru1-3/+2
Fixed failed assertion in guild invite.
2018-10-07Merge pull request #2240 from Helianthella/getd-constHaru1-1/+3
allow buildin_getd to work with constants and params
2018-10-07Merge pull request #2238 from Helianthella/varofpcHaru1-80/+13
fix setting char/account variables of another player
2018-10-07Merge pull request #2227 from Helianthella/validatezenyHaru1-14/+16
only update zeny achievements and logs for non-zero transactions
2018-10-07HPM Hooks UpdateHercules.ws5-0/+134
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-05Add at command @camerainfo.Andrei Karas1-0/+19
2018-10-04Add script commands for show camera info window and change camera parameters.Andrei Karas3-3/+33
New script commands: camerainfo, changecamera
2018-10-04Add packet ZC_CAMERA_INFO.Andrei Karas3-0/+40
This packet allow show camera info, or change camera parameters.
2018-10-03fix PACKET_ZC_PROPERTY_HOMUN size for old clientsAsheraf1-0/+5
this bug was introduced in eb54c762a3e9ca00fab5ff94a082861e1b70c0e0
2018-10-03Add new type for mercenary class to setquestinfo()Asheraf5-1/+43
2018-10-03Add script command for remove special effect.Andrei Karas1-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-03Add packet ZC_REMOVE_EFFECT.Andrei Karas3-0/+49
2018-10-02Update inventory packets for 2018-10-02 main clients.Andrei Karas2-35/+35
2018-10-02Update non shuffle packets list up to 2018-10-02Andrei Karas1-0/+18
2018-10-02Update messages up to 2018-10-02.Andrei Karas2-4/+46
2018-10-02Add comment about missing option in packet ZC_RESULT_MAKE_GUILD.Andrei Karas1-0/+1
2018-10-02Update HPM.Andrei Karas4-13/+80
2018-10-02Fix getting achievement reward packets order.Andrei Karas4-27/+47
Also split achievement reward function to parts.
2018-10-02Fix achievement reward packet.Andrei Karas3-4/+5
2018-10-02Update shuffle packets to 2018-10-02Andrei Karas3-6/+9
2018-10-02Update keys to 2018-10-02Andrei Karas2-4/+6
2018-10-02change showevent icon validation to use function from questinfoAsheraf1-12/+1
2018-10-01use the regular pc->setregistry to set vars of another chargumi1-103/+12
this will prevent further errors, and will allow setting special variables such as `#CASHPOINTS`
2018-10-01fix setting char/account variables of another playergumi1-2/+26
2018-10-01allow buildin_getd to work with constants and paramsgumi1-1/+3
this is highly discouraged, but it should still work
2018-10-01Fixes an assertion error when sc_end is called for SC_BERSERKGuilherme G. Menaldo1-1/+3
2018-10-02Fixed failed assertion in guild invite.Dastgir1-3/+2
When player accepts invite, add them to member structure. Fixes #2210
2018-09-28only update zeny achievements and logs for non-zero transactionsgumi1-14/+16
2018-09-28Add comment for another field value in packet ZC_ACK_REQ_JOIN_GUILD.Andrei Karas1-0/+1