• 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. War-Ots

    Lua Skull systems for frag rank TFS 1.2

    I added this skullTimer and I have an error data/creaturescripts/scripts/login.lua:onLogin data/creaturescripts/scripts/login.lua:5: attempt to call method 'setSkullTimer' (a nil value) stack traceback: [C]: in function 'setSkullTimer' data/creaturescripts/scripts/login.lua:5...
  2. War-Ots

    Lua Skull systems for frag rank TFS 1.2

    Hello on more time I know alot of people have asked things like that and I have already read their post and cound not find a solution for me so here it is: in login.lua on function onLogin(player) I tried to add something like this to test if the skulls were setted correctly, but when I log in...
  3. War-Ots

    Solved Machete usage, Wild Growth not decay's (target:transform(0))

    Hello! I am fixing a bug in my PVP-E server where wild growth can not be cutted by a machete for some reason I had this script: function onUse(player, item, fromPosition, target, toPosition, isHotkey) if target.itemid == 2782 then target:transform(2781) target:decay()...
  4. War-Ots

    Solved Changing the functions in sources or fix Lua script?

    Well thnx alot my problem is solved
  5. War-Ots

    Solved Changing the functions in sources or fix Lua script?

    Hell Yeah!! good point missed the this Think now I can solve my problem will check and send a feedback!
  6. War-Ots

    Solved Changing the functions in sources or fix Lua script?

    Hi! Well I know I a bit of c++ because I learned alot of C, but I'm not too used the sources of the servers and the API tfs 1.2 (I still need to understand better how does it works) so it give me have arisen following doubts: I was working on a function in my PVP-E server, to balance the exp...
  7. War-Ots

    Solved Config.lua Question

    Ok I have found this piece of code in sources It is probably near line 3349 in your player.cpp file uint64_t Player::getGainedExperience(Creature* attacker) const { if (g_config.getBoolean(ConfigManager::EXPERIENCE_FROM_PLAYERS)) { Player* attackerPlayer = attacker->getPlayer()...
  8. War-Ots

    Solved Config.lua Question

    Hey, I'm working on a PvP-Enforced server and I'm having an issue with config.lua, I enabled experienceByKillingPlayers but I can't find the place where I can controll the pvp experience rates, like lvl 100 kills other lvl 100 and gets 10 levels, I want to nerf to 5 levels, where do I find the...
  9. War-Ots

    [France] - Dream-OTS 10.9 Custom High Experience Server

    Keep working and gj ! Now server is "playable" xD gj gj!
Back
Top