SphereCommunity
Guardian Spawn System - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Requests (/Forum-Script-Requests)
+--- Thread: Guardian Spawn System (/Thread-Guardian-Spawn-System)



Guardian Spawn System - jexnico - 01-24-2014 03:34 AM

someone would have a guardian spawn system in which the guardian can spawn randomly Mustangs, llama and zoztrich?
example: I'll spawn in the Guardian, it is mounted on a Snwo Mustang when I kill the guardian, he falls from Snow Mustang and I can tame the creature.
Look at an example in this video

http://www.youtube.com/watch?v=ygsNGhXNTuU

Thxx! Blush


RE: Guardian Spawn System - Anarch Cassius - 01-24-2014 06:58 AM

This puts a mount on an NPC
Code:
    ITEM=i_mt_horse_gray    // on horse.

Defined like so:
Code:
[ITEMDEF 03ea0]
//ship (really used as horse equipped)
DEFNAME=i_mt_horse_gray
TYPE=t_eq_horse
LAYER=layer_horse
TDATA3=c_horse_gray
WEIGHT=0

So all you need is a new item for your desire mount. Set the TDATA3 for the mount you want.

The behavoir you want should be default behavoir. The mounts do their own thing once unmounted so if it's a normal tamable it will act like one.


RE: Guardian Spawn System - jexnico - 01-24-2014 08:46 AM

THHHHHHXXX!


RE: Guardian Spawn System - Staff_Stanic - 01-24-2014 11:41 AM

Created by me, when I was learning about Sphere! :PPP
I'll search this script to post here on the Community.


RE: Guardian Spawn System - jexnico - 03-20-2014 02:35 AM

okay Smile
was a good script, if you find please post here?