summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
2019-04-14Add account id and char id into inter server rodex update packetAndrei Karas3-12/+17
2019-04-07Merge pull request #2415 from AnnieRuru/76-showscriptHaru3-10/+10
Add optional parameter for *showscript to send target to SELF only
2019-04-07Merge pull request #2402 from AnnieRuru/71-bodystyle_crashHaru1-1/+9
Fix @bodystyle crash client
2019-04-07Merge pull request #2367 from AnnieRuru/54-MAX_ITEM_IDHaru1-0/+1
Add new server define constant MAX_ITEM_ID
2019-04-07Add packet CZ_STYLE_CLOSEAndrei Karas4-0/+17
2019-04-07Rename clif_charnameack into clif_blname_ackAndrei Karas10-26/+26
2019-04-07Open macro ui in client by requestAndrei Karas1-0/+12
2019-04-07Add allow call optionAndrei Karas2-1/+4
2019-04-07Add chat command /resetcooltimeAndrei Karas4-0/+22
Add packet CZ_COOLDOWN_RESET.
2019-04-07Add ZC_PING and CZ_PING packetsAndrei Karas6-0/+78
For supported packet version, from now server send ping packets to client.
2019-04-07Fix possible null pointersAndrei Karas2-6/+16
2019-04-07Add missing enum value for clif_feel_reqAndrei Karas1-0/+1
2019-04-07Update messages up to 2019-04-03Andrei Karas3-5/+224
2019-04-07Update shuffle packets up to 2019-04-03Andrei Karas3-6/+18
2019-04-07Update keys up to 2019-04-03Andrei Karas2-4/+12
2019-04-07Merge pull request #2417 from AnnieRuru/77-feature_enable_pet_autofeedHaru1-1/+1
fix pet autofeed feature
2019-04-07Merge pull request #2398 from AnnieRuru/69-getpetinfoHaru2-22/+96
Deprecate *petstat and add CONSTANTS to *getpetinfo
2019-04-07Merge pull request #2408 from AnnieRuru/73-UDT_LEVELHaru1-0/+2
Fix UDT_LEVEL when show_mob_info level display is on
2019-04-07Merge pull request #2388 from AnnieRuru/61-gettimestrHaru1-10/+22
Add optional parameter for *gettimestr
2019-04-07Merge pull request #2401 from dastgirp/feature/getinventorylistHaru1-0/+1
Expanded getinventorylist:
2019-04-07Added configuration to enable/disable achievement systemDastgir3-0/+9
2019-03-31fix pet autofeed featureAnnieRuru1-1/+1
2019-03-30Add optional parameter for *showscript to send target to SELF onlyAnnieRuru3-10/+10
- also remove the useless script_pushint
2019-03-23white space editAnnieRuru1-8/+8
2019-03-23Add optional parameter for *gettimestrAnnieRuru1-2/+14
2019-03-20Fix UDT_LEVEL when show_mob_info level display is onAnnieRuru1-0/+2
2019-03-12Add constants to *getpetinfo, and add some new fieldsAnnieRuru2-21/+95
2019-03-11Deprecate *petstat script commandAnnieRuru1-1/+1
2019-03-11Merge pull request #2400 from Asheraf/stylist_updateHaru8-204/+318
moving stylist into it's own interface
2019-03-11Merge pull request #2399 from AnnieRuru/70-needed_status_pointHaru1-2/+2
Fix *needed_status_point not support <char_id>
2019-03-11Merge pull request #2378 from 4144/interfacesHaru4-79/+110
Different interfaces fixes
2019-03-11Merge pull request #2377 from 4144/updatepacketsHaru12-31/+200
Update packets up to 2019-03-06
2019-03-11Merge pull request #2391 from AnnieRuru/64-setunitdata_phase_1Haru1-2/+10
setunitdata/getunitdata clean up. Phase 1
2019-03-11Merge pull request #2396 from AnnieRuru/67-mobattachedHaru1-0/+29
* Add *mobattached and *killmonstergid script command
2019-03-11Fix date in guild members list packetAndrei Karas1-1/+1
2019-03-11Add missing enum value for packet ZC_SEARCH_STORE_INFO_FAILEDAndrei Karas1-0/+1
2019-03-11Add missing value into enum BATTLEGROUNDS_QUEUE_ACKAndrei Karas1-13/+15
2019-03-11Update packet ZC_USESKILL_ACKAndrei Karas2-2/+2
2019-03-11Update messages table up to 2019-03-06Andrei Karas3-5/+151
2019-03-11Update shuffle packets up to 2019-03-06Andrei Karas3-6/+18
2019-03-11Update keys up to 2019-03-06Andrei Karas2-4/+12
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-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-07moving stylist into it's own interfaceAsheraf8-204/+318