• 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. X

    Windows Gesior Acc for TFS 1.2 Vocation problem

    Hello, I've got a problem with my Gesior Acc Maker for TFS 1.2 . I created a vocation with id = 20 and Acc Maker doesn't accept new vocation even if I inserted a valid ID. code from config.php ACC Maker $config['site']['newchar_vocations'] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3...
  2. X

    [1.2 TFS] getFormattedWorldTime function

    Hi, I've got a problem with function getFormattedWorldTime. I want to create a condition "if server worldtime is 14:35 or above then function runs" I tried with: if getFormattedWorldTime() >= 1435 then and I've got this error: attempt to compare string with number Can you help me?
  3. X

    [1.2 TFS] Max health/mana potion

    Hey everybody! I'm looking for script for 1.0+ TFS, which makes drink potion add max health points and other potion makes an increase of max mana points.
  4. X

    monster:setMaster(player) only for GOD? [tfs 1.2]

    hi, I've tried to summon unique creature by chosen vocation but I noticed that code: monster:setMaster(player) works only for GOD. If ordinary player tries to summon this unique creature, then it appears as ordinary monster, not summon. But if god uses this spell, then function works as it...
  5. X

    summon creature in target position

    Hi, I've made a script which changes a one creature to other. And problem is the creature appears next to target. I want to do that new monster appears in place of disappearing target. My event looks like this: function change(cid, var) doSummonCreature("Boar", getCreaturePosition(cid))...
  6. X

    Teleportation spell for TFS 1.2

    Hi, I'm looking for teleportation spell for TFS 1.2, which can teleport player to selected area on the screen. Will be fine, if it is instant spell. I mean way like this: When someone spell words, then select cursor appears and after select field, spell teleports him to selected place. If it's...
Back
Top