summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13Update copyright headers for year 2020Haru1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2020-01-12Merge pull request #2604 from Kenpachi2k13/issue#1861Haru1-123/+159
Add flag to ignore mapflag restrictions in warpparty() and warpguild() script commands.
2020-01-12Merge pull request #2606 from Ridley8819/pcblocknpcHaru1-0/+7
Adding PCBLOCK_NPC to setpcblock script command
2020-01-12Adds buildin_resetfeel, buildin_resethate and acmd_hatereset.EyesOfAHawk1-0/+34
2020-01-09Moved variable declarations out of the for loops, as requested.Kenpachi Developer1-40/+27
2020-01-09Adding PCBLOCK_NPC to setpcblock script commandRidley1-0/+7
2020-01-08Added missing argument qualifier to the definitions of `warpparty()` and ↵Kenpachi Developer1-2/+2
`warpguild()`.
2020-01-08Re-added mapflag restrictions to warpguild() and introduced a flag to ↵Kenpachi Developer1-6/+30
disable them as requested.
2020-01-07Re-added mapflag restrictions to warpparty() and introduced a flag to ↵Kenpachi Developer1-9/+33
disable them as requested.
2020-01-05Applied code style to warpparty() and warpguild() script commands.Kenpachi Developer1-116/+125
2020-01-05Removed nowarp and noreturn mapflag restrictions from warpparty() and ↵Kenpachi Developer1-16/+8
warpguild() script commands.
2019-12-12Add script function specialeffectnumAndrei Karas1-0/+51
2019-11-17Merge pull request #2577 from Asheraf/dehardcodestatusiconsHaru1-2/+1
Dehardcode Status Icons
2019-11-17Merge pull request #2569 from guilherme-gm/fix-huld-rHaru1-0/+12
Makes HULD .po files read \r as a control character
2019-11-17Merge pull request #2566 from Helianthella/guildHaru1-7/+108
add getguildinfo()
2019-11-06Dehardcode Status IconsAsheraf1-2/+1
2019-10-27Makes HULD .po files read \r as a control characterGuilherme Menaldo1-0/+12
This fixes loading .po files of NPCs that has multi-line mes split with \r.
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
Dehardcode DB files path
2019-10-18Merge pull request #2492 from dastgirp/huld/splitHaru1-40/+83
Split HULD translations to per NPC file instead of one large file
2019-10-18Merge pull request #2540 from dastgirp/fix/buffer-overflow-npcshopdelHaru1-3/+5
Fixed heap-buffer-overflow on npcshopdelitem
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
npcshopdelitem now moves data within structure size.
2019-09-23Merge pull request #2336 from Asheraf/lapineddukddakHaru1-0/+37
Implementation of LapineDdukDdak System
2019-09-23Merge pull request #2536 from MishimaHaruna/compile-fixesHaru1-1/+1
Compile fixes
2019-09-23Merge pull request #2535 from HerculesWS/itemdb_violationHaru1-1/+1
Fixed several issues in itemdb_search_name function
2019-09-23Implementation of LapineDdukDdak SystemAsheraf1-0/+37
2019-09-23Merge pull request #2523 from MishimaHaruna/name-partial-matchHaru1-8/+8
Name partial match
2019-09-22Implement getfont script command which returns player's current chat fontIbrahim Zidan1-0/+14
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-09-22Implement new script fields for items triggered on rentral status changesIbrahim Zidan1-0/+32
- OnRentalStartScript triggered when a rental item is added to inventory - OnRentalEndScript triggered when a rental period end/expire of the item Related #140 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-09-22Fix several issues caused by the nick partial match feature, when enabled.Haru1-8/+8
Partial match is now disabled in all the internal (source) and script lookups, while it's enabled for the lookups requested by atcommands and client. Signed-off-by: Haru <haru@dotalux.com>
2019-09-22Merge pull request #2519 from Asheraf/guildcastlesupdateHaru1-0/+5
Implementation of new guild ui client features
2019-09-22Mark some forgotten symbols as staticHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2019-09-22Merge pull request #2524 from MishimaHaruna/homunculus-fixesHaru1-1/+1
Homunculus related fixes
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
Rewrote item name checks in both functions to be more readable Changed flag to be enum item_name_search_flag and made itemdb_searchname_array_sub respect flag given to parent function Corrected item count returned by parent function when dbmap search is performed Fixed a memory violation caused by the old code when dbmap search is performed Fixed dbmap searching having static array size which did not adhire to the size passed to the function Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-08-26Merge pull request #2522 from MishimaHaruna/remove-inter-roundtripsHaru1-12/+8
Remove some round-trips to the inter-server
2019-08-26Fix an issue that prevents homunculus auto-vaporize on death or skill resetHaru1-1/+1
The >80% HP condition is now ignored in the cases the vaporization is forced by the server Signed-off-by: Haru <haru@dotalux.com>
2019-08-26Merge pull request #2518 from Emistry/scriptcommand_setgetiteminfoHaru1-0/+171
Extend *set/getiteminfo script commands
2019-08-26Remove round-trip to the inter-server for the broadcast messagesHaru1-12/+8
Signed-off-by: Haru <haru@dotalux.com>
2019-08-05Extend *set/getiteminfo script commandsEmistry Haoyan1-0/+171
- additional options.
2019-07-29Update *getequiprefinerycnt script commandEmistry Haoyan1-17/+19
- allow to specify more than one equipment slots. - return the total of refine of specified equipment slots.
2019-07-28Merge pull request #2510 from Emistry/mobdb_dmg_taken_rateHaru1-0/+9
Update mob_db - DamageTakenRate field
2019-07-24Update mob_db - DamageTakenRate fieldEmistry Haoyan1-0/+9
- adjust the damage taken by monster. (default = `100 = 1x`) - ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b
2019-07-21Update script command isequippedEmistry Haoyan1-0/+4
- added missing costume equipment validation