Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-29 | Replace checkcell to checknpccell. | Andrei Karas | 1 | -3/+3 | |
2015-09-28 | Add new movegraph functions: | Joseph Botosh | 1 | -0/+49 | |
- npc_pausemove - temporary pause moving (useful for dialogs) - npc_resumemove - resume move - npc_turntoxy - turn NPC toward given coordinates | |||||
2015-09-28 | add abs(N) function | Joseph Botosh | 1 | -0/+6 | |
2015-09-28 | update doc comment of setmovegraphcmd function | Joseph Botosh | 1 | -1/+1 | |
2015-09-27 | Replace npcspeed to .speed | Andrei Karas | 2 | -2/+2 | |
2015-09-27 | Replace setnpcdisplay to '.class'. | Andrei Karas | 2 | -2/+2 | |
2015-09-27 | Replace getnpcdir and setnpcdir with one or zero parameters to variable '.dir'. | Andrei Karas | 4 | -17/+17 | |
2015-09-27 | add functions open_door, close_door | Joseph Botosh | 1 | -0/+20 | |
2015-09-27 | add flags to move graph | Joseph Botosh | 1 | -23/+55 | |
2015-09-26 | add sit and stand commands to movegraph, extend warp command | Joseph Botosh | 1 | -2/+23 | |
2015-09-25 | Add support for sit and stand command in npcmove engine. | Andrei Karas | 1 | -0/+8 | |
2015-09-24 | update some fishing-related scripts for new narrator function | Joseph Botosh | 1 | -12/+13 | |
2015-09-24 | update function narrator and speech: using optional bit flags as first arg | Joseph Botosh | 1 | -16/+41 | |
2015-09-24 | change some scripts according to new narrator function | Joseph Botosh | 1 | -6/+4 | |
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 | improve graph-based npc moving: endpoints can be rectangular areas now | Joseph Botosh | 1 | -36/+139 | |
2015-09-23 | add debugnpc function | Joseph Botosh | 1 | -0/+8 | |
2015-09-20 | Add manual blank mes and remove some extra next on eugene and the fishing ↵ | Reid | 1 | -7/+14 | |
script. | |||||
2015-09-20 | Remove extra empty mes lines on speech and narrator functions. | Reid | 1 | -2/+0 | |
2015-09-18 | add FishingRod to fishing and eugene scripts | Joseph Botosh | 1 | -7/+6 | |
2015-09-18 | fix bug in fishing function related to wait_times | Joseph Botosh | 1 | -1/+1 | |
2015-09-18 | add function fishing | Joseph Botosh | 1 | -0/+130 | |
2015-09-17 | add functions narrator, speech | Joseph Botosh | 1 | -0/+22 | |
2015-09-17 | add initial pos to firstmove function as 2nd arg | Joseph Botosh | 1 | -1/+11 | |
2015-09-08 | add npc flying piou in Artis | Joseph Botosh | 1 | -0/+1 | |
2015-09-07 | split Barber function into 2 | Joseph Botosh | 1 | -12/+7 | |
2015-09-07 | add command 'say' to execmovecmd function | Joseph Botosh | 1 | -0/+5 | |
2015-09-05 | add script functions for graph-based NPC movement | Joseph Botosh | 1 | -0/+207 | |
2015-09-05 | add function strip() to script functions | Joseph Botosh | 1 | -0/+25 | |
2015-07-25 | Add barber functions. | Reid | 1 | -0/+86 | |
2015-06-20 | Replace NPC names by NPC IDs. | Reid | 1 | -1/+1 | |
2015-05-05 | Into npc move program add command "speed" | Andrei Karas | 1 | -0/+5 | |
2015-05-05 | Add into npc moving program new commands: rmove, emote, warp, class, goto. | Andrei Karas | 1 | -8/+42 | |
Also some commands here not waiting next tick for continue execution. | |||||
2015-05-02 | Add functions and example npc for simple npc moving program. | Andrei Karas | 1 | -0/+84 | |
For now npc AI support moving, changing direction, waiting. | |||||
2015-04-08 | Revert "Correct the skill tree issue." | Andrei Karas | 1 | -1/+1 | |
This reverts commit bdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1. | |||||
2015-04-03 | Correct the savepoint function. | Reid | 1 | -1/+1 | |
2015-03-16 | Correct the skill tree issue. | Reid | 1 | -1/+1 | |
2015-03-05 | Add function menustr. | Andrei Karas | 1 | -0/+29 | |
It works same with menuint but return string and set variable @menuret$ | |||||
2015-03-05 | rename function menu2 into menuint. | Andrei Karas | 1 | -1/+1 | |
2015-03-05 | Add function menu2 for return some missing features. | Andrei Karas | 1 | -0/+36 | |
Example: menu2 "test 1", 10, "test 2", 20; If select "test 1", will set @menuret to 10, and @menu to 1 If select "test 2", will set @menuret to 20, and @menu to 2 | |||||
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-02-13 | fix error in shops functions. | Andrei Karas | 1 | -2/+2 | |
2015-02-09 | Convert shop into market with 1000 items limit. | Andrei Karas | 1 | -0/+13 | |
2015-02-05 | Add harbour NPC. | Reid | 1 | -0/+39 | |
2015-02-03 | Correct hammock animation. | Reid | 1 | -0/+50 | |
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 | |