Tudo que HeberPcL postou
- TeamWarOT HardCore 8.6 - Team vs Team
- TeamWarOT HardCore 8.6 - Team vs Team
- Team x Team
-
Ajuda com Script Galera
@Obelivion Codigo do TeamWar está liberado. Segue o link, espero que te ajude.
-
TeamWarOT HardCore 8.6 - Team vs Team
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)
-
[10.94 ] Remeres map editor
Vlww brow
-
(PEDIDO)Piso em que Player Morre e apareçe em uma certa posiçao
Muda a posição do templo!
- [AJUDA] GESIOR Não Envia pontos aos players
-
Own Loot Backpack - Tfs 1.x
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
- [GESIOR ACC] Magevo Layout
- Icones Maneiros
- Denúncias
-
Spell de buff que muda de acordo com oq upar
Aparece algum erro ?
-
[EDITAR] Script - Addon Bonus
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!
- Bau que da Guild Points
-
Recentes Trabalhos - Mapping
ótimo trabalho. ;]
-
Apresentação - Mapa Próprio
Ótimo mapa, parabéns!
- [Pedido] Guild Frags
-
(Resolvido)Tráfego de rede do Tibia
Alguns Gigas por mês, no máximo.
-
Gesior Plus 8.6 | 9.8
Contem alguns erros, mas está ficando bom. Vlw
- Ibot 10.35 Crack?
- Error enable to load config.lua
-
Pedido script!
Basta utilizar uma versão atualizada da TFS 5800 ou superior.
-
OTClient 0.6.4
Em pouco tempo um dos melhores clientes com codigo aberto.
- [URGENTE] Criar Cliente Proprio Versão 10.10