-
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 ?