Post by Kahless on Nov 14, 2007 23:48:28 GMT -5
For those of you that don't know, the coders on wA are beginning to develop a PBs RPG. We are all combining our efforts to work on this.
We ask that the wA community pitch in some ideas and give us a start.
Alright, lets get some discussion going on what features we want for the RPG. All members welcome to suggest.
Special thanks to Aaron for donating his KIS RPG plans
Features:
RPG Profiles
Mini-RPG Profiles
Lists the basic stats and equiped items below signature
Basic Statistics
Level (based on post count :: e.g. 100 posts per level)
Health, Offense, Defense, Magic, Agility
Preferences
Battle Simulator
Music (enable/disable)
Select music
onKey Events (enable/disable)
Advanced
Avatar (changes based on species)
Money (based on post count :: e.g. $4 per post)
Species, Profession
Up to 99 each
Each with definable stat advantages (e.g. strength x 3 for ogre)
Clan
View RPG Profile
Modify RPG Profile
Modify OWN Profile
Change species, profession, and clan
Remove purchased items
Modify OTHERS' Profile (permission must be granted and user must have access to member profiles)
Give/Take Money
Change species, profession, and clan
Give/Take purchased items
Town Square
Home (your "modify rpg profile" page)
Trading System
Possible trading sequences to acquire items
Different trade each day
Item given in return is of "rare" or "not sold" type
Shop
Random item recieval
Random item removal (each time you save your profile you risk losing an item; though odds are like 1/200).
"Rare" items (only appear on occassion or on certain days)
Weapons, Armors, Spells
Items
4 types
Stat boost (boost of any amount to any one basic stat)
Potion (restore health during battle in simulator)
Elixir (restore magic during battle in simulator)
Revive (may purchase only one; will revive you if you die in battle)
Battle Simulator
Random # of bots in battle
Add/Remove Bots
Create a Bot
Define Bot's "Basic Statistics" advantages
Level Creator
Define what Bots list in what levels
Keep player fighting random bots at selected level
Upgrade Scripts
After coding this RPG i'll write and release a series of "upgrade" scripts including:
maps (replaces Town Square)
world map
custom member maps
user vs. user battling
hiring partners
######################################################################################################
LAYOUT
- Create a "table" function
- Create a "modify rpg profile" page (SELF)
- [see layout examples]
- Create a "modify rpg profile" page (GMODS)
- [see layout examples]
- Create a "view rpg profile" page
- [see layout examples]
OOP CODING
- Create a "player" object (you or the person who's profile you're viewing :: set a TYPE property to check)
- [PLAIN-TEXT] Have pre-defined HEALTH, OFFENSE, DEFENSE, MAGIC, and AGILITY properties
- Use the PERSONALTEXT field :: [14 character span]
- [PLAIN-TEXT] Have a pre-defined MONEY property
- Use the LOCATION field :: [MONEY, ADDITION/SUBTRACTION [14 character span each]]
- [DROP-DOWN] Create a SPECIES array for up to 99
- Use the PERSONALTEXT field :: [2 character span]
- [DROP-DOWN] Create a PROFESSIONS array for up to 99
- Use the PERSONALTEXT field :: [2 character span]
- [DROP-DOWN] Create a CLANS array for up to 99
- Use the PERSONALTEXT field :: [2 character span]
COOKIES
- Create a "money" cookie (searches and returns your posts executes on every post or profile page)
______________________________________________________________________________________________________
EXAMPLES
Personal Text Field
SP,PF,CL| HEALTH , OFFENSE , DEFENSE , MAGIC , AGILITY
##,##,##|###############,###############,##############,###############,###############
Location field
MONEY_OWNED ADD/SUBTRACT
##############,##############
Layout
``````````````````````````````````````````````````````````````````````````````````````````````````````
- Modify Profile Page (SELF)
[DESCRIPTION]
[BASIC STATISTICS]
Level: 49
Health: 5004
Offense: 5004
Defense: 12003
Magic: 5004
Agility: 12510
[PREFERENCES]
Battle Simulator
[radio] Music [drop-down] Description
[radio] keyCode events Description
[ADVANCED]
AVATAR [***]
Money $10108 Description
Species: [drop-down] Description
Profession: [drop-down] Description
Clan: [drop-down] Description
[ARSENAL]
Equiped
Weapon: []
Armor: []
Spells: [][][][][] (up to 5)
Items: [][][][][] (up to 5)
Purchased
Weapons: [][][][][][ Description
Armors: [][][][][][ Description
Spells: [][][][][][ Description
Items: [][][][][][ Description
``````````````````````````````````````````````````````````````````````````````````````````````````````
- Modify Profile Page (GMOD)
[DESCRIPTION]
[BASIC STATISTICS]
Level: 49
Health: 5004
Offense: 5004
Defense: 12003
Magic: 5004
Agility: 12510
[ADVANCED]
AVATAR [***]
Money: $10108 ( Give | Take )
Species: [drop-down]
Profession: [drop-down]
Clan: [drop-down]
[ARSENAL]
Equiped
Weapon: []
Armor: []
Spells: [][][][][] (up to 5)
Items: [][][][][] (up to 5)
Purchased
Weapons: [][][][][][ ( Give | Take )
Armors: [][][][][][ ( Give | Take )
Spells: [][][][][][ ( Give | Take )
Items: [][][][][][ ( Give | Take )
``````````````````````````````````````````````````````````````````````````````````````````````````````
- View Profile Page
[DESCRIPTION]
[BASIC STATISTICS]
Level: 49
Health: 5004
Offense: 5004
Defense: 12003
Magic: 5004
Agility: 12510
[ADVANCED]
AVATAR [***]
Money $10108
Species: Human
Profession: Archer
Clan: Jets
[ARSENAL]
Equiped
Weapon: []
Armor: []
Spells: [][][][][] (up to 5)
Items: [][][][][] (up to 5)
Purchased
Weapons: [][][][][][
Armors: [][][][][][
Spells: [][][][][][
Items: [][][][][][
``````````````````````````````````````````````````````````````````````````````````````````````````````
We ask that the wA community pitch in some ideas and give us a start.
Alright, lets get some discussion going on what features we want for the RPG. All members welcome to suggest.
Special thanks to Aaron for donating his KIS RPG plans
Features:
RPG Profiles
Mini-RPG Profiles
Lists the basic stats and equiped items below signature
Basic Statistics
Level (based on post count :: e.g. 100 posts per level)
Health, Offense, Defense, Magic, Agility
Preferences
Battle Simulator
Music (enable/disable)
Select music
onKey Events (enable/disable)
Advanced
Avatar (changes based on species)
Money (based on post count :: e.g. $4 per post)
Species, Profession
Up to 99 each
Each with definable stat advantages (e.g. strength x 3 for ogre)
Clan
View RPG Profile
Modify RPG Profile
Modify OWN Profile
Change species, profession, and clan
Remove purchased items
Modify OTHERS' Profile (permission must be granted and user must have access to member profiles)
Give/Take Money
Change species, profession, and clan
Give/Take purchased items
Town Square
Home (your "modify rpg profile" page)
Trading System
Possible trading sequences to acquire items
Different trade each day
Item given in return is of "rare" or "not sold" type
Shop
Random item recieval
Random item removal (each time you save your profile you risk losing an item; though odds are like 1/200).
"Rare" items (only appear on occassion or on certain days)
Weapons, Armors, Spells
Items
4 types
Stat boost (boost of any amount to any one basic stat)
Potion (restore health during battle in simulator)
Elixir (restore magic during battle in simulator)
Revive (may purchase only one; will revive you if you die in battle)
Battle Simulator
Random # of bots in battle
Add/Remove Bots
Create a Bot
Define Bot's "Basic Statistics" advantages
Level Creator
Define what Bots list in what levels
Keep player fighting random bots at selected level
Upgrade Scripts
After coding this RPG i'll write and release a series of "upgrade" scripts including:
maps (replaces Town Square)
world map
custom member maps
user vs. user battling
hiring partners
######################################################################################################
LAYOUT
- Create a "table" function
- Create a "modify rpg profile" page (SELF)
- [see layout examples]
- Create a "modify rpg profile" page (GMODS)
- [see layout examples]
- Create a "view rpg profile" page
- [see layout examples]
OOP CODING
- Create a "player" object (you or the person who's profile you're viewing :: set a TYPE property to check)
- [PLAIN-TEXT] Have pre-defined HEALTH, OFFENSE, DEFENSE, MAGIC, and AGILITY properties
- Use the PERSONALTEXT field :: [14 character span]
- [PLAIN-TEXT] Have a pre-defined MONEY property
- Use the LOCATION field :: [MONEY, ADDITION/SUBTRACTION [14 character span each]]
- [DROP-DOWN] Create a SPECIES array for up to 99
- Use the PERSONALTEXT field :: [2 character span]
- [DROP-DOWN] Create a PROFESSIONS array for up to 99
- Use the PERSONALTEXT field :: [2 character span]
- [DROP-DOWN] Create a CLANS array for up to 99
- Use the PERSONALTEXT field :: [2 character span]
COOKIES
- Create a "money" cookie (searches and returns your posts executes on every post or profile page)
______________________________________________________________________________________________________
EXAMPLES
Personal Text Field
SP,PF,CL| HEALTH , OFFENSE , DEFENSE , MAGIC , AGILITY
##,##,##|###############,###############,##############,###############,###############
Location field
MONEY_OWNED ADD/SUBTRACT
##############,##############
Layout
``````````````````````````````````````````````````````````````````````````````````````````````````````
- Modify Profile Page (SELF)
[DESCRIPTION]
[BASIC STATISTICS]
Level: 49
Health: 5004
Offense: 5004
Defense: 12003
Magic: 5004
Agility: 12510
[PREFERENCES]
Battle Simulator
[radio] Music [drop-down] Description
[radio] keyCode events Description
[ADVANCED]
AVATAR [***]
Money $10108 Description
Species: [drop-down] Description
Profession: [drop-down] Description
Clan: [drop-down] Description
[ARSENAL]
Equiped
Weapon: []
Armor: []
Spells: [][][][][] (up to 5)
Items: [][][][][] (up to 5)
Purchased
Weapons: [][][][][][ Description
Armors: [][][][][][ Description
Spells: [][][][][][ Description
Items: [][][][][][ Description
``````````````````````````````````````````````````````````````````````````````````````````````````````
- Modify Profile Page (GMOD)
[DESCRIPTION]
[BASIC STATISTICS]
Level: 49
Health: 5004
Offense: 5004
Defense: 12003
Magic: 5004
Agility: 12510
[ADVANCED]
AVATAR [***]
Money: $10108 ( Give | Take )
Species: [drop-down]
Profession: [drop-down]
Clan: [drop-down]
[ARSENAL]
Equiped
Weapon: []
Armor: []
Spells: [][][][][] (up to 5)
Items: [][][][][] (up to 5)
Purchased
Weapons: [][][][][][ ( Give | Take )
Armors: [][][][][][ ( Give | Take )
Spells: [][][][][][ ( Give | Take )
Items: [][][][][][ ( Give | Take )
``````````````````````````````````````````````````````````````````````````````````````````````````````
- View Profile Page
[DESCRIPTION]
[BASIC STATISTICS]
Level: 49
Health: 5004
Offense: 5004
Defense: 12003
Magic: 5004
Agility: 12510
[ADVANCED]
AVATAR [***]
Money $10108
Species: Human
Profession: Archer
Clan: Jets
[ARSENAL]
Equiped
Weapon: []
Armor: []
Spells: [][][][][] (up to 5)
Items: [][][][][] (up to 5)
Purchased
Weapons: [][][][][][
Armors: [][][][][][
Spells: [][][][][][
Items: [][][][][][
``````````````````````````````````````````````````````````````````````````````````````````````````````