Ir para conteúdo

HeberPcL

Membro
  • Registro em

  • Última visita

Tudo que HeberPcL postou

  1. HeberPcL postou uma resposta no tópico em Suporte Tibia OTServer
    Download do TeamWarOT Liberado.
  2. @Obelivion Codigo do TeamWar está liberado. Segue o link, espero que te ajude.
  3. TeamWarOT HardCore 8.6 - Team vs Team Fala galera, hoje estou abrindo o codigo de um projeto antigo. Algo que fiz a muito tempo. Espero ajudar a comunidade e também reviver esse estilo de servidor. Foi desenvolvido utilizando MODs, logo todo o servidor encontra-se em 3 arquivos. Database Working with SQLite and MySQL Default account admin/252525 in SQLite Operacional System Windows or Linux (Ubuntu, Debian, CentOS) Features Map X-Dreams with 5 citys (Carlin, Venore, Edron, Fibula and Thais) Auto Map Change Auto Re-Balanceamento de Teams Auto Mensagens Anti MC Gain Gold Coins on Kill Gain Experience on Kill Skull System 100 frags = Yellow Skull 200 frags = Green Skull 300 frags = White Skull 400 frags = Red Skull 500 frags = Black Skull First Skills First Items Logout Protection for First Skills Death Broadcast Best Killers Broadcast Frags onLook Configurations All configurations in config, very easy! Commands !map !maps !frags !online !rank !top !comandos Functions List Others Functions map_change(id) isInPosition(pos, area) getSmallestTeam() getTimeMap(s) mostraTempo(cid) playerKickMC(cid) equilibrar() getCurrentPlayers() getCurrentAccounts() Mods mods/ TeamWar HardCore [War].xml mods/ First Skills [War].xml mods/ First Items [War].xml Download TeamWarOT - 22-08-2020.zip Github: HeberPcL/TeamWarOT (https://github.com/HeberPcL/TeamWarOT) Mega: 6.54 MB file on MEGA (https://mega.nz/file/6gZgwABa#0O2FN3XGPv7VJ6OssbN01VuPak2EQTuzlxGHPQ1Fwbs)
  4. HeberPcL postou uma resposta no tópico em Ferramentas OpenTibia
    Vlww brow
  5. Poste o script do ShopAdmin.php Abraço
  6. Hello, remaker script for tfs 1.x. talkactions.xml <talkaction words="!ownbp" script="ownbp.lua"/> ownbp.lua local config = { cost = 1000, -- Cost (GP) ownTime = 24 * 60 * 60 * 1000, -- Time (24 horas) backpackId = 2000 } function onSay(player, words, param) local playerID = player:getGuid() local owner = (playerID + 100) local ownerName = player:getName() local function noOwner(o) o:removeAttribute(ITEM_ATTRIBUTE_DESCRIPTION) o:setActionId(0) end if (player:removeMoney(config.cost) == true) then local backpack = doPlayerAddItem(player:getId(), config.backpackId, 1) if (backpack ~= nil) then doSetItemSpecialDescription(backpack, ownerName..' owns this container.') doSetItemActionId(backpack, owner) addEvent(noOwner, 1000 * config.ownTime, backpack) end else doPlayerSendCancel(cid, "You do not have the amount of GP ("..config.cost..").") end end actions.xml <action itemid="2000" script="ownbp.lua"/> ownbp.lua function onUse(cid, item, fromPosition, target, toPosition, isHotkey) local playerID = cid:getGuid() -- getPlayerGUID(cid) local owner = (item.actionid - 100) if (owner > 0) then if (owner ~= playerID) then doPlayerSendCancel(cid, "You aren\'t owner of this container.") return TRUE end end end
  7. HeberPcL postou uma resposta no tópico em Websites
    Muito bom! Vlww
  8. HeberPcL postou uma resposta no tópico em ElfBot NG
    Muito bom, uso e recomendo!
  9. HeberPcL postou uma resposta no tópico em Portal
    @Matheus Talvez um MOD do IP.Board resolva, onde novos usuários precisem passar por verificação CAPCHAR para fazer alguma postagem..
  10. Aparece algum erro ?
  11. Tenta esse, não está configurado do jeito que vc pediu. Mas já ti ajuda a entender como configurar. Abraço <?xml version="1.0"?> <outfits> <outfit id="1"> <list gender="0" lookType="136" name="Citizen"> <attribute speed="5"/> <stats maxHealth="100"/> </list> <list gender="1" lookType="128" name="Citizen"> <attribute speed="5"/> <stats maxHealth="100"/> </list> </outfit> <outfit id="2"> <list gender="0" lookType="137" name="Hunter"> <skills dist="3"/> </list> <list gender="1" lookType="129" name="Hunter"> <skills dist="3"/> </list> </outfit> <outfit id="3"> <list gender="0" lookType="138" name="Mage"> <stats magLevel="2"/> <stats maxMana="200"/> </list> <list gender="1" lookType="130" name="Mage"> <stats magLevel="2"/> <stats maxMana="200"/> </list> </outfit> <outfit id="4"> <list gender="0" lookType="139" name="Knight"> <skills sword="3"/> </list> <list gender="1" lookType="131" name="Knight"> <skills sword="3"/> </list> </outfit> <outfit id="5" premium="yes"> <list gender="0" lookType="140" name="Noblewoman"> <skills club="3"/> </list> <list gender="1" lookType="132" name="Nobleman"> <skills club="3"/> </list> </outfit> <outfit id="6" premium="yes"> <list gender="0" lookType="141" name="Summoner"> <stats magLevel="2"/> <stats maxMana="100"/> </list> <list gender="1" lookType="133" name="Summoner"> <stats magLevel="2"/> <stats maxMana="100"/> </list> </outfit> <outfit id="7" premium="yes"> <list gender="0" lookType="142" name="Warrior"> <skills sword="3"/> </list> <list gender="1" lookType="134" name="Warrior"> <skills sword="3"/> </list> </outfit> <outfit id="8" premium="yes"> <list gender="0" lookType="147" name="Barbarian"> <skills axe="3"/> </list> <list gender="1" lookType="143" name="Barbarian"> <skills axe="3"/> </list> </outfit> <outfit id="9" premium="yes"> <list gender="0" lookType="148" name="Druid"> <stats magLevel="2"/> </list> <list gender="1" lookType="144" name="Druid"> <stats magLevel="2"/> </list> </outfit> <outfit id="10" premium="yes"> <list gender="0" lookType="149" name="Wizard"> <stats magLevel="1"/> <stats maxMana="100"/> </list> <list gender="1" lookType="145" name="Wizard"> <stats magLevel="1"/> <stats maxMana="100"/> </list> </outfit> <outfit id="11" premium="yes"> <list gender="0" lookType="150" name="Oriental"> <attribute speed="5"/> <stats maxHealth="200"/> <stats maxMana="200"/> </list> <list gender="1" lookType="146" name="Oriental"> <attribute speed="5"/> <stats maxHealth="200"/> <stats maxMana="200"/> </list> </outfit> <outfit id="12" premium="yes"> <list gender="0" lookType="155" name="Pirate"> <stats maxHealth="100"/> <skills club="3"/> </list> <list gender="1" lookType="151" name="Pirate"> <stats maxHealth="100"/> <skills club="3"/> </list> </outfit> <outfit id="13" premium="yes" > <list gender="0" lookType="156" name="Assassin"> <attribute speed="5"/> <skills dist="2"/> </list> <list gender="1" lookType="152" name="Assassin"> <attribute speed="5"/> <skills dist="2"/> </list> </outfit> <outfit id="14" premium="yes" > <list gender="0" lookType="157" name="Beggar"> <stats maxHealth="200"/> </list> <list gender="1" lookType="153" name="Beggar"> <stats maxHealth="200"/> </list> </outfit> <outfit id="15" premium="yes" > <list gender="0" lookType="158" name="Shaman"> <stats magLevel="2"/> </list> <list gender="1" lookType="154" name="Shaman"> <stats magLevel="2"/> </list> </outfit> <outfit id="16" premium="yes" > <list gender="0" lookType="252" name="Norsewoman"> <skills shielding="2"/> <stats maxHealth="200"/> </list> <list gender="1" lookType="251" name="Norseman"> <skills shielding="2"/> <stats maxHealth="200"/> </list> </outfit> <outfit id="17" premium="yes" > <list gender="0" lookType="269" name="Nightmare"> <skills shielding="3"/> </list> <list gender="1" lookType="268" name="Nightmare"> <skills shielding="3"/> </list> </outfit> <outfit id="18" premium="yes"> <list gender="0" lookType="270" name="Jester"> <stats maxMana="100"/> <attribute speed="5"/> <stats maxHealth="100"/> </list> <list gender="1" lookType="273" name="Jester"> <stats maxMana="100"/> <attribute speed="5"/> <stats maxHealth="100"/> </list> </outfit> <outfit id="19" premium="yes"> <list gender="0" lookType="279" name="Brotherhood"> <stats magLevel="2"/> <stats maxHealth="100"/> </list> <list gender="1" lookType="278" name="Brotherhood"> <stats magLevel="2"/> <stats maxHealth="100"/> </list> </outfit> <outfit id="20" premium="yes" > <list gender="0" lookType="288" name="Demonhunter"> <attribute speed="10"/> <stats maxHealth="200"/> </list> <list gender="1" lookType="289" name="Demonhunter"> <attribute speed="10"/> <stats maxHealth="200"/> </list> </outfit> <outfit id="21" premium="yes" > <list gender="0" lookType="324" name="Yalaharian"> <attribute speed="5"/> <stats magLevel="2"/> </list> <list gender="1" lookType="325" name="Yalaharian"> <attribute speed="5"/> <stats magLevel="2"/> </list> </outfit> <outfit id="22" premium="yes"> <list gender="0" lookType="336" name="Warmaster"> <stats maxMana="100"/> <attribute speed="15"/> <stats maxHealth="100"/> <stats magLevel="2"/> </list> <list gender="1" lookType="335" name="Warmaster"> <stats maxMana="100"/> <attribute speed="15"/> <stats maxHealth="100"/> <stats magLevel="2"/> </list> </outfit> <outfit id="23" premium="yes"> <list gender="0" lookType="366" name="Wayfarer"/> <list gender="1" lookType="367" name="Wayfarer"/> </outfit> <outfit id="24" premium="yes" > <list gender="0" lookType="329" name="Wedding"/> <list gender="1" lookType="328" name="Wedding"/> </outfit> <outfit id="25" access="5" premium="yes"> <list gender="0-3" lookType="12" name="Archdemon"/> </outfit> <outfit id="26" access="5" premium="yes"> <list gender="0-3" lookType="159" name="Elf"/> </outfit> <outfit id="27" access="5" premium="yes"> <list gender="0-3" lookType="160" name="Dwarf"/> </outfit> <outfit id="28" access="5" premium="yes"> <list gender="0-3" lookType="226" name="Frog"/> </outfit> <outfit id="29" access="5" premium="yes"> <list gender="0-3" lookType="194" name="Cult"/> </outfit> <outfit id="30" access="5" premium="yes"> <list gender="0-3" lookType="253" name="Headsplitter"/> </outfit> <outfit id="31" access="5" premium="yes"> <list gender="0-3" lookType="254" name="Skullhunter"/> </outfit> <outfit id="32" access="5" premium="yes"> <list gender="0-3" lookType="255" name="Bloodwalker"/> </outfit> <outfit id="33" access="5" premium="yes"> <list gender="0-3" lookType="264" name="Brutetamer"/> </outfit> <outfit id="34" access="3" premium="yes"> <list gender="0-3" lookType="75" name="Gamemaster"/> </outfit> <outfit id="35" access="4" premium="yes"> <list gender="0-3" lookType="266" name="Community Manager"/> </outfit> <outfit id="36" access="5" premium="yes"> <list gender="0-3" lookType="302" name="God"/> </outfit> </outfits> REP ME!
  12. Posta o link do sistema de Guild Points que está usando no site. Irei criar uma função para o ot. Aguardo.
  13. ótimo trabalho. ;]
  14. Ótimo mapa, parabéns!
  15. HeberPcL postou uma resposta no tópico em Suporte Tibia OTServer
    Aqui no forum tem, da uma procurada top guilds. Abraço
  16. Alguns Gigas por mês, no máximo.
  17. HeberPcL postou uma resposta no tópico em Websites
    Contem alguns erros, mas está ficando bom. Vlw
  18. HeberPcL postou uma resposta no tópico em Suporte Bots
    Cuidado com esses cracks! #FicaDica
  19. Pegue o arquivo config.lua original e passe suas configurações para ele, sem editar os comentários.
  20. HeberPcL postou uma resposta no tópico em Suporte Tibia OTServer
    Basta utilizar uma versão atualizada da TFS 5800 ou superior.
  21. HeberPcL postou uma resposta no tópico em Outros Clients
    Em pouco tempo um dos melhores clientes com codigo aberto.

Informação Importante

Confirmação de Termo