summaryrefslogtreecommitdiff
path: root/src/map/script-fun.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-19add a builtin to change npc direction and make them sitmekolat1-0/+38
2015-05-17use client versionmekolat1-0/+8
2015-05-11Merge pull request #69 from mekolat/getitemlinkWushin1-69/+0
2015-05-06Merge pull request #71 from mekolat/errorWushin1-2/+30
2015-05-06Merge pull request #57 from mekolat/patch-1Wushin1-17/+2
2015-05-06Merge pull request #77 from mekolat/timerWushin1-4/+4
2015-05-05do not allow return outside func or submekolat1-0/+8
2015-05-05do not allow close/end in func or submekolat1-0/+16
2015-05-05make the script-fun die on errorsmekolat1-2/+6
2015-05-01Edits for server messagesNick Ashley1-18/+18
2015-05-01add missing parameters to time builtinsmekolat1-4/+4
2015-04-30remove deprecated getequipname builtinmekolat1-40/+0
2015-04-30remove builtin getitemnamemekolat1-29/+0
2015-04-30Merge pull request #59 from mekolat/getparamWushin1-41/+0
2015-04-29Merge pull request #49 from mekolat/wgm-logWushin1-20/+20
2015-04-29Merge pull request #58 from mekolat/changesexWushin1-15/+0
2015-04-29Merge pull request #66 from mekolat/emotionWushin1-4/+15
2015-04-26Remove braces and jname from getitemlinkwushin1-2/+2
2015-04-23remove deprecated gmcommand builtinmekolat1-20/+0
2015-04-23add gmlog builtinmekolat1-0/+9
2015-04-23add wgm builtinmekolat1-0/+11
2015-04-23make emotion send to a single ridmekolat1-4/+15
2015-04-20deprecate builtin changesexmekolat1-15/+0
2015-04-20deprecate builtin readparam & statusup2mekolat1-41/+0
2015-04-15remove special warp namesmeko1-17/+2
2015-04-13Merge pull request #50 from mekolat/healWushin1-30/+12
2015-04-13Merge pull request #41 from wushin/pvp-script-persistanceWushin1-0/+33
2015-04-13Merge pull request #47 from mekolat/killmonsterallWushin1-20/+0
2015-04-13Merge pull request #39 from mekolat/getnpclocationWushin1-0/+92
2015-04-13Merge pull request #46 from mekolat/cmdothernpcWushin1-10/+0
2015-04-13Merge pull request #27 from wushin/get-item-idWushin1-0/+26
2015-04-07emulate @alivemekolat1-5/+12
2015-04-06add 3rd param to healmekolat1-3/+8
2015-04-06remove deprecated itemhealmekolat1-15/+0
2015-04-06remove deprecated percenthealmekolat1-15/+0
2015-04-05remove deprecated killmonsterallmekolat1-20/+0
2015-04-05remove deprecated cmdothernpcmekolat1-10/+0
2015-04-04allow to specify npcmekolat1-6/+42
2015-04-04add strnpcinfomekolat1-0/+30
2015-04-04make pvp use channelsmekolat1-6/+6
2015-04-04add getpvpflag builtinmekolat1-2/+3
2015-04-04Remove killer/killablewushin1-0/+32
2015-03-29Update script-fun.cppmeko1-1/+1
2015-03-29add support for manaplus emotesmekolat1-2/+2
2015-03-28add getnpcx and getnpcymekolat1-0/+26
2015-02-28Script Builtin getitemlinkwushin1-0/+26
2015-02-28add freeloop builtinmekolat1-0/+20
2015-01-23Use generated config for mapBen Longbons1-1/+6
2015-01-22Have I mentioned that I hate ADL?Ben Longbons1-0/+1
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons1-41/+81