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

    command shutdown tfs 1.0

    Only one problem with your script, if i write "/shutdown stop" this will show the sendCancel "numeric param may not be lower than 0" @EDIT: And if i type /shutdown 5 this will closeserver in the same time i submit the command, players dont will see the broadcast.
  2. Techrlz

    Lua os.time edition/math?

    function string.diff(self) local format = { {'day', self / 60 / 60 / 24}, {'hour', self / 60 / 60 % 24}, {'minute', self / 60 % 60}, {'second', self % 60} } local out = {} for k, t in ipairs(format) do local v = math.floor(t[2])...
  3. Techrlz

    SEARCHING SCRIPTER FAST (PAY)

    Care, scammer!
  4. Techrlz

    Microsoft Visual Studio 2015 (community)

    Yes, i tried with same files, have another idea??
  5. Techrlz

    Microsoft Visual Studio 2015 (community)

    I downloaded vc14 , installed boost and sdk, put the path but when try to compile receive this error: Error LNK1104 cannot open file 'libboost_system-vc140-mt-1_59.lib' theforgottenserver C:\Users\Techrlz\Documents\GitHub\forgottenserver-master\vc14\LINK 1 any1 have fixed the...
  6. Techrlz

    Change gold script TFS 1.2

    actions.xml <action itemid="2148" script="other/changegold.lua" /> <action itemid="2152" script="other/changegold.lua" /> <action itemid="2160" script="other/changegold.lua" /> changegold.lua local config = { [ITEM_GOLD_COIN] = {changeTo = ITEM_PLATINUM_COIN}, [ITEM_PLATINUM_COIN] =...
  7. Techrlz

    Linux HELP!!

    screen ./theotxserver
  8. Techrlz

    Complete Noob Please Help Basic Questions

    Version 3777 is good. Remeres you can use the latest version.
  9. Techrlz

    Update 2 line to TFS 1.2

    doSendMagicEffect(pos, magicEffect, ...) or Position(pos):sendMagicEffect(magicEffect, ...)
  10. Techrlz

    10.79 Client with old spell effects from 8.60? its possible?

    Yes, replace the effects between clients.
  11. Techrlz

    Lua How to Put ne

    https://github.com/orts/server
  12. Techrlz

    Lua How to use shovel in

    Yes, its supposed to work.
  13. Techrlz

    Mapper Searching Mapping and Programmer

    Care, this guy scammed me.
  14. Techrlz

    Otservlist information

    The "starting soon" have a good price, you can get many players easily depending on many factor and recover this money in days.
  15. Techrlz

    Createaccount GESIOR

    Change your host.
  16. Techrlz

    Lua Necromancer Task

    Yes, he needs to sudy, he trying to run datapack 1.0 using tfs 1.2.
  17. Techrlz

    Solved How to make forever amulet?

    remove charges from item.
  18. Techrlz

    Can't make items as a god

    account type 3 or 5, i don't remember exactly.
  19. Techrlz

    Can't make items as a god

    You need to change your account type too.
  20. Techrlz

    Lua How to remove missions to access a quest?

    addStorage??? I only know this function: player:setStorageValue(12250, 2)
Back
Top