
Ffxidb commands
#1

Posted 24 October 2016 - 05:50 AM
Thank you
#2

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

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