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

    Lua [TFS 1.0] Stamina gain when Training on "monks"

    Anyone knows how to get this rolling on TFS 1.0? addSta = {} local config = { timeToAdd = 3, -- addTime = 5, -- } local function addStamina(cid) if not isPlayer(cid) then addSta[cid] = nil return true end player:setStamina(cid, getStamina(cid) + config.addTime)...
  2. trustjah

    Lua [TFS 1.0] Script/item for double-exp with duration?

    When i add this to my events.xml and kill a monster i only seem to get normal exp (5exp from a rat) and its not recognizing my stages or config file setup, anyone got an idea?
  3. trustjah

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    Anyone that can help me with this error?
  4. trustjah

    Windows TFS 1.2 Changed Mana & HP ticks in Vocations.xml no change

    Nevermind, i found my problem. Human error. Thanks for helping out people! much appreciated!
  5. trustjah

    Windows TFS 1.2 Changed Mana & HP ticks in Vocations.xml no change

    so you're saying i have to change gainmanaticks="1" into gainmanaticks="5" ?? when i do this the problem still exists, i'm always back at full mana immediately.
  6. trustjah

    Windows TFS 1.2 Changed Mana & HP ticks in Vocations.xml no change

    can you post an example?
  7. trustjah

    Windows TFS 1.2 Changed Mana & HP ticks in Vocations.xml no change

    Hold on, that did not fix the problem this is my Vocations.xml am i missing something here? <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" clientid="0" name="None" description="none" gaincap="10" gainhp="5" gainmana="5" gainhpticks="2" gainhpamount="4"...
  8. trustjah

    Windows TFS 1.2 Changed Mana & HP ticks in Vocations.xml no change

    As the title is saying i've change the rates in the vocations xml and there is no change whatsover my mana goes up faster then the speed of light, anyone got an idea?
  9. trustjah

    VIP System [The Forgotten Server 1.0]

    Is it possible in any way to add experience to this? "If a players earns VIP days experience will be raised by 20% during the time the players has VIP days" To answer my own question replace this in player.lua under -- Apply experience stage multiplier if self:getVipDays() > 0 then...
  10. trustjah

    NPC working with balance.

    Nevermind. Found it in the post above.
  11. trustjah

    Windows Anybody knows how to make a global bank system?

    As the title is saying, does anyone know how to create a Global bank system so the player does not have to carry any gold to buy items from the NPC's? i've tried this guys code int LuaScriptInterface::luaPlayerRemoveMoney(lua_State* L) { // player:removeMoney(money)mon Player* player...
  12. trustjah

    Feedback Requested

  13. trustjah

    [France] Rookville [10.35] - OFFLINE!

    Rookville needs a new island. a fucking big one.
  14. trustjah

    [France] Rookville [10.35] - OFFLINE!

    Cannot find this key anywhere, or i'm not searching in the right places, but damn that triple warlock spawn maybe it's hidden there somewhere. "Zanux" ingame
  15. trustjah

    [France] Rookville [10.35] - OFFLINE!

    Took me 187 :(
  16. trustjah

    [Just Started] 8.6 Trustjah's mapping thread

    To confirm this i made a random char on a random open test server. Ankrahmun's oasis has another shape is much smaller has more grass, other detailing and indeed nomad camps. the image might come close to the one in Ank, but then again, it's not the same. Finally > "Who cares anyway".
  17. trustjah

    [Just Started] 8.6 Trustjah's mapping thread

    i guess thats what he's trying to say, indeed, i'll give that a shot, and i'll see what i can do about that blueberry bush.
  18. trustjah

    [Just Started] 8.6 Trustjah's mapping thread

    Why would one want to see the floors below or above him/her while they are underground? i don't really get that or like the idea. (not on this floor anyway) Forgot to mention that this first floor is located on "Z:11" and is not the only floor. i agree on the fact that it is not yet detailed enough.
  19. trustjah

    [Just Started] 8.6 Trustjah's mapping thread

    Tomb Floor 1 minimap Tomb Floor 1 random screenshot
Back
Top