summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-10improving the aligncsv.py scriptStefan Beller1-21/+27
2011-01-10adding the TMW_BESERK skillStefan Beller2-40/+38
2011-01-10cindy quest: setting correct images and coordinates for npc'sJessica Tölke4-8/+4
2011-01-10news re-aligned for easier reading, bowler hat addedWombat2-26/+29
news re-aligned and small fix, bowler hat added to item_db.txt
2011-01-10January 2011 news.txt and dialog fix on frozenbeard.Wombat2-1/+36
News update and frozenbeard makes a more specific reference about his ship.
2011-01-09removing debug messages in caulStefan Beller1-4/+0
2011-01-07adding a missing : after a jump label in the bleacher in tulimsharJessica Tölke1-1/+1
2011-01-07Rule #7 Removed From GameWombat1-10/+0
rule #7 removed from game_rules.txt in all languages
2011-01-07wizard hat added to bleacher and selim the dyerWombat2-8/+29
wizard hat made dyeable and can be bleached through NPCs.
2011-01-07Minor label adjustments for Wizard Hats, Bryant respawn fixWombat2-2/+4
Bryant respawns Bandit Lord when talked to on either option now. Wizard Hat minor label adjustment.
2011-01-07cindy quest, small change of cindy in the houseJessica Tölke1-0/+1
2011-01-05changing back the yeti hp and really decreasing the ice element hp - sorryJessica Tölke1-2/+2
2011-01-05item_db and mob_db aligned with tabs now.Stefan Beller2-659/+681
done by an excelent script, to be found in the tools directory
2011-01-05now the alignment script works with tabs as wellStefan Beller1-7/+13
2011-01-05Merge branch 'master' of ↵nmaligec1-0/+76
git://gitorious.org/~wombat/tmw-eathena-data/cache-serverdata
2011-01-05mob_db fixed reaper quest mobs. Still in no-whitespace formatnmaligec2-7/+2
2011-01-05aligncsv: easy alignment with a scriptStefan Beller1-0/+76
2011-01-05updated reaper quest info, fixed a few warps in Hurnscald and lake cave, and ↵nmaligec20-72/+52
an update to mod_db and mob_skill_db.
2011-01-05decreasing hp of ice elementsJessica Tölke1-1/+1
2011-01-05item_db filled with spaces againStefan Beller1-502/+502
it was a bad idea to remove any whitespaces in the repairing commit
2011-01-05repair the repo.Stefan Beller26-1390/+825
- removing the <<<<====>>>> unsolved merge conflicts - reset some files, which are using CRLF(windows style) line ending to LF only (unix style) - adding some comments to the csv files to not edit them manually but to use nice programs
2011-01-05Merge branch 'master' of ↵nmaligec9-64/+315
git://gitorious.org/~wombat/tmw-eathena-data/cache-serverdata
2011-01-05merging updates from previous test repo ta-testing.nmaligec160-938/+9566
2011-01-04adding mobs in 031-3, 032-1, 032-3Jessica Tölke5-36/+139
cindy quest: surviving yeti battle gives some daily quest bonus now
2011-01-04added +1 bonus stats to gemstone ringsWombat1-6/+6
added +1 stat bonuses to gemstone rings
2011-01-04luca explains that unfoccusing is expensive before focussingStefan Beller1-0/+2
2011-01-04miriams variables commentedStefan Beller2-7/+22
also removing the clearing of the QUEST_MIRIAM_run/start in clear_vars. This is done at the end of the quests any way.
2011-01-04Miriam adding asking options, needed agi set to 60, needed level to 60Stefan Beller1-3/+18
2011-01-04Add a fetch quest to Miriam and some changes in dialogue.toni1-15/+131
2011-01-03minor crypt map changesnmaligec2-0/+0
2011-01-03mob points for some monsters, some dialog fix for baktar (now active)Wombat2-5/+15
mob points for all monsters in mob_db.txt afaik. dialog fix for baktar, who is now active on the map.
2011-01-03fixes in miriamStefan Beller2-2/+2
2011-01-03Updates I made since ta-testing repo was closed: minor fix to Hurnsald warps ↵nmaligec40-282/+516
and entrances, plus additions for the crypt quest.
2011-01-03Merge branch 'master' of gitorious.org:~wombat/tmw-eathena-data/cache-serverdataStefan Beller4-91/+92
Conflicts: db/item_db.txt
2011-01-03setting miriam to a new map 032-1Stefan Beller15-4/+38
That map is reachable when you go west of pachua through that little cave.
2011-01-03setting reward from cindy, adding debug pssibility in angelaJessica Tölke2-19/+18
2011-01-03setting element of ice goblin right and changing stats of ice element for ↵Jessica Tölke1-2/+2
next test
2011-01-03setting drops for yetis and ice elements, replacing pile of ash with ice ↵Jessica Tölke1-71/+71
cube for the ice goblin (also all entrys are seperated with one tab now)
2011-01-03Added wizard hat to dbWombat1-0/+1
Added a colorless wizard hat to item_db.txt
2011-01-03fixed missing gotoStefan Beller1-1/+1
2011-01-02luca: teaches now the skill brawlingJessica Tölke1-9/+89
2011-01-02Add Speed Skill Teacher Miriam.toni4-1/+156
Author: toni <toni@toni-EP45-UD3L.(none)>
2011-01-02Nurse fully done, no todos in thereStefan Beller1-16/+15
2011-01-02bug fix in scripting languageStefan Beller3-9/+9
you should not write if(!getskilllv(FOO)) please write if(!(getskilllv(FOO))) instead. gwendolin only: fix to the right const. (there is a difference in const_db and in skill_db)
2011-01-02caul can brew dementia potion for youStefan Beller2-11/+328
2011-01-02luca can focus and unfocus nowStefan Beller2-3/+79
2011-01-02some minor changes in sagatha and elanoreJessica Tölke2-2/+2
2011-01-02remove the last compile errorsStefan Beller4-61/+63
2011-01-02The old wizard teaches you astral soulStefan Beller1-2/+51
Yes, he is pleased to share his knowlegde.
2011-01-02unify consts: ability to focus is SKILL_POOL nowStefan Beller3-3/+3
there were 3 different consts meaning the same.