Mercurial > mm7
comparison Player.h @ 1523:53265d238d94
interaction_distance_limit for 3DModel in DrawStatusText
author | Ritor1 |
---|---|
date | Thu, 05 Sep 2013 13:12:30 +0600 |
parents | ff2118028c71 |
children | fed56133bf8a |
comparison
equal
deleted
inserted
replaced
1511:948191fca433 | 1523:53265d238d94 |
---|---|
8 | 8 |
9 #define PLAYER_BUFF_BLESS 1 | 9 #define PLAYER_BUFF_BLESS 1 |
10 #define PLAYER_BUFF_FATE 4 | 10 #define PLAYER_BUFF_FATE 4 |
11 #define PLAYER_BUFF_HAMMERHANDS 6 | 11 #define PLAYER_BUFF_HAMMERHANDS 6 |
12 #define PLAYER_BUFF_7 7 | 12 #define PLAYER_BUFF_7 7 |
13 #define PLAYER_BUFF_8 8 | |
13 #define PLAYER_BUFF_PAIN_REFLECTION 10 | 14 #define PLAYER_BUFF_PAIN_REFLECTION 10 |
14 #define PLAYER_BUFF_PRESERVATION 11 | 15 #define PLAYER_BUFF_PRESERVATION 11 |
15 #define PLAYER_BUFF_REGENERATION 12 | 16 #define PLAYER_BUFF_REGENERATION 12 |
17 #define PLAYER_BUFF_13 13 | |
18 #define PLAYER_BUFF_14 14 | |
16 | 19 |
17 | 20 |
18 #define PLAYER_GUILD_BITS__SPIRIT_MEMBERSHIP 58 | 21 #define PLAYER_GUILD_BITS__SPIRIT_MEMBERSHIP 58 |
19 #define PLAYER_GUILD_BITS__ARCOMAGE_WIN 103 | 22 #define PLAYER_GUILD_BITS__ARCOMAGE_WIN 103 |
20 #define PLAYER_GUILD_BITS__ARCOMAGE_LOSE 104 | 23 #define PLAYER_GUILD_BITS__ARCOMAGE_LOSE 104 |