summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-25getskillname() - strictly requiredJesusaves1-1/+12
2020-06-07Update harm() - It now accepts element, and now uses raw damage.Jesusaves1-36/+85
2020-05-28Theoretical fix for crafting.Jesusaves1-7/+65
2020-05-22Improve harm() logic, to allow "true/false" usageJesusaves1-5/+4
2020-05-22New builtin: harm()Jesusaves1-0/+101
2020-05-22(I don't like surprises, so load the library, just in case)Jesusaves1-0/+1
2020-05-22Override built-in atcommand() to ensure it'll survive upstream changes.Jesusaves1-0/+38
2020-05-15New (DANGEROUS) Function for Moubootaur Legends runtime: resetrng()Jesusaves1-0/+24
2020-04-26New builtin script command: aggravateJesusaves1-0/+43
2020-02-26New utility function: instanceowner.Jesusaves1-0/+18
2020-01-25ChangePlayerMusic()Jesusaves1-0/+27
2020-01-22Merge branch 'master' into tmw2Jesusaves1-12/+3
2020-01-13New function: readbattleparam( <param> )Jesusaves1-0/+91
2019-11-06countitem() - add support for RIDJesusaves1-0/+49
2019-10-31This should do the trickJesusaves1-1/+1
2019-10-28Tweak homstatus() to lie if Homunculus is deadJesusaves1-1/+5
2019-10-20Fix the broken functionJesusaves1-7/+1
2019-10-19Explicit the conversion to shut up clangJesusaves1-4/+4
2019-10-19Add a function to retrieve EXP tax for a certain guild role.Jesusaves1-0/+54
2019-10-04Merge branch 'master' into tmw2Jesusaves1-0/+6
2019-10-04Change packet input limit in each input buildin invocationAndrei Karas1-0/+6
2019-10-02New function: readbattleparam( <param> )Jesusaves1-0/+102
2019-09-21Improve reportJesusaves1-1/+1
2019-09-14TypoJesusaves1-1/+1
2019-09-14Merge branch 'master' into tmw2Jesusaves1-2/+10
2019-09-14Force debugmes to don't be deprecated. I'm not going to change that on ML. Dot.Jesusaves1-0/+20
2019-09-03Add new function: readparam2(-)Jesusaves1-0/+66
2019-08-25[TMW2 Patch]Jesusaves1-1/+34
2019-08-17Homunculus Dispatch core rulesJesusaves1-5/+65
2019-08-17Get Homunculus EXP command (Homunculus need to be alive)Jesusaves1-0/+29
2019-06-26Update from herculess20190819Andrei Karas1-2/+9
2019-05-14Fix compilation errors after hercules updateAndrei Karas1-0/+1
2019-05-06ispcdead("someone") is now supported for TMW2Jesusaves1-3/+7
2019-04-09Merge branch 'master' into tmw2Jesusaves1-0/+26
2019-04-05Implement sendMapMask() which sends a custom map mask only to a specified user.Jesusaves1-0/+26
2019-03-15Replace built-in function getguildmember() to return their position too.Jesusaves1-0/+45
2019-03-12The last part of guild ~~functions hack~~ implementation.Jesusaves1-0/+35
2019-03-12Implement guild info functions on TMW2.Jesusaves1-0/+123
2019-01-23Update from herculess20190211Andrei Karas1-1/+1
2018-09-25Fix compilation after hercules update.Andrei Karas1-1/+2
2018-09-25Hercules update.Andrei Karas1-0/+7
2018-03-26add missing hashtable iterator buildinss20180406gumi1-0/+39
2018-02-27Add missing return into htexist script function.Andrei Karas1-0/+1
2018-02-27Add script function for check is hash table exists.Andrei Karas1-0/+6
2018-02-15Add script command for check is id belong to existing instance.Andrei Karas1-0/+8
2018-01-16Fix compilation after hercules update.Andrei Karas1-2/+2
2017-11-07Update from new hercules.s20171129Andrei Karas1-5/+5
2017-07-25Fix compilation after hercules update.Andrei Karas1-1/+1
2017-07-12Add player self flags packet (0xb25)Andrei Karas1-0/+1
2017-06-27Fix item options in script functions successRemoveCardsIndex and failRemoveCa...Andrei Karas1-47/+11