summaryrefslogtreecommitdiff
path: root/src/map/script-fun.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-15make addnpctimer attach to the target npc instead of oidmekolat1-1/+1
2016-04-15replicate magic-v2's line_of_sightmekolat1-2/+6
2016-04-15misc modificationsmekolat1-1/+24
2016-04-15add builtin_distancemekolat1-0/+32
2016-04-15remove hardcoded shit from builtin_injure and add builtin_targetmekolat1-34/+60
2016-04-15allow to get mob/npc params and add more params to readparammekolat1-3/+11
2016-04-15remove ugly workaroundmekolat1-5/+1
2016-04-15add getdir builtin, add addnpctimer builtinmekolat1-0/+28
2016-04-15allow to specify npc in strnpcinfomekolat1-3/+15
2016-04-15add scope, npc/mob variables; add new get/setmekolat1-36/+236
2016-04-15implement puppet npcsmekolat1-0/+131
2016-04-15Allow getequipid to use charnamewushin1-2/+5
2016-04-15Remove old Magicwushin1-32/+6
2016-04-15Magic -> Map Npcswushin1-1/+18
2016-04-15new/modified builtinswushin1-12/+317
2016-04-15implement SMSG_PLAYER_CLIENT_COMMANDmekolat1-2/+17
2016-04-14implement SMSG_SCRIPT_MESSAGEmekolat1-0/+23
2016-04-10consolidate client version handlingmekolat1-1/+1
2016-04-08send updated map pvp status on pvpon/pvpoffmekolat1-4/+6
2016-04-08do not check for NOPVP flag on pvpoffmekolat1-1/+1
2015-09-27add array_searchmekolat1-0/+49
2015-09-26add arithmetic mean builtinmekolat1-0/+13
2015-09-26add max and min builtinsmekolat1-0/+62
2015-09-26add builtins sqrt, cbrt, powmekolat1-0/+21
2015-09-26add builtin_explodemekolat1-0/+44
2015-09-26add builtin_if_then_elsemekolat1-0/+8
2015-09-26add elif and else builtinsmekolat1-0/+60
2015-07-05fix getmapusersmekolat1-8/+15
2015-06-20add map mask supportmekolat1-0/+46
2015-06-20add clif_message_towardsmekolat1-6/+17
2015-06-20npc actionsmekolat1-0/+25
2015-06-19implement change music packetmekolat1-0/+11
2015-06-19Merge pull request #110 from mekolat/titleWushin1-0/+11
2015-06-16implement set title packetmekolat1-0/+11
2015-05-24Unused var arraywushin1-15/+0
2015-05-20use abort instead of runflag on errorsmekolat1-5/+3
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