Age | Commit message (Expand) | Author | Files | Lines |
2008-08-09 | Really implemented SC_WALKSPEED (instead of copy-pasting old code) (followup ... | ultramage | 1 | -1/+1 |
2008-08-04 | - Killed mobs with NPC_REBIRTH skill used should not drop items again. (Aegis... | zephyrus | 1 | -1/+6 |
2008-08-03 | Re-implemented SC_WALKSPEED (used in npc scripting) according to official sou... | ultramage | 1 | -0/+2 |
2008-07-31 | Quagmire now will affect boss monsters, but more info is required to code the... | shadow | 1 | -1/+0 |
2008-07-29 | - Fixed a bug with Status Resist Potion. | zephyrus | 1 | -1/+1 |
2008-07-29 | Renamed struct 'skill' to 's_skill' to remove naming collisions. | ultramage | 1 | -1/+1 |
2008-07-26 | - Implemented official Convex Mirror (With help of Yomanda and Sirius White) | zephyrus | 1 | -1/+45 |
2008-07-14 | * Corrected compiler warning and error made from r12959 and r12953, respectiv... | sketchyphoenix | 1 | -1/+1 |
2008-07-14 | Made homunculi have doubled regen rates (they regen twice as fast) defined on... | shadow | 1 | -0/+6 |
2008-07-07 | First attempt at implementing the official walk speed system | ultramage | 1 | -132/+123 |
2008-07-07 | Small cleanup of leftover Grimtooth data (followup to r12917) | ultramage | 1 | -1/+0 |
2008-07-06 | * Slight cleanup of item-based walk speed bonuses | ultramage | 1 | -7/+3 |
2008-07-03 | Adjusted Free Cast code so that its walk penalty gets calculated in status_ca... | ultramage | 1 | -47/+6 |
2008-07-03 | Fixes regarding bugreport:1727 (undead element/race skill behaviors) follow u... | shadow | 1 | -3/+3 |
2008-06-29 | - Added support to Cash Shop for script command callshop | zephyrus | 1 | -1/+1 |
2008-06-24 | Cleaned up unconditional calls to status_change_end(). | ultramage | 1 | -104/+54 |
2008-06-14 | Fixed PF_FOGWALL working on Boss monsters. | shadow | 1 | -0/+1 |
2008-06-13 | Fixed Grandcross and darkgrandcross, should only cause blind against undead r... | shadow | 1 | -2/+2 |
2008-06-13 | Fixed some skills working on undead element when they were supposed to work o... | shadow | 1 | -5/+5 |
2008-06-07 | Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis. | ultramage | 1 | -2/+2 |
2008-06-07 | Fixed PF_DOUBLECASTING casting % bugreport:140 | shadow | 1 | -1/+1 |
2008-06-07 | Fixed a few properties of NPC_CHANGEUNDEAD bugreport:79 | shadow | 1 | -0/+10 |
2008-06-02 | - Added support for OnTouchNPC event, required for Monster Race. Script comma... | zephyrus | 1 | -3/+4 |
2008-05-29 | - Support for SP Regen status just like HP Regen (by items, by a little time)... | zephyrus | 1 | -7/+11 |
2008-05-28 | * Updated Ankle Snare duration (bugreport:1438) | Playtester | 1 | -5/+4 |
2008-05-08 | - Added some new items and headgears. | zephyrus | 1 | -10/+15 |
2008-05-07 | - Added function battle_attr_ratio to handle just getting the attribute table... | skotlex | 1 | -5/+18 |
2008-05-02 | * Changes to map_foreach* functions: | FlavioJS | 1 | -2/+1 |
2008-05-01 | Implemented get_percentage() for compact and safe calculation of percentual v... | ultramage | 1 | -10/+0 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -3/+3 |
2008-04-15 | * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) | ultramage | 1 | -1/+1 |
2008-04-08 | Lolbug. | Kevin | 1 | -1/+1 |
2008-04-07 | Improved the Mental Sensing fix from r12507 to not start the status at all, i... | ultramage | 1 | -1/+2 |
2008-04-06 | Equip speed buffs no longer stack with speed consumables other then speed pot... | Kevin | 1 | -2/+7 |
2008-04-06 | Sprint, Fusion, and Increase AGI now stack independently. The other speed buf... | Kevin | 1 | -21/+34 |
2008-04-06 | Changed Union/Increase AGI stack fix (it should work now). (bugreport:1155) | Kevin | 1 | -6/+2 |
2008-04-06 | Fixed seven wind not allowing ghost/shadow. (bugreport:1155) | Kevin | 1 | -1/+3 |
2008-04-06 | Unequip should no longer remove any buff from seven wind. (bugreport:1155) | Kevin | 1 | -2/+1 |
2008-04-06 | Union and Increase AGI now stack. (bugreport:1155) | Kevin | 1 | -0/+6 |
2008-04-05 | Running into a wall/npc/pc/mob no longer enables spurt. (bugreport:1155) | Kevin | 1 | -1/+4 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -37/+37 |
2008-03-25 | Partially fixed the mess in status.c. | ultramage | 1 | -378/+351 |
2008-03-21 | - Added status changes for netcafe premium items. Status Resist Potion and SP... | zephyrus | 1 | -2/+10 |
2008-03-20 | - Added SC_ARMOR_RESIST, used by Undead Scroll, gives you resistance against ... | zephyrus | 1 | -17/+30 |
2008-03-18 | - Changed the way SC_ARMOR_ELEMENT is called (Resistance potions) | zephyrus | 1 | -4/+9 |
2008-03-15 | - Changed the way SC_HPREGEN works. | zephyrus | 1 | -5/+5 |
2008-03-13 | - Added a fix for Abracadabra, this skills allways should use minimum a Yello... | zephyrus | 1 | -2/+3 |
2008-03-05 | * Added code to clear the Illusionary Shadow effect (followup to r12293) | ultramage | 1 | -0/+14 |
2008-03-05 | - Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property. | skotlex | 1 | -0/+3 |
2008-03-04 | - Updated firepillar so it cannot be placed on top of others. | skotlex | 1 | -10/+22 |