Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-15 | minor npc fixes nivalis | Stefan Beller | 3 | -6/+12 | |
2010-12-11 | added candle helmet to item_db and orum reward | Wombat | 1 | -4/+3 | |
added the candle helmet as a reward for the orum quest and to the item.db.txt | |||||
2010-12-09 | mobs added to winter land and winter monsters to mob_db.txt | Wombat | 7 | -4/+97 | |
mobs added to new Kaizei maps. Yeti and Ice Element added to mob_db.txt | |||||
2010-12-07 | Merge remote branch 'master/master' | Wombat | 3 | -3/+26 | |
2010-12-05 | new npc in nivalis | Stefan Beller | 8 | -91/+260 | |
removed mapflags tested baktar KrickKrackKrock Criker Miler and the well shop does not sell forest bow but a desertbow | |||||
2010-12-04 | Fix grammar on the new daily, non-critical update | Chuck Miller | 1 | -2/+2 | |
2010-12-04 | Errr... wrong settings in the last patch | Chuck Miller | 1 | -3/+3 | |
2010-12-04 | Add a new daily aimed for people around level 40 | Chuck Miller | 2 | -0/+23 | |
2010-12-02 | fixups in nivalis | Stefan Beller | 4 | -4/+7 | |
2010-12-02 | adding KrickKrackKrock a gambling man | Stefan Beller | 2 | -0/+138 | |
2010-12-02 | adding nivalis packrat: baktar | Stefan Beller | 7 | -56/+427 | |
a strange person additionally: remove taro and startrek from nivalis | |||||
2010-11-21 | nivalis and christmas2010 | Stefan Beller | 24 | -2/+786 | |
2010-11-07 | Fixing return in banker script | Stefan Dombrowski | 1 | -3/+3 | |
Also renaming menu option to "Nevermind" if it results to goto L_Nev. Reviewed-by: PjotrOrial | |||||
2010-11-07 | Voltain a dark mage | Stefan Beller | 2 | -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 | warningsigns at pvp entrance 012-4 | Stefan Beller | 2 | -0/+19 | |
2010-11-07 | better bounds checking + comments in orum | Stefan Beller | 5 | -50/+53 | |
2010-11-07 | fixed minor bugs in orum/waric | Stefan Beller | 4 | -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-07 | Added Orum quest and some files created via automapping | Wombat | 8 | -0/+1366 | |
Orum quest on 009-4 and files created from converting 012-4.tmx | |||||
2010-11-07 | Bandit Quest and fixes to peter, mikhail | Wombat | 10 | -4/+206 | |
Bandit quest changes, fixes to peter and mikhail, 011-6 mobs | |||||
2010-11-07 | Data for new 11-6 map | Wombat | 6 | -0/+47 | |
New 11-6 map, its warps and related changes | |||||
2010-11-01 | Make Candor a *bit* harder... | Chuck Miller | 1 | -3/+3 | |
I think I might look into redesigning the basic way it works in the future | |||||
2010-11-01 | Reduce the amount spawned on Candor fight cave some more | Chuck Miller | 1 | -5/+5 | |
2010-11-01 | Make the Fight Cave a bit easier and add Boss Points rewards | Chuck Miller | 1 | -8/+18 | |
2010-10-31 | fix in L_Update_Var in nicholas | Stefan Beller | 1 | -1/+1 | |
adding a missing @ | |||||
2010-10-21 | Fixing Nicholas script and increasing odds of coal drops from Mogguns | Stefan Dombrowski | 1 | -18/+7 | |
Nicholas now tell his customers that he charges coal. The odds of coal drops from Mogguns are increased from 6% to 10%. | |||||
2010-10-21 | Removing the coal requirement for the steel shield in Nicholas' skript | Stefan Dombrowski | 1 | -6/+17 | |
Nicholas did offer the steel shield only if you had 12 coals, but he did not charge any coal. | |||||
2010-10-03 | Make Nicholas mention that he requires coal for the setzer. | Freeyorp | 1 | -2/+2 | |
2010-10-03 | Critical fixes for Nicholas and Lora Tay | Freeyorp | 2 | -7/+16 | |
2010-09-29 | Tulimshar fixes by argul | Wombat | 2 | -57/+59 | |
NPC bug fixes in early level quests on 001-1 map. | |||||
2010-09-25 | Fixing misspelling in game rules | Stefan Dombrowski | 1 | -2/+2 | |
2010-09-18 | New rule: Do not use more than one character at the same time during battle | MadCamel | 1 | -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-08-30 | Removed diryn from 009-1 and minor fix to sarah.txt | Wombat | 3 | -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-30 | Bug fixes | Wombat | 5 | -1/+79 | |
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-29 | Language and friendlifying newbie quests with timing tips. | Sini Ruohomaa | 7 | -34/+59 | |
Also a minor bugfix to Nickos. | |||||
2010-08-29 | Merge branch 'master' of git://gitorious.org/tmw-eathena-data/mainline | Wombat | 2 | -4/+56 | |
2010-08-29 | Language polish project cont'd. | Sini Ruohomaa | 7 | -157/+148 | |
2010-08-24 | Reduce cost of bat drops and add a daily NPC to pay players for bat drops | Chuck Miller | 1 | -2/+49 | |
2010-08-24 | Merge remote branch 'wombat/master' | Jared Adams | 4 | -0/+120 | |
Conflicts: npc/_import.txt Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-08-24 | Prevent players from saving in the snow area | Jared Adams | 1 | -2/+7 | |
2010-08-24 | Fix map-server error on start from trying to import non-existance files | Chuck Miller | 1 | -3/+0 | |
2010-08-24 | import file changed with 012-4 added | Wombat | 1 | -2/+0 | |
import file | |||||
2010-08-24 | folder for 012-4 and related | Wombat | 3 | -0/+119 | |
info for 012-4 map | |||||
2010-08-24 | fixing sandra again | Wombat | 1 | -1/+1 | |
sandra should be correct now, sorry about the mistakes. | |||||
2010-08-23 | News update, Bug fixes, Monster Drop Changes for Gems | Wombat | 4 | -4/+6 | |
fixed a few things from previous git commits on branch, updated news | |||||
2010-08-23 | Language checks and standardization++. | Sini Ruohomaa | 8 | -78/+77 | |
2010-08-23 | Bug fixes to several maps and NPCs | Wombat | 9 | -9/+32 | |
Fix in Sandra to recognize arrow and added 012-4 so eathena will recognize. Fix to several maps regarding changes | |||||
2010-08-23 | removed warp between 002-3 and 002-4 maps | Wombat | 1 | -1/+0 | |
removed warp that is now handled by an npc | |||||
2010-08-23 | Cleaned up long paragraph with prompt in Nickos. | Sini Ruohomaa | 1 | -1/+4 | |
2010-08-23 | Added another quest flow management hint to Dausen. | Sini Ruohomaa | 1 | -1/+1 | |
2010-08-23 | Fixed too long user prompt text. | Sini Ruohomaa | 1 | -2/+2 | |