|
||
|
|
#1 (permalink) |
|
Forum Expert
Join Date: Sep 2002
Age: 23
Posts: 1,472
|
Description: A very simple addition that manually triggers the Respawn method of targeted spawners. Support for XMLSpawner, MegaSpawner, and the default RunUO spawner.
Support for the following prefixes:
To add support for MegaSpawner, or XMLSpawner look near line 95 for these two pieces of code. Code:
/* To add Support for MegaSpawner, uncomment these two lines. * if ( list[i] is MegaSpawner ) * ((MegaSpawner)list[i]).Respawn(); */ Code:
/* To add Support for XMLSpawner, uncomment these two lines. * if ( list[i] is XMLSpawner ) * ((XMLSpawner)list[i]).Respawn(); */ Code:
if ( list[i] is MegaSpawner ) ((MegaSpawner)list[i]).Respawn(); Code:
if ( list[i] is XMLSpawner ) ((XMLSpawner)list[i]).Respawn(); |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|