summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11Move local variables in atcommand.c into interfaceAndrei Karas4-79/+110
Also move defines from map.h inot mapdefines.h for fix cycle include issue.
2019-03-11Move variable SOCKET_CONF_FILENAME into socket interfaceAndrei Karas2-4/+5
2019-03-11Add function connect_client into socket interfaceAndrei Karas12-2/+102
2019-03-11Merge pull request #2397 from AnnieRuru/68-getmercinfoHaru2-32/+76
Add constants and MERCINFO_GID to *getmercinfo script command
2019-03-11Merge pull request #2381 from AnnieRuru/60-bg_norespawnHaru1-1/+1
Add missing documentation for disable battleground respawn
2019-03-11Merge pull request #2034 from EyesOfAHawk/magic_rodHaru3-6/+12
Adds configuration for Magic Rod behavior (official/eAthena).
2019-03-11Fix atcommand "@jobchange" when the player changing from 3rd jobAnnieRuru1-0/+7
having alternate body style into non-3rd job, crashing the client
2019-03-11Apply temporary fix so Job_Super_Novice_E no longer crash clientAnnieRuru1-1/+2
2019-03-11Add constants and MERCINFO_GID to *getmercinfo script commandAnnieRuru2-32/+76
2019-03-09Expanded getinventorylist:Dastgir1-0/+1
* getinventorylist now creates extra variable named @inventorylist_idx, which returns items corresponding inventory index.
2019-03-07HPM Hooks UpdateAsheraf7-235/+319
2019-03-07moving stylist into it's own interfaceAsheraf9-204/+319
2019-03-03Fix *needed_status_point not support <char_id>AnnieRuru1-2/+2
2019-03-02Merge pull request #2390 from AnnieRuru/63-MOB_CLONE_STARTAsheraf1-0/+2
Add MOB_CLONE_START & MOB_CLONE_END to server defined constants
2019-03-02* Add *mobattached and *killmonstergid script commandAnnieRuru1-0/+29
also fix quests_rachel, now support with *unitemote
2019-02-28* Remove all the (int) in the documentationAnnieRuru1-2/+10
- once all the strings culprit are out, now only left with int to deal with. - Please make this script command only dealing with ONE INTEGER value
2019-02-28Adds configuration for Magic Rod behavior (official/eAthena).EyesOfAHawk3-6/+12
2019-02-27Change return value from 0 into -1 when *getunitdata return errorAnnieRuru1-11/+11
2019-02-26Add MOB_CLONE_START & MOB_CLONE_END to server defined constantsAnnieRuru1-0/+2
2019-02-26Add missing documentation for disable battleground respawnAnnieRuru1-1/+1
- fix a minor bug that bg_create_team should return -1, as mentioned in doc/script_commands.txt
2019-02-11Fix buffer size issue in inter server packetsAndrei Karas2-5/+5
Fixes #2369
2019-02-11Change job field in struct questinfo from int to jobAndrei Karas1-1/+1
2019-02-11Extend class and level field in packet 0x3035Andrei Karas3-5/+5
2019-02-11Extend class and level field in packet 0x3080Andrei Karas3-18/+18
2019-02-11Extend class field in packet 0x3880Andrei Karas2-7/+7
2019-02-11Extend class field in packet 0x3835Andrei Karas2-5/+5
2019-02-11Extend class field in packet 0x3898Andrei Karas2-8/+8
2019-02-11Update HPM hooksAndrei Karas3-85/+85
2019-02-11Change type for class variables from short to intAndrei Karas32-60/+60
2019-02-11Replace short to int in most structs in pc.hAndrei Karas1-52/+52
2019-02-11HPM Hooks UpdateHercules.ws7-0/+66
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-02-07Fix reserved buffer for packet PACKET_ZC_WARPLISTAndrei Karas1-1/+1
2019-02-06Add new server define constant MAX_ITEM_IDAnnieRuru1-0/+1
2019-02-06Add packet CZ_CLIENT_VERSIONAndrei Karas4-0/+22
For now unused, but can be used. This packet works in some old clients near 2015 versions.
2019-02-05Update packet ZC_USESKILL_ACKAndrei Karas2-21/+61
2019-02-05Set inventory size for new chars to FIXED_INVENTORY_SIZEAndrei Karas1-6/+6
Before inventory size was default from sql.
2019-02-05Split function char_send_HC_ACK_CHARINFO_PER_PAGEAndrei Karas2-5/+12
2019-02-05Add support for barter shops for main and re clients with version 20190116Andrei Karas4-8/+8
2019-02-05Update shuffle packets up to 2019-01-30Andrei Karas3-6/+13
2019-02-05Update keys up to 2019-01-30Andrei Karas2-4/+9
2019-02-05Update messages up to 2019-01-30Andrei Karas1-1/+17
2019-02-05Update packets table up to 2019-01-30Andrei Karas2-3/+4391
2019-02-04Add missing check in run_script_mainAndrei Karas1-0/+3
2019-02-01Merge pull request #2307 from kisuka/checknameditemHaru1-0/+60
Added countnameditem script command.
2019-02-01Merge pull request #2151 from dastgirp/login/messageHaru2-13/+24
Updated message on char-server
2019-02-01Merge pull request #1631 from Emistry/fix_voice_of_sirenHaru1-0/+3
Fix Voice of Siren minimum duration.
2019-02-01Added countnameditem script command.kisuka1-0/+60
Signed-off-by: Haru <haru@dotalux.com>
2019-02-01Updated login-server to give appropriate response code to char-server when ↵Dastgir2-13/+24
IP is not allowed Updated char-server to show proper error message. Fixes #737 Signed-off-by: Haru <haru@dotalux.com>
2019-01-15Merge pull request #2339 from 4144/updatepacketsAndrei Karas74-225/+9806
Update packet up to 2019-01-09
2019-01-14Update packets table up to 2019-01-09Andrei Karas48-112/+8884