summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-05-05Disable packet validation in socket_datasyncAndrei Karas1-2/+2
2019-05-05Add some missing trading flag checksAndrei Karas1-4/+7
2019-05-05Add missing checks for prevend flagAndrei Karas8-22/+25
2019-05-05Move packet ZC_SE_PC_BUY_CASHITEM_RESULT into separate function and convert ↵Andrei Karas3-8/+27
to struct
2019-05-05Add missing value into enum CASH_SHOP_BUY_RESULTAndrei Karas1-0/+1
2019-05-05Convert packet ZC_MERGE_ITEM_OPEN into struct and fix packet datesAndrei Karas2-15/+32
2019-05-05Convert packeet ZC_ACK_MERGE_ITEM into structureAndrei Karas2-6/+17
2019-05-05Move sending packet from clif_ackmergeitems into separate functionAndrei Karas2-35/+29
2019-05-05Add script function for close roulette windowAndrei Karas1-0/+12
New script function: closeroulette()
2019-05-05Add packet ZC_ACK_CLOSE_ROULETTEAndrei Karas3-0/+23
2019-05-05Add char_id into struct guild_expulsionAndrei Karas3-6/+10
Also use char_id in packet ZC_BAN_LIST.
2019-05-05Update packet ZC_BAN_LISTAndrei Karas2-22/+67
2019-05-05Fix getting allow_party flag from clientAndrei Karas1-1/+1
2019-05-05Force saving party allow flag on each packet changeAndrei Karas1-1/+8
Also add configuration bit in save_settings flag for control it.
2019-05-05Remove fixme comment for reduce spam from lgtm ont githubAndrei Karas1-1/+1
2019-05-05Add option for drop connection on disconnect packet from clientAndrei Karas3-2/+6
New configuration option drop_connection_on_quit.
2019-05-05Dont allow invite players, who refused party invitesAndrei Karas1-0/+6
2019-05-05Imporve packet ZC_ROLE_CHANGE usageAndrei Karas3-11/+23
2019-05-05Update packet ZC_PARTY_CONFIGAndrei Karas2-4/+15
2019-05-05Fix compilation for old packet versions (Fixes #2438)Andrei Karas1-0/+2
2019-05-05Use new name packet for monsters tooAndrei Karas2-19/+84
2019-05-05Move UDT_* constants from constants.conf into script.cAndrei Karas1-0/+60
2019-05-05Add commands getunittitle and setunittitleAndrei Karas1-0/+42
This commands get/set title for non players bl
2019-05-05Extend setinitdata and getunitdata with UDT_GROUP flagAndrei Karas2-0/+24
2019-05-05Add into unit_data groupId and titleAndrei Karas2-0/+44
Send this fields in packet ZC_ACK_REQNAME_TITLE.
2019-05-05Add packet ZC_ACK_REQNAME_TITLEAndrei Karas2-29/+39
2019-05-05Update HPMAndrei Karas1-1/+1
2019-05-05Send old name packet for players if fake name or disquise usedAndrei Karas1-2/+2
2019-05-05Rename packet_reqnameall_ack into PACKET_ZC_ACK_REQNAMEALLAndrei Karas2-24/+30
2019-05-05Fix packet version for pc name packet with titleAndrei Karas2-5/+5
2019-05-05Add function clif_send_selforarea for send packet to self or areaAndrei Karas2-97/+26
2019-05-05Split clif_blname_ack into function per typeAndrei Karas2-103/+329
2019-05-05Before correct client disconnect send disconnect packet and flush socketAndrei Karas1-1/+2
2019-05-05Add packet ZC_LOAD_CONFIRMAndrei Karas3-0/+20
2019-05-05Update packet CZ_PINGAndrei Karas1-1/+1
2019-05-05Update messages up to 2019-05-02Andrei Karas3-3/+165
2019-05-05Update shuffle up to 2019-05-02Andrei Karas3-6/+13
2019-05-05Update keys up to 2019-05-02Andrei Karas2-4/+9
2019-05-05Update packets table to 2019-05-02Andrei Karas3-12/+92
2019-05-05Truncate too big time in guild member login time fieldAndrei Karas1-1/+7
2019-05-05Fix last inventory name letter in packet ZC_INVENTORY_STARTAndrei Karas1-1/+1
2019-05-05Merge pull request #2425 from hemagx/hercules_signed_items_fixHaru2-9/+9
Fix an issue with named/brewed/forged items getting saved with the wrong character id
2019-05-05Merge pull request #2424 from hemagx/hercules_packet_fixesHaru2-33/+30
Storage item list packet size fix and minor clif.c fixes
2019-05-05Merge pull request #2426 from Emistry/scriptcommand_getinventorylist_favouriteHaru1-25/+32
Expand *getinventorylist() script command - favorite field
2019-05-05Merge pull request #2309 from guilherme-gm/201810-randomopt-dropHaru9-23/+652
Support for monster drops with Random Options
2019-05-04Fix inter-server deleting zeny from rodex mails when a player requests to ↵Ibrahim Zidan1-2/+0
take item Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-01Update unitwarp script command.Emistry Haoyan1-1/+1
- allow NPC to warp to non-walkable cell. Just like `*movenpc`
2019-04-29Merge pull request #2439 from Emistry/atcommand_dropallIbrahem Zidan2-6/+31
Update dropall atcommand drop item based on type.
2019-04-29Update dropall atcommand drop item based on type.Emistry Haoyan2-6/+31
- Enable to drop items based on item type.
2019-04-29Merge pull request #2440 from Emistry/scriptcommand_consolemesIbrahem Zidan1-1/+61
Added *consolemes script command