Age | Commit message (Expand) | Author | Files | Lines |
2012-03-03 | * fixed getiteminfo offset being off by one in REMODE (bugreport:5378) | lordttseven | 1 | -4/+6 |
2012-02-11 | Added 2 new item_trade.txt flags as per kenpachi request: | shennetsind | 1 | -1/+5 |
2012-02-04 | * Merged changes up to eAthena 15073. | eathenabot | 1 | -7/+12 |
2012-01-26 | * Modified drop system to allow overriding global item drop rates on per-ite... | gepard1984 | 1 | -0/+3 |
2011-12-24 | * Merged changes up to eAthena 15041. | eathenabot | 1 | -0/+1 |
2011-12-24 | *Fixed bug in the attribute table. | Chilly0123 | 1 | -1/+1 |
2011-12-23 | *Added new item groups. | Chilly0123 | 1 | -1/+1 |
2011-12-14 | Renamed RRMODE to REMODE | shennetsind | 1 | -2/+2 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -1/+41 |
2011-08-10 | - Commiting a bunch of cleanups piled up from the past few weeks/months/years. | Skotlex | 1 | -1/+1 |
2011-02-19 | * Implemented buying store system (aka. reverse vending, purchase shop) toget... | ai4rei | 1 | -0/+1 |
2011-01-23 | * Some cleaning here and there. | ai4rei | 1 | -1/+1 |
2010-12-26 | * Fixed items, that get dropped at 100% chance, being reported in @iteminfo a... | ai4rei | 1 | -1/+1 |
2010-12-03 | * Removed leftovers of the item_value_db.txt feature (bugreport:2031, since a... | ai4rei | 1 | -4/+0 |
2010-12-02 | * Various code tweaks and updates related to item types. | ai4rei | 1 | -0/+1 |
2010-11-10 | Added an item_delay database usable for item-specific use delays. | Paradox924X | 1 | -0/+4 |
2010-10-11 | Implemented official cash food behavior, including use delay, not being dispe... | Paradox924X | 1 | -0/+1 |
2010-07-16 | * Added two new item groups, and implemented the remaining in the item database. | L0ne_W0lf | 1 | -1/+1 |
2009-08-04 | - Added episode 12 & 13 cards (most episode 13 ones need matk + n;). | Kisuka | 1 | -1/+1 |
2009-08-04 | - Added episode 12 and 13 item givers. (topic:226055) | Kisuka | 1 | -1/+1 |
2008-08-02 | Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s... | ultramage | 1 | -1/+2 |
2008-06-24 | * Increased Item group limit for new item groups. | L0ne_W0lf | 1 | -1/+1 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 1 | -10/+7 |
2008-04-27 | Changed the last commit so it must be called with @reloaditemdb2. @reloaditem... | Kevin | 1 | -1/+1 |
2008-04-23 | Changed @reloaditemdb again to only unload items from item_db2. Also byte ali... | Kevin | 1 | -6/+9 |
2008-03-05 | - Merged Auction Search and Register. It seen to work fine, so you can test t... | zephyrus | 1 | -17/+0 |
2008-01-10 | Another round of login server cleaning | ultramage | 1 | -0/+1 |
2007-10-29 | Fixed a compilation problem and warning (maybe). | ultramage | 1 | -1/+1 |
2007-10-08 | * Delayed the check for required items when a skill is cast to when they are ... | FlavioJS | 1 | -0/+7 |
2007-09-16 | Fixed some problems making gcc error out | ultramage | 1 | -1/+1 |
2007-08-19 | Again removed the IG_ list from itemdb.h (see r10100 and r10113) due to popul... | ultramage | 1 | -42/+4 |
2007-07-01 | Cleaned up some parts of the code. | ultramage | 1 | -1/+1 |
2007-06-10 | * Added Old_Bleu_Box and added corrisponding item group entries. | L0ne_W0lf | 1 | -0/+2 |
2007-05-27 | Cleaned up a hack from r10112 (forward declaration does the trick) | ultramage | 1 | -1/+1 |
2007-04-01 | - Missing files X_X (followup to r10122) | ultramage | 1 | -9/+49 |
2007-02-28 | added setiteminfo function, updated setitemscript func, added NPC sample for ... | Lupus | 1 | -1/+1 |
2007-02-25 | - You are allowed to attack/use skills now when your cloaking level is below 3. | skotlex | 1 | -0/+2 |
2007-02-21 | Applied a consistent look to all header files (copyright, ifdefs) | ultramage | 1 | -1/+1 |
2007-02-01 | - Item search is now a bit smarter. When no item is found with the same 'aegi... | skotlex | 1 | -2/+0 |
2007-01-27 | Removed useless read-from-GRF features | DracoRPG | 1 | -1/+0 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -148/+148 |
2006-08-11 | - Fixed the item group bonus not working. | skotlex | 1 | -1/+0 |
2006-08-04 | - Changed function itemdb_group to itemdb_group_bonus, it now calculates the ... | skotlex | 1 | -1/+1 |
2006-07-11 | - Coded @reset. | skotlex | 1 | -1/+29 |
2006-07-06 | - Rewrote all the item restriction functions so that they will take into acco... | skotlex | 1 | -7/+15 |
2006-06-30 | - Moved item group enumeration from itemdb.h to map.h | skotlex | 1 | -39/+0 |
2006-06-17 | - Added IG_LottoBox for that tricky Lotto Box item. | skotlex | 1 | -0/+1 |
2006-05-22 | * WARNING: New scripting system contains memory leak | Lance | 1 | -3/+3 |
2006-05-15 | - Firepillar's damage per hit is now 100% MATK (rather than 20%) when the ski... | skotlex | 1 | -5/+5 |
2006-04-27 | - Fixed unit_attack_timer mismatch warnings (this was solved yesterday, but I... | skotlex | 1 | -2/+0 |