Difference between revisions of "Gizmos Community Projects"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 37: Line 37:
 
=== Scripting Reference ===
 
=== Scripting Reference ===
 
==== Object Targeting Commands ====
 
==== Object Targeting Commands ====
 +
 +
{| class="wikitable"
 +
|-
 +
! Feature !! Description
 +
|-
 +
| Normal Spawning || This spawner supports normal items, mobiles, and harvestable items.
 +
|-
 +
| Sequential Spawning || This spawner allows you to create a sequence in which monsters spawn. You can create waves or stages of a spawner.
 +
|-
 +
| Customizing Loot Drops || With this you can create loot of your choice on a monster that spawns, it will also allow you to choose the frequency in which it drops, and choice of quantity.
 +
|-
 +
| Active Spawn Monitoring || You will be able to keep track of every thing spawned from a list so you do not have to run around and find it.
 +
|-
 +
| Search Features || You will be able to query the map/region your in and find all the spawners that match a variety of query choices.
 +
|-
 +
| Configuration Options || You will be able to change many things such as frequency of how many monsters spawn, how close and far away they can spawn, how many total can spawn, plus more.
 +
|-
 +
| Scriptable Objects || With this upon spawning something, it will read the options you set and adjust the object accordingly.. such as, adding str, agi or any other stat to a monster to whatever value you want. You can send messages to other objects.
 +
|}
 +
 
==== Spawned Object Commands ====
 
==== Spawned Object Commands ====
 
=== Tutorial Videos ===
 
=== Tutorial Videos ===
 
== Simple Spawner Extras ==
 
== Simple Spawner Extras ==
 
=== Dungeon Objects ===
 
=== Dungeon Objects ===

Revision as of 09:38, 17 January 2018

Title Page Image.jpg

Simple Spawner

Introduction

Installation

Simple Spawner Basics

User Interface

Spawn Tab

SpawnsTab.jpg

[Back to Top]

Loot Tab

Loot Tab.jpg

[Back to Top]

Config Tab

Config Tab.jpg

[Back to Top]

Active Tab

Active Tab.jpg

[Back to Top]

Search Tab

Search Tab.jpg

[Back to Top]

Tutorial Videos

How to Spawn something

How to add Items to a monster spawned

How to Configure the spawner

How to Use the Active Tab

How to Search for other spawners

Simple Spawner Advanced

Object Variables

Messaging System

Built In Commands

Scripts

Templates

GUI

Scripting Reference

Object Targeting Commands

Feature Description
Normal Spawning This spawner supports normal items, mobiles, and harvestable items.
Sequential Spawning This spawner allows you to create a sequence in which monsters spawn. You can create waves or stages of a spawner.
Customizing Loot Drops With this you can create loot of your choice on a monster that spawns, it will also allow you to choose the frequency in which it drops, and choice of quantity.
Active Spawn Monitoring You will be able to keep track of every thing spawned from a list so you do not have to run around and find it.
Search Features You will be able to query the map/region your in and find all the spawners that match a variety of query choices.
Configuration Options You will be able to change many things such as frequency of how many monsters spawn, how close and far away they can spawn, how many total can spawn, plus more.
Scriptable Objects With this upon spawning something, it will read the options you set and adjust the object accordingly.. such as, adding str, agi or any other stat to a monster to whatever value you want. You can send messages to other objects.

Spawned Object Commands

Tutorial Videos

Simple Spawner Extras

Dungeon Objects