Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-20 | Hallowe'en 2010 Phase 1 Server Data | Enchilado | 19 | -1/+446 | |
Some new items, a new monster, temporary spawns for that monster, the event NPC, scripts.conf to make him appear, and a new news entry. | |||||
2010-12-19 | Merge branch 'master' of ↵ | Stefan Beller | 1 | -55/+55 | |
gitorious.org:~wombat/tmw-eathena-data/wombat-contribution | |||||
2010-12-19 | commented the debug part for the quest | Jessica Tölke | 1 | -55/+55 | |
2010-12-19 | fixing the _mobs script | Stefan Beller | 1 | -37/+35 | |
2010-12-18 | Xmas fixes | toni | 3 | -53/+18 | |
2010-12-18 | Add white box and minor changes. | toni | 1 | -3/+5 | |
2010-12-18 | Changes to xmas 2010. | toni | 4 | -185/+541 | |
2010-12-18 | edit out NPCs that need fixing and added some fixes | Wombat | 5 | -12/+12 | |
edited out krickkrackrock, rockscissor, baktar golbenez and santa language clean up and small fixes. | |||||
2010-12-17 | removed a line in golbanez, which tells you the worth of your present | Jessica Tölke | 1 | -1/+1 | |
we don't want to ruin the surprise, do we? | |||||
2010-12-17 | fixed a line in reward calculation | Jessica Tölke | 1 | -1/+1 | |
2010-12-16 | Warp Changes to get between Hurnscald and Nivalis, Orum Quest on stand-by | Wombat | 7 | -23/+62 | |
Diryn offers warp to Nivalis, Frozenbeard to Hurnscald, Taro edited out Warp changes also to prevent players from interacting with Orum Quest until the quest is finished. | |||||
2010-12-16 | minor fix to orum.txt | Wombat | 1 | -1/+1 | |
close instead of next on orum.txt to fix a bug | |||||
2010-12-16 | golbanez fix | Stefan Beller | 1 | -2/+4 | |
2010-12-16 | nivalis | Stefan Beller | 4 | -86/+13 | |
2010-12-16 | nivalis | Stefan Beller | 5 | -25/+35 | |
2010-12-16 | nivalis | Stefan Beller | 6 | -9/+24 | |
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. |