summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Expand)AuthorFilesLines
2016-01-30Replace countitemcolor to countitem.Andrei Karas1-1/+1
2016-01-29Show warnings to clients with version <= 5.Andrei Karas1-2/+2
2016-01-24Switch case of PC_Is_Dead and INN_Register to full caps.Reid2-5/+5
2016-01-24Improve Plush and the savepoint functions.Reid1-0/+30
2016-01-24Add INN flag on savepoint, if the flag is not set it put to INN_Register the ...Reid1-1/+6
2016-01-17Fix emotes ID on various scripts.Reid2-3/+3
2016-01-17Fix errors on villagertalk.Reid1-25/+18
2016-01-17Add else if instead of many if on asleep function.Reid1-4/+6
2016-01-17Comment unknown commands in function villagertalk.Andrei Karas1-8/+8
2016-01-14TestMe: npc/functions/villagertalk.txtAkko Teru1-4/+47
2016-01-14Fix a typo on npcmovegraph's doc.Reid1-1/+1
2015-12-29Add different dialogue for artaxe as he is blocking the north road of Artis.Reid1-1/+2
2015-12-29Add villagertalk function for random dialogues.Reid1-0/+23
2015-12-28Add check if the player moved of his fishing spot.Reid1-0/+10
2015-12-28Add sailortalk function that display random dialogues for sailors.Reid1-0/+36
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