Jump to content


Photo

Ffxidb commands


    2 replies to this topic

    #1 Kylouie16

    Kylouie16

      Newbie

    • Members
    • Pip
    • 2 posts

      Posted 24 October 2016 - 05:50 AM

      I know if I type //ffxidb it pulls up a bunch of things that are commands you can use but how on earth are you supposed to write them in the chat box to use them? I wanted to HBO able to see pic or not names and it says {m|map} pc, and I've tried using that a million different ways to no avail. Could someone please write an example of how you exactly write something into the chat box to make it work?

      Thank you

      #2 Iryoku

      Iryoku

        Advanced Member

      • Windower Staff
      • 488 posts

        Posted 24 October 2016 - 03:06 PM

        everything inside the the {x|y} syntax just means you can type x or y (without the curly brackets) to use that subcommand. The <x> syntax means that it's a required argument, [x] means that it's an optional argument. so

        So, let's break one of the subcommands down: {m|map} {rn|range} <radius> [<red> <green> <blue>]. We need to start with //ffxidb so that Windower knows which plugin the command is for. Next is {m|map} this means we can type m or map.

        //ffxidb m

        Next comes {rn|range}.

        //ffxidb m rn

        Now we see <radius>, so the radius is required, let's go with 15 yalms.

        //ffxidb m rn 15

        And finally, we have [<red> <green> <blue>]; the square brackets mean this part is optional, so the command above is complete if we want it to be, or we can add some color. The <red>, <green> and <blue> parts are all required if we want to use this part of the command.

        //ffxidb m rn 15 255 127 31


        #3 Kylouie16

        Kylouie16

          Newbie

        • Members
        • Pip
        • 2 posts

          Posted 24 October 2016 - 10:56 PM

          thank you soo much






          2 user(s) are reading this topic

          0 members, 2 guests, 0 anonymous users