• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. B

    Exhausted

    I did it, but after using spell with 10s exh i have communicate " You are exhausted." and anyway i have to w8 about 2s to use other spell. In 2nd spell i change sotrage and time to 2s. And every 2 use this 2nd spell with 2s exh didnt show magic effect + dont do dmg ;/ 1st spell: local combat =...
  2. B

    Exhausted

    I want to do combo system. When i use spell then i can use 2nd, 3rd with low cd.. But i cant find system/script. TFS 0.3.6.pl1 8.54
  3. B

    Spell Teacher 8.54 / tfs 0.3.6pl1

    Hello, im searching all google and i cannot find npc teachrr. If it possible i want to that npc learn us spell if we have f.e.: 10lvl, voc = 10, 12, fishing=4
  4. B

    Lua Floor Skilling

    Then now is it good? function onThink(interval, lastExecution) for _, cid in ipairs(getPlayersOnline()) do doPlayerAddMana(cid, getPlayerSkillLevel(cid, SKILL_FISHING) * 2, false) doCreatureAddHealth(cid, getPlayerSkillLevel(cid, SKILL_CLUB) * 0.5) end return true end
  5. B

    Lua Floor Skilling

    Everytime when im trying do something by myself it doesnt work :'( function onThink(interval, lastExecution) for _, cid in ipairs(getPlayersOnline()) do doPlayerAddMana(cid, getPlayerSkillLevel(cid, SKILL_FISHING) * 2, false) doPlayerAddHealth(cid...
  6. B

    Lua Floor Skilling

    So if we are here. I will ask for last thing. And i let u go ;> U are my God. how to set max skill. For example: max 100 fishing?
  7. B

    Lua Floor Skilling

    Thanks, u are awesome <3 It can be closed.
  8. B

    Lua Floor Skilling

    @up it isnt regenrating mana, and after login i have pz ;/ even if i login in temple.
  9. B

    Lua Floor Skilling

    <globalevent name="manaregen" interval="1" event="script" value="manaregen.lua"/> Is it Good? @Limos i have this error in console [30/12/2014 01:42:55] [Error - LuaScriptInterface::loadFile] data/globalevents/scripts/manaregen.lua:4: ')' expected (to close '(' at line 3) near 'end' [30/12/2014...
  10. B

    Lua Floor Skilling

    Thanks, works ;) And if i can ask. Is it hard to do, that every 1 fishing points gives 2mp/s ?
  11. B

    Lua Floor Skilling

    @Up I am newbie can u write step to step what i should do?
  12. B

    Lua Floor Skilling

    Hello, can someone write simple script for skilling floor. When i'm walking on water it's skilling me fishing, i dont know how to write it ;/ TFS 0.3.6pl1 (8.54)
Back
Top