Ir para conteúdo

GiovaneCampos

Membro
  • Registro em

  • Última visita

  1. Erimyth começou a seguir GiovaneCampos
  2. 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
  3. GiovaneCampos respondeu ao post em um tópico de Leolinduxo 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. GiovaneCampos reagiu a uma resposta no tópico: DESIGN - FAÇA SEU PEDIDO
  7. GiovaneCampos reagiu a uma resposta no tópico: DESIGN - FAÇA SEU PEDIDO
  8. GiovaneCampos respondeu ao post em um tópico de Absolute em Arquivo Público
    Tema: Mapa Baiak (PVP) Tamanho da imagem: 1600x800 Tipografia (escrito/nome do server): United-SV OBS: Background
  9. Se alguem tiver disposto a montar um servidor adiciona skype gio.muleke
  10. 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';
  11. GiovaneCampos alterou sua foto pessoal
  12. 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 !!!
  13. Remova o globalevents, Viewers.lua por que essa source não contem cast!!!
  14. 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
  15. Servidor ta no linux, é dedicado
  16. 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!
  17. GiovaneCampos respondeu ao post em um tópico de tiuguedor em Suporte Tibia OTServer
    Adiciona eu skype que te ajudo, gio.muleke

Informação Importante

Confirmação de Termo