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

    Lua TFS 1.2 Spells , Storage , Vocation

    woops i just noticed from your words my script is wrong -_- my script should make spell able to be used by storage and knights :D and my script make knight not able to use spell
  2. MadaraTajima

    Lua TFS 1.2 Spells , Storage , Vocation

    well i will try , but i think your script same as mine :D i will try it :) thx
  3. MadaraTajima

    Lua TFS 1.2 Spells , Storage , Vocation

    Hello OTLand .. I've this question about if i can add storage value to spell I want to create a server with rebirths and change vocations Ex: i'm knight and i will rebirth to druid , so instead of making many vocations can i use storage on spells so Ex: if you get rebirth from knight to druid "...
  4. MadaraTajima

    Solved Need little explain about TFS 1.x source

    thx it's supposed to be the max distance i can move .. ty
  5. MadaraTajima

    Solved Need little explain about TFS 1.x source

    i said map.h from tfs source file and this code from line 177 to line 180 static const int32_t maxViewportX = 11; //min value: maxClientViewportX + 1 static const int32_t maxViewportY = 11; //min value: maxClientViewportY + 1 static const int32_t maxClientViewportX =...
  6. MadaraTajima

    Solved Need little explain about TFS 1.x source

    in map.h there is code at line 48 #define MAX_NODES 512 what does node actually means ?
Back
Top