Well, for everyone who haves issues when entring Team Builder, here's a guide. Thank you very much Crystal for providing me a team. PHP: <Team version="1" gen="" defaultTier=""> <Trainer loseMsg="" avatar="" winMsg="" infoMsg="">[B]INSERT NAME HERE[/B]</Trainer> In Team Tag Team version: Well, here just put 1. gen: Put the team generation, for example 1,2,3,4 or 5 defaultTier: Your tier, OU, UU, NU (Complete, OverUsed) In Trainer Tag loseMsg: The message that appears when you lose. avatar: The avatar number, for more reference please check in Pokémon Online Avatars. winMsg: The message that appears when you win. infoMsg: Your description. INSERT NAME HERE: Put your nick, for example "Latios". Without the "". When we're done, we should have something like this: PHP: <Team version="1" gen="5" defaultTier="OverUsed"> <Trainer loseMsg="Omg, i lost." avatar="211" winMsg="Haha, I won!" infoMsg="I'm Latios, a very good guy.">Latios</Trainer> Now we're going with team part: (Which is more complicated) Let's take this part as example: PHP: <Pokemon Item="" Ability="" Num="" Nature="" Shiny="" Nickname="" Forme="" Happiness="" Lvl="" Gender=""> <Move></Move> <Move></Move> <Move></Move> <Move></Move> <DV></DV> <DV></DV> <DV></DV> <DV></DV> <DV></DV> <DV></DV> <EV></EV> <EV></EV> <EV></EV> <EV></EV> <EV></EV> <EV></EV> </Pokemon> Pokemon Item: Here goes the number of the item. Ability: Here the number of the Ability. Num: Here goes the Pokémon Number. Nature: The Pokémon Nature. Shiny: 1 = Shiny | 0 = Normal Nickname: The nick name of the Pokémon. Forme: If it's a Pokémon like Deoxys, Shaymin, Rotom, etc. You can set the Forme here. Happiness: The Pokémon Happiness. Lvl: The Pokémon Level (1 to 100) Gender: 1 = Male | 2 = Female Move:: The move, 1, 2, 3, 4. When we're done we should have something like this: PHP: <Pokemon Item="6" Ability="70" Num="38" Nature="15" Shiny="0" Nickname="Ninetales" Forme="0" Happiness="0" Lvl="100" Gender="2"> <Move>126</Move> <Move>76</Move> <Move>237</Move> <Move>473</Move> <DV>31</DV> <DV>31</DV> <DV>31</DV> <DV>31</DV> <DV>31</DV> <DV>30</DV> <EV>4</EV> <EV>0</EV> <EV>0</EV> <EV>252</EV> <EV>0</EV> <EV>252</EV> </Pokemon> (You have to do this with every Pokémon) I'm going to update when Coyo tell me more things.
sorry im not that bright with computers. i don't know how to get on the php code, and i can't even get on the team builder. can i get some help?
@lvfkxldktm: You just need someone to provide you a Team to edit it. By left clicking it and click "Edit with..." @props54: What you mean?
You can find that yourself, go to the folder where PO was installed like: C:\Users\[user]\Pokemon Online\db\moves Open moves.txt - that is the list. Starting with 1 for Pound (the blank line is 0). If you want to look up a move quickly, then you could open the file in a text editor that shows you line numbers. Then you'd subtract one from the line that you're on. So Rock Blast is on line 351, subtract one and that makes it Move 350.