|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
|
I've searched for how to do this (spawning stackables, spawner stackables) and ran though the first 4 pages of threads in this section. I've also ran through the FAQs many many times, and I'm pretty sure nothing in there explains how to do this.
What I'm trying to do is have a stack of 10 boards spawn right on top of a spawner. I cannot for the life of me figure out how to do this. I've set the amout to 10, I've set the count to 10. I've tried every way I can think of to enter into the box what to spawn. I give up. Can anyone point me in the direction of what I should do? Maybe a possible search string I could use to access an existing thread with this information? Last edited by septor; 04-06-2007 at 12:34 AM. |
|
|
|
|
|
#2 (permalink) |
|
Newbie
Join Date: Jun 2005
Posts: 87
|
depends on which spawner you are using, i'd think.
i did find this link for XML2 Spawners. Hope it helps XMLSpawnerFan -> How Do I - Add items to a spawned mob or container |
|
|
|
|
|
#3 (permalink) |
|
Master of the Internet
Join Date: Aug 2003
Posts: 5,688
|
most stackables have a constructor that will take an 'amount' argument. So with xmlspawner you could spawn it like
board,10 or, if there isnt such a constructor you can just use the standard zero-arg constructor and manually set the Amount property on the item like board/amount/10 If you are using the distro spawner, or another spawner that does not support constructors that take arguments you will have to script a new item that can be spawned with no arguments that sets the stack amount in its constructor.
__________________
The first line of the first rule in the forum rules and guidelines "Be respectful of others. " For questions, information, and support for XmlSpawner and its addons, visit the XmlSpawner Support Forum |
|
|
|
|
|
#5 (permalink) |
|
Forum Master
|
megaspawner also allows you to spawn stackables
and can be random amounts also (like 10 to 20 or just 10 to 10) and even a random range if you want
__________________
http://www.AoAUO.com
:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :) |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|