Ir para conteúdo
  • Cadastre-se

[Modern ACC] Mostrar Life e Mana No Characters


Posts Recomendados

Life and Mana View Modern ACC

12967d1331833495-modern-acc-customize-health-mana-character-view-asdasdaaddas.png

Bom Vamos Começar primeiramente vá até System / application / view

Depois abra o seguinte arquivo View_character.php

Procure:


try {$ created = $ player-> getCreated ();} catch (Exception $ e) {$ created = time () -36000;}

e adicione:

$ hp = ($ player-> getHealth () / $ player-> getHealthMax () * 100);

$ mana = ($ player-> getMana () / $ player-> getManaMax () * 100);

Depois procure:

<td bgcolor="#D4C0A1" width='30%'> Created </ td> <td bgcolor="#D4C0A1"> <? php echo ago ($ created). "|". UNIX_TIMESTAMP ($ created );?> </ td> </ tr>

e adicione:

<td bgcolor="#F1E0C6" width='30%'> Player Health </ td> <td bgcolor="#F1E0C6"> <? php echo $ player-> getHealth ();?> / <? php echo $ player-> getHealthMax ();?> 50%; height: <div> 3px; border: 1px solid #000;"> <div style = "background: red; width: <? PHP miss "". $ hp. "%"?>; height: 3px "> </ td> </ tr>

<td bgcolor="#D4C0A1" width='30%'> Player Mana </ td> <td bgcolor="#D4C0A1"> <? php echo $ player-> getMana ();?> / <? php echo $ player-> getManaMax ();?> 50%; height: <div> 3px; border: 1px solid #000;"> <div style = "background: blue; width: <? PHP miss "". $ mana. "%"?>; height: 3px "> </ td> </ tr>


<td bgcolor="#D4C0A1" width='30%'> Created </ td> <td bgcolor="#D4C0A1"> <? php echo ago ($ created). "|". UNIX_TIMESTAMP ($ created );?> </ td> </ tr>

<td bgcolor="#F1E0C6" width='30%'> Player Health </ td> <td bgcolor="#F1E0C6"> <? php echo $ player-> getHealth ();?> / <? php echo $ player-> getHealthMax ();?> 50%; height: <div> 3px; border: 1px solid #000;"> <div style = "background: red; width: <? PHP miss "". $ hp. "%"?>; height: 3px "> </ td> </ tr>

<td bgcolor="#D4C0A1" width='30%'> Player Mana </ td> <td bgcolor="#D4C0A1"> <? php echo $ player-> getMana ();?> / <? php echo $ player-> getManaMax ();?> 50%; height: <div> 3px; border: 1px solid #000;"> <div style = "background: blue; width: <? PHP miss "". $ mana. "%"?>; height: 3px "> </ td> </ tr>

Espero que gostem!

Creditos pelo tutorial NardoSky

E eu Gustavo Por algumas edições no script!

Link para o post
Compartilhar em outros sites
  • 4 weeks later...

Concerteza muito útil! Obrigado! irei usar no meu modern!

Atenciosamente, Avuenja.

 

 

OTAAC | TIBIA CLIENTS

Link para o post
Compartilhar em outros sites

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.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

  • Conteúdo Similar

    • Por ismaeljunior1991
      e ai pessoal do king , estou aqui mais uma vez com um probleminha que talvez seja simples de resolver porém n tenho conhecimentos em website , meu servidor é mapa global 8.60 uso o site do gessior 2012 , o problema é que quando algum player morre nao mostra no site para quem morreu , nem pra player nem pra monstros do servidor , como configurar pra mostrar as mortes ?
    • Por matheuskessler
      The Following Errors Have Occurred:
      Wrong characters configuration. Try again or contact with admin. ADMIN: Edit file config/config.php and set valid characters to copy names. Character to copy Rook Sample doesn't exist.  
       
      Quando vou criar um char da esse erro.
       
       
      meu config.php
       
      <?PHP # Account Maker Config $config['site']['serverPath'] = "C:\Otzao/";   $config['site']['useServerConfigCache'] = false; $towns_list = array(1 => 'Venore', 2 => 'Thais', 3 => 'Kazordoon', 4 => 'Carlin', 5 => 'Ab Dendriel', 6 => 'Rookgaard', 7 => 'Liberty Bay', 8 => 'Port Hope', 9 => 'Ankrahmun', 10 => 'Darashia', 11 => 'Edron', 12 => 'Svargrond', 13 => 'Yalahar', 14 => 'Farmine', 15 => 'Gray Beach', 16 => 'Roshamuul');   $config['site']['outfit_images_url'] = 'http://outfit-images...me/outfit.php'; $config['site']['item_images_url'] = '/images/items/'; $config['site']['item_images_extension'] = '.gif'; $config['site']['flag_images_url'] = 'http://flag-images.ots.me/'; $config['site']['flag_images_extension'] = '.png';   # Create Account Options $config['site']['one_email'] = true; $config['site']['create_account_verify_mail'] = false; $config['site']['verify_code'] = true; $config['site']['email_days_to_change'] = 3; $config['site']['newaccount_premdays'] = 365; $config['site']['send_register_email'] = false;   # Create Character Options $config['site']['newchar_vocations'] = array(0 => 'Rook Sample'); $config['site']['newchar_towns'] = array(6); $config['site']['max_players_per_account'] = 15;     # Emails Config $config['site']['lost_acc'] = true; # LOST ACC? SIM (TRUE) OU NÃO (FALSE) $config['site']['send_emails'] = false; # ENVIAR EMAILS? SIM (TRUE) OU NÃO (FALSE) $config['site']['mail_address'] = "[email protected]"; # SEU EMAIL (TEM QUE SER GMAIL) $config['site']['smtp_enabled'] = true; # NÃO MUDAR $config['site']['smtp_host'] = "mail.tibiaold.org"; # COLOCAR 'smtp.gmail.com' $config['site']['smtp_port'] = 25; # tenta a 25 mesmo, se não der tenta 465 $config['site']['smtp_auth'] = true; # não mudar $config['site']['smtp_user'] = "[email protected]";  # SEU EMAIL (TEM QUE SER GMAIL) $config['site']['smtp_pass'] = "@ZP?+PF]L@*=";  # sua senha     # PAGE: whoisonline.php $config['site']['private-servlist.com_server_id'] = 1; /* Server id on 'private-servlist.com' to show Players Online Chart (whoisonline.php page), set 0 to disable Chart feature. To use this feature you must register on 'private-servlist.com' and add your server. Format: number, 0 [disable] or higher */   # PAGE: characters.php $config['site']['quests'] = array(); $config['site']['show_skills_info'] = true; $config['site']['show_vip_storage'] = 0;   # PAGE: accountmanagement.php $config['site']['send_mail_when_change_password'] = true; $config['site']['send_mail_when_generate_reckey'] = true; $config['site']['generate_new_reckey'] = false; $config['site']['generate_new_reckey_price'] = 500;   # PAGE: guilds.php $config['site']['guild_need_level'] = 100; $config['site']['guild_need_pacc'] = false; $config['site']['guild_image_size_kb'] = 50; $config['site']['guild_description_chars_limit'] = 2000; $config['site']['guild_description_lines_limit'] = 6; $config['site']['guild_motd_chars_limit'] = 250;   # PAGE: adminpanel.php $config['site']['access_admin_panel'] = 9999;   # PAGE: latestnews.php $config['site']['news_limit'] = 6;   # PAGE: killstatistics.php $config['site']['last_deaths_limit'] = 40;   # PAGE: team.php $config['site']['groups_support'] = array(2, 3, 4, 5, 6);   # PAGE: highscores.php $config['site']['groups_hidden'] = array(2, 3, 4); $config['site']['accounts_hidden'] = array(1);   # PAGE: shopsystem.php $config['site']['shop_system'] = true;   # PAGE: lostaccount.php $config['site']['email_lai_sec_interval'] = 180;   # Layout Config $config['site']['layout'] = 'tibiacom'; $config['site']['vdarkborder'] = '#505050'; $config['site']['darkborder'] = '#D4C0A1'; $config['site']['lightborder'] = '#F1E0C6'; $config['site']['download_page'] = false; $config['site']['serverinfo_page'] = true;
    • Por BrunoNY
      Ola, beleza pessoal?
      Então Estou criando um server, so que porem existe um erro no meu site que
      estou a um tempão querendo conserta-lo e não estou conseguindo.
      Então resolvi por meio deste forum divulgar-lo, a espera de uma ajuda.
      Bom, Quando eu clico no Characters na barra do meu menu.



      Depois que clico ele me lança nessa pagina( Characters.php )



      Legal ate aqui ele esta funcionando, continuando escrevo nome de um player (ex:Bruno)
      Bom aparentimente aparenta estar tudo certo, so que vem o grande problema. Ele não corresponde.
      Então pessoal esse erro não esta me deixando dormi, haha. Espero que alguem possa me ajudar pois realmente esta dificil continuar com esse Erro.

      Quem me ajudar vou estar dando em troca um REP ++
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo