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

    Graphic Designer Looking for spriter

    Hello, Looking for a good spriter for a PAID and continuous job. Leave HERE your works, portfolio and Discord. Thanks.
  2. armyman

    OTClient OTC Addon outfits problem [TFS 1.2]

    Server version: 7.72 using downgraded [TFS] 1.2 My OTC game.cpp void Game::setClientVersion(int version) { if(m_clientVersion == version) return; if(isOnline()) stdext::throw_exception("Unable to change client version while online"); if(version != 0 && (version <...
  3. armyman

    Otclient weird errors

    I'm looking for some help, or someone to give me a light about it. Well i'm using a custom downgraded The Forgotten Server 1.2 (7.72). Current problems when I connect, even without moving the character, I have these errors below on the OTC terminal and I'm kicked automatically after a few...
  4. armyman

    Looking for programmer c++ and znote acc

    Work with tfs 1.2 and accept paypal paymment method Pm here.
  5. armyman

    1 Error compiling Otclient

    1>------ Build started: Project: otclient, Configuration: Release Win32 ------ 1> animatedtext.cpp 1> animator.cpp 1> client.cpp 1> container.cpp 1> creature.cpp 1> creatures.cpp 1> effect.cpp 1> game.cpp 1> houses.cpp 1> item.cpp 1> itemtype.cpp 1> lightview.cpp 1> localplayer.cpp...
  6. armyman

    Looking for mining system

    Someone have a simple mining system for the forgotten server 1.2? No need get skills, just use (x item id)on x (stone 1 id), have a chance for get (x id item)"ore" the stone transform in other (stone 2 id) and back for (stone 1 id) after x time configured. Thanks up
  7. armyman

    AAC A Error creating account

    I'm using Znote acc i got this error in page when i'll create a new account string(50) "SELECT `id` FROM `accounts` WHERE `name`='123453';" (query - SQL error) Type: select_single (select single row from database) Unknown column 'name' in 'where clause' How fix it?
  8. armyman

    NPC Seller change limit amount to buy item TFS 0.3.7

    now i can buy example 100 bps at once, i want change this limite this for 1.
  9. armyman

    Reward when get x level TFS 0.3.7

    anyone have script for reward platinum coins when get new level? Example Level 8 = reward Level 15 = reward Level 20 = reward Level 30 = reward
  10. armyman

    desappear the vial flask tfs 0.3.7

    someone help me to change the script, when i use the mana fluid,or other liquids flask, i want the vial flask, but now when i use the flask desappear... Fluids.lua local exhaust = createConditionObject(CONDITION_EXHAUSTED) setConditionParam(exhaust, CONDITION_PARAM_TICKS, 500) local drunk =...
  11. armyman

    Can't rope on sewer grate tfs 0.3.7.

    I can't rope objects,creatures,players on sewer grate, my rope don't work there. Imgur: The most awesome images on the Internet the sewer grate id is 430, i'm using this on my script, but don't work my rope. This is my script. local OPENED_HOLE = {294, 383, 469, 470, 482, 482, 485, 489}...
  12. armyman

    NPC Send Effects tfs 0.3.7

    I need help to add effects... well my npc's spells, when i buy a new spell i want a blue magic effect in player Modules? or Npc script.lua someone help me?
  13. armyman

    Lua NPC spells Error console TFS TFS 0.3.7

    I got this error in console when i talk with the npc to buy a new spell, the npc don't reply me after... CONSOLE ERROR. [Error - NpcScript Interface] data/npc/scripts/Muriel.lua:onCreatureSay Description: data/npc/lib/npcsystem/modules.lua:112: attempt to call field 'vocation' (a numb er...
  14. armyman

    Script teleport player TFS 0.3.7

    Hello, i'm looking for script that when a player is going to login in surrounded by objects or players in ur place and he got teleported to ur cityhomeTown temple. 1 Example Picture. Imgur: The most awesome images on the Internet In the picture If i logout now, after I do not want to connect...
  15. armyman

    Can't use Door "Problem"

    if i'm in same sqm of door i can't use the door with a object box,table etc... in front of the door Imgur: The most awesome images on the Internet
  16. armyman

    Help to Add MULTPLATFORM77

    help me, How i put it in project? this camp, but where? Imgur: The most awesome images on the Internet
  17. armyman

    Help how to Skip Items.otb Check in sources

    Someone help me to edit the sources of Items.otb to skip the Items.otb check? I'm using otx 2 sources Sorry, but i can't put the source code here
  18. armyman

    Error console map load otx2

    I compiled the server with _MULTIPLATFORM77 i got this error in console when i load my map Imgur: The most awesome images on the Internet any solution?
  19. armyman

    Downgrade TFS 1.2 7.72 to 7.4

    Hello, I need help to downgrade tfs 1.2 to version 7.4 features, someone can help me? Thank you.
  20. armyman

    Rope action like 7.4 TFS 1.2

    I need a action of my rope in server 7.72 to not work with item or player in rope spot. this is my rope script local OPENED_HOLE = {294, 383, 469, 470, 482, 482, 485, 489, 430} local OPENED_TRAP = {462} local DOWN_LADDER = {369, 370, 408, 409, 427, 428, 3135, 3136, 5545, 5763} local ROPE_SPOT...
Back
Top