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

    [Help] onDeath

    Hello everyone, is there anyway to make players loose exactly 1 lvl on death?
  2. belier140

    Linux Use Compiled tfs 1.0 on Ubuntu

    Hello, i was wondering if someone could help me to run a tfs version i compiled on ubuntu, i followed this tutorial: https://github.com/otland/forgottenserver/wiki/Compiling-on-Ubuntu and everything went fine, but the thing is that i cant find any tutorial to explain me how to run it, can...
  3. belier140

    [Help] Hide all players level on look

    Hello, can someone tell me which files do i have to edit to succesfully do this? (if possible) . I tried to delete this s << nameDescription; if(!hasCustomFlag(PlayerCustomFlag_HideLevel)) s << " (Level " << level << ")"; from player.cpp but it seems like i need something...
  4. belier140

    Windows DB query, Moving player items to depot

    Hello everyone, as the title says i'd like to know if its possbile to move all the equipment/bp of all the players to their depots. Thnx in advance~
  5. belier140

    Lua [Help] Talkaction to Globalevent

    Hello everyone, could someone help me to make a global event from a talkaction? I cant find the way to do it, thanks in advance for your help. Here's the script: config = { center_pos = {x = 16936, y = 16697, z = 8}, item = 8304, aid = 4003, effect = CONST_ME_ENERGYAREA, teleportPosition =...
  6. belier140

    Help with mount system =(

    Hello everyone, i need some help with the mount system cause when i try to use the items i always get the message "You cannot use this object." here are my codes--[[ The 'CHANCE' values that I'm not sure about have been defaulted to 40% TODO: Get real FAIL_MSG and SUCCESS_MSG for some of the...
  7. belier140

    Skull Remover problem =/

    Well i have a script to remove frags and Red/Black skull when u use it, but im having a problem.... everything works fine, the players get their skull removed and all the frags, but it says that they have black skull.... like This: 00:58 Your black skull will expire at 28 May 2010 17:59:14...
Back
Top