summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-08Corrected some bonuses in item_options.confDastgir1-27/+37
2017-06-08Corrected Documentation of getequipoption.Dastgir2-7/+7
2017-06-05fix memory leak introduced by 5ceccb7gumi1-0/+4
2017-06-03Merge pull-request #1746Haru134-1196/+1233
This is equivalent to, and replaces, commit 19883c583
2017-06-03Revert "Unify specialeffect, convert legacy scripts (#1746)"Haru134-1233/+1196
This reverts commit 19883c583e5e1471c87ae80e67f34882a7e75bc6. The commit was squashed by accident, my fault. I'm merging the PR again, this time preserving the indivisual commits.
2017-06-03ItemDB SQL SyncHercules.ws2-225/+225
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-06-03Unify specialeffect, convert legacy scripts (#1746)mekolat134-1196/+1233
* allow to use specialeffect() on any unit, and to send to any player * update the documentation for specialeffect() * remove specialeffect2 from databases * remove specialeffect2 from npcs * remove misceffect from npcs * convert specialeffect calls with strings to use GID * add missing constants to specialeffect calls * flag specialeffect2() as deprecated * flag misceffect() as deprecated
2017-06-03flag misceffect() as deprecatedgumi2-3/+8
2017-06-03flag specialeffect2() as deprecatedgumi2-7/+10
2017-06-03add missing constants to specialeffect callsgumi14-27/+27
2017-06-03convert specialeffect calls with strings to use GIDgumi28-254/+254
2017-06-03remove misceffect from npcsgumi11-27/+27
2017-06-03remove specialeffect2 from npcsgumi112-619/+619
2017-06-03remove specialeffect2 from databasesgumi4-266/+266
2017-06-03update the documentation for specialeffect()gumi1-7/+20
2017-06-03allow to use specialeffect() on any unit, and to send to any playergumi1-10/+26
2017-06-03Documenation for <URL> browser dimensions. (#1755)marky2911-1/+5
* Document <URL> browser dimension.
2017-06-03Constants Documentation SyncHercules.ws1-0/+7
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-06-03Merge pull request #1684 from Smokexyz/refine-updateHaru12-257/+579
Enriched refine chance correction
2017-06-03Merge pull request #1747 from mekolat/param2Haru2-9/+15
patch for readparam()
2017-06-03Merge pull request #1753 from mekolat/string2Haru2-0/+61
new buildins: isstr, getarrayindex
2017-06-03Merge pull request #1742 from 4144/packetsupdateHaru4-7/+382
Add support for most released 2017 RE clients
2017-06-03Add packet 0xac5 for clients >= 20170329.Andrei Karas1-7/+14
2017-06-03Add packet 0x0ac4 for 2017-03-15+ based on 3CeAM commit:Andrei Karas2-0/+12
commit 70e0efb7035707542a091c8f2edb533f89b2552f Author: rytech16 <rytech16@cad27aaa-dce3-4a30-a00a-e4fd67c11881> Date: Tue Apr 18 21:42:40 2017 +0000 =General *Added temporarly support for the 2017-03-29dRagexeRE -This is for experimental testing and will not stay in the future. *Added support for the AC_ACCEPT_LOGIN4 packet. -March 2017 and newer clients require this since they no longer -support the legacy AC_ACCEPT_LOGIN packet. git-svn-id: svn://svn.code.sf.net/p/v1-3ceam/code/trunk@816 cad27aaa-dce3-4a30-a00a-e4fd67c11881
2017-06-03Add packets for client 2017-05-17aRagexeRE.Andrei Karas1-0/+38
2017-06-03Add packets for client 2017-04-05bRagexeRE.Andrei Karas1-0/+38
2017-06-03Add packets for client 2017-03-29dRagexeRE.Andrei Karas1-0/+38
2017-06-03Add packets for client 2017-03-22aRagexeRE.Andrei Karas1-0/+38
2017-06-03Add packets for client 2017-03-15cRagexeRE.Andrei Karas1-0/+38
2017-06-03Add packets for client 2017-03-08bRagexeRE.Andrei Karas1-0/+38
2017-06-03Add packets for client 2017-02-28aRagexeRE.Andrei Karas1-0/+38
2017-06-03Add packets for client 2017-02-08aRagexeRE.Andrei Karas1-1/+39
2017-06-03Add shuffle packets for client 2017-01-25aRagexeRE.Andrei Karas1-0/+37
2017-06-03Add non shuffle packets for clients 2017-04-26dRagexeRE and 2017-05-02dRagexeRE.Andrei Karas1-0/+15
2017-06-03Merge pull request #1736 from mekolat/group2Haru4-19/+84
new buildin: add_group_command
2017-06-03ItemDB SQL SyncHercules.ws2-57/+57
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-06-03Merge pull request #1739 from mekolat/pow2Haru8-85/+117
implementation of the exponentiation operator
2017-06-03Add tests for the exponentiation operatorHaru1-0/+13
Signed-off-by: Haru <haru@dotalux.com>
2017-06-02Merge pull request #1759 from Smokexyz/mmo_charstatus-fixsmokexyz1-3/+3
Fix replace statement formatting in storage save function.
2017-06-02Fix replace statement formatting in storage save function.smokexyz1-3/+3
2017-06-01add documentation for getarrayindex()gumi1-0/+11
2017-06-01add buildin getarrayindex()gumi1-0/+17
2017-06-01add documentation for isstr()gumi1-0/+12
2017-06-01add buildin isstr()Andrei Karas1-0/+21
2017-05-31HPM Hooks UpdateHercules.ws4-121/+8
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-05-31Merge pull request #1757 from HerculesWS/storagefixsmokexyz3-82/+18
Fix a race condition when saving the storage on logout
2017-05-31Fix a race condition when saving the storage on logoutHaru3-82/+18
The storage data is no longer cached in the char server. This removal doesn't cause any performance loss, since the cached data was refreshed (loaded from the database) after every save operation. This commit moves the load at the beginning of the save rather than at the end, and discars the cached copy after the save is completed. Related to #1754 Signed-off-by: Haru <haru@dotalux.com>
2017-05-30Fix saving of storage for non-stackable items.smokexyz1-0/+2
Thanks to @MishimaHaruna for the fix.
2017-05-30Merge pull request #1756 from Smokexyz/mmo_charstatus-fixsmokexyz2-7/+8
Fix storage saving checks and amount update.
2017-05-30Fix storage saving checks and amount update.smokexyz2-7/+8
Special thanks to @MishimaHaruna for the fix.