Ir para conteúdo

Strung

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Curtir
    Strung recebeu reputação de assisdjj em Escudo da guild   
    Bom quero saber se é possível quando um player criar uma guild, assim que ele relogar ganhar o escudo verde "aquele da guild War", pois evitaria de players ta criando makeres para ta invitando War para saber quem é da guild.
     
    Vi esse sistema no megastyller.com, se não entenderam pesso que entrem no servidor e olhem, basta cria uma guild e automaticamente já ganha o escudo verde, todos os membros da guild tbm, assim eles sabem quem é da guild.
  2. Curtir
    Strung recebeu reputação de Eduardo1534 em Escudo da guild   
    Bom quero saber se é possível quando um player criar uma guild, assim que ele relogar ganhar o escudo verde "aquele da guild War", pois evitaria de players ta criando makeres para ta invitando War para saber quem é da guild.
     
    Vi esse sistema no megastyller.com, se não entenderam pesso que entrem no servidor e olhem, basta cria uma guild e automaticamente já ganha o escudo verde, todos os membros da guild tbm, assim eles sabem quem é da guild.
  3. Obrigado
    Strung deu reputação a marcot em Ajuda Please (TP com alavanca)   
    @Strung, aqui está.
    local config = { uniqueID = 5000, -- Unique ID da alavanca playerA_pos = {x = 396, y = 1746, z = 9, stackpos=253}, -- Posicao do "Player A" que sera puxado playerA_posDestino = {x = 398, y = 1746, z = 9, stackpos=253}, -- Posicao para a qual player A sera transportado item = {ID = 6500, count = 40} } local errorMsg = { sqm = "Fique no SQM indicado.", noItem = "Voce nao possui os itens necessarios." } function onUse(cid, item, frompos, item2, topos) if item.uid == config.uniqueID and item.itemid == 1945 then player = getThingfromPos(config.playerA_pos) if player.itemid > 0 then if doPlayerRemoveItem(cid, config.item.ID, config.item.count) == TRUE then doSendMagicEffect(config.playerA_pos, 2) doTeleportThing(player.uid, config.playerA_posDestino) doSendMagicEffect(config.playerA_posDestino, 2) else doPlayerSendTextMessage (cid, 22, errorMsg.noItem) end else doPlayerSendTextMessage (cid, 22, errorMsg.sqm) end doTransformItem(item.uid, item.itemid + 1) else doTransformItem(item.uid,item.itemid-1) end return TRUE end
  4. Gostei
    Strung recebeu reputação de Miragem em Ajuda com OTPANEL   
    Bom eu uso a otpanel e recomendo, o que deixa a desejar é o suporte por ticket, mas se você quiser uma ajuda pra compilar seu servidor me manda uma pm aqui.
  5. Gostei
    Strung deu reputação a Rusherzin em (Resolvido)Erro Movements   
    local pos = {x = 32581, y = 31487, z = 9} local stor = 23901 function onStepIn(cid, item, position, fromPosition) if getPlayerStorageValue(cid, stor) <=0 then doTeleportThing(cid, fromPosition) doPlayerSendCancel(cid, "You need access to pass on this teleport.") else doTeleportThing(cid, pos) doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE) end return true end  
  6. Gostei
    Strung deu reputação a Rusherzin em Erro Shop Gesior   
    É, não tem a parte de categorias. Bota isso aqui dentro do config.php só para ver se funciona, depois tu edita as categorias como quiser.
     
    $config['site']['shop_categories'] = array( "Sorcerer e Druid" => array("id" => 1, "description" => "Itens vips para Sorcerer e Druid.", "new" => 0, "enabled" => true), "Knight" => array("id" => 2, "description" => "Itens vips para Knight.","new" => 0, "enabled" => true), "Paladin" => array("id" => 3, "description" => "Itens vips para Paladin.","new" => 0, "enabled" => true), "Addons e Mounts" => array("id" => 4, "description" => "Addons e Mountarias","new" => 0, "enabled" => true), "UpgradeRunes" => array("id" => 5, "description" => "Melhore seus itens com as runes de upgrades.","new" => 0, "enabled" => true), "Vip Days e Extras" => array("id" => 6, "description" => "Vips days e Extras.","new" => 0, "enabled" => true));  
  7. Gostei
    Strung deu reputação a Rusherzin em Erro Shop Gesior   
    <?php # Account Maker Config $config['site']['serverPath'] = "C:\Users\Andre\Desktop\otserver/"; $config['site']['useServerConfigCache'] = false; $config['site']['worlds'] = array(0 => 'FortitWar'); $towns_list[0] = array(1 => 'Venore'); $config['site']['outfit_images_url'] = '/outfit.php'; $config['site']['item_images_url'] = 'http://item-images.ots.me/960/'; $config['site']['item_images_extension'] = '.gif'; $config['site']['flag_images_url'] = 'http://flag-images.ots.me/'; $config['site']['flag_images_extension'] = '.png'; $config['site']['players_group_id_block'] = 3; $config['site']['limitDeath'] = 5; $config['site']['levelVideo'] = 150; # PAGE: donate.php $config['site']['usePagseguro'] = true; //true show / false hide $config['site']['usePaypal'] = false; //true show / false hide $config['site']['useDeposit'] = true; //true show / false hide $config['site']['useZaypay'] = false; //true show / false hide $config['site']['useContenidopago'] = false; //true show / false hide $config['site']['useOnebip'] = false; //true show / false hide # Pagseguro config By IVENSPONTES $config['pagSeguro']['email'] = "[email protected]"; //Email Pagseguro $config['pagSeguro']['token'] = "B462B6CE61784785B9BE5929716ADDB9"; // TOKEN $config['pagSeguro']['urlRedirect'] = 'http://tibia.com/?subtopic=donate&action=final'; //turn off redirect and notifications in pagseguro.com.br $config['pagSeguro']['urlNotification'] = 'http://tibia.com/retpagseguro.php'; //your return location $config['pagSeguro']['productName'] = 'Premium Points'; $config['pagSeguro']['productValue'] = 1.00; // 1.50 = R$ 1,50 etc... $config['pagSeguro']['doublePoints'] = false; ## Double points - true is on / false is off $config['pagSeguro']['host'] = 'localhost'; ## YOUR HOST $config['pagSeguro']['database'] = 'baiak860'; ## DATABASE $config['pagSeguro']['databaseUser'] = 'root'; ## USER $config['pagSeguro']['databasePass'] = 'notile'; ## PASSWORD # Create Account Options $config['site']['one_email'] = false; $config['site']['create_account_verify_mail'] = false; $config['site']['verify_code'] = true; $config['site']['email_days_to_change'] = 3; $config['site']['newaccount_premdays'] = 0; $config['site']['send_register_email'] = false; # Create Character Options $config['site']['newchar_vocations'][0] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample'); $config['site']['newchar_towns'][0] = array(1); $config['site']['max_players_per_account'] = 15; # Emails Config $config['site']['send_emails'] = true; $config['site']['mail_address'] = "[email protected]"; $config['site']['smtp_enabled'] = true; $config['site']['smtp_host'] = "smtp.xxxxx.com.br"; $config['site']['smtp_port'] = 587; $config['site']['smtp_auth'] = true; $config['site']['smtp_user'] = "[email protected]"; $config['site']['smtp_pass'] = "xxx"; # 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('Annihilator' => 5000,'Demon Helmet' => 2645,'Pits of Inferno' => 5550); $config['site']['show_skills_info'] = true; $config['site']['show_vip_storage'] = 1; # PAGE: accountmanagement.php $config['site']['send_mail_when_change_password'] = true; $config['site']['send_mail_when_generate_reckey'] = true; $config['site']['generate_new_reckey'] = true; $config['site']['generate_new_reckey_price'] = 500; # PAGE: guilds.php $config['site']['guild_need_level'] = 8; $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'] = 3; $config['site']['access_tickers'] = 3; $config['site']['access_admin_painel'] = 3; $config['site']['access_staff_painel'] = 3; # 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, 7); # PAGE: highscores.php $config['site']['groups_hidden'] = array(4, 5, 6); $config['site']['accounts_hidden'] = array(1); # PAGE: shopsystem.php $config['site']['shop_system'] = true; $config['site']['shopguild_system'] = true; # PAGE: lostaccount.php $config['site']['email_lai_sec_interval'] = 180; # Layout Config $config['site']['layout'] = 'tibiarl'; $config['site']['vdarkborder'] = '#505050'; $config['site']['darkborder'] = '#D4C0A1'; $config['site']['lightborder'] = '#F1E0C6'; $config['site']['download_page'] = false; $config['site']['serverinfo_page'] = true; $config['site']['shop_categories'] = array( "Sorcerer e Druid" => array("id" => 1, "description" => "Itens vips para Sorcerer e Druid.", "new" => 0, "enabled" => true), "Knight" => array("id" => 2, "description" => "Itens vips para Knight.","new" => 0, "enabled" => true), "Paladin" => array("id" => 3, "description" => "Itens vips para Paladin.","new" => 0, "enabled" => true), "Addons e Mounts" => array("id" => 4, "description" => "Addons e Mountarias","new" => 0, "enabled" => true), "UpgradeRunes" => array("id" => 5, "description" => "Melhore seus itens com as runes de upgrades.","new" => 0, "enabled" => true), "Vip Days e Extras" => array("id" => 6, "description" => "Vips days e Extras.","new" => 0, "enabled" => true)); ?>  
  8. Gostei
    Strung deu reputação a Rusherzin em Erro Shop Gesior   
    Entendi, esse gesior parece estar com alguns bugs, não sei como resolver.
  9. Gostei
    Strung deu reputação a Sekk em Script não funciona no tfs 0.4   
    desculpa cara, n sei oq fazer
  10. Gostei
    Strung deu reputação a WooX em (Resolvido)Background Não preenche toda a tela   
    CSS talvez, posta seu basic_d.css
  11. Gostei
    Strung deu reputação a WooX em (Resolvido)Background Não preenche toda a tela   
    A onde está:
     
     
    Mude para:
     
     
  12. Gostei
    Strung deu reputação a WooX em (Resolvido)Addons Bonus   
    Haha, a pagina é minha, provavelmente a encontrou no site do meu servidor. Como não há nada de importante nela, não vejo porque não te ajudar com isso. Aqui está.
     
     
     
     
    addons.php
  13. Gostei
    Strung deu reputação a Absolute em DESIGN - FAÇA SEU PEDIDO   
    Pessoal, eu vou fazer pra vocês sim, eu só preciso de um tempinho, estou muito atarefado com o tcc da faculdade.
    Mas assim que sobrar vou pegar pra fazer todos aqui.
  14. Gostei
    Strung deu reputação a Sekk em (Resolvido)Não reconhecer do group 4+   
    No lugar da linha do IF coloca isso:
    if (getPlayerLevel(cid) < 130 and getPlayerGroupId(cid) < 4) then
     
    To fora de casa, se vc n entendeu eu explico dps
  15. Gostei
    Strung deu reputação a Sekk em (Resolvido)[Site] Erro ao Comprar item no shop   
    O negocio da guild, vai em config.php e procura isso
    $config['site']['guild_need_pacc'] = 1; // guild need pacc 0 / 1 e troca por
    $config['site']['guild_need_pacc'] = 0; // guild need pacc 0 / 1  
    O do cast vou ter q dar uma olhada depois, a nao ser que alguem resolva antes.
     
    O do demon faz o seguinte:
     
    Vá em:
    C:\xampp\htdocs\layouts\tibiacom e procure o arquivo layout_config.ini e abra.
     
    Na linha 'logo_monster' vc edita qual monstro vc quer que apareça(a imagem deve ser .gif e deve estar em htdocs/images/monsters), pode ser um gif aleatório q vc queira, mas coloque na pasta monsters pra não precisar alterar mais nenhum arquivo
  16. Gostei
    Strung deu reputação a Sekk em (Resolvido)[Site] Erro ao Comprar item no shop   
    Tenho a query que eu uso no meu server, mas acho melhor você checar cada coluna dessa query, por exemplo resets, cast etc... Checa os valores, e se as colunas existem na sua tabela players.
     
    E antes de exxecutá-las, verifique se o id da account estão sendo inseridos os players existe.
    INSERT INTO `players` (`id`, `name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `skull`, `skulltime`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `balance`, `stamina`, `direction`, `loss_experience`, `loss_mana`, `loss_skills`, `loss_containers`, `loss_items`, `premend`, `online`, `marriage`, `promotion`, `deleted`, `description`, `cast`, `castViewers`, `castDescription`, `auction_balance`, `resets`) VALUES (1, 'Account Manager', 0, 1, 1, 8, 0, 150, 150, 4200, 0, 0, 0, 0, 302, 3, 4, 150, 150, 0, 100, 1, 10157, 10053, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0), (4, 'Rook Sample', 0, 1, 2, 8, 0, 150, 150, 4200, 0, 0, 0, 0, 110, 0, 4, 150, 150, 0, 100, 1, 10157, 10053, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0), (5, 'Sorcerer Sample', 0, 1, 2, 8, 1, 150, 150, 4200, 0, 0, 0, 0, 110, 0, 4, 150, 150, 0, 100, 1, 10157, 10053, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0), (6, 'Druid Sample', 0, 1, 2, 8, 2, 150, 150, 4200, 0, 0, 0, 0, 110, 0, 4, 150, 150, 0, 100, 1, 10157, 10053, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0), (7, 'Paladin Sample', 0, 1, 2, 8, 3, 150, 150, 4200, 0, 0, 0, 0, 110, 0, 4, 150, 150, 0, 100, 1, 10157, 10053, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0), (8, 'Knight Sample', 0, 1, 2, 8, 4, 150, 150, 4200, 0, 0, 0, 0, 110, 0, 4, 150, 150, 0, 100, 1, 10157, 10053, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '', 0, 0, '', 0, 0);  
  17. Gostei
    Strung deu reputação a Sekk em (Resolvido)[Site] Erro ao Comprar item no shop   
    Tenta usar esse shop.lua no server
     
    <globalevent name="shop" interval="4000" script="shop.lua"/>  

Informação Importante

Confirmação de Termo