#363 Drop on Gray Mobs

已關閉
premierio00152 年之前創建 · 2 條評論

If mob level is lower(Grey color) then a Player, then Exquisite Chest (Orane Maybe Too) should not drop anymore or drop with much lower rate.

If mob level is lower(Grey color) then a Player, then Exquisite Chest (Orane Maybe Too) should not drop anymore or drop with much lower rate.
image commented 2 年之前
協同者

new rule flag

R_Loot, SkipLootGrayMob

1 = Skips loot from mobs that con arrow gray to the person who killed them

0 = Allows all loot to drop normally despite arrow color

new rule flag ``` R_Loot, SkipLootGrayMob ``` 1 = Skips loot from mobs that con arrow gray to the person who killed them 0 = Allows all loot to drop normally despite arrow color
image commented 2 年之前
協同者

Going to keep the naming consistent with the arrow colors

#define ARROW_COLOR_GRAY 0 // 3
#define ARROW_COLOR_GREEN 1 // 1
#define ARROW_COLOR_BLUE 2
#define ARROW_COLOR_WHITE 3 // 3
#define ARROW_COLOR_YELLOW 4 // 4
#define ARROW_COLOR_ORANGE 5 // 5
#define ARROW_COLOR_RED 6
Going to keep the naming consistent with the arrow colors ``` #define ARROW_COLOR_GRAY 0 // 3 #define ARROW_COLOR_GREEN 1 // 1 #define ARROW_COLOR_BLUE 2 #define ARROW_COLOR_WHITE 3 // 3 #define ARROW_COLOR_YELLOW 4 // 4 #define ARROW_COLOR_ORANGE 5 // 5 #define ARROW_COLOR_RED 6 ```
image 在代碼提交 2 年之前 中引用了該問題
image2 年之前 關閉
Sign in to join this conversation.
正在加載...
取消
保存
尚未有任何內容