summaryrefslogtreecommitdiff
path: root/world/map/db
AgeCommit message (Collapse)AuthorFilesLines
2014-06-25Starting Area Reduxwushin4-2/+6
* Tutorial is a quick funnel * Exits are obvious and open * New Side Quests ** Valon's Beast Mastery ** Zegas's Barrels ** Magic Wand * Some Quests stay open after tutorial is done * House Maggot & Tame Scorpion added * Made Magic usable for lowbies with Wand
2014-06-16removing item_db.txtwushin1-969/+0
2014-06-16Merge pull request #118 from wushin/ManaBugwushin1-0/+1
Adding Meway's ManaBug
2014-06-16Merge pull request #83 from wushin/SnowFlowerFixwushin1-1/+1
Adding Stats to WhiteBell
2014-06-16Merge pull request #100 from wushin/item-db-splitwushin10-0/+948
Spliting Item Db files
2014-06-16Adding Stats to WhiteBell for Attack Animationwushin1-1/+1
2014-06-16Adding Meway's ManaBugwushin1-0/+1
2014-06-16Adding Moonshroom Statswushin1-0/+1
2014-06-15Splitting up the Item Db Fileswushin10-0/+948
2014-05-17Merge pull request #99 from wushin/mob-db-splitwushin7-136/+126
Split Mob Db Up into managable chunks
2014-05-07Fix Drop Rateswushin5-33/+33
- Items from Mob Points - Diseased Heart - Souls
2014-05-05Merge remote-tracking branch 'Void/luvia-mob-skill'wushin1-3/+3
2014-05-03Fix Buy/Sell Price of Towels to be Zerowushin1-11/+11
2014-04-30Split Mob Db Up into managable chunkswushin7-136/+126
2014-04-24Luvia mob skill: prevent infinite slave spawn:Vincent Petithory1-3/+3
Add a high cap for the Witch Guard and Demonic Spirit spawned regularly.
2014-04-22Fix invalid shift mask constantv2014.04.23Ben Longbons1-2/+2
2014-04-17Fix Mob DB Indentwushin1-13/+13
2014-04-15New Core Functionwushin1-11/+11
Travelers to warp about Checks being moved into functions Warp Towel Behavior changed
2014-04-11New Items/Mobs for Sprite 1.5wushin3-28/+88
2014-04-04Towns really don't need the "no drop" flagBen Longbons1-2/+2
2014-02-22Add mapflag constantsBen Longbons2-30/+35
2014-02-03Pushing the Pollett Egg Back into the Pollettwushin1-1/+1
2014-02-02Some stat adjustments to 43-4 MobsCassy1-1/+2
2014-02-02Adding Mobs and run 'make mobxp'tux9th1-107/+108
* Troll * UndeadWitch * UndeadTroll
2014-01-30Merge pull request #70 from CandyCurt/XmasFixwushin1-1/+1
Xmas fix
2014-01-30Take advantage of the new split config systemBen Longbons2-5/+6
2014-01-27Make Pollett drop Pollett Egg, Fix Chamber Lockup more, Fix TyposBernhardt1-1/+1
2014-01-26Remove files that are no longer referencedv2014.1.27Ben Longbons18-844/+0
2013-12-28Greenslimes should drop green apples... (Some random Villain)CandyCurt1-1/+1
2013-12-26Annual Xmas Eventwushin2-3/+20
2013-11-24Fix indenting of item_dbBen Longbons1-15/+15
At some point, 'make indent' needs to be run, but that will cause merge conflicts so I'm not doing it yet.
2013-11-24Merge pull request #45 from wushin/equip-arrow-fixtux9th2-10/+18
Unequip & Multiple Ammo Types and Launcher Fix
2013-10-30Fix issues with the way the halloween quest was committedBen Longbons1-1/+1
2013-10-30Fixed Munro NPC. I thought gettime() was based at 0, duhMadCamel1-1/+1
2013-10-29Simple annual Halloween eventMadCamel1-0/+1
2013-10-25Multiple Ammo Typeswushin2-10/+17
Added Item SlingShot Added Item SlingBullet Added Const AMMO_NONE, AMMO_BOW, AMMO_SLING Added Function CheckAmmo Added Trigger OnQuequipAmmo to Unequipcb Added Var @AmmoType to Ammo Added Var @LauncherType to Launchers Added File launcher_ammo.txt to scripts Needs TMWA-server commit equip-arrow to work (equip_arrow)
2013-10-25Added the EPOS::ARROW const entrywushin1-0/+1
2013-10-02Commas after the Const declaration is invalidwushin1-9/+9
2013-09-16Make RequireStat script less sillyBen Longbons1-3/+3
2013-09-02Dark Magic:tux9th2-0/+3
* Adding Dark Magic Skill. * Adding spells made by MisterGrey. * Balancing MrGrey's spells. * Adding an AoE spell. * nerfed light magic for Dark Mages. * Dark Magic spells are queststate dependend. * Commented out spells which will be released at a later date.
2013-08-31item_db: lower sell prices of lazurite{shard,crystal} and heart of lazurite ↵Vincent Petithory1-3/+3
to reasonable amounts
2013-08-27Pad names with _ instead of = to make it easier to detect merge conflictsBen Longbons1-34/+34
2013-08-27fixed item_db.txt for HEAD of TMWAwushin1-14/+13
Removed first line sed %s/\ ,\ /0,\ /g to fix empty values by ,
2013-08-25Merge remote-tracking branch 'origin/master' into waricJessica Tölke7-955/+957
Conflicts: world/map/db/item_db.txt
2013-08-12Fix alignment and comment prefix in mob_dbBen Longbons1-4/+4
2013-07-24Truncate item names to what the server actually seesBen Longbons1-176/+177
This is far from optimal, but the server was already doing it silently, and the new server now rejects it. Also make magic.conf use an item name, since previously it was (correctly) rejecting the item name as nonexistent and was using an ID instead.
2013-07-23Switch supposed comments to actually use the comment prefixBen Longbons1-34/+34
2013-07-11Kill some tabsBen Longbons4-50/+50
2013-07-10Replace implict 0 in empty CSV fields with explicit 0Ben Longbons4-896/+896
2013-07-07Merge remote-tracking branch 'origin/master' into waricJessica Tölke3-2/+8
Conflicts: world/map/db/mob_db.txt