• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Recent content by epaminombas

  1. E

    The Forgotten Server 1.4

    Good Job.
  2. E

    C++ Tfs 1.3 doCreatureSetNoMove is possible?

    Is there any way to prevent monsters and players from moving in TF 1.3? Can someone help me?
  3. E

    C++ TFS 1.3 docastspell help to fix my code

    TFS 1.3 This code works but ignore parameters of spells.xml spent mana, cooldown, range and all another parameters. I need this code follow spells.xml parameters. I try make items with shorcut for cast spells Lua Script function onUse(player, words, param) player:doCastSpell("Light...
  4. E

    TFS 1.X+ Support Transform Spell TFS 1.3

    solved
  5. E

    TFS 1.X+ Support TFS 1.x Spell

    Works !!!! Wow you save my day i spent all day on this hehe <3 thx thx thx
  6. E

    TFS 1.X+ Support TFS 1.x Spell

    if item.itemid == 2195 and player:getStorageValue(storage) == 1 then Work Storage check but if you dont have storage spell spent mana and say words and dont say NO
  7. E

    TFS 1.X+ Support TFS 1.x Spell

    If use any other boots spell cast and say NO and spent mana and storage requeriment dont work if i use 2195 spell casts ignore storage requeriment function onCastSpell(creature, var) local player = Player(creature) if not player then return false end local item =...
  8. E

    TFS 1.X+ Support TFS 1.x Spell

    i test the first code and spell already cast, use mana and say NO if use another boots if dont have on script
  9. E

    TFS 1.X+ Support TFS 1.x Spell

    Another question if a add storage requeriment how i can do it? i can do it? if item.itemid == 2195 and getStorageValue(5000) == 1 then function onCastSpell(creature, var) local player = Player(creature) if not player then return false end local item =...
  10. E

    TFS 1.X+ Support TFS 1.x Spell

    Works thx <3
  11. E

    TFS 1.X+ Support TFS 1.x Spell

    My script test work if player have equiped boots but if no have nothing equiped distro send error and i dont recive msg NO im new on tfs 1.x function onCastSpell(creature, var) if creature:getSlotItem(CONST_SLOT_FEET).itemid == 2195 then creature:sendTextMessage(MESSAGE_STATUS_DEFAULT, "OK1")...
  12. E

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    I need one script for make impossible to drop some itens.. only possible make trade
  13. E

    Team Exaioros Avatar

    The project is called Avatar Exaioros, we are working on it at a time in conjunction with other projects that have already online. I have not done the map, I'm just using any one to make and test systems / folds (If anyone is interested in joining the team in whatever role post here or add...
  14. E

    OpenTibia SpellCreator: A graphical spell creation enviroment

    I have a Problem i try open my custom client and apear this error plx help me ppl
  15. E

    OpenTibia SpellCreator: A graphical spell creation enviroment

    I use 8.54 of my pokemon client =x
Back
Top