Age | Commit message (Expand) | Author | Files | Lines |
2011-05-23 | * Changed enumerating defines into enumerations (related topic:264007). | ai4rei | 1 | -2/+2 |
2011-05-15 | * Extracted calculations of the number of status points PC gets when leveling... | Gepard | 1 | -0/+1 |
2011-05-15 | * Removed status point calculations (duplicate) from `pc_resetstate` function... | Gepard | 1 | -1/+1 |
2011-05-15 | * Merged pcdb_checkid update from renewal [14810/branches/renewal]. | ai4rei | 1 | -1/+5 |
2011-05-14 | * Some NPC event related cleaning. | ai4rei | 1 | -1/+1 |
2011-05-14 | * Random accumulated bits and pieces. | ai4rei | 1 | -1/+1 |
2011-04-21 | * Extended debugging code for bugreport:3504 (related r14599). | ai4rei | 1 | -0/+4 |
2011-04-16 | * Added support for visible garments/robes. | ai4rei | 1 | -0/+7 |
2011-04-16 | * Some cleanups related to player and monster states. | ai4rei | 1 | -51/+52 |
2011-04-09 | * Moved duel code into a separate file. | ai4rei | 1 | -19/+0 |
2011-03-27 | * Added separate character state for vending (like for buyingstore), instead ... | ai4rei | 1 | -3/+4 |
2011-03-27 | * Added support for tracking state of client command /effect through packet 0... | ai4rei | 1 | -0/+1 |
2011-03-06 | * Implemented search store info system (aka. vending and buying store search)... | ai4rei | 1 | -0/+3 |
2011-03-02 | * Updates to the super novice's guardian angel prayer effect and related hand... | ai4rei | 1 | -1/+0 |
2011-02-19 | * Implemented buying store system (aka. reverse vending, purchase shop) toget... | ai4rei | 1 | -5/+10 |
2011-01-29 | * Removed @aw/@away which duplicates and collides with client's /am (away mes... | ai4rei | 1 | -2/+0 |
2011-01-26 | * Fixed buyers, that are currently in a vending shop could be fooled into buy... | ai4rei | 1 | -0/+1 |
2010-12-25 | * Added support for new /remove and /recall packets for 2010-08-03aRagexeRE a... | ai4rei | 1 | -0/+2 |
2010-12-06 | Added support for bonus bAddItemHealRate, which works for all healing items c... | L0ne_W0lf | 1 | -0/+1 |
2010-12-01 | * Fixed bAutoSpellOnSkill bonuses could not be chained (bugreport:4421, since... | ai4rei | 1 | -1/+1 |
2010-11-30 | * Made skill_tree.txt reading use sv_readdb. [Ai4rei] | ai4rei | 1 | -1/+2 |
2010-11-30 | * Added a define for star gladiator feel/hate info array length (follow up to... | ai4rei | 1 | -1/+2 |
2010-11-29 | * Insignificant code tweaks: removal of excess function declarations and self... | ai4rei | 1 | -1/+0 |
2010-11-28 | * Added clr_type enumeration for vanish effect constants. | ai4rei | 1 | -4/+4 |
2010-11-26 | Changed 'killerrid' and 'killedrid' from player vars to player params (bugrep... | ultramage | 1 | -0/+2 |
2010-11-21 | * Added enumeration RC2_* for mob data 'race2' (bugreport:4561). | ai4rei | 1 | -2/+2 |
2010-11-16 | Follow-up to r14456. Default initialize atk_rate to 0 instead of 100 to match... | Paradox924X | 1 | -1/+1 |
2010-11-10 | Added an item_delay database usable for item-specific use delays. | Paradox924X | 1 | -1/+5 |
2010-10-11 | Implemented official cash food behavior, including use delay, not being dispe... | Paradox924X | 1 | -0/+1 |
2010-08-19 | - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ... | Skotlex | 1 | -1/+1 |
2010-08-18 | * Added bonus3 bAdd/SubEle, which allows you to specify a battle flag as well... | L0ne_W0lf | 1 | -0/+9 |
2010-02-06 | 2010/02/06 | Inkfish | 1 | -1/+1 |
2009-12-02 | * Autobonus code cleanups. | Inkfish | 1 | -4/+2 |
2009-11-26 | * NPC event code cleanups. | Inkfish | 1 | -6/+2 |
2009-11-07 | Added a flag to indicate if the script of an autobonus was parsed for the sak... | Inkfish | 1 | -1/+2 |
2009-10-27 | Fixed quest will never get erased when it's the only quest you have. | Inkfish | 1 | -0/+1 |
2009-10-25 | * Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b... | Inkfish | 1 | -0/+4 |
2009-09-04 | * QuestLog Fix. | Inkfish | 1 | -0/+1 |
2009-08-25 | Implemented Progress Bar.(topic:207933) | Inkfish | 1 | -0/+5 |
2009-08-21 | Added bMagicHPGainValue and bMagicSPGainValue. | Inkfish | 1 | -1/+1 |
2009-07-26 | Fixed mob counts and quest states are not saved properly sometimes | Inkfish | 1 | -1/+0 |
2009-07-25 | Rewrote Quest Log system. | Inkfish | 1 | -2/+4 |
2009-06-28 | * Implemented script command "autobonus". [Inkfish] | Inkfish | 1 | -6/+13 |
2009-06-20 | * Changed Asura Strike/Jump Kick to target skill to get rid of the "target de... | Inkfish | 1 | -1/+1 |
2009-06-11 | * Fixed TaTaMiGaEShi(Improvised Defense) not working. | Inkfish | 1 | -1/+1 |
2009-06-07 | Implemented "cooking exp" that increases the success chance of cooking by 0.0... | Inkfish | 1 | -0/+1 |
2009-06-05 | * Fixed turning off a skill needed to meet the requirements. (bugreport:3175) | Inkfish | 1 | -2/+2 |
2009-06-03 | * Some clean ups on autocast and itemskill code. (see topic:220921 for some i... | Inkfish | 1 | -0/+1 |
2009-05-29 | * Added new bonuses bHealPower and bHealPower2. | Inkfish | 1 | -0/+1 |
2009-05-12 | - Rental items now can be stackable items too. | zephyrus | 1 | -0/+2 |