• 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!

Search results

  1. demon088

    Lua Change Target Spell (TFS 1.2)

    Could you give me an example of a script? I didn't get the reference very well... Thanks for your help!
  2. demon088

    Npc that trades 2 different items for one item.

    It wont work on TFS 1.2 :C
  3. demon088

    GlobalEvent [Spell Upgrade System] for 1.2

    Hi, I'm using TFS 1.2 and It didn't work. When I use the item from actions wherever I use it, this error appears. EVENT LOG: Lua Script Error: [Action Interface] Jul 28 22:39:16 [25017]: data/actions/scripts/upgrade/spells.lua:eek:nUse Jul 28 22:39:16 [25017]: data/global.lua:126: attempt to...
  4. demon088

    Lua Change Target Spell (TFS 1.2)

    Hello OTLand! I'm looking for a spell able to force change target on creatures. EXAMPLE (Of course this code doesn't work): local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setArea(createCombatArea(AREA_SQUARE1X1)) function onTargetCreature(creature...
  5. demon088

    Solved Remove Creature Spell

    This is working in TFS 1.2: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) function onCastSpell(player, var) local summons = player:getSummons() for _, summon in...
  6. demon088

    Request Party Protection

    Its working in TFS 1.2. Thanks!
  7. demon088

    Action [TFS 1.1] Item's upgrading by jewels

    Its fully working on TFS 1.2. I added the functions at the end of global.lua and added the script to actions and its working perfect! Thanks!
  8. demon088

    [TFS 1.1] attributes functions from 0.3.7

    It's working on TFS 1.2, just adding at the end of the global.lua! Thanks!
  9. demon088

    Upgrade system...

    Which TFS are you using?
  10. demon088

    [SOLVED] HELP: Summoner Vocation

    Thanks but those codes don't work on TFS 1.2.
  11. demon088

    Fix/Patch Add maxPlayerSummons TFS 1.2

    Hello OtLand! I'm trying to add the function in config.lua to set max number of summons for players, but I don't know the code that I should add to the .cpp files. I tried this one in 'configmanager.cpp': integer[MAX_PLAYER_SUMMONS] = getGlobalNumber(L, "maxPlayerSummons", 1); But compiling...
  12. demon088

    moving tfs1.1 script to 1.2 console error with null value

    I have same problem tying to add upgrade item system on TFS 1.2...
  13. demon088

    Action [TFS 1.2] Stamina doll

    Tested on TFS 1.2. WORKING! Thanks!
  14. demon088

    [SOLVED] HELP: Summoner Vocation

    Too bad it's not working for me :C EDIT: I was wrong, I missed the tag(<!) when added to globalevent.xml... I'm sorry, you were right! It already works! Thank you so much mate!
  15. demon088

    Programmer Bounty added to grant Object Builder 10.76 Support.

    Encontraste alguna solución viable para las animaciones infinitas?... Anyone fixed those infinite animation loops?
  16. demon088

    [SOLVED] HELP: Summoner Vocation

    It's not working, I'm using TFS 1.2. I already tried with posts like this, but still not working. It would be good if I could limit the summons as 1 maxium. I have not those options in config.lua... I have the sources of my ots, so if you could guide me on how to add the functions to order...
  17. demon088

    [SOLVED] HELP: Summoner Vocation

    Hello OtLand! I created a new vocation on my OTS, it's called "Summoner" its like a sorcerer, it casts offensive spells as well it can summon a large variety of creatures. I'm using TFS 1.2 and summons don't go to the summoner, they just follow you until stairs or different obstacles appear on...
  18. demon088

    Solved Debug on certain creatures [10.77]

    This is the solution if someone else got the problem: http://www.padventures.org/jano/ObjectBuilderJano FIX3.air Thanks to @Jano Edit your sprite and dat files with this software.
Back
Top