Difference between revisions of "User:Xudojnik"

From The Battle for Wesnoth Wiki
Line 1: Line 1:
 
I know Wesnoth from version 1.1.2a. This is really perspective game not only as strategy, but as RPG too. Large world, filled by history, epic battles, heroes and factions, is perfect for creating RPG. It's not so hard because Wesnoth have simple language, what support wide variety of events, easy way to define dialogs, items, forum and Wiki, where always can be found answer for any question.
 
I know Wesnoth from version 1.1.2a. This is really perspective game not only as strategy, but as RPG too. Large world, filled by history, epic battles, heroes and factions, is perfect for creating RPG. It's not so hard because Wesnoth have simple language, what support wide variety of events, easy way to define dialogs, items, forum and Wiki, where always can be found answer for any question.
  
Now I work under some functions, what will be useful in building story and world, for my future RPG.
 
 
There are function, what are completed or close to it:
 
There are function, what are completed or close to it:
 
#Weapon vendor.
 
#Weapon vendor.
Line 18: Line 17:
 
#Dog (taming, training, feeding).
 
#Dog (taming, training, feeding).
 
#Levelling and customising character.
 
#Levelling and customising character.
 +
 +
 +
----
 +
At the end of my work, I get unimaginable amount of lags, long and boring loading time and HUGE savegames. And I leave it. Now I wait for stable version of BfW 1.9. The only reason is implemented persistent variables. I will wrote here some basic terms of this project.
 +
 +
===WesMMO===
 +
To play it (now only in theory):
 +
#Design new character.
 +
#*Download beginner's map, designed for WesMMO.
 +
#*Create game in lobby.
 +
#*Create an "account" and character on it.
 +
#*Win beginner's scenario.
 +
#Get fun.
 +
#*Download some other playable map, designed for WesMMO.
 +
#*Create game in lobby.
 +
#*Map will automatically use your account. Now choose any existed character and play.
 +
 +
:''I planned to invent spell-system in this MMO, but not yet decide about mana and cooldowns.''
 +
 +
Character is a "team" of three units. Each unit have own stats, small inventory'' and spellbook''.
 +
;Stats should be simple:
 +
:Stamina - increases your hitpoints by 2 (3?) per point.
 +
:Strength - increases your melee damage.
 +
:Speed - increases your movement points.
 +
:Agility - increase your defense on each type of terrain by 1 per point and ranged damage.
 +
:''Intellect of Spell Power (or both)- increase magical potence of unit''
 +
 +
;Inventory contains:
 +
:Healing Potion - number of them.
 +
:''Mana Potions - number of them.''
 +
:Melee Weapon - affects melee combat: strength_multiplier and number_of_strikes and possibly defenses.
 +
:Ranged Weapon - affects ranged combat: damage_from_agility_multiplier and number_of_strikes.
 +
:''Trinket - affects base stats and magical potency of unit''
 +
:Body Armor - affects base stats, resistances and defenses.
 +
:Boots - affects base stats and have movement_multipier.
 +
:Helm - affects defenses ''and magical potency of unit''.
 +
 +
''Spellbook will contains information about direct spells and units's auras.''

Revision as of 16:23, 31 August 2010

I know Wesnoth from version 1.1.2a. This is really perspective game not only as strategy, but as RPG too. Large world, filled by history, epic battles, heroes and factions, is perfect for creating RPG. It's not so hard because Wesnoth have simple language, what support wide variety of events, easy way to define dialogs, items, forum and Wiki, where always can be found answer for any question.

There are function, what are completed or close to it:

  1. Weapon vendor.
  2. Potion vendor.
  3. Home(place, where hero can change his weapons, take rest).
  4. Stable, where hero can buy horse.
  5. Mounting/dismounting on that horse. Two types of weapon: for mounted hero and foot.
  6. Talking to NPC's.
  7. NPC's shedule in one string.
  8. Spellcasting system (general-purpose examples of spells, what can be copied and changed later).
  9. Quest log now wait for content.
  10. Beneficial spell effects needs only more spells.
  11. Improved inventory, Spellbook.

There are in the future:

  1. Dog (taming, training, feeding).
  2. Levelling and customising character.



At the end of my work, I get unimaginable amount of lags, long and boring loading time and HUGE savegames. And I leave it. Now I wait for stable version of BfW 1.9. The only reason is implemented persistent variables. I will wrote here some basic terms of this project.

WesMMO

To play it (now only in theory):

  1. Design new character.
    • Download beginner's map, designed for WesMMO.
    • Create game in lobby.
    • Create an "account" and character on it.
    • Win beginner's scenario.
  2. Get fun.
    • Download some other playable map, designed for WesMMO.
    • Create game in lobby.
    • Map will automatically use your account. Now choose any existed character and play.
I planned to invent spell-system in this MMO, but not yet decide about mana and cooldowns.

Character is a "team" of three units. Each unit have own stats, small inventory and spellbook.

Stats should be simple
Stamina - increases your hitpoints by 2 (3?) per point.
Strength - increases your melee damage.
Speed - increases your movement points.
Agility - increase your defense on each type of terrain by 1 per point and ranged damage.
Intellect of Spell Power (or both)- increase magical potence of unit
Inventory contains
Healing Potion - number of them.
Mana Potions - number of them.
Melee Weapon - affects melee combat: strength_multiplier and number_of_strikes and possibly defenses.
Ranged Weapon - affects ranged combat: damage_from_agility_multiplier and number_of_strikes.
Trinket - affects base stats and magical potency of unit
Body Armor - affects base stats, resistances and defenses.
Boots - affects base stats and have movement_multipier.
Helm - affects defenses and magical potency of unit.

Spellbook will contains information about direct spells and units's auras.