
Tudo que Absolute postou
-
debug
Ok, troque o enchanting.lua por: local config = { manaCost = 300, soulCost = 2, } local spheres = { [7759] = {3, 7}, [7760] = {1, 5}, [7761] = {2, 6}, [7762] = {4, 8} } function onUse(cid, item, fromPosition, itemEx, toPosition) local iex = Item(itemEx.uid) local iuid = Item(item.uid) local p = Player(cid) if(item.itemid == 2147 and itemEx.itemid == 2342) then iex:transform(2343) iex:decay() iuid:remove(1) toPosition:sendMagicEffect(CONST_ME_MAGIC_RED) return true end if(item.itemid == 7760 and isInArray({9934, 10022}, itemEx.itemid)) then iex:transform(9933) iuid:remove(1) toPosition:sendMagicEffect(CONST_ME_MAGIC_RED) return true end if(isInArray(enchantableGems, item.itemid)) then local subtype = item.type if(subtype == 0) then subtype = 1 end local mana = config.manaCost * subtype if(p:getMana() < mana) then p:sendCancelMessage(RETURNVALUE_NOTENOUGHMANA) return true end local soul = config.soulCost * subtype if(p:getSoul() < soul) then p:sendCancelMessage(RETURNVALUE_NOTENOUGHSOUL) return true end local a = table.find(enchantableGems, item.itemid) if(a == nil or not(isInArray(enchantingAltars[a], itemEx.itemid))) then return false end p:addMana(-mana) p:addSoul(-soul) iuid:transform(enchantedGems[a]) p:addManaSpent(mana * configManager.getNumber(configKeys.RATE_MAGIC)) fromPosition:sendMagicEffect(CONST_ME_MAGIC_RED) return true end if(isInArray(enchantedGems, item.itemid)) then if(not(isInArray(enchantableItems, itemEx.itemid))) then fromPosition:sendMagicEffect(CONST_ME_POFF) return false end local b = table.find(enchantedGems, item.itemid) if(b == nil) then return false end local subtype = itemEx.type if(not(isInArray({2544, 8905}, itemEx.itemid))) then subtype = 1000 end iex:transform(enchantedItems[itemEx.itemid][b], subtype) getThingPos(itemEx.uid):sendMagicEffect(CONST_ME_MAGIC_RED) iuid:remove(1) return true end return false end
-
Itemeditor não carrega Tibia.spr
Diga, funciona: http://www.tibiaking.com/forum/topic/16484-conversao-dat-e-spr-854-920/
-
Kaique
http://www.4shared.com/rar/MwmHnxYWba/Photoshop_CS6_Completo_Crackea.html Cracked for u, BR.
-
Kaique
to brigado com ele faz uns 2 anos, mas ainda seguia ele no insta, que arrependimento =( bj kaiqa dilatado
-
Kaique
40kg tao brinca
- debug
- debug
- debug
- debug
-
[DUVIDA] Tile Vip
Como que iria dar a mensagem se não tem a função de verificar os dias que o player/account possui?
-
[GESIOR] Site está mostrando data errada
Isto é horário da sua máquina, ele corresponde ao horário dele, é linux? veja o horário dela digitando hwclock no terminal
-
[RUNAS BUGADAS] ajuda runas estao bugadas
Isto é erro no seu TFS amigo, tenho a certeza.
-
Ajuda Com Talkactions - Shop diamonds
Especifique como quer o script que faço a você.
-
[Pedido] Distro tfs 3884
Versão? Você quer só o cast ou adaptado na source ja/?
-
Duvida de iniciante
http://www.tibiaking.com/forum/topic/27710-860-global-map-emporiaotxoffline-trainer/
- [Tutor Automático] em PopUP
-
Ajuda no xampp aqui por favor !
Não entendi, como assim?
-
[Pedido] Server WAR!
Irei procurar nos meus backups e postarei.
-
Ajuda no xampp aqui por favor !
http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.4/ AJUDEI? REP+
-
[Ajuda] Preciso de Um Script de OT War.
http://www.tibiaking.com/forum/topic/35473-anunciar-morte-fulano-acabou-de-morrer-para-ciclano/
-
[Anunciar Morte] Fulano acabou de morrer para Ciclano
Salve galerinha do TK. A tempos algumas pessoas vem me pedindo sistema simples de anunciar morte, visto bastante em servidores de wars, baiaks e demais servidores. Então resolvi fazer e trazer aqui para vocês do TK. Sistema simples e legas, quanto um player morrer para outro player irá aparecer no Default: "Nome do player que morreu" acabou de ser humilhado pelo jogador "Nome do player que matou" Acho que esse sistema deixa a galera louca, caçando players e zoando então resolvi trazer pra cá. Primeiramente em creaturescripts.xml adicione a seguinte linha: <event type="kill" name="anunciarmorte" event="script" value="anunciar_morte.lua"/> Pós adicionar, crie um arquivo com o nome de anunciar_morte.lua e coloque dentro da pasta creaturescripts/scripts com o seguinte conteúdo: function onKill(cid, target, lastHit) if not isPlayer(target) or not isPlayer(cid) then return true end doBroadcastMessage(""..getCreatureName(target).."["..getPlayerLevel(target).."] acabou de ser humilhado pelo jogador "..getCreatureName(cid).."["..getPlayerLevel(cid).."].", MESSAGE_STATUS_CONSOLE_ORANGE) return true end E por fim vá até creaturescripts/scripts e abra seu login.lua, abaixo de: registerCreatureEvent(cid, "Mail") ou qualquer linha parecida com registerCreature... adicione a seguinte linha: registerCreatureEvent(cid, "anunciarmorte") Pronto, finalizado! Só isso? Sim script simples e divertido! Qualquer dúvida me comunique Créditos: Absolute.
-
[DUVIDA]
Você quer tirar a mensagem You can not use this object para qual ação? apenas uma?
-
Duvidas, copilação
Só se veio a cipsoft junto. meus tfs em debian pesam média de 3mb
- (Resolvido)Server Online sem Hamachi! Help
-
Ajuda no xampp aqui por favor !
Reinstale em uma versão mais antiga e rode tranquilamente.