Age | Commit message (Expand) | Author | Files | Lines |
2019-05-05 | Move UDT_* constants from constants.conf into script.c | Andrei Karas | 1 | -0/+60 |
2019-05-05 | Add commands getunittitle and setunittitle | Andrei Karas | 1 | -0/+42 |
2019-05-05 | Extend setinitdata and getunitdata with UDT_GROUP flag | Andrei Karas | 1 | -0/+23 |
2019-05-05 | Merge pull request #2425 from hemagx/hercules_signed_items_fix | Haru | 1 | -6/+6 |
2019-05-05 | Merge pull request #2426 from Emistry/scriptcommand_getinventorylist_favourite | Haru | 1 | -25/+32 |
2019-04-29 | Added *consolemes script command | Emistry Haoyan | 1 | -1/+61 |
2019-04-10 | Expand *getinventorylist() script command | Emistry Haoyan | 1 | -25/+32 |
2019-04-08 | Fix an issue with named/brewed/forged items getting saved with the wrong char... | Ibrahim Zidan | 1 | -6/+6 |
2019-04-07 | Merge pull request #2415 from AnnieRuru/76-showscript | Haru | 1 | -7/+7 |
2019-04-07 | Merge pull request #2367 from AnnieRuru/54-MAX_ITEM_ID | Haru | 1 | -0/+1 |
2019-04-07 | Rename clif_charnameack into clif_blname_ack | Andrei Karas | 1 | -5/+5 |
2019-04-07 | Merge pull request #2398 from AnnieRuru/69-getpetinfo | Haru | 1 | -22/+75 |
2019-04-07 | Merge pull request #2408 from AnnieRuru/73-UDT_LEVEL | Haru | 1 | -0/+2 |
2019-04-07 | Merge pull request #2388 from AnnieRuru/61-gettimestr | Haru | 1 | -10/+22 |
2019-04-07 | Merge pull request #2401 from dastgirp/feature/getinventorylist | Haru | 1 | -0/+1 |
2019-03-30 | Add optional parameter for *showscript to send target to SELF only | AnnieRuru | 1 | -7/+7 |
2019-03-23 | white space edit | AnnieRuru | 1 | -8/+8 |
2019-03-23 | Add optional parameter for *gettimestr | AnnieRuru | 1 | -2/+14 |
2019-03-20 | Fix UDT_LEVEL when show_mob_info level display is on | AnnieRuru | 1 | -0/+2 |
2019-03-12 | Add constants to *getpetinfo, and add some new fields | AnnieRuru | 1 | -21/+74 |
2019-03-11 | Deprecate *petstat script command | AnnieRuru | 1 | -1/+1 |
2019-03-11 | Merge pull request #2399 from AnnieRuru/70-needed_status_point | Haru | 1 | -2/+2 |
2019-03-11 | Merge pull request #2391 from AnnieRuru/64-setunitdata_phase_1 | Haru | 1 | -2/+10 |
2019-03-11 | Merge pull request #2396 from AnnieRuru/67-mobattached | Haru | 1 | -0/+29 |
2019-03-11 | Merge pull request #2397 from AnnieRuru/68-getmercinfo | Haru | 1 | -32/+59 |
2019-03-11 | Merge pull request #2381 from AnnieRuru/60-bg_norespawn | Haru | 1 | -1/+1 |
2019-03-11 | Add constants and MERCINFO_GID to *getmercinfo script command | AnnieRuru | 1 | -32/+59 |
2019-03-09 | Expanded getinventorylist: | Dastgir | 1 | -0/+1 |
2019-03-03 | Fix *needed_status_point not support <char_id> | AnnieRuru | 1 | -2/+2 |
2019-03-02 | Merge pull request #2390 from AnnieRuru/63-MOB_CLONE_START | Asheraf | 1 | -0/+2 |
2019-03-02 | * Add *mobattached and *killmonstergid script command | AnnieRuru | 1 | -0/+29 |
2019-02-28 | * Remove all the (int) in the documentation | AnnieRuru | 1 | -2/+10 |
2019-02-27 | Change return value from 0 into -1 when *getunitdata return error | AnnieRuru | 1 | -11/+11 |
2019-02-26 | Add MOB_CLONE_START & MOB_CLONE_END to server defined constants | AnnieRuru | 1 | -0/+2 |
2019-02-26 | Add missing documentation for disable battleground respawn | AnnieRuru | 1 | -1/+1 |
2019-02-11 | Change type for class variables from short to int | Andrei Karas | 1 | -1/+1 |
2019-02-06 | Add new server define constant MAX_ITEM_ID | AnnieRuru | 1 | -0/+1 |
2019-02-05 | Add support for barter shops for main and re clients with version 20190116 | Andrei Karas | 1 | -2/+2 |
2019-02-04 | Add missing check in run_script_main | Andrei Karas | 1 | -0/+3 |
2019-02-01 | Merge pull request #2307 from kisuka/checknameditem | Haru | 1 | -0/+60 |
2019-02-01 | Added countnameditem script command. | kisuka | 1 | -0/+60 |
2019-01-14 | Add support for saving/loading barter shops from sql table. | Andrei Karas | 1 | -32/+70 |
2019-01-14 | Add barter type shop and add packet ZC_NPC_BARTER_OPEN | Andrei Karas | 1 | -10/+44 |
2018-12-16 | Merge pull request #2246 from Emistry/scriptcommand_pcneedstatuspoint | Haru | 1 | -0/+20 |
2018-12-14 | Add script command getInventorySize. | Andrei Karas | 1 | -0/+11 |
2018-12-14 | Add script command expandInventory | Andrei Karas | 1 | -0/+11 |
2018-12-14 | Add script command expandInventoryResult. | Andrei Karas | 1 | -0/+18 |
2018-12-14 | Add script command expandInventoryAck | Andrei Karas | 1 | -0/+21 |
2018-12-14 | Add inventory size field into db and using it in server. | Andrei Karas | 1 | -37/+35 |
2018-12-12 | Add script command servicemessage. | Andrei Karas | 1 | -0/+24 |