Ir para conteúdo

julhinhuu

Visconde
  • Total de itens

    352
  • Registro em

  • Última visita

  • Dias Ganhos

    2

Tudo que julhinhuu postou

  1. [URL=https://adult.casualdate.live] Looking for a No-Strings Attached Encounter in Your Town [/URL]
  2. [URL=https://datingnow.site]Search Sexy Womans from your city for night[/URL]
  3. julhinhuu

    Interface Uis

    [URL=https://datingnow.site]Sexy Womans from your city[/URL]
  4. [URL=https://matchnow.info]Pretty Girls from your city for night[/URL]
  5. [URL=https://matchnow.info]Find Prettys Girls in your city for night[/URL]
  6. [URL=https://datingnow.site]Search Girls from your town for night[/URL]
  7. https://t.me/pump_upp - best crypto pumps on telegram Make 1000% and more within 1 day, join channel @pump_upp !
  8. Irei dar uma estudada, breve postarei alguma coisa para você vê como que está ficando ou até mesmo como ficou Obrigado novamente.
  9. Está bem, obrigado . . . estarei me aprimorando no quesito mapper. Espero que na próxima fique melhor. kkk
  10. julhinhuu

    [Mapper] - Evento Zumbie

    Olá galera do Xtibia, estou começando a mapear e gostaria da opniões de vocês. Enfim fiz um mapa e gostaria de criticas e elogios. Evento Zumbie.rar Screenshoots: Screenshoots 2: Evento Zumbie.rar
  11. Sim existe, eu a adicionei. DROP TABLE IF EXISTS `z_spells`;CREATE TABLE IF NOT EXISTS `z_spells` ( `name` varchar(255) NOT NULL, `spell` varchar(255) NOT NULL, `spell_type` varchar(255) NOT NULL, `mana` int(11) NOT NULL DEFAULT '0', `lvl` int(11) NOT NULL DEFAULT '0', `mlvl` int(11) NOT NULL DEFAULT '0', `soul` int(11) NOT NULL DEFAULT '0', `pacc` varchar(255) NOT NULL, `vocations` varchar(255) NOT NULL, `conj_count` int(11) NOT NULL DEFAULT '0', `hide_spell` int(11) NOT NULL DEFAULT '0') ENGINE=InnoDB DEFAULT CHARSET=latin1;
  12. Não estou lembrado mais é a do @alissonfgp versão do servidor é 10.10
  13. Concertei, obrigado. Pode fechar o tópico, era apenas um erro simples. Desculpa incomodar a todos com uma falta de atenção minha. <3
  14. Boa noite pessoal <3 Gostaria que vocês me ajudassem em um erro, o script funciona apenas da erro no Executável. Erro: Script: function onThink() if (tonumber(os.date("%d")) ~= getGlobalStorageValue(23456)) then setGlobalStorageValue(23456, (tonumber(os.date("%d")))) db.executeQuery("UPDATE `players` SET `onlinetime7`=`onlinetime6`, `onlinetime6`=`onlinetime5`, `onlinetime5`=`onlinetime4`, `onlinetime4`=`onlinetime3`, `onlinetime3`=`onlinetime2`, `onlinetime2`=`onlinetime1`, `onlinetime1`=`onlinetimetoday`, `onlinetimetoday`=0;") db.executeQuery("UPDATE `players` SET `exphist7`=`exphist6`, `exphist6`=`exphist5`, `exphist5`=`exphist4`, `exphist4`=`exphist3`, `exphist3`=`exphist2`, `exphist2`=`exphist1`, `exphist1`=`experience`-`exphist_lastexp`, `exphist_lastexp`=`experience`;") end db.executeQuery("UPDATE `players` SET `onlinetimetoday`=`onlinetimetoday`+60, `onlinetimeall`=`onlinetimeall`+60 WHERE `online` = 1;")end Obrigado desde já!
  15. Olá galera boa noite, Vou tentar me expressar bem neste pedido. É o seguinte, gostaria de um script que aumentasse o reset do personagem por tempo online. O jogador ficaria 3 horas online e automaticamente o script daria 1 reset avisando assim ao jogador em jogo. Exemplo: Seu reset foi aumentado de 0 para 1 e assim sucessivamente. Creio que ficou de fácil entendimento. Requisitos: Function getPlayerResets TFS 1.x v10.90 Caso alguém tenha uma base de como eu poderia fazer isso me fale que posso tentar fazer. Obrigado desde já.
  16. Olá meu povo, boa noite. Vim lhes pedir para me ajudar a resolver um pequeno problema para quem entende rs' Meu spells.php esta dando um erro: Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\pages\spells.php on line 20 Aqui está meu PHP: <?PHP $allowed_order_by = array('name', 'spell', 'spell_type', 'mana', 'lvl', 'mlvl', 'soul'); $vocation_id = $_REQUEST['vocation_id']; $order = $_REQUEST['order']; if(in_array($order, $allowed_order_by)) $orderby = $order; else $orderby = 'name'; $spells = $SQL->query('SELECT * FROM z_spells WHERE hide_spell != 1 ORDER BY '.$orderby.', lvl'); $main_content .= '<FORM ACTION="?subtopic=spells" METHOD=post> <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%> <TR BGCOLOR='.$config['site']['vdarkborder'].'><TD CLASS=white><B>Spell Search</B></TD></TR> <TR BGCOLOR='.$config['site']['darkborder'].'><TD>Only for vocation: <SELECT NAME="vocation_id">'; $main_content .= '<OPTION VALUE="a:a" '; if('a:a' == $vocation_id) $main_content .= 'SELECTED'; $main_content .= '>All'; foreach($vocation_name[0] as $prom => $arr) foreach($arr as $voc_id => $voc_name) { $main_content .= '<OPTION VALUE="'.$prom.';'.$voc_id.'"'; if($prom.';'.$voc_id == $vocation_id && $vocation_id != "a:a" && $vocation_id != '') $main_content .= ' SELECTED'; $main_content .= '/>'.$voc_name; } $main_content .= '</SELECT><input type="hidden" name="order" value="'.$orderby.'"> <INPUT TYPE=image NAME="Submit" ALT="Submit" SRC="'.$layout_name.'/images/buttons/sbutton_submit.gif" BORDER=0 WIDTH=120 HEIGHT=18></TD><TR> </TABLE></FORM>'; $main_content .= '<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%><TR BGCOLOR='.$config['site']['vdarkborder'].'><TD CLASS=white><B><a href="?subtopic=spells&vocation_id='.$vocation_id.'&order=name"><font CLASS=white>Name</a></B></TD><TD CLASS=white><B><a href="?subtopic=spells&vocation_id='.$vocation_id.'&order=spell"><font CLASS=white>Sentence</a></B></TD><TD CLASS=white><B><a href="?subtopic=spells&vocation_id='.$vocation_id.'&order=spell_type"><font CLASS=white>Type<br/>(count)</a></B></TD><TD CLASS=white><B><a href="?subtopic=spells&vocation_id='.$vocation_id.'&order=mana"><font CLASS=white>Mana</a></B></TD><TD CLASS=white><B><a href="?subtopic=spells&vocation_id='.$vocation_id.'&order=lvl"><font CLASS=white>Exp.<br/>Level</a></B></TD><TD CLASS=white><B><a href="?subtopic=spells&vocation_id='.$vocation_id.'&order=mlvl"><font CLASS=white>Magic<br/>Level</a></B></TD><TD CLASS=white><B><a href="?subtopic=spells&vocation_id='.$vocation_id.'&order=soul"><font CLASS=white>Soul</a></B></TD><TD CLASS=white><B>PACC</B></TD><TD CLASS=white><B>For<br/>Vocations:</B></TD></TR>'; if($vocation_id != 'a:a' && $vocation_id != '') { foreach($vocation_name[0] as $prom => $arr) foreach($arr as $voc_id => $voc_name) if($prom.';'.$voc_id == $vocation_id) $voc_n = $voc_name; foreach($spells as $spell) { $spell_vocations = explode(",", $spell['vocations']); if(in_array($vocation_id, $spell_vocations) || empty($spell['vocations'])) { if(is_int($number_of_rows / 2)) { $bgcolor = $config['site']['lightborder']; } else { $bgcolor = $config['site']['darkborder']; } $number_of_rows++; $main_content .= '<TR BGCOLOR="'.$bgcolor.'"><TD>'.$spell['name'].'</TD><TD>'.$spell['spell'].'</TD>'; if($spell['spell_type'] == 'conjure') $main_content .= '<TD>'.$spell['spell_type'].'('.$spell['conj_count'].')</TD>'; else $main_content .= '<TD>'.$spell['spell_type'].'</TD>'; $main_content .= '<TD>'.$spell['mana'].'</TD><TD>'.$spell['lvl'].'</TD><TD>'.$spell['mlvl'].'</TD><TD>'.$spell['soul'].'</TD><TD>'.$spell['pacc'].'</TD><TD>'.$voc_n.'</TD></TR>'; } } } else { foreach($spells as $spell) { $spell_vocations = explode(",", $spell['vocations']); $showed_vocations = 0; $vocs = ''; foreach($spell_vocations as $voc) { $voc_info = explode(";", $voc); if(!empty($vocation_name[0][$voc_info[0]][$voc_info[1]])) { $vocs .= $vocation_name[0][$voc_info[0]][$voc_info[1]]; if($showed_vocations != count($spell_vocations)) $vocs .= '<br/>'; } } if(is_int($number_of_rows / 2)) { $bgcolor = $config['site']['lightborder']; } else { $bgcolor = $config['site']['darkborder']; } $number_of_rows++; $main_content .= '<TR BGCOLOR="'.$bgcolor.'"><TD>'.$spell['name'].'</TD><TD>'.$spell['spell'].'</TD>'; if($spell['spell_type'] == 'conjure') $main_content .= '<TD>'.$spell['spell_type'].'('.$spell['conj_count'].')</TD>'; else $main_content .= '<TD>'.$spell['spell_type'].'</TD>'; $main_content .= '<TD>'.$spell['mana'].'</TD><TD>'.$spell['lvl'].'</TD><TD>'.$spell['mlvl'].'</TD><TD>'.$spell['soul'].'</TD><TD>'.$spell['pacc'].'</TD><TD><font size="1">'.$vocs.'</font></TD></TR>'; } } $main_content .= '</TABLE>'; ?> Espero que me ajudem, obrigado desde já.
  17. Nossa mano, darei uma recompensa para você tomar um breja. kkk
  18. Olá galera, tranquilo? Hoje vim lhes fazer um pedido creio que bastante simples 'para quem saber fazer'. Seguinte: 1 - Neste creature, gostaria que aumentasse 1 premium point para cada jogador que tenha 4 horas online em jogo. 2 - Após a premiação do premium point as horas zerassem novamente para recomeçar a contagem. TFS 1x v.10.90 A tabela da database que está armazenada o premium_points é em 'players'. É isso! Agradeço desde já para quem me ajudar com esse pedido.
  19. consegui colocar o botão do mercadoPago, porem não faz nenhum efeito
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...