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

    In function 'Gettile' LUA

    i got this problem when i am opening a quest door function onStepOut(creature, item, position, fromPosition) local tile = position:getTile() if tile:getCreatureCount() > 0 then return true end local newPosition = {x = position.x + 1, y = position.y, z = position.z}...
  2. Simonalina

    Help with lua scripts.

    I have one more question, does anyone have a nice script for first items? in creaturescripts. i have this one on a realmap, and i dont know how to change. local firstItems = {2050, 2382} function onLogin(player) if player:getLastLoginSaved() == 0 then for i = 1, #firstItems do...
  3. Simonalina

    Help with lua scripts.

    Yes thank you! It works now. no errors while im hunting! Thank you very mush Sir Islam and Wibbenz!
  4. Simonalina

    Help with lua scripts.

    Full script: function onLogin(player) local loginStr = "Welcome to " .. configManager.getString(configKeys.SERVER_NAME) .. "!" if player:getLastLoginSaved() <= 0 then loginStr = loginStr .. " Please choose your outfit." player:sendOutfitWindow() else if...
  5. Simonalina

    Help with lua scripts.

    I have this: -- Stamina nextUseStaminaTime[player.uid] = 0
  6. Simonalina

    Help with lua scripts.

    -- Players cannot throw items on teleports if set to true local blockTeleportTrashing = false function Player:onBrowseField(position) return true end function Player:onLook(thing, position, distance) local description = 'You see ' if thing:isItem() then if thing.actionid ==...
  7. Simonalina

    Help with lua scripts.

    Thats my problem.. i searched for the stamina. Search "usestamina" (9 hits in 5 files) C:\Users\Simon\Desktop\theforgottenserver-v1.1-win64\data\creaturescripts\scripts\login.lua (1 hit) Line 16: nextUseStaminaTime[player.uid] = 0...
  8. Simonalina

    [Archived] "[Quick Showoff] Post your latest maps"

    I remember this city.. i think it was on 7.4 or something. i'm getting flashbacks hahah
  9. Simonalina

    TFS 1.0 cant connect (10061)

    No problem. Good luck in future!
  10. Simonalina

    TFS 1.0 cant connect (10061)

    Have you checked in youre router so you really opened all ports for 192.168.0.104 ? That last number is really import. so you dont opened it in router like: 192.168.0.1
  11. Simonalina

    TFS 1.0 cant connect (10061)

    Im almost sure, even if it ain't working its a step in right direction! :)
  12. Simonalina

    TFS 1.0 cant connect (10061)

    You should really do a domain man. its free and its perfect :)
  13. Simonalina

    TFS 1.0 cant connect (10061)

    no thats wrong. 192.168.0.104 -- this one first. 179.233.199.170 -- then this one? (You aint gonna use this) Go to No-ip.com Create a new IP there like delrexy.no-ip.org. Then you write: 192.168.1.104 Delrexy.no-ip.org
  14. Simonalina

    TFS 1.0 cant connect (10061)

    The first IP in config should be youre homepage ip, that means: youreipyougivetopeople.no-ip.org And the second IP on mysqlhost: should be :localhost thats what i have and that work corect Otherwise i know you checked all things up: 80 7171 7172 Check all these ports so they are open. also...
  15. Simonalina

    TFS 1.0 cant connect (10061)

    Did you try that i told you becaus i had that problem in 1.0
  16. Simonalina

    TFS 1.0 cant connect (10061)

    First of all. Go to: C:\Windows\System32\drivers\etc Find a File Called "Hosts" Open it with notepad then you should se something like: # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost If you see that, Then do this...
  17. Simonalina

    Lua interface Error

    I got some error with this. converting server to the latest TFS 1.1.. So after that i got this error. we fixed the most in LIB and all that. but now i got this. can someone help out?
  18. Simonalina

    Solved Can't add server on otservlist

    What hapend? xD
  19. Simonalina

    Solved Can't add server on otservlist

    yes yes. Beateds.no-ip.org
  20. Simonalina

    Solved Can't add server on otservlist

    yea i did that, but its still that problem with server offline.. :/ And i had that tfs 1.1 from beginning, haha
Back
Top