Jump to content
Sign in to follow this  
Poison

Map Zone DB: enabled_items and enabled_skills

Recommended Posts

zones: (
{
 name: "All"

 disabled_items: {
   Wing_Of_Fly: true;
 }
},
{
 name: "PvP"

 disabled_items: {
   Wing_Of_Fly: false;
 }
},
)

Share this post


Link to post
Share on other sites

zones: (

{

 name: "All"

 

 disabled_items: {

   Wing_Of_Fly: true;

 }

},

{

 name: "PvP"

 

 disabled_items: {

   Wing_Of_Fly: false;

 }

},

)

His point is

if enabled_items: is enabled, everything else will be disabled except the entries in enable_items:

so if he use disabled_items: , he will have to put all the items, which is a bad idea ofcourse.

Edited by Dastgir Pojee

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.