summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Move doors init code into doorInit function. Also enable alwaysvisible attrib...Andrei Karas1-0/+6
2015-10-27fix getrandompoint functionJoseph Botosh1-2/+2
2015-10-23Move timer logic for graph based npcs to function.Andrei Karas1-0/+9
2015-10-23Move timer logic for simple npcs to function.Andrei Karas1-0/+11
2015-10-20Move masks functions to their own file.Reid1-0/+68
2015-09-29Replace checkcell to checknpccell.Andrei Karas1-3/+3
2015-09-28Add new movegraph functions:Joseph Botosh1-0/+49
2015-09-28add abs(N) functionJoseph Botosh1-0/+6
2015-09-28update doc comment of setmovegraphcmd functionJoseph Botosh1-1/+1
2015-09-27Replace npcspeed to .speedAndrei Karas2-2/+2
2015-09-27Replace setnpcdisplay to '.class'.Andrei Karas2-2/+2
2015-09-27Replace getnpcdir and setnpcdir with one or zero parameters to variable '.dir'.Andrei Karas4-17/+17
2015-09-27add functions open_door, close_doorJoseph Botosh1-0/+20
2015-09-27add flags to move graphJoseph Botosh1-23/+55
2015-09-26add sit and stand commands to movegraph, extend warp commandJoseph Botosh1-2/+23
2015-09-25Add support for sit and stand command in npcmove engine.Andrei Karas1-0/+8
2015-09-24update some fishing-related scripts for new narrator functionJoseph Botosh1-12/+13
2015-09-24update function narrator and speech: using optional bit flags as first argJoseph Botosh1-16/+41
2015-09-24change some scripts according to new narrator functionJoseph Botosh1-6/+4
2015-09-24add optional first integer arg to narrator and speech functions -- number of ...Joseph Botosh1-2/+32
2015-09-23improve graph-based npc moving: endpoints can be rectangular areas nowJoseph Botosh1-36/+139
2015-09-23add debugnpc functionJoseph Botosh1-0/+8
2015-09-20Add manual blank mes and remove some extra next on eugene and the fishing scr...Reid1-7/+14
2015-09-20Remove extra empty mes lines on speech and narrator functions.Reid1-2/+0
2015-09-18add FishingRod to fishing and eugene scriptsJoseph Botosh1-7/+6
2015-09-18fix bug in fishing function related to wait_timesJoseph Botosh1-1/+1
2015-09-18add function fishingJoseph Botosh1-0/+130
2015-09-17add functions narrator, speechJoseph Botosh1-0/+22
2015-09-17add initial pos to firstmove function as 2nd argJoseph Botosh1-1/+11
2015-09-08add npc flying piou in ArtisJoseph Botosh1-0/+1
2015-09-07split Barber function into 2Joseph Botosh1-12/+7
2015-09-07add command 'say' to execmovecmd functionJoseph Botosh1-0/+5
2015-09-05add script functions for graph-based NPC movementJoseph Botosh1-0/+207
2015-09-05add function strip() to script functionsJoseph Botosh1-0/+25
2015-07-25Add barber functions.Reid1-0/+86
2015-06-20Replace NPC names by NPC IDs.Reid1-1/+1
2015-05-05Into npc move program add command "speed"Andrei Karas1-0/+5
2015-05-05Add into npc moving program new commands: rmove, emote, warp, class, goto.Andrei Karas1-8/+42
2015-05-02Add functions and example npc for simple npc moving program.Andrei Karas1-0/+84
2015-04-08Revert "Correct the skill tree issue."Andrei Karas1-1/+1
2015-04-03Correct the savepoint function.Reid1-1/+1
2015-03-16Correct the skill tree issue.Reid1-1/+1
2015-03-05Add function menustr.Andrei Karas1-0/+29
2015-03-05rename function menu2 into menuint.Andrei Karas1-1/+1
2015-03-05Add function menu2 for return some missing features.Andrei Karas1-0/+36
2015-02-26Add initial basic skill with level 9.Andrei Karas1-1/+1
2015-02-24Add script function addremovemapmask.Andrei Karas1-0/+5
2015-02-22Add function to convert int to string.Andrei Karas1-0/+4
2015-02-13fix error in shops functions.Andrei Karas1-2/+2
2015-02-09Convert shop into market with 1000 items limit.Andrei Karas1-0/+13