Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-23 | Correct a bug on sailors.txt from nard's room. | Reid | 1 | -1/+1 | |
2015-03-21 | Change #12 and #14 warps. | Reid | 2 | -2/+2 | |
2015-03-21 | Update warp location from #11 to artis. | Reid | 2 | -3/+3 | |
2015-03-17 | Add direction on terry's script. | Reid | 1 | -3/+1 | |
2015-03-17 | Add terry animation. | Reid | 1 | -2/+11 | |
2015-03-16 | Add check for basic skill on julia scripts. | Reid | 2 | -0/+30 | |
2015-03-16 | Correct the skill tree issue. | Reid | 1 | -1/+1 | |
2015-03-14 | Correct an issue with restorecam. | Reid | 4 | -2/+8 | |
2015-03-14 | Add Terry NPC. | Reid | 2 | -0/+17 | |
2015-03-09 | Update warp location and map cache. | Reid | 2 | -2/+2 | |
2015-03-07 | Add #27 warps. | Reid | 2 | -5/+34 | |
2015-03-07 | Add #27 files. | Reid | 2 | -0/+3 | |
2015-03-06 | Update _import. | Reid | 1 | -0/+2 | |
2015-03-06 | Add warp from artis to #26. | Reid | 1 | -0/+27 | |
2015-03-06 | Add flask script. | Reid | 1 | -0/+21 | |
2015-03-06 | Add #26 files. | Reid | 2 | -0/+5 | |
2015-03-06 | Add #25 files. | Reid | 2 | -0/+3 | |
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 | 3 | -3/+3 | |
2015-03-05 | Add function menu2 for return some missing features. | Andrei Karas | 4 | -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-04 | rework a bit menu in test npc. add mount test options. | Andrei Karas | 1 | -26/+55 | |
2015-03-03 | Update warps from 11 to Artis and vice versa. | Reid | 2 | -2/+2 | |
2015-02-28 | Add #11 in serverdata and rebuild map cache. | Reid | 4 | -0/+32 | |
2015-02-27 | Add warps from #10 to Artis and vice versa. | Reid | 2 | -3/+60 | |
2015-02-27 | Update #1 warps. | Reid | 1 | -1/+1 | |
2015-02-26 | Add initial basic skill with level 9. | Andrei Karas | 1 | -1/+1 | |
2015-02-24 | Use in test map addremovemapmask. | Andrei Karas | 1 | -5/+12 | |
Also improve a bit npc1 menu. | |||||
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-24 | Save skill invokes count into character array. | Andrei Karas | 1 | -0/+4 | |
2015-02-24 | In test map add way to show hide map layers. | Andrei Karas | 3 | -5/+27 | |
2015-02-22 | Add function to convert int to string. | Andrei Karas | 1 | -0/+4 | |
New function: str Example: str(10) | |||||
2015-02-18 | Add a panel NPC on Artis. | Reid | 2 | -0/+21 | |
2015-02-17 | Correct warps from #7 to #8. | Reid | 2 | -2/+2 | |
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 | 3 | -7/+32 | |
2015-02-09 | Changes to warps | Mikko | 2 | -3/+3 | |
2015-02-08 | Add warps from harbourmaster's lodge to artis. | Mikko | 2 | -0/+28 | |
2015-02-08 | Add warp from 001-1 to #1 and #1 to 001-1. | Reid | 2 | -0/+29 | |
2015-02-08 | Add warps from 16 to 17 and 17 to 16. | Reid | 2 | -0/+4 | |
2015-02-07 | Add other harbour NPC. | Reid | 1 | -1/+44 | |
2015-02-07 | Change distance on harbour script. | Reid | 1 | -1/+1 | |
2015-02-05 | Add second type of harbour NPC. | Reid | 1 | -1/+1 | |
2015-02-05 | Add harbour NPC. | Reid | 5 | -1/+66 | |
2015-02-03 | Connect La Johanne and Artis with warps. | Reid | 2 | -0/+3 | |
2015-02-03 | Remove auto-spam from julia. | Reid | 1 | -1/+1 | |
2015-02-03 | Correct hammock animation. | Reid | 6 | -221/+162 | |
2015-02-03 | Fix alige animation. | Reid | 2 | -28/+34 | |
2015-02-03 | Correct peter script. | Reid | 4 | -34/+44 | |
2015-02-03 | Correct new ship's note map. | Reid | 1 | -1/+1 | |
2015-02-03 | Correct wrong string/integer comparaison. | Reid | 2 | -4/+4 | |