Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-26 | add function playertalk (similar to narrator) | Joseph Botosh | 1 | -0/+33 | |
2015-09-28 | add abs(N) function | Joseph Botosh | 1 | -0/+6 | |
2015-09-24 | update function narrator and speech: using optional bit flags as first arg | Joseph Botosh | 1 | -16/+41 | |
2015-09-24 | add optional first integer arg to narrator and speech functions -- number of ↵ | Joseph Botosh | 1 | -2/+32 | |
blank lines at beginning | |||||
2015-09-23 | add debugnpc function | Joseph Botosh | 1 | -0/+8 | |
2015-09-20 | Remove extra empty mes lines on speech and narrator functions. | Reid | 1 | -2/+0 | |
2015-09-17 | add functions narrator, speech | Joseph Botosh | 1 | -0/+22 | |
2015-09-05 | add function strip() to script functions | Joseph Botosh | 1 | -0/+25 | |
2015-04-08 | Revert "Correct the skill tree issue." | Andrei Karas | 1 | -1/+1 | |
This reverts commit bdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1. | |||||
2015-03-16 | Correct the skill tree issue. | Reid | 1 | -1/+1 | |
2015-02-26 | Add initial basic skill with level 9. | Andrei Karas | 1 | -1/+1 | |
2015-02-24 | Add script function addremovemapmask. | Andrei Karas | 1 | -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-22 | Add function to convert int to string. | Andrei Karas | 1 | -0/+4 | |
New function: str Example: str(10) | |||||
2015-01-22 | add basic skill omly on first map. | Andrei Karas | 1 | -1/+1 | |
Also replace skill id to skill constant. | |||||
2015-01-10 | Fix default skills function. | Andrei Karas | 1 | -0/+1 | |
2015-01-09 | Fix adding default skills. | Andrei Karas | 1 | -0/+4 | |
2014-11-21 | Remove lg function. | Andrei Karas | 1 | -8/+0 | |
2014-11-05 | Correct 4144's mistake on g function. | Reid | 1 | -2/+1 | |
2014-11-05 | fix lg function. | Andrei Karas | 1 | -2/+5 | |
2014-11-04 | convert server data for using with hercules. | Andrei Karas | 1 | -0/+44 | |