summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-12Add script function specialeffectnumAndrei Karas1-0/+51
2019-11-17Merge pull request #2577 from Asheraf/dehardcodestatusiconsHaru1-2/+1
2019-11-17Merge pull request #2569 from guilherme-gm/fix-huld-rHaru1-0/+12
2019-11-17Merge pull request #2566 from Helianthella/guildHaru1-7/+108
2019-11-06Dehardcode Status IconsAsheraf1-2/+1
2019-10-27Makes HULD .po files read \r as a control characterGuilherme Menaldo1-0/+12
2019-10-20deprecate buildin_getguildmasteridgumi1-1/+1
2019-10-20deprecate buildin_getguildmastergumi1-1/+1
2019-10-20deprecate buildin_getguildnamegumi1-1/+1
2019-10-20add buildin_getguildinfogumi1-4/+105
2019-10-20Merge pull request #2547 from guilherme-gm/201910-dehardcode-dbHaru1-1/+2
2019-10-18Merge pull request #2492 from dastgirp/huld/splitHaru1-40/+83
2019-10-18Merge pull request #2540 from dastgirp/fix/buffer-overflow-npcshopdelHaru1-3/+5
2019-10-05Dehardcodes db files base path so the db folder can be easily movedGuilherme Menaldo1-1/+2
2019-10-02Fixed MultiLine support for translationsDastgir1-16/+25
2019-10-02Load translations from a directory rather than a fileHaru1-24/+58
2019-10-02Fixed heap-buffer-overflow on npcshopdelitemDastgir1-3/+5
2019-09-23Merge pull request #2336 from Asheraf/lapineddukddakHaru1-0/+37
2019-09-23Merge pull request #2536 from MishimaHaruna/compile-fixesHaru1-1/+1
2019-09-23Merge pull request #2535 from HerculesWS/itemdb_violationHaru1-1/+1
2019-09-23Implementation of LapineDdukDdak SystemAsheraf1-0/+37
2019-09-23Merge pull request #2523 from MishimaHaruna/name-partial-matchHaru1-8/+8
2019-09-22Implement getfont script command which returns player's current chat fontIbrahim Zidan1-0/+14
2019-09-22Implement new script fields for items triggered on rentral status changesIbrahim Zidan1-0/+32
2019-09-22Fix several issues caused by the nick partial match feature, when enabled.Haru1-8/+8
2019-09-22Merge pull request #2519 from Asheraf/guildcastlesupdateHaru1-0/+5
2019-09-22Mark some forgotten symbols as staticHaru1-1/+1
2019-09-22Merge pull request #2524 from MishimaHaruna/homunculus-fixesHaru1-1/+1
2019-09-22Implementation of new guild ui client featuresAsheraf1-0/+5
2019-09-19Rewrite of itemdb_searchname_array and itemdb_searchname_array_subIbrahim Zidan1-1/+1
2019-08-26Merge pull request #2522 from MishimaHaruna/remove-inter-roundtripsHaru1-12/+8
2019-08-26Fix an issue that prevents homunculus auto-vaporize on death or skill resetHaru1-1/+1
2019-08-26Merge pull request #2518 from Emistry/scriptcommand_setgetiteminfoHaru1-0/+171
2019-08-26Remove round-trip to the inter-server for the broadcast messagesHaru1-12/+8
2019-08-05Extend *set/getiteminfo script commandsEmistry Haoyan1-0/+171
2019-07-29Update *getequiprefinerycnt script commandEmistry Haoyan1-17/+19
2019-07-28Merge pull request #2510 from Emistry/mobdb_dmg_taken_rateHaru1-0/+9
2019-07-24Update mob_db - DamageTakenRate fieldEmistry Haoyan1-0/+9
2019-07-21Update script command isequippedEmistry Haoyan1-0/+4
2019-07-01Add identify script commandGuilherme Menaldo1-0/+37
2019-07-01Add identifyidx script commandGuilherme Menaldo1-0/+35
2019-06-30Merge pull request #2427 from Emistry/scriptcommand_setfavoriteitemHaru1-0/+45
2019-06-02Merge pull request #2221 from carloshenrq/nostorageHaru1-0/+19
2019-06-02Adds buildin_getguildonline.EyesOfAHawk1-0/+63
2019-06-02standardize script commands to small lettersAnnieRuru1-8/+8
2019-06-03Add *setfavoriteitemidx & *autofavoriteitem script command.Emistry Haoyan1-0/+45
2019-06-02Merge pull request #2394 from bWolfie/buildin_delitemidxHaru1-0/+43
2019-06-02Adds BUILDIN(delitemidx), which deletes an item at the given index.EyesOfAHawk1-0/+43
2019-06-01Merge pull request #2380 from AnnieRuru/59-all_AllHaru1-2/+8
2019-06-01Merge pull request #2430 from Emistry/scriptcommand_npcspeedHaru1-46/+62