Add corporeal beast plugin

This commit is contained in:
Adam
2018-06-23 21:08:25 -04:00
parent f3f18b610f
commit f126dcf041
5 changed files with 413 additions and 1 deletions

View File

@@ -367,7 +367,12 @@ public enum Varbits
/**
* The varbit that stores the players {@code AccountType}.
*/
ACCOUNT_TYPE(1777);
ACCOUNT_TYPE(1777),
/**
* Corp beast damage
*/
CORP_DAMAGE(999);
/**
* The raw varbit ID.

View File

@@ -100,6 +100,7 @@ public class WidgetID
public static final int MTA_ENCHANTMENT_GROUP_ID = 195;
public static final int MTA_GRAVEYARD_GROUP_ID = 196;
public static final int MTA_TELEKINETIC_GROUP_ID = 198;
public static final int CORP_DAMAGE = 13;
static class WorldMap
{