Ir para conteúdo

iErrorzz

Membro
  • Registro em

  • Última visita

Tudo que iErrorzz postou

  1. o Fast está 30 quanto vc aconselha por ?
  2. Meu ot ta Com aquele bug se ligar elf e magebot o player level 100 hita uns 5k Tem como por ant magebot? Existe 1 ant magebot ? se for possivel me mandar
  3. iErrorzz postou uma resposta no tópico em Suporte Tibia OTServer
    Qual sistema? , So para constar o erro apareçe so qnd nukam com magebomb
  4. iErrorzz postou uma resposta no tópico em Suporte Tibia OTServer
    Vou tentar aki, Hoje meu servidor tava online Eu tinha botado 1 ant magebomb Mas Começo a ficar apareçendo akeles portal de Tar logando char ai começo a floodar o console com essas menssagems :s ai travo o ot sera q é esse o problema de tar travando? Edit o Erro continua apareçendo...
  5. iErrorzz postou uma resposta no tópico em Suporte Tibia OTServer
    local config = { loginMessage = getConfigValue('loginMessage') } function onLogin(cid) 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 doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?") elseif(accountManager == MANAGER_ACCOUNT) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.") else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.") end if(not isPlayerGhost(cid)) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end registerCreatureEvent(cid, "showKD") registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "anunciarmorte") registerCreatureEvent(cid, "YouDead") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "killer") registerCreatureEvent(cid, "Idle") registerCreatureEvent(cid, "attackguild") registerCreatureEvent(cid, "advance") registerCreatureEvent(cid, "FimVip") registerCreatureEvent(cid, "forever amulet") registerCreatureEvent(cid, "SkullCheck") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, VipReceive) registerCreatureEvent(cid, "PlayerKill") if (InitArenaScript ~= 0) then InitArenaScript = 1 -- make arena rooms free for i = 42300, 42309 do setGlobalStorageValue(i, 0) setGlobalStorageValue(i+100, 0) end end -- if he did not make full arena 1 he must start from zero if getPlayerStorageValue(cid, 42309) < 1 then for i = 42300, 42309 do setPlayerStorageValue(cid, i, 0) end end -- if he did not make full arena 2 he must start from zero if getPlayerStorageValue(cid, 42319) < 1 then for i = 42310, 42319 do setPlayerStorageValue(cid, i, 0) end end -- if he did not make full arena 3 he must start from zero if getPlayerStorageValue(cid, 42329) < 1 then for i = 42320, 42329 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42355) == -1 then setPlayerStorageValue(cid, 42355, 0) -- did not arena level end setPlayerStorageValue(cid, 42350, 0) -- time to kick 0 setPlayerStorageValue(cid, 42352, 0) -- is not in arena return true end
  6. Se alguem tiver me manda pelo skype: Vinicius.mohr2 obrigado !
  7. Nao tenho as sources :\
  8. iErrorzz postou uma resposta no tópico em Tutoriais Websites
    Usar account mananger e gesior link offiline http://www.tibiaking.com/forum/topic/10449-usar-o-acc-manager-gesior/
  9. qual e a pagina q ta as imagens Amigo o Diretorio das imagens nao existe Que e esse http://ntons.meximas.com/images/charactery/normal/34.png Substitua Todos por esses \/ So muda o numero no final http://ntons.meximas.com//templates/naruto/images/charactery/normal/34.png
  10. Olá fas tempo ja que eu vejo ot com esse tipo de account mananger que puxa o Player para outro chat E deixa a letra do account mananger Com negrito azul Igual esse na foto Então hoje decidi pedir para vocês Ficarei muito grato com A resposta util e Darei rep + Pela melhor resposta up up up
  11. Tenta por template/naruto/ Antes de imagens ficando assim: <img style="display: block;" src="template/naruto/images/charactery/normal/26.png"
  12. Sabe o elemento pareçido com esse? Edit @ Segundo esse topico http://www.tibiaking.com/forum/topic/30269-todos-os-shoot-type/ Cake é 1 elemento Resolvido , Em weapons.xml deichei holy e em items.xml deichei Cake funcionou
  13. ué Mas o elemento muda para aquele branco com bolinhas :s
  14. Não, atackei todo tipo de bixo inclusive treiners
  15. iErrorzz postou uma resposta no tópico em Ouvidoria
    Obrigado estárei dando 1 olhada
  16. Estou tentando mudar o Tipo do elemento da minha wand para cake mas Dps q muda para Cake a wand n tira nada No weapons,xml está assim <wand id="7451" level="8" mana="15" min="629" max="699" type="cake" event="function" value="default"> <vocation id="2"/> <vocation id="1"/> </wand> e No items.xml <item id="7451" article="a" name="Staff"> <attribute key="weight" value="4100" /> <attribute key="weaponType" value="wand" /> <attribute key="shootType" value="cake" /> <attribute key="range" value="3" /> </item>
  17. iErrorzz postou uma resposta no tópico em Ouvidoria
    Aaah Siim, Po fas tempão q to procurando castle 24hrs e so tem o castle war conquiste o trono q n é 24hrs Poderia disponibilizar 1 para min valendo rep ?
  18. iErrorzz postou uma resposta no tópico em Ouvidoria
    Fas um tempo ja que eu ando procurando castles 24hrs e outros sistemas e Quase sempre nao conscigo entrar nos posts pareçe 404 ... Pq? segue esse link que eu nao conscigo ver: http://www.tibiaking.com/forum/topic/31356-sistema-castle-war-24horas-com-mapa/
  19. Obrigado para todos que ajudaram Ja dei rep + Pelas respostas Pode fechar,
  20. Ta apareçendo o passaro mas o efeito n, e n da pra healar em pz
  21. local config = { removeOnUse = "yes", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "Yes", -- make text effect visible only for players in range 1x1 healthMultiplier = 1.0, manaMultiplier = 1.0 } config.removeOnUse = getBooleanFromString(config.removeOnUse) config.usableOnTarget = getBooleanFromString(config.usableOnTarget) config.splashable = getBooleanFromString(config.splashable) config.realAnimation = getBooleanFromString(config.realAnimation) local POTIONS = { [8704] = {empty = 7636, splash = 2, health = {50, 100}}, -- small health potion [7618] = {empty = 7636, splash = 2, health = {100, 200}}, -- health potion [7588] = {empty = 7634, splash = 2, health = {200, 400}, level = 50, vocations = {3, 4, 7, 8}, vocStr = "knights and paladins"}, -- strong health potion [7591] = {empty = 7635, splash = 2, health = {500, 700}, level = 80, vocations = {4, 8}, vocStr = "knights"}, -- great health potion [8473] = {empty = 7635, splash = 2, health = {1450, 1500}, level = 130, vocations = {4, 8}, vocStr = "knights"}, -- ultimate health potion [7620] = {empty = 7636, splash = 7, mana = {100, 200}}, -- mana potion [7589] = {empty = 7634, splash = 7, mana = {110, 190}, level = 50, vocations = {1, 2, 3, 5, 6, 7}, vocStr = "sorcerers, druids and paladins"}, -- strong mana potion [7590] = {empty = 7635, splash = 7, mana = {1050, 1200}, level = 80, vocations = {1, 2, 5, 6}, vocStr = "sorcerers and druids"}, -- great mana potion [8472] = {empty = 7635, splash = 3, health = {1900, 2220}, mana = {1800, 2200}, level = 80, vocations = {3, 7}, vocStr = "paladins"} -- great spirit potion } local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 100)) function onUse(cid, item, fromPosition, itemEx, toPosition) local potion = POTIONS[item.itemid] if(not potion) then return false end if(not isPlayer(itemEx.uid) or (not config.usableOnTarget and cid ~= itemEx.uid)) then if(not config.splashable) then return false end if(toPosition.x == CONTAINER_POSITION) then toPosition = getThingPos(item.uid) end doDecayItem(doCreateItem(2016, potion.splash, toPosition)) doTransformItem(item.uid, potion.empty) return true end if getTilePzInfo(getCreaturePosition(cid)) then doCreatureSay(itemEx.uid, "You cannot use potions in protection zone", TALKTYPE_ORANGE_1) return TRUE end if(hasCondition(cid, CONDITION_EXHAUST_HEAL)) then doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUAREEXHAUSTED) return true end if(((potion.level and getPlayerLevel(cid) < potion.level) or (potion.vocations and not isInArray(potion.vocations, getPlayerVocation(cid)))) and not getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES)) then doCreatureSay(itemEx.uid, "Only " .. potion.vocStr .. (potion.level and (" of level " .. potion.level) or "") .. " or above may drink this fluid.", TALKTYPE_ORANGE_1) return true end local health = potion.health if(health and not doCreatureAddHealth(itemEx.uid, math.ceil(math.random(health[1], health[2]) * config.healthMultiplier))) then return false end local mana = potion.mana if(mana and not doPlayerAddMana(itemEx.uid, math.ceil(math.random(mana[1], mana[2]) * config.manaMultiplier))) then return false end doSendMagicEffect(getThingPos(itemEx.uid), CONST_ME_MAGIC_BLUE) if(not realAnimation) then doCreatureSay(itemEx.uid, "Aaaah...", TALKTYPE_ORANGE_1) else for i, tid in ipairs(getSpectators(getCreaturePosition(cid), 1, 1)) do if(isPlayer(tid)) then doCreatureSay(itemEx.uid, "Aaaah...", TALKTYPE_ORANGE_1, false, tid) end end end doAddCondition(cid, exhaust) if(not potion.empty or config.removeOnUse) then return true end return true end
  22. Não ta apereçendo o efeito nen os passaros e ta dando problema, apareçe q so da pra healar em protect zone o Script de mudar cor do outfit funcionou perfeitamente

Informação Importante

Confirmação de Termo