mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-01 16:27:16 +00:00
Created Perl Raid (markdown)
+20
@@ -0,0 +1,20 @@
|
||||
```perl
|
||||
void Raid::IsRaidMember(string name)
|
||||
void Raid::CastGroupSpell( caster, spellid, gid)
|
||||
void Raid::GroupCount( gid)
|
||||
void Raid::RaidCount()
|
||||
void Raid::GetGroup(string name)
|
||||
void Raid::SplitExp( exp, other)
|
||||
void Raid::GetTotalRaidDamage( other)
|
||||
void Raid::SplitMoney(int copper, int silver, int gold, int platinum)
|
||||
void Raid::BalanceHP( penalty, gid)
|
||||
void Raid::IsLeader(string name)
|
||||
void Raid::IsGroupLeader( who)
|
||||
void Raid::GetHighestLevel()
|
||||
void Raid::GetLowestLevel()
|
||||
void Raid::GetClientByIndex( index)
|
||||
void Raid::TeleportGroup( sender, zoneID, float x, float y, float z, float heading, gid)
|
||||
void Raid::TeleportRaid( sender, zoneID, float x, float y, float z, float heading)
|
||||
void Raid::GetID()
|
||||
void Raid::GetMember( index)
|
||||
```
|
||||
Reference in New Issue
Block a user