summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2015-05-04Add warps on #25.Reid1-1/+2
2015-05-04Add warps on #20.Reid3-0/+35
2015-05-04Add warps on #19.Reid3-0/+64
2015-05-04Offset #12's warp to Artis of 1 tile.Reid1-1/+1
2015-05-04Connect #19 #20 and #25 with city warps.Reid2-1/+57
2015-05-03Add warp from #18 to artis.Reid1-0/+1
2015-05-02Add functions and example npc for simple npc moving program.Andrei Karas4-0/+112
For now npc AI support moving, changing direction, waiting.
2015-05-01Into test map add command to send emote chat command to client.Andrei Karas1-1/+4
2015-04-30Add town flag to test map.Andrei Karas1-0/+1
2015-04-09Fix skill casting.Andrei Karas1-1/+1
2015-04-09Change basic skill level to 9 in initial scripts.Andrei Karas2-2/+2
2015-04-08Revert "Correct the skill tree issue."Andrei Karas1-1/+1
This reverts commit bdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1.
2015-04-03Correct the savepoint function.Reid2-5/+5
2015-03-29Update fexil and its shop.Reid2-6/+24
2015-03-23Correct a bug on sailors.txt from nard's room.Reid1-1/+1
2015-03-21Change #12 and #14 warps.Reid2-2/+2
2015-03-21Update warp location from #11 to artis.Reid2-3/+3
2015-03-17Add direction on terry's script.Reid1-3/+1
2015-03-17Add terry animation.Reid1-2/+11
2015-03-16Add check for basic skill on julia scripts.Reid2-0/+30
2015-03-16Correct the skill tree issue.Reid1-1/+1
2015-03-14Correct an issue with restorecam.Reid4-2/+8
2015-03-14Add Terry NPC.Reid2-0/+17
2015-03-09Update warp location and map cache.Reid2-2/+2
2015-03-07Add #27 warps.Reid2-5/+34
2015-03-07Add #27 files.Reid2-0/+3
2015-03-06Update _import.Reid1-0/+2
2015-03-06Add warp from artis to #26.Reid1-0/+27
2015-03-06Add flask script.Reid1-0/+21
2015-03-06Add #26 files.Reid2-0/+5
2015-03-06Add #25 files.Reid2-0/+3
2015-03-05Add function menustr.Andrei Karas1-0/+29
It works same with menuint but return string and set variable @menuret$
2015-03-05rename function menu2 into menuint.Andrei Karas3-3/+3
2015-03-05Add function menu2 for return some missing features.Andrei Karas4-2/+39
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-03-04rework a bit menu in test npc. add mount test options.Andrei Karas1-26/+55
2015-03-03Update warps from 11 to Artis and vice versa.Reid2-2/+2
2015-02-28Add #11 in serverdata and rebuild map cache.Reid4-0/+32
2015-02-27Add warps from #10 to Artis and vice versa.Reid2-3/+60
2015-02-27Update #1 warps.Reid1-1/+1
2015-02-26Add initial basic skill with level 9.Andrei Karas1-1/+1
2015-02-24Use in test map addremovemapmask.Andrei Karas1-5/+12
Also improve a bit npc1 menu.
2015-02-24Add script function addremovemapmask.Andrei Karas1-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-24Save skill invokes count into character array.Andrei Karas1-0/+4
2015-02-24In test map add way to show hide map layers.Andrei Karas3-5/+27
2015-02-22Add function to convert int to string.Andrei Karas1-0/+4
New function: str Example: str(10)
2015-02-18Add a panel NPC on Artis.Reid2-0/+21
2015-02-17Correct warps from #7 to #8.Reid2-2/+2
2015-02-13fix error in shops functions.Andrei Karas1-2/+2
2015-02-09Convert shop into market with 1000 items limit.Andrei Karas3-7/+32
2015-02-09Changes to warpsMikko2-3/+3