To help the game run smoothly, it is helpful to put your information in the properly-coded format. The format is strange, but it is required so that the program can accurately understand your information. All NPCs being played are required to use this format. The format is as follows: Name: WEP(Weapon) AMR(Armor) ACC(Accessory) WR(#) MK(#) TF(#) RM(#) WM(#) BM(#) ABL[Ability1(%)/Ability2(%)/Ability3(%)/Ability4(%)/Ability5(%)/Ability6(%)] Things appearing in red are where you will put your character's information. The rest of the format should be this exact format, so feel free to copy/paste and alter red zones. Example: Lulu: WEP(Rod) AMR(Silk Robe) ACC(Earrings) WR(0) MK(0) TF(2) RM(0) WM(1) BM(4) ABL[Flare(100)/Expert Black(100)/Bio(100)/Basic Black(100)/MP+10%(0)/Magic+10%(0)] Example 2: Lani: WEP(Slasher) AMR(Clothes) ACC(None) WR(2) MK(0) TF(2) RM(1) WM(0) BM(2) ABL[Haste(100)/Poison(100)/Potion(30)/Attack(100)/Attack(0)/Attack(0)] Important things to notice: 1. This is all one line of code. I know it looks like it has been separated into two lines, but there are no returns, so never push enter when creating this. 2. There are not spaces between parenthesis. For example, for your weapon, it is "WEP(Weapon)" not "WEP (Weapon)." Extra spacing should be avoided at all costs. 3. Weapon, Armor, Accessory, and Ability names should all appear exactly as they appear on the website. Capitalization and spacing should be exactly the same. For example, there are no spaces in "MP+10%" but there are spaces in "Basic Black." Also note the capitalization. Generally, every word is capitalized. 4. Don't forget the square bracket "[" between ABL and your first ability. Likewise, don't forget the colon ":" after your character's name and ensure that you are using forward slashes "/" (the one that shares a key with "?"). 5. Finally, make sure your character's name is unique. For the most part, the characters in Final Fantasy have unique names, but if for example you are playing a Cid, you might consider a last initial or title paired with it. Also, your name cannot have a space in it, so "Dr. Cid" should be written "DrCid" or "Dr.Cid." Final Remarks: If you are asked to fix the code, do not take it personally, it is just because the program is very particular and I want everybody to use it properly. Even if fixing it takes 30 seconds, it is a 30 seconds I don't want to waste every tournament, so I just want you to get the format correct for the future. Thanks! |