Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-18 | update docs from upstream. | Andrei Karas | 3 | -139/+101 | |
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 | 2 | -78/+1 | |
2015-03-15 | Add new job exp sequence. | Reid | 1 | -2/+1 | |
2015-03-15 | Update mob db. | Reid | 1 | -9/+9 | |
2015-03-15 | Add new(old) exp sequence. | 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 | 3 | -2/+2 | |
2015-03-07 | Add #27 warps. | Reid | 2 | -5/+34 | |
2015-03-07 | Add #27 files. | Reid | 5 | -0/+5 | |
2015-03-06 | update translations. | Andrei Karas | 17 | -155/+1106 | |
2015-03-06 | add empty translations.conf from hercules. | Andrei Karas | 1 | -0/+20 | |
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 #25 and #26 on maps.conf and map_index. | Reid | 2 | -0/+4 | |
2015-03-06 | Update map_cache. | Reid | 1 | -0/+0 | |
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-04 | Add riding skill into skills tree. | Andrei Karas | 1 | -0/+7 | |
2015-03-03 | Update warps from 11 to Artis and vice versa. | Reid | 2 | -2/+2 | |
2015-03-03 | Correct Range3 value on mob db. | Reid | 1 | -14/+14 | |
2015-03-03 | Update map cache. | Reid | 1 | -0/+0 | |
2015-03-02 | Remove duplicate entry in skill_tree.conf | wushin | 1 | -16/+0 | |
2015-02-28 | Add #11 in serverdata and rebuild map cache. | Reid | 7 | -0/+34 | |
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-27 | Update map_cache. | Reid | 1 | -0/+0 | |
2015-02-26 | Add initial basic skill with level 9. | Andrei Karas | 1 | -1/+1 | |
2015-02-26 | Do not upgrade manually basic skill. | Andrei Karas | 1 | -8/+8 | |
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-23 | Add temp homunculuses. | Andrei Karas | 1 | -0/+7 | |
2015-02-23 | Dont use item for call homunculus skill. | Andrei Karas | 1 | -1/+1 | |
2015-02-23 | Add skill for create/call homunculus. | Andrei Karas | 1 | -0/+8 | |
2015-02-23 | Allow rename pet. | Andrei Karas | 1 | -1/+1 | |
2015-02-22 | Add function to convert int to string. | Andrei Karas | 1 | -0/+4 | |
New function: str Example: str(10) | |||||
2015-02-21 | For reduce CPU usage while walking set official_cell_stack_limit to 0. | Andrei Karas | 1 | -1/+1 | |
It disable stack limit checks. | |||||
2015-02-20 | Add permission show_client_version to 99 group. | Andrei Karas | 1 | -1/+2 | |
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 | |