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

    Trainers in-game or offline trainers?

    Which do you prefer?
  2. SamX

    [Italy] Zanera 7.70 - Snapshot of a Real Tibia Server (reset every 24h)

    Ditto on the rook chars, 95% of what I log into is level 1-8.
  3. SamX

    Mapper Searching for serious mapper

    So first you say you will pay him, now you say you don't pay for source work. Sounds fishy.
  4. SamX

    Travel PC

    So I'm looking for a decent priced laptop for when I'm travelling. Will only be used for browsing, maybe a little OT work. No hosting or anything. Looking for something light with decent battery life and not super slow. Open to the tablet/pc ones or traditional laptop. Preferably around ~$500
  5. SamX

    Voltage OT || Discussion Thread - BETA coming soon!

    Really don't have much to to do content wise - just balancing/bug testing/adding a few things as I see fit. Will be looking for some people to try it out and give their opinion :)
  6. SamX

    C++ Effects keep repeating

    Bump.
  7. SamX

    C++ Effects keep repeating

    I don't think it's got anything to do with that. For example I added an effect to 105 (a fire effect) and it does the same thing. The critical system works good except for that effect error.
  8. SamX

    C++ Effects keep repeating

    Hi, On my server when I add new effects they continue to repeat until the player leaves the screen. An example of this is critical hit. See this image: When I attack a monster with a item equipped with critical hit it will keep repeating until the player leaves the screen. It also happens...
  9. SamX

    Linux Running windows.exe

    @Don Daniello Considering I'm using tfs 1.2, and it should be console can you please provide some support and help me with getting it to work with windows exe. As previously mentioned this is the third time I've purchased your services and haven't been able to use it.
  10. SamX

    Linux Running windows.exe

    And as you can probably imagine I have no idea how that works :D
  11. SamX

    Linux Running windows.exe

    I'm running TFS 1.2 modified. So if it is console it should work then? As far as I can tell it is, but to be honest I'm not all that familiar with the difference.
  12. SamX

    Linux Running windows.exe

    I will try that when I get home. @Don Daniello Is there no other way to do it without CMake then? Can I compile a console exe somehow on windows? This is the third time I've bought your services and haven't been able to use them.
  13. SamX

    Lua Why this potion ends?

    Then it's somewhere else. This script doesn't tell the game to remove the potion.
  14. SamX

    Lua Why this potion ends?

    local MIN = 750 local MAX = 900 local EMPTY_POTION = 7635 local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 100)) function onUse(cid, item, fromPosition, itemEx, toPosition) if...
  15. SamX

    Which client version and server?

    You can also update RME to 10.98. You'll have to add the new sprites you want yourself. Just copy the items.otb/.xml into the RME folder.
  16. SamX

    [France] ForgottenL | 8.6 | A New Era | Legendary High Rate

    Used to play this years ago. Good luck!
  17. SamX

    Linux Running windows.exe

    They are custom sources based on 1.2. They compile fine in windows, so idk
  18. SamX

    Linux Running windows.exe

    Yup, they're all installed and up to date.
  19. SamX

    Linux Running windows.exe

    This is what appears when I put that in. otsmanager@158-69-12-213:~$ cat /home/otsmanager/forgottenserver/build/Makefile | less...
  20. SamX

    Linux Running windows.exe

    Got this far: otsmanager@158-69-12-213:~/forgottenserver/build$ cmake .. -- Configuring done -- Generating done -- Build files have been written to: /home/otsmanager/forgottenserver/build otsmanager@158-69-12-213:~/forgottenserver/build$ make When I do make, nothing happens.
Back
Top