What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How to?

Tomas2209

Member
Joined
Dec 23, 2013
Messages
43
Reaction score
0
hi guys, stupid question but i cant find it through search in this forum:

Whats the command for line not being executed like...

// crafting plans setting
[TYPE] == "CraftingPlan" && [NAME] == "Plan: Archon Gauntlets of Dexterity"
[TYPE] == "CraftingPlan" && [NAME] == "Plan: Archon Gauntlets of Intelligence"
[TYPE] == "CraftingPlan" && [NAME] == "Plan: Archon Gauntlets of Strength"

i just want to keep plan for intelligence. how to mark the other two to not being picked up?

i've searched at a .xml command site and there it was to put // before the line, but i want to be double sure as the plans wont drop 10x in a hour so hard to follow if the command is correct. thanks a lot
 
// crafting plans setting
//[TYPE] == "CraftingPlan" && [NAME] == "Plan: Archon Gauntlets of Dexterity"
[TYPE] == "CraftingPlan" && [NAME] == "Plan: Archon Gauntlets of Intelligence"
//[TYPE] == "CraftingPlan" && [NAME] == "Plan: Archon Gauntlets of Strength"

Like that :)
 
Back
Top