diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | README | 17 | ||||
-rw-r--r-- | The Mana World.dev | 32 | ||||
-rw-r--r-- | data/help/header.txt | 2 | ||||
-rw-r--r-- | data/help/skills.txt | 16 |
5 files changed, 56 insertions, 19 deletions
@@ -1,3 +1,11 @@ +2005-08-30 Eugenio Favalli <elvenprogrammer@gmail.com> + + * README, The Mana World.dev, data/graphics/sprites/items.png, + data/graphics/sprites/npcs.png, data/help/header.txt, data/help/skills.txt, + data/items.xml, data/maps/new_8-1.tmx.gz: Updated docs for release, fixed + Dev-Cpp project file, added more items and npcs, fixed the new map and + added it to the makefile. + 2005-08-31 Björn Steinbrink <B.Steinbrink@gmx.de> * src/openglgraphics.cpp: Fix push/pop of clip area, we need to @@ -63,14 +63,29 @@ context menu. Holding [Left Shift] prevents from walking when attacking. --------- You can improve your skills by increasing job level. Each job level gives you 1 -point to spend on basic skills. +point to spend on skills. + +BASIC SKILLS: Level 1: enables the ability to trade with others Level 2: enables the ability to express emotions Level 3: enables character to sit +... +Level 9: enables soul-less skills (after changing job to soul-less) Other levels are still not implemented. +SOUL-LESS SKILLS: + +Sword: increase sword damage add skill +HP Recovery: increases HP regeneration +SP Recovery: increases SP regeneration (requires HP recovery level 10) +Max weight: increase max weight you can carry +Discount: get cheaper prices from NPCs +Overcharge: sell stuff for better price to NPCs +Double: a chance for double hits (requires Sword level 5) +Miss: increased chance of dodging (requires Sword level 10) + 4. Support ---------- diff --git a/The Mana World.dev b/The Mana World.dev index 60e9f0ad..40d18634 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -1,7 +1,7 @@ [Project] FileName=The Mana World.dev Name=tmw -UnitCount=160 +UnitCount=159 Type=0 Ver=1 ObjFiles= @@ -1538,9 +1538,9 @@ OverrideBuildCmd=0 BuildCmd= [Unit151] -FileName=src\configlistener.cpp +FileName=src\configlistener.h CompileCpp=1 -Folder= +Folder=header Compile=1 Link=1 Priority=1000 @@ -1548,9 +1548,9 @@ OverrideBuildCmd=0 BuildCmd= [Unit152] -FileName=src\configlistener.h +FileName=src\graphic\imagerect.h CompileCpp=1 -Folder=header +Folder=graphic/header Compile=1 Link=1 Priority=1000 @@ -1558,9 +1558,9 @@ OverrideBuildCmd=0 BuildCmd= [Unit153] -FileName=src\graphic\imagerect.h +FileName=src\guichanfwd.h CompileCpp=1 -Folder=graphic/header +Folder=header Compile=1 Link=1 Priority=1000 @@ -1568,7 +1568,7 @@ OverrideBuildCmd=0 BuildCmd= [Unit154] -FileName=src\guichanfwd.h +FileName=src\playerinfo.h CompileCpp=1 Folder=header Compile=1 @@ -1578,7 +1578,7 @@ OverrideBuildCmd=0 BuildCmd= [Unit155] -FileName=src\playerinfo.h +FileName=src\serverinfo.h CompileCpp=1 Folder=header Compile=1 @@ -1588,7 +1588,7 @@ OverrideBuildCmd=0 BuildCmd= [Unit156] -FileName=src\serverinfo.h +FileName=src\openglgraphics.h CompileCpp=1 Folder=header Compile=1 @@ -1598,9 +1598,9 @@ OverrideBuildCmd=0 BuildCmd= [Unit157] -FileName=src\openglgraphics.h +FileName=src\openglgraphics.cpp CompileCpp=1 -Folder=header +Folder= Compile=1 Link=1 Priority=1000 @@ -1608,9 +1608,9 @@ OverrideBuildCmd=0 BuildCmd= [Unit158] -FileName=src\openglgraphics.cpp +FileName=src\gui\tabbedcontainer.h CompileCpp=1 -Folder= +Folder=gui/header Compile=1 Link=1 Priority=1000 @@ -1658,9 +1658,9 @@ OverrideBuildCmd=0 BuildCmd= [Unit159] -FileName=src\gui\tabbedcontainer.h +FileName=src\gui\tabbedcontainer.cpp CompileCpp=1 -Folder=gui +Folder=gui/source Compile=1 Link=1 Priority=1000 diff --git a/data/help/header.txt b/data/help/header.txt index 9a680ff8..79117212 100644 --- a/data/help/header.txt +++ b/data/help/header.txt @@ -2,7 +2,7 @@ ##1 T H E M A N A W O R L D ##1 ========================================== - ##2Version:##6 0.0.15 ##2Date:##6 27 July 2005 + ##2Version:##6 0.0.16 ##2Date:##6 4 September 2005 ##2 Website: http://themanaworld.org diff --git a/data/help/skills.txt b/data/help/skills.txt index fedfa3ad..8eea6665 100644 --- a/data/help/skills.txt +++ b/data/help/skills.txt @@ -6,8 +6,22 @@ You can improve your skills by increasing job level. Each job level gives you 1 point to spend on basic skills. + ##4 Basic skills: + ##2Level 1:##P enables the ability to trade with others ##2Level 2:##P enables the ability to express emotions ##2Level 3:##P enables character to sit + Other levels are still not implemented. - Other levels are still not implemented. + ##4 Soul-less skills: + + ##2Sword:##P increase sword damage add skill + ##2HP Recovery:##P increases HP regeneration + ##2SP Recovery:##P increases SP regeneration (requires HP recovery level 10) + ##2Max weight:##P increase max weight you can carry + ##2Discount:##P get cheaper prices from NPCs + ##2Overcharge:##P sell stuff for better price to NPCs + ##2Double:##P a chance for double hits (requires Sword level 5) + ##2Miss:##P increased chance of dodging (requires Sword level 10) + +
\ No newline at end of file |