Tudo que Messe postou
-
Criando para tfs 0.3.6
Boa tarde Não consigo criar site compatível com essa versão de servidor, alguém pode me dar uma direção ou um tutorial de como fazer um site para a versão tfs 0.3.6???
-
Suporte para criação
Meu servidor está totalmente pronto só não consigo colocar o site nele, ele é tfs 0.3.6.
-
Suporte para criação
É um Servidor s3db Bom eu sou muito leigo na questão de website, então gostaria que alguem me indicasse qual é o tutorial a ser seguido para esse tipo de servidor, pois aquele do adm fixado parece estar desatualizado.
- Spell
-
Spell
Alguem consegue mudar o script dessa spell pra tfs 0.3.6? local function levitate(creature, parameter) local fromPosition = creature:getPosition() if parameter == "up" and fromPosition.z ~= 8 or parameter == "down" and fromPosition.z ~= 7 then local toPosition = creature:getPosition() toPosition:getNextPosition(creature:getDirection()) local tile = Tile(parameter == "up" and Position(fromPosition.x, fromPosition.y, fromPosition.z - 1) or toPosition) if not tile or not tile:getGround() and not tile:hasFlag(parameter == "up" and TILESTATE_IMMOVABLEBLOCKSOLID or TILESTATE_BLOCKSOLID) then tile = Tile(toPosition.x, toPosition.y, toPosition.z + (parameter == "up" and -1 or 1)) if tile and tile:getGround() and not tile:hasFlag(bit.bor(TILESTATE_IMMOVABLEBLOCKSOLID, TILESTATE_FLOORCHANGE)) then return creature:move(tile, bit.bor(FLAG_IGNOREBLOCKITEM, FLAG_IGNOREBLOCKCREATURE)) end end end return RETURNVALUE_NOTPOSSIBLE end function onCastSpell(creature, variant) local returnValue = levitate(creature, variant:getString()) if returnValue ~= RETURNVALUE_NOERROR then creature:sendCancelMessage(returnValue) creature:getPosition():sendMagicEffect(CONST_ME_POFF) return false end creature:getPosition():sendMagicEffect(CONST_ME_TELEPORT) return true end
-
Exani hur "up
Só fala a magia mais não funciona
-
Exani hur "up
Alguém pode me ajudar a fazer alguma magia que substitua o exani hur"up / exani hur"down ?
-
Exani hur "up
-
Magic Wall
Werner - Deu certo porem preciso usar um script que remova a magic wall depois de tantos segundos ... Pelo itens.xml não da .
-
Exani hur "up
Alguem me passa o script do exani hur up/down?
-
Magic Wall
Eu queria determinar o tempo que a magic wall iria ficar... O 2° script funciona desse jeito: Ao invés de lançar a magic wall na minha frente, fazeria um ring 2x2 em volta do meu personagem...
-
Magic Wall
Queria colocar tempo para sumir a magic wall, e tambem queria outro script de fazer um ring de magic wall : Se alguem puder me ajudar: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) function onCastSpell(cid, var) local position = variantToPosition(var) if getTilePzInfo(position) then return true end return doCombat(cid, combat, var) end
-
Levitate
eu tenho a source
-
Problema no item
sqlite
-
Problema no item
Como eu limpo esse tile store ?
-
Problema no item
(se eu volto a database antiga da certo) Após trocar a database como sempre fiz aconteceu isso: alguem saberia me dizer oque é?
-
Script Monstro
Error : Warning - Monster ::Monster] Unknown event name - hellgorak1 Deu certo Obrigado!
-
Script Monstro
Como eu faço um monstro igual o hellgorak que depois que eu mato ele, aparece um tp!
-
Bau
Deu certo irmão vlw ;33
-
Bau
Teria como fazer um tutorial ai pra mim? UId coloco no action ou no Unique id ?
-
Bau
Eu clico no bau não aparece nada...
-
Bau
E no unique ID ? oque eu coloco ?
-
Bau
Bom a duvida é o seguinte, como eu coloco no chest do mapa editor pra funfar esse script do chest da demon oak: --- Made by Mazen --- function onUse(cid, item, fromPosition, itemEx, toPosition) if item.uid == 12901 then queststatus = getPlayerStorageValue(cid,50090) if queststatus == -1 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"You have found a Demon Legs.") doPlayerAddItem(cid,2495,1) setPlayerStorageValue(cid,50090,1) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"It is empty.") end elseif item.uid == 12902 then queststatus = getPlayerStorageValue(cid,50090) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a Rainbow Shield.") doPlayerAddItem(cid,8905,1) setPlayerStorageValue(cid,50090,1) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"It is empty.") end elseif item.uid == 12903 then queststatus = getPlayerStorageValue(cid,50090) if queststatus == -1 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"You have found a Spellbook of Dark Mysteries.") doPlayerAddItem(cid,8918,1) setPlayerStorageValue(cid,50090,1) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"It is empty.") end elseif item.uid == 12904 then queststatus = getPlayerStorageValue(cid,50090) if queststatus == -1 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"You have found a Royal Crossbow.") doPlayerAddItem(cid,8851,1) setPlayerStorageValue(cid,50090,1) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR,"It is empty.") end end return 1 end
-
Levitate
E como edito?
-
Levitate
a minha não tem como editar o effect.