summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
AgeCommit message (Collapse)AuthorFilesLines
2015-10-26add function playertalk (similar to narrator)Joseph Botosh1-0/+33
2015-09-28add abs(N) functionJoseph Botosh1-0/+6
2015-09-24update function narrator and speech: using optional bit flags as first argJoseph Botosh1-16/+41
2015-09-24add optional first integer arg to narrator and speech functions -- number of ↵Joseph Botosh1-2/+32
blank lines at beginning
2015-09-23add debugnpc functionJoseph Botosh1-0/+8
2015-09-20Remove extra empty mes lines on speech and narrator functions.Reid1-2/+0
2015-09-17add functions narrator, speechJoseph Botosh1-0/+22
2015-09-05add function strip() to script functionsJoseph Botosh1-0/+25
2015-04-08Revert "Correct the skill tree issue."Andrei Karas1-1/+1
This reverts commit bdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1.
2015-03-16Correct the skill tree issue.Reid1-1/+1
2015-02-26Add initial basic skill with level 9.Andrei Karas1-1/+1
2015-02-24Add script function addremovemapmask.Andrei Karas1-0/+5
This function at same time add and remove some bits to map mask. Example: // add 4 and remove 8 addremovemapmask "test", 4, 8;
2015-02-22Add function to convert int to string.Andrei Karas1-0/+4
New function: str Example: str(10)
2015-01-22add basic skill omly on first map.Andrei Karas1-1/+1
Also replace skill id to skill constant.
2015-01-10Fix default skills function.Andrei Karas1-0/+1
2015-01-09Fix adding default skills.Andrei Karas1-0/+4
2014-11-21Remove lg function.Andrei Karas1-8/+0
2014-11-05Correct 4144's mistake on g function.Reid1-2/+1
2014-11-05fix lg function.Andrei Karas1-2/+5
2014-11-04convert server data for using with hercules.Andrei Karas1-0/+44