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

    Compiling help TFS 1.3 vcpkg compile

    Im using visual studio 2017 and windows 10 64 bits. I followed all the steps of the tutorial. server@DESKTOP-VB90F8F MINGW64 ~ $ git clone https://github.com/Microsoft/vcpkg Cloning into 'vcpkg'... remote: Enumerating objects: 118, done. remote: Counting objects: 100% (118/118), done. remote...
  2. G

    Nostalrius 7.7

    I'm using Visual Studio 2017 Community , TFS SDK v3.2 (libraries) , Boost C++ libraries for MSVC 14.1 64 bits, ( boost_1_66_0 ) i've added all variables but the visual studio is not loading boost when I open the project
  3. G

    Player rooked problem tfs1.2

    Thanks so much!!
  4. G

    Player rooked problem tfs1.2

    Yes, maybe create a OR hasBeenRooked onLogin, but this need check when the player lose level 6 to 5 and check if player is not (no vocation) because this can't work with (no vocation character) and think is better disable the lastLoginSaved = 0; lastLogout = 0; on sources, but idk how to edit my...
  5. G

    C++ Help to search function The forgotten server 1.2

    in sources, there is a function that does not let the player condition damage work inside the area in no_pvp Example: When the character is out of the no_pvp area and for example walk in a fire field there, when he enters the area no_pvp, the condition no work, no damage the character... only...
  6. G

    Player rooked problem tfs1.2

    yes, but when i connect the rooked character, connect without equipment, onLogin for some reason happens first idk ;S
  7. G

    Player rooked problem tfs1.2

    Up
  8. G

    Player rooked problem tfs1.2

    when player loses his level 5 on mainland he is sent to rookgaard, with level 1 and all skills 10, all correctly but my problem is with firstitems, he is not coming back with the firstitems again, I do not know why My First Items.lua function onLogin(player) if player:getLastLoginSaved()...
  9. G

    TFS 1.2 Lua script (House Scroll)

    perfect ! thanks so much... a question, is possible the script only work in specifc house id or name?
  10. G

    TFS 1.2 Lua script (House Scroll)

    no work :/ 0 console errors, in game say you cannot you this object...
  11. G

    TFS 1.2 Lua script (House Scroll)

    Hello, Im looking for house scroll script, basically the script will work like my talkaction (buyhouse), but i need this in action On use item, the player need use the scroll in front of house door without owner. My Talkaction Script function onSay(player, words, param) if...
  12. G

    criaturescript request

    Hello Shadow, thanks for ur reply. I got a console error [Warning - Event::checkScript] Can not load script: scripts/waterelemental.lua data/creaturescripts/scripts/waterelemental.lua:11: 'end' expected (to close 'function' at line 4) near 'else'
  13. G

    criaturescript request

    up ! maybe the function is onDeath or onKill
  14. G

    criaturescript request

    im looking a creaturescript for tfs 1.x, when the creature called "water elemental" die send a magic effect number (2) on corpse
  15. G

    Script for function onStepIn

    A question... example, how can i change this part player:setMaxHealth(basehealth+100 player:setMaxMana(basemana+100) Not regenerate a specifc value, but renerate full health and mana of the player?
  16. G

    Script for function onStepIn

    Request for (Forgotten Server 1.2) script. Hello Im looking for a script onStepIn like this if player walk in tile with uid of this script player set to storage 100,1 and gain 100 of mana and 100 of health but only one time, if the player walk again nothing happens.
  17. G

    [BRAZIL] [Custom - 7.4] Nostalrius.com.br [Tuesday 04.12.2018][20:00 GMT -3]

    Prepare myself for reset? Or close server suddenly? U open low rate and closed the server some months after... No thanks
  18. G

    [USA] [Custom - 7.4] WeAreTibia PvP-RPG [EU PROXY 13/04/2019] [18:00 CET]

    no thaNKS, I PREFER talk with real people for help.
  19. G

    [USA] [Custom - 7.4] WeAreTibia PvP-RPG [EU PROXY 13/04/2019] [18:00 CET]

    550 BOT on TWITCH... funny theys talking random in chat hahahaha UR SERVER = BAIAK SERVER POOR SERVER, POOR SPRITES, POOR DEVELOPER LOL
  20. G

    Znote Layout

    How can i change Layout background page? I tryied edit the imagem on folder imagens, but no work
Back
Top