Thread Rating:
  • 9 Vote(s) - 3.11 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question RE: Quest Profile Scripts
#2
This: ["ItemCount(5444) <= 3"] = false
Is the same as this: ["ItemCount(5444) > 3"] = true

So, basically saying start if you have less than 3 (["ItemCount(5444) < 3"] = true) and stop if you have more than 3 (["ItemCount(5444) > 3"] = true), which will work, but from a logic perspective, you've left out what to do if it equals 3.
My proposed change below is like saying start if you have less than 3 and stop if you have 3 or more.

Code:
            ["condition"] = {
                ["ItemCount(5444) < 3"] = true;
            };
            ["complete"] = {
                ["ItemCount(5444) <= 3"] = false; -- change this to ["ItemCount(5444) >= 3"] = true;
            };
Reply
 


Messages In This Thread
Question RE: Quest Profile Scripts - by Picklet - 11-16-2015, 03:02 AM
RE: Question RE: Quest Profile Scripts - by tadeus - 11-16-2015, 06:43 PM
RE: Question RE: Quest Profile Scripts - by Ace - 11-16-2015, 06:53 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products