Ir para conteúdo

GiovaneCampos

Membro
  • Registro em

  • Última visita

Tudo que GiovaneCampos postou

  1. local Points = 10000 --Serão adicionados 10000 Premium Points storage = getPlayerStorageValue(cid,51801) if storage == -1 then doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE, "You have received "..Points.." of Premium Points to your account.") db.query("UPDATE `accounts` SET `premium_points` = `premium_points` + "..Points.." WHERE id=" ..getPlayerAccountId(cid)) setPlayerStorageValue(cid,51801,1) else return true end
  2. GiovaneCampos postou uma resposta no tópico em Formação de Equipe
    @UP
  3. GiovaneCampos postou uma resposta no tópico em Suporte Tibia OTServer
    troca teu login local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) if getCreatureOutfit(cid).lookType == 306 and getPlayerStorageValue(cid, 121219) ~= 1 then doCreatureChangeOutfit(cid, getPlayerSex(cid) == 0 and {lookType = 136} or {lookType = 128}) end if(getBooleanFromString(getConfigValue('accountManager')) == false) then if (getCreatureName(cid) == "Account Manager") then return doRemoveCreature(cid, true) end end local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10) end local accountManager = getPlayerAccountManager(cid) if(accountManager == MANAGER_NONE) then local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage if(lastLogin > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "." else str = str .. " Please choose your outfit." doPlayerSendOutfitWindow(cid) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) elseif(accountManager == MANAGER_NAMELOCK) then addEvent(valid(doCreatureSay), 500, cid, "Hello, it appears that your character has been locked for name violating rules, what new name would you like to have?", TALKTYPE_PRIVATE_NP, true, cid) elseif(accountManager == MANAGER_ACCOUNT) then addEvent(valid(doCreatureSay), 500, cid, "Hello, type {account} to manage your account. If you would like to start over, type {cancel} anywhere.", TALKTYPE_PRIVATE_NP, true, cid) else addEvent(valid(doCreatureSay), 500, cid, "Hello, type {account} to create an account or {recover} to recover an account.", TALKTYPE_PRIVATE_NP, true, cid) end if getPlayerStorageValue(cid, 54304) > 0 then doPlayerSetStorageValue(cid, 54304, 0) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "Bem Vindo!") if getPlayerLevel(cid) < 717217 then registerCreatureEvent(cid, "AdvanceTeleport") end registerCreatureEvent(cid, "DesertDeath") registerCreatureEvent(cid, "DesertCombat") registerCreatureEvent(cid, "BattleDeath") registerCreatureEvent(cid, "ZombieThink") registerCreatureEvent(cid, "ZombieDeath") registerCreatureEvent(cid, "BattleCombat") registerCreatureEvent(cid, "FireStorm") registerCreatureEvent(cid, "ctf") registerCreatureEvent(cid, "zombieevent") registerCreatureEvent(cid, "Idle") registerCreatureEvent(cid, "tpquest") registerCreatureEvent(cid, "CombatDodge") registerCreatureEvent(cid, "recompensa") registerCreatureEvent(cid, "SkullAmulet") registerCreatureEvent(cid, "BountyHunter") registerCreatureEvent(cid, "PlayerDeath") registerCreatureEvent(cid, "rewardpoints") registerCreatureEvent(cid, "autoloot") registerCreatureEvent(cid, "Auto Loot") registerCreatureEvent(cid, "RecordIp") if (InitArenaScript ~= 0) then InitArenaScript = 1 -- make arena rooms free for i = 42300, 42309 do setGlobalStorageValue(i, 0) setGlobalStorageValue(i+100, 0) end end registerCreatureEvent(cid, "Mail") if(getPlayerOperatingSystem(cid) >= CLIENTOS_OTCLIENT_LINUX) then registerCreatureEvent(cid, "ExtendedOpcode") end registerCreatureEvent(cid, "ReportBug") if(config.useFragHandler) then registerCreatureEvent(cid, "SkullCheck") end registerCreatureEvent(cid, "GuildEvents") registerCreatureEvent(cid, "critical") registerCreatureEvent(cid, "BroadDeath") registerCreatureEvent(cid, "AdvanceSave") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "fraglook") registerCreatureEvent(cid, "blesscheck") registerCreatureEvent(cid, "DeathBroadcast") registerCreatureEvent(cid, "addons") registerCreatureEvent(cid, "onPrepareDeath") registerCreatureEvent(cid, "fraglook") registerCreatureEvent(cid, "antimb") registerCreatureEvent(cid, "antimagebomb") registerCreatureEvent(cid, "FimVip") registerCreatureEvent(cid, "ExpVip") registerCreatureEvent(cid, "VipReceive") registerCreatureEvent(cid, "redSkullAmulet") registerCreatureEvent(cid, "FullHpMana") registerCreatureEvent(cid, "killitem") registerCreatureEvent(cid, "huntdeath") registerCreatureEvent(cid, "loguthunt") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, "CastleExp") registerCreatureEvent(cid, "AdvEffect") registerCreatureEvent(cid, "dodge") registerCreatureEvent(cid, "town") registerCreatureEvent(cid, "recompensaLvl") if getPlayerStorageValue(cid, 48902) == -1 then setPlayerStorageValue(cid, 48902, 0) end registerCreatureEvent(cid, "critical") if getPlayerName(cid) == "Account Manager" and #getPlayersByIp(getPlayerIp(cid)) > 10 then return false end if getPlayerSlotItem(cid, 2).itemid == 7889 then doPlayerAddBlessing(cid, 1) doPlayerAddBlessing(cid, 2) doPlayerAddBlessing(cid, 3) doPlayerAddBlessing(cid, 4) doPlayerAddBlessing(cid, 5) doSendMagicEffect(getPlayerPosition(cid), 49) else doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end if getPlayerStorageValue(cid, 48903) == -1 and getPlayerStorageValue(cid, 48902) == -1 then setPlayerStorageValue(cid, 48903, 0) setPlayerStorageValue(cid, 48902, 0) end return true end
  4. GiovaneCampos postou uma resposta no tópico em Formação de Equipe
    Estou montando uma equipe para da suporte para mim e para os players O servidor esta criado 100% so preciso de uma equipe dedicada com experiencia dentro do jogo que conheça o mapa BAIAK. Dados requisitos Mas de 16 anos Saber ajudar Nos ajudar a divulgar Saber usar os comandos OBS (CARGOS MAS ALTOS COMO GOD VOU DA PARA QUEM E MAS EXPERIENTE.) Como participo? Crie uma conta no nosso servidor e crie um char " IP: Baiak-Eternal.com " Adicione no skype: [email protected] Deixem qualquer outro contato e oque você pode ajudar no servidor Ou caso queira entrar em contato page facebook: https://www.facebook.com/BAIAK-1436012513076423/ AGRADEÇO A COMPREENSÃO DE TODOS.
  5. GiovaneCampos postou uma resposta no tópico em Formação de Equipe
    Procuro alguém que esteja disposto e disponibilizar um pouco do seu tempo pessoal para ajudar monta um servidor. Onde eu vou estar comprando um dedicado com meu dinheiro e colaborando com um pouco de experiencia que eu tenho!! Servidor: Global/Baiak Deixa seu skype abaixo que vou adicionar e chamar!! , ou chama MP! OBS: Mais urgente um Mapper de qualidade.
  6. Tema: Mapa Baiak (PVP) Tamanho da imagem: 1600x800 Tipografia (escrito/nome do server): United-SV OBS: Background
  7. GiovaneCampos postou uma resposta no tópico em Formação de Equipe
    Se alguem tiver disposto a montar um servidor adiciona skype gio.muleke
  8. Use esse sql em seu phpmyadmin!!! CREATE TABLE IF NOT EXISTS `players` ( `cast` tinyint(4) NOT NULL DEFAULT '0', `castViewers` int(11) NOT NULL DEFAULT '0', `castDescription` varchar(255) NOT NULL, `viewers` int(1) DEFAULT '0', `broadcasting` tinyint(4) DEFAULT '0';
  9. GiovaneCampos postou uma resposta no tópico em Formação de Equipe
    Bom eu estou querendo abrir um Servidor de TIBIA estou precisando alguém que tenha um tempo vago para me ajudar!!! Vagas disponíveis!!! Deixe as seguintes informações!!! Nome: Skype: Experiência em: Obs: vou estar colaborando com programação e vou comprar um dedicado para servidor !!!
  10. Remova o globalevents, Viewers.lua por que essa source não contem cast!!!
  11. Não é, eu ja tentei colocar pelo ip fixo não vai tbm! no-ip: baiak-storm.no-ip.org ip: 191.252.62.96
  12. Servidor ta no linux, é dedicado
  13. meu servidor ta online no Linux mais otservlist diz que ta off Your server has to be online if you want to add it to our list! oq fazer? ip: baiak-storm.tk port: 7171 exp: 800x version: 8.6 Faça teste para vocês ver, Servidor Online! mais no otservlist diz que ta off!
  14. GiovaneCampos postou uma resposta no tópico em Suporte Tibia OTServer
    Adiciona eu skype que te ajudo, gio.muleke
  15. Vá até \actions\scripts\ Abra upgrade.lua e substituí por esse: Ajudei rep + vlw
  16. Muito obrigado <3
  17. Gostaria que alguem Arrumasse 2 scripts para mim Primeiro, e o amuleto de red eu uso distro otx e não funciona continua dropando os items com red e black skull function onDeath(cid, corpse, deathList) if (getPlayerSlotItem(cid, 2).itemid == 7890) and getPlayerSkullType(cid) >= 4 then doPlayerRemoveItem(cid, 7890, 1) doCreatureSetDropLoot(cid, false) end return true end Segundo, e o Creaturescripts dodge, Ele não sobe a mensagem Dodge e não esta funcionando eu acho. function onCombat(cid, target) local storage = 8754954 if isPlayer(target) == true then local percent = math.random(1,800) if percent <= getPlayerStorageValue(target,storage) then doSendAnimatedText(getPlayerPosition(target),"DODGE", 100) doSendMagicEffect(getPlayerPosition(target), 3) return false end end return true end obs: eu usava distro tfs 0.4 e funcionava perfeitamente, foi eu troca para distro otx parou de funciona alguem poderia me ajudar. Muito obrigado!
  18. www.facebook.com/gio.caampos ou skype: gio.muleke vem de chat gatao :3
  19. Distro 0.3.6: - Fix/Patch Hotkey que pode haver lag/freeze no servidor. - Limite de peso de items no Mailbox 5000oz. - Anti-Push Enable 1sec. - PushTime Enable 1sec - Anti-Divulgação 100% (Não pode enviar links nem com espaço (ex: www .site. com)). - Anti-Clone items NPC (Hotkey Elfbot Patched/Fixed) - Proteção para jogador não levar debug. - Anti-Lag (correções na REV 0.3.6 , 0% de erros ao compilar) - Fix/Patched server closed connection MySQL. - Level e Vocação apareçem na tela de Login. - Auto Attack + Runa + Spells ao mesmo tempo. (Não tem exhaust É UM BUG DA REV 3884 CORRIGIDO POR MIM) - All hits works 100% players/monsters Protocolo: 8.60 Tipo de Distro: CONSOLE download: http://www.4shared.com/file/yn_Fz-oBba/Distro.html? scan: https://www.virustotal.com/pt/file/930dfdfe6d9a5fcecde4bbcfa23a7a7477b353ca00958c3a402850eadc7135ff/analysis/
  20. Já ajudei ele skype fecha topico.
  21. Adiciona skype gio.muleke te ajudo.
  22. function onLogin(cid) local temple = { x = 160, y = 54, z = 7} if vip.hasVip(cid) == true then if getPlayerStorageValue(cid,55555) ~= 1 then setPlayerStorageValue(cid,55555,1) end else if getPlayerStorageValue(cid,55555) == 1 then doTeleportThing(cid, temple) doPlayerSendTextMessage(cid, 22, "Your VIP Time over!") db.query("UPDATE `accounts` SET `vip_time` = 0 WHERE `id` = ".. getAccountIdByName(getPlayerName(cid)) ..";") setPlayerPromotionLevel(cid, 1) setPlayerStorageValue(cid, 55555, 0) end end return true end
  23. Para Ubuntu -> apt-get install autoconf libxml2-dev liblua5.1-0-dev g++ libgmp3-dev libcrypto++-dev libboost-filesystem1.40-dev libboost-system1.40-dev libboost-regex1.40-dev libboost-thread1.40-dev libmysqlclient15-dev make Para Debian -> apt-get install libboost1.42-dev libboost-system1.42-dev libboost-filesystem1.42-dev libboost-date-time1.42-dev libboost-regex1.42-dev libboost-thread1.42-dev libgmp3-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 lua5.1 libsqlite0-dev libsqlite3-dev sqlite3 libmysql++-dev libmysqlclient-dev mysql-client-5.1 mysql-server-5.1 mysql-common libxml2-dev libxml++2.6-dev cpp gcc g++ make automake autoconf pkg-config subversion liblua5.1-sql-mysql-dev liblua5.1-sql-sqlite3-dev zlib1g-dev zlib1g libcrypto++-dev libcrypto++8

Informação Importante

Confirmação de Termo