Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-09 | Fix bug in sell system | Jared Adams | 1 | -3/+0 | |
2009-03-08 | Remove pet and vending systems | Jared Adams | 1 | -15/+9 | |
2009-02-28 | Fix some bugs int he map and char servers | Jared Adams | 1 | -1/+1 | |
2009-02-28 | Simplify the negative shop price system | Jared Adams | 1 | -3/+2 | |
Now it just takes the DB price and multiplies it by the absolute value of the sell price (if it's negative). | |||||
2009-02-15 | Allow shop parsing to continue after bad item name | Jared Adams | 1 | -11/+14 | |
2009-02-07 | Add ability to use multiples of item base prices | Jared Adams | 1 | -0/+3 | |
You can now do simple multiples of the base price of items. You cac do base price * n, or base price / n: -1 base price -2 base price -3 base price / 2 -4 base prive * 2 -5 base price / 3 -6 base price * 3 ... | |||||
2009-02-06 | Add ability to specify item name when making shops | Jared Adams | 1 | -3/+9 | |
2008-12-30 | Added OnPCDieEvent and OnPCKillEvent label support | Fate | 1 | -9/+21 | |
2008-12-05 | Added table of absolute change to ensure that mob stat mutations are ↵ | Fate | 1 | -56/+0 | |
significant before computing XP modifier | |||||
2008-12-01 | Added mutations to mobs (must change mob_db.txt) | Fate | 1 | -1/+0 | |
2008-10-11 | Commit magic patch v13 | Jared Adams | 1 | -25/+98 | |
2008-05-08 | remove an unused var that got left in by mistake. | Dennis Friis | 1 | -1/+1 | |
2008-05-08 | When buying from NPC do not stack unstackable items. It might seem like a ↵ | Dennis Friis | 1 | -5/+19 | |
better place to fix it in pc_additem, but this method should be allowed to or breakage may occur. | |||||
2008-04-02 | add comment | Dennis Friis | 1 | -1/+1 | |
2008-04-02 | Fix so you cant sell/buy from NPC SHOP while in a trade | Dennis Friis | 1 | -0/+4 | |
2008-04-02 | initial checkin | Dennis Friis | 1 | -0/+2035 | |