Difference between revisions of "DynamicWindowProjectFiles"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 1: Line 1:
back to [[Project_Phoenix#Dynamic_Windows|Video Tutorials]]<br><br>
+
back to [[Project_Phoenix#Dynamic_Windows|Video Tutorials]]
 +
==Download==
 +
*Below is a download link for the project files.
 +
*[[Media:DynamicWindowTutorial_Finished.zip |Extended Spawner project files]]
  
 
==File Structure==
 
==File Structure==
Line 7: Line 10:
 
  templates\extensions\simple_mob_spawner\extended_spawner.xml
 
  templates\extensions\simple_mob_spawner\extended_spawner.xml
  
*Below is a download link for the project files. Simply copy the contents of the scripts and templates folder to your mod.
+
==Installing==
*[[Media:DynamicWindowTutorial_Finished.zip |Extended Spawner project files]]
+
*Download the project zip file.
 +
*Copy the scripts folder and templates folder over to your mods/ProjectName folder.
 +
*Load up your server and log in.
 +
*Type /create extended_spawner, if you do not see it hit the "[" key to show invisible objects.
 +
 
 +
==Warning Messages==
 +
If you are testing this out, when you spawn a new extended_spawner template. You will notice every 10 seconds a error message popping up. This message is generated in the simple_mob_spawner.lua file. The reason is it has a heart beat of 10 seconds, and it does not have a template to spawn. You could toggle that off in your version if you want. That is why you get the message.

Revision as of 13:42, 12 April 2019

back to Video Tutorials

Download

File Structure

scripts\extensions\simple_mob_spawner\simple_mob_spawner_ext.lua
scripts\extensions\simple_mob_spawner\simple_mob_spawner_ext_localization.lua
scripts\extensions\simple_mob_spawner\simple_mob_spawner_ext_spawnable_objects.lua
templates\extensions\simple_mob_spawner\extended_spawner.xml

Installing

  • Download the project zip file.
  • Copy the scripts folder and templates folder over to your mods/ProjectName folder.
  • Load up your server and log in.
  • Type /create extended_spawner, if you do not see it hit the "[" key to show invisible objects.

Warning Messages

If you are testing this out, when you spawn a new extended_spawner template. You will notice every 10 seconds a error message popping up. This message is generated in the simple_mob_spawner.lua file. The reason is it has a heart beat of 10 seconds, and it does not have a template to spawn. You could toggle that off in your version if you want. That is why you get the message.