mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
Fix party "bug" & Additions
This commit is contained in:
@@ -227,14 +227,17 @@ namespace Otc
|
||||
ShieldBlueNoSharedExpBlink, // 7 party member sexp inactive guilty
|
||||
ShieldYellowNoSharedExpBlink, // 8 // party leader sexp inactive guilty
|
||||
ShieldBlueNoSharedExp, // 9 party member sexp inactive innocent
|
||||
ShieldYellowNoSharedExp // 10 party leader sexp inactive innocent
|
||||
ShieldYellowNoSharedExp, // 10 party leader sexp inactive innocent
|
||||
ShieldGray // 11 member of another party
|
||||
};
|
||||
|
||||
enum PlayerEmblems {
|
||||
EmblemNone = 0,
|
||||
EmblemGreen,
|
||||
EmblemRed,
|
||||
EmblemBlue
|
||||
EmblemBlue,
|
||||
EmblemMember,
|
||||
EmblemOther
|
||||
};
|
||||
|
||||
enum PlayerStates {
|
||||
|
@@ -250,7 +250,9 @@ namespace Proto {
|
||||
enum CreatureType {
|
||||
CreatureTypePlayer = 0,
|
||||
CreatureTypeMonster,
|
||||
CreatureTypeNpc
|
||||
CreatureTypeNpc,
|
||||
CreatureTypeSummonOwn,
|
||||
CreatureTypeSummonOther
|
||||
};
|
||||
|
||||
enum CreaturesIdRange {
|
||||
|
Reference in New Issue
Block a user