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 |
||
| (4 intermediate revisions by the same user not shown) | |||
Line 206:
:: '''amount:''' ''(optional)'' Number of items to drop.
:: '''item:''' Name of target item.
{{Script|DisableFeature|
desc=Disables a feature, like keyring, for a player.|
params=<player> <feature>|
:: '''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 ==
===
; /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>''▼
{{Script|AdosWildlifeRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|AngelRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|AnimalRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|BarbarianRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|BeholderRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|BlordroughRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|ChaosRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|CreateRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|DragonRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|DrowRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|DwarfRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|ElementalRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
▲=== Elf Raid ===
{{Script|ElfRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|FarmRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|FrogmanSheepmanRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|GnomeRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|ImperialRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|KoboldRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|LichRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
▲=== List Raids ===
▲{{Script|ListRaids}}
▲: ''<span style="color:darkred;">instructions coming soon</span>''
{{Script|OniRaid}}
: ''<span style="color:darkred;">instructions coming soon</span>''
{{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.
{{Script|ZombieRaid}}
| |||