Age | Commit message (Expand) | Author | Files | Lines |
2009-05-12 | - Rental items now can be stackable items too. | zephyrus | 1 | -0/+2 |
2009-05-03 | * Block equipments switching for some skills (bugreport:2900) | Inkfish | 1 | -0/+1 |
2009-03-27 | * Fixed a problem that blockskill timer failed when there was more than one o... | Playtester | 1 | -1/+1 |
2009-03-18 | - Implemented new item and bonuses for Kreiger Von Midgard rewards. | zephyrus | 1 | -3/+12 |
2009-03-04 | Small edits to battleground code (bugreport:2816) | ultramage | 1 | -2/+0 |
2009-02-26 | - Fixed item Nemesis. | zephyrus | 1 | -0/+3 |
2009-01-25 | - Implemented new item bonus scripts required for battlegrounds. | zephyrus | 1 | -3/+4 |
2009-01-20 | - Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat... | zephyrus | 1 | -0/+1 |
2009-01-05 | Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only. | ultramage | 1 | -0/+1 |
2008-11-16 | - Item Rental System. | zephyrus | 1 | -0/+6 |
2008-08-22 | - Mercenary data structures. | zephyrus | 1 | -0/+1 |
2008-08-15 | Some cleaning in script.c | ultramage | 1 | -2/+2 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 1 | -3/+2 |
2008-07-06 | * Slight cleanup of item-based walk speed bonuses | ultramage | 1 | -2/+2 |
2008-07-03 | Adjusted Free Cast code so that its walk penalty gets calculated in status_ca... | ultramage | 1 | -1/+0 |
2008-06-08 | Implemented the two-handed staff/rod type (thanks to Muad_Dib). | ultramage | 1 | -0/+1 |
2008-06-07 | Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis. | ultramage | 1 | -3/+3 |
2008-05-16 | Added changes missing from the previous update (followup to r12710). | ultramage | 1 | -1/+3 |
2008-05-12 | Fixed a script engine problem where warping away while having a menu window o... | ultramage | 1 | -1/+1 |
2008-05-07 | - Added function battle_attr_ratio to handle just getting the attribute table... | skotlex | 1 | -1/+1 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 1 | -0/+1 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -3/+3 |
2008-04-10 | Some preliminary code for the questlog system (clif packet functions and basi... | Kevin | 1 | -0/+5 |
2008-04-02 | Fixed a compilation issue in r12457. | ultramage | 1 | -0/+5 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -22/+30 |
2008-03-24 | * Added temporary code to track and prevent the multiple remove_map's that ap... | FlavioJS | 1 | -0/+1 |
2008-03-24 | * Reorganized the contents of the mapserver's header files. | ultramage | 1 | -2/+334 |
2008-03-18 | - Added the official adoption method. | zephyrus | 1 | -1/+4 |
2008-03-02 | Fixed wrong mvp format string for @mobinfo (would not show big mvp exp reward... | ultramage | 1 | -1/+1 |
2008-02-28 | - Added cash shop support. (i need to add documentation, working on it). | zephyrus | 1 | -0/+4 |
2008-02-22 | Fixed 2 problems in r12223 - incorrect variable used (bugreport:1031) and a m... | ultramage | 1 | -0/+1 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -3/+2 |
2008-02-20 | Changed pc_can_give_items() to use standard boolean logic instead of the inve... | ultramage | 1 | -1/+1 |
2008-02-03 | * Added an iterator to map.h/c. | FlavioJS | 1 | -0/+1 |
2008-01-09 | - corrected duration of sphere mines to be 30 secs regardless of skill level | skotlex | 1 | -0/+9 |
2008-01-08 | - Made the pc reg variables receive a const char* as the argument, since they... | skotlex | 1 | -2/+2 |
2007-12-22 | Fixed mob AI code iterating over non-mob objects without checking, when monst... | ultramage | 1 | -1/+1 |
2007-11-29 | - Integrated the SG related info of hate_mob and feel_map into a single struc... | skotlex | 1 | -0/+10 |
2007-11-20 | - Implemented SL_SUPERNOVICE erasing the death record 1% of the casts. | skotlex | 1 | -0/+2 |
2007-11-09 | Replaced several 'int' variables with enums that they represent. | ultramage | 1 | -6/+14 |
2007-11-03 | Tried to make sense out of timer.c ... and failed | ultramage | 1 | -2/+2 |
2007-10-31 | * Added names to the SC_ and SI_ enums, now they can be used to properly indi... | ultramage | 1 | -1/+1 |
2007-10-26 | Moved the new novending cell check from the internal code to the client-serve... | ultramage | 1 | -1/+1 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 1 | -3/+6 |
2007-10-19 | - Added bonusautoscript and bonusautoscript2. These are used to attach a scri... | skotlex | 1 | -0/+3 |
2007-10-18 | Fixed numerous /W4 warnings (and created more :) | ultramage | 1 | -1/+1 |
2007-10-15 | Implemented new skill "Enlarge Weight Limit R", and increased MAX_SKILL_TREE ... | L0ne_W0lf | 1 | -2/+2 |
2007-10-11 | Removed the check that prevented Warp Portal from opening after you picked th... | ultramage | 1 | -3/+2 |
2007-09-29 | Renamed&moved macros clif_trading() and clif_cant_act() to pc.c since they're... | ultramage | 1 | -17/+19 |
2007-09-28 | * Corrected Summer Outfit not included as a PC class. (Zephyrus_CR) | L0ne_W0lf | 1 | -1/+1 |