Postado Agosto 29, 2014 10 anos Galera preciso de um script assim: no primeiro login em jogo após ter criado o personagem no site paladinos ao logar ganham 100 de distance e 60 de shield, mages ganham 80 de ml , knights ganham 75 de axe e 75 de shield. lembrando é tfs 1.0 por sources em linux. ESSE É MEU CREATE CHARACTER DO SITE SE PODER FAZER QUE NA CRIAÇÃO DO PERSONAGEM NO SITE JÁ GANHE OS SKILLS QUE MENCIONEI ACIMA TAMBÉM IRÁ ME AJUDAR. // ---------------- \\ // Create Character \\ // ---------------- \\ // Max characters on each account: $config['max_characters'] = 7; // Available character vocation users can create. $config['available_vocations'] = array(1, 2, 3, 4); // Available towns (specify town ids, etc: (0, 1, 2); to display 3 town options (town id 0, 1 and 2). $config['available_towns'] = array(1); $config['level'] = 8; $config['health'] = 185; $config['mana'] = 40; $config['cap'] = 435; $config['soul'] = 100; $config['maleOutfitId'] = 128; $config['femaleOutfitId'] = 138; // No vocation info (if user select vocation id 0, we force thees configurations on him $config['nvlevel'] = 1; $config['nvHealth'] = 150; $config['nvMana'] = 5; $config['nvCap'] = 1000; $config['nvSoul'] = 100; $config['nvForceTown'] = 0; // Force a town to no vocation even though he selected something else? 0 = no, 1 = yes. $config['nvTown'] = 0; // Town id to force no vocations to get to, if nvForceTown is 1. // Minimum allowed character name letters. Etc 4 letters: "Kåre". $config['minL'] = 4; // Maximum allowed character name letters. Etc 20 letters: "Bobkåreolesofiesberg" $config['maxL'] = 20; // Maximum allowed character name words. Etc 2 words = "Bob Kåre", 3 words: "Bob Arne Kåre" as max char name words. $config['maxW'] = 2; Editado Agosto 29, 2014 10 anos por buloks (veja o histórico de edições) Venha jogar o melhor servidor de PVP da atualidade WAR-SERVER.ORG
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.