Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-06 | Fixed few bugs in NPC scripts: | Alige | 1 | -1/+1 | |
Changed item IDs to their aegisname Added missing 's' after @@ when needed Few other fixes in english | |||||
2016-06-27 | Changed all item IDs by their aegisname in scripts. | Alige | 1 | -4/+4 | |
2015-09-27 | Replace setnpcdistance to '.distance'. | Andrei Karas | 1 | -1/+1 | |
2015-08-11 | Use npc sprite names in all scripts. | Andrei Karas | 1 | -1/+1 | |
2015-06-20 | Replace NPC names by NPC IDs. | Reid | 1 | -2/+2 | |
2014-12-05 | Replace script function set to direct variable assignments. | Andrei Karas | 1 | -1/+1 | |
2014-12-02 | Fix case in all function names. | Andrei Karas | 1 | -2/+2 | |
2014-12-02 | Call all functions directly (without callfunc). | Andrei Karas | 1 | -2/+2 | |
2014-11-29 | Restore active distance to all npcs. | Andrei Karas | 1 | -1/+4 | |
2014-11-21 | Replace temp variables into scope temp variables. | Andrei Karas | 1 | -4/+4 | |
2014-11-04 | convert server data for using with hercules. | Andrei Karas | 1 | -1/+2 | |
2014-02-11 | English fixes done Qwerty Dragon. | Alige | 1 | -4/+5 | |
2013-08-08 | Change every label names from l_ to L_ . | Reid Yaro | 1 | -9/+9 | |
2013-05-26 | Add argument on inventoryplace. | Reid Yaro | 1 | -7/+2 | |
2013-03-08 | NPC dialogue revamp. Nard's Box script reviewed. | Hal9000 | 1 | -0/+1 | |
2013-03-04 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
Add missing spaces, remove useless empty lines. | |||||
2013-01-06 | Fixed newly added language in julia's script. | Alige | 1 | -2/+1 | |
Major consistency fixes: removing useless whitespaces and returns to next line. | |||||
2012-12-12 | Prevent player to take infinite "LaJohanne Key" quest item from Nard's box. | Hal9OOO | 1 | -0/+2 | |
2012-12-12 | Restore "InventoryPlace" check function. | Hal9OOO | 1 | -0/+8 | |
2012-12-10 | First round-up of questchain cleaning. | Hal9OOO | 1 | -24/+16 | |
2012-12-09 | Correct close behaviour in many dialogues. Democratize l_Quit function. | Hal9OOO | 1 | -5/+5 | |
2012-12-09 | Add Game Camera effect on Box/Nard dialogue. | Hal9OOO | 1 | -0/+4 | |
2012-12-03 | Add new function in every script where getitem is called. | Reid | 1 | -14/+10 | |
2012-11-30 | Replaced some item IDs by their names in scripts. | Alige | 1 | -0/+13 | |
Added missing commands when the NPC gives an item. Fixed some language. | |||||
2012-11-24 | Final language fixes in scripts. | Alige | 1 | -1/+1 | |
2012-10-29 | Add getitem 718 on nard's box script. | Reid | 1 | -1/+5 | |
2012-09-02 | Rename Nardbox variable to Nard. | Reid | 1 | -4/+4 | |
2012-08-28 | Added missing spaces at the end of some scripts. | Alige | 1 | -1/+1 | |
Removed some spare lines in some scripts. Reviewed language and punctuation in several scripts. | |||||
2012-07-24 | Add basic quest vars support. | Andrei Karas | 1 | -3/+3 | |
2012-07-10 | Fixed the description of every single script. | Alige | 1 | -8/+8 | |
2012-06-05 | Fixed few dialogues in scripts and npc functions. | Alige | 1 | -6/+6 | |
2012-06-02 | Add distance limits to all npcs. | Andrei Karas | 1 | -1/+1 | |
2012-04-22 | Correct Nard and Box NPC dialogues. | Reid | 1 | -11/+14 | |
2012-04-20 | Correct a few things on box and julia script, | Reid | 1 | -3/+0 | |
Add quest on Nard NPC. | |||||
2012-04-20 | Chance warp location on 000-1, | Reid | 1 | -0/+95 | |
Change Alige's script template, Add new dialogue on doors script, Cut Nard script in two part and add box script with new quest inside. |