Age | Commit message (Expand) | Author | Files | Lines |
2011-12-12 | Fixed bonuses for Kafra Dolls (ItemIDs 5340, 5341, 5342, 5343, 5344 5345) and... | kenpachi2k11 | 1 | -1/+1 |
2011-12-12 | - Added support for multi-line messages when using mes; | epoque11 | 1 | -0/+28 |
2011-12-11 | Fixxed Mole Card bonus.(bugreport:2230) | kenpachi2k11 | 1 | -2/+2 |
2011-12-09 | - Added a blank line at EOF to make SVN and some compilers happy. (bugreport:... | brianluau | 1 | -10/+10 |
2011-12-09 | - Added ToastOfDoom's String Commands Package. (tid:53411, topic:204976) | brianluau | 1 | -0/+187 |
2011-12-09 | - Updated some URLs. | brianluau | 2 | -9/+9 |
2011-12-08 | Added notes about block comments to script_commands.txt. | jmanfffreak | 1 | -12/+25 |
2011-12-06 | - Added support for additional item information when OnSellItem is called | epoque11 | 1 | -2/+3 |
2011-12-01 | - Reverted r15002 because the Instance script commands were already in docs. | brianluau | 1 | -87/+1 |
2011-11-29 | Updated doc/script_commands.txt to include instance variables from wiki | script-z3r0 | 1 | -1/+87 |
2011-11-29 | Welcome to RAthena! http://rathena.org/board/topic/53704-rathena-the-fork/ | brianluau | 1 | -0/+5 |
2011-11-08 | Corrected documentation on monster respawn delay1/delay2 fields to reflect ac... | ultramage | 1 | -7/+4 |
2011-10-31 | - Removed .gat from map names. | brianluau | 1 | -1/+1 |
2011-10-26 | * Fixed a mistake in RID description in doc/script_commands.txt (since r2402). | ai4rei | 1 | -1/+1 |
2011-10-15 | - Fixed .@GID not being set in Gld_Trea_Spawn, since r13559. (bugreport:5067) | brianluau | 1 | -2/+3 |
2011-09-20 | - Updated strnpcinfo documentation, following r14929. | brianluau | 1 | -9/+21 |
2011-09-01 | Fixed 'getitem' documentation typo (stating the optional 3rd argument is char... | ultramage | 1 | -2/+2 |
2011-08-10 | - Commiting a bunch of cleanups piled up from the past few weeks/months/years. | Skotlex | 1 | -1/+8 |
2011-07-11 | * Added bonus3 bAddClassDropItem, care of Epoque. | L0ne_W0lf | 1 | -0/+2 |
2011-07-09 | * Added script command 'getmercinfo' for retrieving information about a merce... | ai4rei | 1 | -1/+24 |
2011-05-30 | * Fixed script command 'warpguild' looking for an attached player even when i... | ai4rei | 1 | -1/+10 |
2011-05-29 | * Updated script commands 'npcshopitem', 'npcshopadditem' and 'npcshopdelitem... | ai4rei | 1 | -4/+7 |
2011-05-22 | - Fixed a typo in eA Job System documentation. | brianluau | 1 | -1/+1 |
2011-05-08 | * Updated/revised description of instance-related script commands (bugreport:... | ai4rei | 1 | -31/+77 |
2011-04-27 | * Fixed description for script command 'itemheal' claiming, that this command... | ai4rei | 1 | -10/+8 |
2011-04-06 | - Changed 'specialeffect' when <send_target> is SELF, it will display the eff... | brianluau | 1 | -5/+7 |
2011-04-05 | - Completed L0ne's 2007 request for 'waitingroom' to support required zeny an... | Kisuka | 1 | -4/+11 |
2011-03-22 | * Documentation updates and fixes. | ai4rei | 1 | -8/+28 |
2011-03-13 | * Script commands documentation updates. | ai4rei | 1 | -6/+36 |
2011-03-06 | * Implemented search store info system (aka. vending and buying store search)... | ai4rei | 1 | -1/+23 |
2011-02-19 | * Implemented buying store system (aka. reverse vending, purchase shop) toget... | ai4rei | 1 | -1/+16 |
2011-02-12 | - Fixed the cutin example in script_commands.txt | brianluau | 1 | -1/+1 |
2011-01-24 | * Added documentation for undocumented bonuses (bugreport:4727, follow up to ... | ai4rei | 1 | -3/+45 |
2011-01-23 | * Some cleaning here and there. | ai4rei | 1 | -1/+1 |
2011-01-15 | * Various accumulated insignificant fixes to documentation, examples and comm... | ai4rei | 3 | -14/+15 |
2011-01-06 | * Fixed script command 'deletearray' deleting incorrect amount of array eleme... | ai4rei | 1 | -6/+3 |
2010-12-19 | * Fixes to the dynamic shop sample script (first part of dynamic shop fixes). | ai4rei | 1 | -4/+5 |
2010-12-17 | * Spellchecked script_commands.txt. | ai4rei | 1 | -174/+176 |
2010-12-12 | * Updates to the playBGM functionality (since r14335). | ai4rei | 1 | -10/+10 |
2010-12-08 | * Applied some script command documentation updates and fixes as already done... | ai4rei | 1 | -139/+127 |
2010-12-07 | * Further corrections to doc/item_bonus.txt (bugreport:4624). | ai4rei | 1 | -7/+17 |
2010-12-06 | * Corrected description for bonuses bHealPower and bHealPower2 stating skill ... | ai4rei | 1 | -2/+2 |
2010-12-06 | Added support for bonus bAddItemHealRate, which works for all healing items c... | L0ne_W0lf | 1 | -1/+3 |
2010-12-03 | * Corrected 'chance' in description for bonuses bAddMonsterDropItem and bAddM... | ai4rei | 1 | -6/+6 |
2010-12-02 | * Added item type IT_CASH (item type 18) Requires user confirmation before us... | L0ne_W0lf | 1 | -0/+2 |
2010-11-30 | * Resolved missing script documentation (bugreport:4578). | ai4rei | 2 | -1/+25 |
2010-11-28 | * Fixed pets derived from immobile monsters not being able to walk (bugreport... | ai4rei | 1 | -0/+1 |
2010-11-26 | * Fixed description of bCriticalAddRace having 'race' and 'crit' parameters i... | ai4rei | 1 | -1/+1 |
2010-11-26 | * Some updates and fixes to script command documentation. [Ai4rei] | ai4rei | 1 | -36/+185 |
2010-11-23 | * Added script command pushpc, which is required by newer scripts. | ai4rei | 1 | -0/+18 |