Scripts For Admins: Difference between revisions

Content deleted Content added
imported>AntumDeluge
Summon Creatures: add some script names (TODO: add parameters & description)
imported>AntumDeluge
Summon Creatures: put raid scripts under single header
 
(3 intermediate revisions by the same user not shown)
Line 206:
:: '''amount:''' ''(optional)'' Number of items to drop.
:: '''item:''' Name of target item.
 
=== Elf RaidFeatures ===
 
{{Script|DisableFeature|
desc=Disables a feature, like keyring, for a player.|
params=<player> <feature>|
:: '''creatureplayer:''' Name of creaturetarget to be summonedplayer.
:: '''feature:''' Feature to be disabled.}}
 
 
{{Script|EnableFeature|
desc=Enables a feature, like keyring, for a player.|
params=<player> <feature>|
:: '''player:''' Name of target player.
:: '''feature:''' Feature to be enabled.}}
 
=== Fix DM ===
Line 251 ⟶ 266:
== Summon Creatures ==
 
=== Ados Wildlife RaidPlague ===
 
; /script Plague.class ''<ringcount> <creature>''
: Description:
:: Summon a large numbers of ''creatures'' around you. Please note that ''ringcount'' must be below 3 in order to prevent the clients to die because of an OutOfMemoryError.
: Parameters:
:: '''ringcount:''' Determines amount of creatures summoned by rings around summoner (max: 2).
:: '''creature:''' Name of creature to be summoned.
 
=== List Raids ===
 
{{Script|ListRaids}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== PlagueRaids ===
 
{{Script|AdosWildlifeRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Angel Raid ===
 
{{Script|AngelRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Animal Raid ===
 
{{Script|AnimalRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Barbarian Raid ===
 
{{Script|BarbarianRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Beholder Raid ===
 
{{Script|BeholderRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Blordrough Raid ===
 
{{Script|BlordroughRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Chaos Raid ===
 
{{Script|ChaosRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Create Raid ===
 
{{Script|CreateRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Dragon Raid ===
 
{{Script|DragonRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Drow Raid ===
 
{{Script|DrowRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Dwarf Raid ===
 
{{Script|DwarfRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Elemental Raid ===
 
{{Script|ElementalRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Elf Raid ===
 
{{Script|ElfRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Farm Raid ===
 
{{Script|FarmRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Frogman Sheepman Raid ===
 
{{Script|FrogmanSheepmanRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Gnome Raid ===
 
{{Script|GnomeRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Imperial Raid ===
 
{{Script|ImperialRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Kobold Raid ===
 
{{Script|KoboldRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Lich Raid ===
 
{{Script|LichRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== List Raids ===
 
{{Script|ListRaids}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Oni Raid ===
 
{{Script|OniRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Orc Raid ===
 
{{Script|OrcRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
 
=== Plague ===
 
; /script Plague.class ''<ringcount> <creature>''
: Description:
:: Summon a large numbers of ''creatures'' around you. Please note that ''ringcount'' must be below 3 in order to prevent the clients to die because of an OutOfMemoryError.
: Parameters:
:: '''ringcount:''' Determines amount of creatures summoned by rings around summoner (max: 2).
:: '''creature:''' Name of creature to be summoned.
 
=== Zombie Raid ===
 
{{Script|ZombieRaid}}