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

    make items unmoveable on lua for tfs 1.3?

    but imagine fromPosition == Position(x, y, z)
  2. Infernum

    TFS 1.X+ Help with modalwindow

    the params for your callback are wrong function(button, choice) if choice.text == "asshole" then -- poop elseif choice.text == "assholeN" then -- poop 2 end end
  3. Infernum

    TFS 1.X+ tfs 1.3

    there is no such attribute that increases magic damage in general, what they're telling you now is a 20% increase in magic level, which is only used in formulas and isn't to increase overall magic damage
  4. Infernum

    Cloudflare a litle help.

    look up some domains on namecheap.com, theyre usually cheap as hell (as expected by the name "namecheap") usually .com domains will hover around like $10 unless you're using some keywords that drive the price up
  5. Infernum

    Lua [TFS 1.3] Spawn an Item with a description

    you're trying to set the attribute to the trophyId, not trophy and stop using the old functions in new tfs local trophyId = 7369 local trophy = spectator:addItem(trophyId, 1) trophy:setAttribute(ITEM_ATTRIBUTE_DESCRIPTION, 'It has been achieved by '.. spectator:getName())
  6. Infernum

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    if you're trying to compile the latest source this thread is 7 years old and doesnt apply to current tfs follow this instead: otland/forgottenserver (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29)
  7. Infernum

    TFS 1.3 mount function

    you didnt ask for something about modifying character speed is he supposed to read your mind?
  8. Infernum

    Vcpkg "Could not locate cached archive:"

    it still builds if you read the rest of the msg, its just trying to find cached files, if it doesnt it downloads it and stores it
  9. Infernum

    TFS 1.X+ Problem with getItemById

    no, it's a tile method but you're using it on position create tile by using Tile(pos)
  10. Infernum

    Lua Xikini's Free Scripting Service TFS 1.3

    yes u do not have revscripts you need to use it like a normal action event
  11. Infernum

    daily reward SCRIPT 12.40!

    aff
  12. Infernum

    Feature [TFS 1.3] Monster Levels

    you did something wrong or added something else other than this system this code does not change any monster logic whatsoever, only multipliers to preexisting values
  13. Infernum

    Lua attempt to index a nil value

    or you can just use #split < 2, literally no reason for table.size here
  14. Infernum

    Lua attempt to index a nil value

    post your code not an image
  15. Infernum

    TFS 1.X+ Check Weapon Type When Wielded

    i love when people lurk my branches for code
  16. Infernum

    TFS 1.X+ Crash when player logout or die [tfs 1.3]

    what caused the crash is the destructor for some Container inside of DepotLocker it seems, what does that character's depot locker contain? it's hard to pinpoint the issue with no symbols
  17. Infernum

    Remove Skill, Level, and Magic level cap

    https://www.wikihow.com/Teach-Yourself-to-Read
  18. Infernum

    Remove Skill, Level, and Magic level cap

    can you read?
Back
Top