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

    Solved [TFS 1.2] Spell Learner Problem.

    Omg.. thank you such a small thing to miss lol.
  2. yogiikke

    Solved [TFS 1.2] Spell Learner Problem.

    So first off its a Long time ago i acctuly made a script and i was in the progress of learning lua but i didnt really finish it because i simply didnt understand... but oh well excuses aside the problem with the script is that i dont know the problem it doesnt give me a error or anything it just...
  3. yogiikke

    Solved Small Position problem. [TFS 1.2]

    Bump. been trying all day -.- still no succes
  4. yogiikke

    TFS 1.2

    Not sure what u wanted the function for but here is a example script that i use in my server. And i should say that i did not create this script myself. function onUse(player, item, fromPosition, target, toPosition) local gain = 250000 -- Health the player gains. local storagevalue =...
  5. yogiikke

    Solved Small Position problem. [TFS 1.2]

    Okay so the idea was a grappling hook but then for TFS 1.x so i took this script https://otland.net/threads/mod-grappler.46357/ and i twisted it into this ( a grappling hook that only goes to itemEx with actionid 1337) Now this script works fine without. these parts local pos =...
  6. yogiikke

    TalkAction !commands for TFS 1.1

    what i did was make a new talkactions.xml and remove the commands u dont want in there and changed in his script local file = io.open("data/talkactions/talkactions.xml", "r+") to local file = io.open("data/talkactions/whatever.xml", "r+")
  7. yogiikke

    TalkAction !commands for TFS 1.1

    awesome works in tfs 1.2 thanks i was looking for this as well and i couldnt find it either but maybe i also have bad search skills :P
  8. yogiikke

    Windows odd connection issues TFS 1.2

    i had the same problem restarting my router was the fix for me.
  9. yogiikke

    Solved I cant connect while others can and reversed.

    i Solved it by restarting my router now i can login trough my ip addres 127.0.0.1 but when i log in trough my public ip addres i get this error in tibia. but fine i can join my players now trough my localhost ip and they can login trough my public ip addres so im fine with that as long as this...
  10. yogiikke

    Solved I cant connect while others can and reversed.

    yeah i tryd multiple ip changers. :(
  11. yogiikke

    Solved I cant connect while others can and reversed.

    Yes i could only reach character selection with 127.0.0.1 after that it says cannot connect to the game server. Error: Connection timed out. (10060) the game server is offline. while others are logd in :confused: and when i tryd logging in with my public ip i couldnt even reach character selection
  12. yogiikke

    Lua npchandler.lua with delay onBuy and Anti-stack items

    https://otland.net/forums/requests.132/
  13. yogiikke

    Solved I cant connect while others can and reversed.

    Hello okay here is the problem since a month ago everything workd fine i could connect to my tibia server trough my public ip addres no problems at all now a month later and i didnt touchd it for a month it is broken for some reason and i cant figure it out. i use latest TFS from...
  14. yogiikke

    The Legendary Door - Level 999 Gate of Expertise -

    How long would it take to get that level? 2 years? 3? 5!?
  15. yogiikke

    [TFS 1.1] Exp Scroll by Stages.

    Hello Otland i wanted a reward for my last man standing event from @nevix https://otland.net/threads/tfs-1-0-last-man-standing-by-nevix.222108/ And decided to remake https://otland.net/threads/action-exp-scroll-by-stages.133794/ posted by @kimokimo and since even he doesnt know where its from i...
  16. yogiikke

    TFS 1.0 Last Man Standing By Nevix

    i cant script im trying to learn it but i probably fail as useual :D i learn more if u completed it so i can get the rules u made into my head tough :p:( but ill see what i can do question did someone told you i was trying to learn lua code or just random guesse?
  17. yogiikke

    TFS 1.0 Last Man Standing By Nevix

    @nevix can you make it that reward is an item or random from 5 items that is configurable? like itemid chance 500 and second itemid chance 1000 or something?
  18. yogiikke

    TFS 1.0 Last Man Standing By Nevix

    @nevix would be nice if you also explained that we have to change. :) portalwhere = {x= 32349, y=32222, z=7} local portal = doCreateItem(11796,1,portalwhere) doSetItemActionId(portal, 25001) doSendMagicEffect(portalwhere, CONST_ME_TELEPORT) iteminfo = {x= 32348, y=32222...
  19. yogiikke

    Action Snake System TFS 1.X [Mocks]

    Works :cool: thanks.;)
Back
Top