Age | Commit message (Expand) | Author | Files | Lines |
2015-09-29 | Replace checkcell to checknpccell. | Andrei Karas | 1 | -3/+3 |
2015-09-28 | Add joinchat demo to npc1 menu. | Andrei Karas | 1 | -1/+5 |
2015-09-28 | In npc1 call setbgteam before warping players to battle ground. | Andrei Karas | 1 | -0/+1 |
2015-09-28 | Juscare now stops moving and turns to player for dialog | Joseph Botosh | 1 | -2/+29 |
2015-09-28 | Add new movegraph functions: | Joseph Botosh | 1 | -0/+49 |
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 | 3 | -4/+4 |
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 | 15 | -46/+46 |
2015-09-27 | Replace setnpcdistance to '.distance'. | Andrei Karas | 79 | -133/+133 |
2015-09-27 | Replace calls to setnpcsex by assigning '.sex' variable. | Andrei Karas | 64 | -106/+106 |
2015-09-27 | modify Juscare's walk path | Joseph Botosh | 1 | -58/+54 |
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 | 2 | -0/+9 |
2015-09-25 | change intro text on some fishing spots | Joseph Botosh | 1 | -3/+3 |
2015-09-24 | Improve Salem and add some missing dialogues section. | Reid | 1 | -19/+40 |
2015-09-24 | update some fishing-related scripts for new narrator function | Joseph Botosh | 3 | -29/+30 |
2015-09-24 | update qonan and shovel scripts to use new narrator function | Joseph Botosh | 2 | -16/+15 |
2015-09-24 | update function narrator and speech: using optional bit flags as first arg | Joseph Botosh | 1 | -16/+41 |
2015-09-24 | add comment to qonan script about quest stages | Joseph Botosh | 1 | -0/+5 |
2015-09-24 | add quest for QOnan (shovel quest) | Joseph Botosh | 1 | -4/+80 |
2015-09-24 | shovel script: add functions for custom quests, +adddigrect, +addquest functions | Joseph Botosh | 1 | -2/+66 |
2015-09-24 | add PlayerIsTired function to shovel npc | Joseph Botosh | 1 | -0/+22 |
2015-09-24 | change some scripts according to new narrator function | Joseph Botosh | 3 | -22/+18 |
2015-09-24 | add constrains to shovel usage (rectangular areas) | Joseph Botosh | 1 | -1/+46 |
2015-09-24 | add Dig and Bury actions/functions to Shovel | Joseph Botosh | 1 | -4/+60 |
2015-09-24 | add optional first integer arg to narrator and speech functions -- number of ... | Joseph Botosh | 1 | -2/+32 |
2015-09-24 | add basic Shovel NPC/item | Joseph Botosh | 2 | -0/+35 |
2015-09-23 | fix debug warnings in npc5 script | Joseph Botosh | 1 | -1/+2 |
2015-09-23 | remove debug message in flyingpiou script | Joseph Botosh | 1 | -4/+0 |
2015-09-23 | change flying piou script to use new movement algorythm | Joseph Botosh | 1 | -44/+45 |
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 more fishing spots on Artis. | Reid | 1 | -0/+95 |
2015-09-20 | Add manual blank mes and remove some extra next on eugene and the fishing scr... | Reid | 2 | -8/+16 |
2015-09-20 | Remove extra empty mes lines on speech and narrator functions. | Reid | 1 | -2/+0 |
2015-09-18 | replace additem with getitem in eugene script | Joseph Botosh | 1 | -1/+1 |
2015-09-18 | add FishingRod to fishing and eugene scripts | Joseph Botosh | 2 | -7/+7 |
2015-09-18 | Add Fishing Rod as item ID 728 on item db. | Reid | 1 | -2/+2 |
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 | 4 | -5/+136 |
2015-09-17 | Change npc distance on water animation script. | Reid | 1 | -1/+1 |
2015-09-17 | add quest Fishman | Joseph Botosh | 1 | -4/+65 |
2015-09-17 | add functions narrator, speech | Joseph Botosh | 1 | -0/+22 |
2015-09-17 | add const NPC_SALEM 125, change trader ID | Joseph Botosh | 2 | -2/+3 |
2015-09-17 | add quest Catch the Piou | Joseph Botosh | 2 | -44/+192 |
2015-09-17 | add initial pos to firstmove function as 2nd arg | Joseph Botosh | 1 | -1/+11 |