Added custom monsters and custom items support
This commit is contained in:
parent
ac86926dc8
commit
d5107daad4
7 changed files with 82 additions and 6 deletions
|
|
@ -401,3 +401,16 @@ yb_display_welcome_text "1"
|
|||
//
|
||||
yb_enable_query_hook "0"
|
||||
|
||||
//
|
||||
// Allows or disallows bots to take attack monsters.
|
||||
// ---
|
||||
// Default: "0", Min: "0", Max: "1"
|
||||
//
|
||||
yb_attack_monsters "0"
|
||||
|
||||
//
|
||||
// Allows or disallows bots to pickup custom items.
|
||||
// ---
|
||||
// Default: "0", Min: "0", Max: "1"
|
||||
//
|
||||
yb_pickup_custom_items "0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue