MMORPG-over-SL Toolkit Beta release 0.4
This toolkit is released under the GNU General Public Licence, which you can view here: GNU General Public Licence
By downloading or using any of these modules, you agree to abide by this licence agreement.
Modules:
Licence
GameTag
Weapons
Protection
AI
How to use these modules
Each avatar will need a GameTag and a Weapon
Monsters will need everything in a GameTag plus the MonsterAI module and an InternalWeapon module
You can make shields for avatars using the shield module
How to make each object:
GameTag
- Each avatar will need one gametag
- A gametag is an object containnig the following modules ("scripts"):
- ReceiveDmg
- SendDmg
- Stats
- SecureComms
Weapon
-
To make a weapon, create a weapon looking object and add the appropriate weapon module
- Note that projectile weapons and grenade launchers will need to contain an object called Grenade or Projectile, containing either the Grenade or Projectile module
- InternalWeapons are for monsters and AIs only.
Shield
To make a shield or protection equipment, create a shield or protective clothing and add the shield module
Monster
- To make a monster, create an object and add all the gametag modules, the monsterai module, and an internalweapon module:
- receivedmg
- senddmg
- stats
- securecomms
- internalmeleeweapon
- monsterai
Home