summaryrefslogtreecommitdiff
path: root/world
AgeCommit message (Collapse)AuthorFilesLines
2013-09-28Fixed 017-4 Gaurdian Spirit OnTouchwushin1-1/+2
2013-09-28Add news entry for the release.tux9th3-0/+128
2013-09-26Fix bug that made require_stat script always failv2013.09.27Ben Longbons1-0/+1
2013-09-25Valia typo fix, spotted by Itchy Demon:tux9th1-1/+1
http://forums.themanaworld.org/viewtopic.php?p=137922#p137922
2013-09-23Remove another unused config fileBen Longbons1-528/+0
2013-09-18Illia: give Boss Points to each player.Vincent Petithory2-4/+10
* It previously gave boss points only to the player giving the death blow.
2013-09-16Remove config files that are no longer referencedBen Longbons4-124/+0
2013-09-16Orum fix:tux9th1-2/+2
* no longer banishes people with OrumQuest > 32; Reported by Fortunato. * fix off by 1 error at first minigame.
2013-09-16Make RequireStat script less sillyBen Longbons2-24/+11
2013-09-16Refactor all broken returns into goto L_ReturnBen Longbons13-26/+69
2013-09-15Merge remote-tracking branch 'origin/unsupported'tux9th8-15/+370
2013-09-14Add news entry for the upcoming release.v2013.09.14tux9th3-2/+40
Update submodule pointer.
2013-09-14Pauline NPC - 021-1:tux9th3-11/+300
* Creating a new NPC script. * Removing Pauline from 021-1/npcs.txt. * Reset temporary NPC var in 021-1/npcs.txt. * Proofread by Melkior. Pauline now is part of the QUEST_MAGIC2 variable using Nibble4 only. She teaches two new Astral Magic spells.
2013-09-14Astral Magic:tux9th2-2/+30
* Adding summon mouboo spell. * Adding summon pinkie spell. * Fluffies are from now on also slaves and attack. * Adding Pinkie to shear-drop list. * Killing Pinkies will now make Sagatha unhappy, shearing them will make her happy.
2013-09-12Update config for new codeBen Longbons11-963/+115
This config will only work with tmwa v13.9.12 or higher. If you need an old version, please stay on the 'unsupported' branch.
2013-09-12Move atcommand config out of local fileBen Longbons2-519/+516
2013-09-11Adding missing "[" in gossip.txt, reported by cody.tux9th1-1/+1
2013-09-11Add missing close to DirynStefan Dombrowski1-1/+3
2013-09-08Fix Waric: replace root with dark crystal.tux9th1-4/+4
2013-09-07Addition to Orum's dialog: make easy minigame more clearJessica Tölke1-1/+6
2013-09-06Waric: fix explanation of spelltux9th1-1/+1
2013-09-05Waric: fix freeze issue at Quest State 18tux9th1-1/+1
http://forums.themanaworld.org/viewtopic.php?p=137508#p137508
2013-09-04Add news entry for the upcoming release.v2013.09.04tux9th3-0/+125
2013-09-03Dark Magic - Quests:tux9th3-11/+308
* Adjusting Debug-NPC. * added Quests for 3 Spells, QuestStates are documented in the NPC script. * proofread by melkior.
2013-09-02Dark Magic:tux9th3-1/+145
* 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-30Expand tabs in magic.conf.templateBen Longbons1-65/+65
2013-08-29I changed the miners.txt file to make a daily for level 40.cinderweb1-1/+28
2013-08-29Small indentation fix on NPC JackDino Paskvan1-1/+1
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-26Illia: adjust the alloted times after completing each stepVincent Petithory8-10/+10
2013-08-25Merge remote-tracking branch 'origin/master' into waricJessica Tölke87-1155/+1167
Conflicts: world/map/db/item_db.txt
2013-08-22run 'make maps' for client-data changes.tux9th1-0/+0
update submodule pointer.
2013-08-20Put Cindy messages in an array and use announcement formattingBen Longbons1-42/+22
2013-08-19Give every NPC a unique nameBen Longbons37-82/+83
2013-08-19Move storage option to top of bankerBen Longbons1-1/+1
As suggested by Dyna.
2013-08-19Trivial removal of some trailing whitespace that snuck inBen Longbons3-11/+11
2013-08-14Merge pull request #21 from DinoPaskvan/masterJared Adams1-3/+29
Added the daily quest for NPC Jack Approved by wombatism.
2013-08-14Miriam Heavy metal items additions:tux9th1-1/+4
Adding Warlord Boots, Light Platemail and Candle Helmet to the Heavy armor list.
2013-08-12Fix alignment and comment prefix in mob_dbBen Longbons1-4/+4
2013-08-13Added the daily quest for NPC Jack, written by skragarDino Paskvan1-3/+29
Fixes for NPC Jack As suggested by o11c. Fixed indentation
2013-07-24Remove a couple of spaces and fix one case error in shopsBen Longbons1-2/+2
When I rewrote the code for the shop parser, it was much simpler to change these two NPCs than try to preserve the exact parsing behavior. The item case error, on the other hand, was just plain wrong.
2013-07-24Truncate item names to what the server actually seesBen Longbons2-179/+180
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-23Fix some casing and spacing issuesBen Longbons3-8/+8
2013-07-23Use canonical separator for mapflagsBen Longbons24-33/+33
2013-07-23Switch supposed comments to actually use the comment prefixBen Longbons1-34/+34
2013-07-15Returned the mistakenly removed newline at the end of waric.txtDino Paskvan1-1/+1
2013-07-15Orum and Waric quest proofreading and editingDino Paskvan10-202/+202
All the NPCs involved in the quest have been edited, with help from Dyna.
2013-07-13run 'make maps' for client-data changes.tux9th1-0/+0
update submodule pointer.