mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Some improvements to some things.
This commit is contained in:
@@ -34,14 +34,25 @@ EmblemOther = 5
|
||||
VipIconFirst = 0
|
||||
VipIconLast = 10
|
||||
|
||||
North = 0
|
||||
East = 1
|
||||
South = 2
|
||||
West = 3
|
||||
NorthEast = 4
|
||||
SouthEast = 5
|
||||
SouthWest = 6
|
||||
NorthWest = 7
|
||||
Directions = {
|
||||
North = 0,
|
||||
East = 1,
|
||||
South = 2,
|
||||
West = 3,
|
||||
NorthEast = 4,
|
||||
SouthEast = 5,
|
||||
SouthWest = 6,
|
||||
NorthWest = 7
|
||||
}
|
||||
|
||||
North = Directions.North
|
||||
East = Directions.East
|
||||
South = Directions.South
|
||||
West = Directions.West
|
||||
NorthEast = Directions.NorthEast
|
||||
SouthEast = Directions.SouthEast
|
||||
SouthWest = Directions.SouthWest
|
||||
NorthWest = Directions.NorthWest
|
||||
|
||||
FightOffensive = 1
|
||||
FightBalanced = 2
|
||||
|
Reference in New Issue
Block a user