summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-12-02adding nivalis packrat: baktarStefan Beller8-56/+427
a strange person additionally: remove taro and startrek from nivalis
2010-11-21nivalis and christmas2010Stefan Beller33-3/+790
2010-11-08adding constants to const.txt for byte maskingStefan Beller1-0/+12
adding the constants to have the avalability to mask and shift bytes within a script variable
2010-11-07corrected the mob_dbStefan Beller1-7/+4
2010-11-07Voltain a dark mageStefan Beller2-0/+364
an evil mage trying to poison mouboos in 007-1 (south of Hurnscald) This is not a player attached quest-row, but an npc attached quest-row
2010-11-07 db/mob_db.txt~meways1-3/+7
2010-11-07m.def removed from terranite equipmentWombat1-3/+3
magic defense removed from terranite helmet, chest and leg armor
2010-11-07warningsigns at pvp entrance 012-4Stefan Beller3-0/+19
2010-11-07added warics bed in collision layer in 009-4Stefan Beller1-0/+0
2010-11-07better bounds checking + comments in orumStefan Beller5-50/+53
2010-11-07fixed minor bugs in orum/waricStefan Beller4-68/+116
* instead of "Intensity out of range" you die now. * spelling, only typos, no grammar corrected, since their grammar is weird. * header added to orum file. Not done: The bound checking is not corrected yet: Instead of : if (@offsetOne > 12) set @offsetOne, 1; if (@offsetOne < 1) set @offsetOne, 12; you should do: if (@offsetOne > 12) set @offsetOne, @offsetOne - 12; if (@offsetOne < 1) set @offsetOne, @offsetOne + 12; This can handle with steps bigger than 1. Collision layer of the bed in the empty cave must be fixed. Should there be hints how to setup the torches anyway?
2010-11-07Added Orum quest and some files created via automappingWombat12-0/+1370
Orum quest on 009-4 and files created from converting 012-4.tmx
2010-11-07Bandit Quest and fixes to peter, mikhailWombat12-6/+208
Bandit quest changes, fixes to peter and mikhail, 011-6 mobs
2010-11-07adding two useful scriptsStefan Beller2-0/+93
1. shows monsterdrops sorted by npc-selling prize 2. shows all magic spells in the magic_template.conf in conf folder.
2010-11-07a script for average monster drop valuesStefan Beller1-0/+61
in the folder tools there is now a script which calulates the average npc selling prize of all dropss by a specific monster. This tool can be used for balancing purposes.
2010-11-07forest armor/fairy hat stats...mdef to terranite equipmentWombat1-5/+5
forest Armor and fairy Hat stats added magic defense to terranite helmet, leggings and chest armor
2010-11-07added bandit, bandit lord and bandit hood to dbWombat2-1/+5
bandit and bandit lord in mob_db.txt and bandit hood in item_db.txt
2010-11-07Data for new 11-6 mapWombat9-0/+48
New 11-6 map, its warps and related changes
2010-11-01Make Candor a *bit* harder...Chuck Miller1-3/+3
I think I might look into redesigning the basic way it works in the future
2010-11-01Reduce the amount spawned on Candor fight cave some moreChuck Miller1-5/+5
2010-11-01Fix mob XP on new monsters to be auto calulatedChuck Miller1-4/+4
2010-11-01Make the Fight Cave a bit easier and add Boss Points rewardsChuck Miller1-8/+18
2010-11-01small fixWombat1-2/+2
terranite decrease in coal moggun increase to 10% missed my target, fix is good now
2010-11-0110% moggun drops mob_db alignment fixWombat1-5/+5
increased coal drops for moggun to 10% again alignment fix for new monsters (tabs)
2010-10-31db changes related to the reaperWombat2-1/+15
changes to mob_db and mob_skill_db related to reaper and related monsters
2010-10-31fix in L_Update_Var in nicholasStefan Beller1-1/+1
adding a missing @
2010-10-21Fixing Nicholas script and increasing odds of coal drops from MoggunsStefan Dombrowski2-19/+8
Nicholas now tell his customers that he charges coal. The odds of coal drops from Mogguns are increased from 6% to 10%.
2010-10-21Removing the coal requirement for the steel shield in Nicholas' skriptStefan Dombrowski1-6/+17
Nicholas did offer the steel shield only if you had 12 coals, but he did not charge any coal.
2010-10-10Merge branch 'master' of git://gitorious.org/tmw-eathena-data/mainlineMadCamel4-66/+77
2010-10-10Updated battle_athena.conf to document guild creation requirementsMadCamel1-2/+4
Disabled guild creation(for now) by requiring item ID 1337
2010-10-03Make Nicholas mention that he requires coal for the setzer.Freeyorp1-2/+2
2010-10-03Critical fixes for Nicholas and Lora TayFreeyorp2-7/+16
2010-09-29Tulimshar fixes by argulWombat2-57/+59
NPC bug fixes in early level quests on 001-1 map.
2010-09-25Fixing misspelling in game rulesStefan Dombrowski1-2/+2
2010-09-18New rule: Do not use more than one character at the same time during battleMadCamel1-0/+10
Was able to get a good translation by a human for every language except Danish and Polish. Discussion here: http://forums.themanaworld.org/viewtopic.php?f=23&t=10906 Feel free to revert this commit and discuss further if there are objections.
2010-09-16Added @ipcheck to help.txt and atcommand_local.conf example files.MadCamel2-5/+9
Also cleaned up atcommand_local.conf a little and changed the default for @produce to level 80
2010-09-16Added default config values for anti packet flood systemMadCamel1-0/+8
2010-08-30Removed diryn from 009-1 and minor fix to sarah.txtWombat3-71/+3
diryn has moved to 008-1, south of Hurnscald and has been removed from 009-1 diryn need to be removed again from import.txt and a fix to sarah.txt
2010-08-30Bug fixesWombat9-10/+88
moved diryn south of Hurnscald, fixed bugs in 027-2 and 012-4 added pvpflag for 012-4 fixed terranite armor, fixed news for correct info and better wrapping
2010-08-29Language and friendlifying newbie quests with timing tips.Sini Ruohomaa7-34/+59
Also a minor bugfix to Nickos.
2010-08-29Merge branch 'master' of git://gitorious.org/tmw-eathena-data/mainlineWombat3-6/+58
2010-08-29Language polish project cont'd.Sini Ruohomaa7-157/+148
2010-08-24Reduce cost of bat drops and add a daily NPC to pay players for bat dropsChuck Miller2-4/+51
2010-08-24Merge remote branch 'wombat/master'Jared Adams5-0/+120
Conflicts: npc/_import.txt Signed-off-by: Jared Adams <jaxad0127@gmail.com>
2010-08-24Prevent players from saving in the snow areaJared Adams1-2/+7
2010-08-24Fix map-server error on start from trying to import non-existance filesChuck Miller1-3/+0
2010-08-24import file changed with 012-4 addedWombat1-2/+0
import file
2010-08-24folder for 012-4 and relatedWombat4-0/+119
info for 012-4 map
2010-08-24Merge remote branch 'wombat/master'Jared Adams38-232/+904
2010-08-24fixing sandra againWombat1-1/+1
sandra should be correct now, sorry about the mistakes.