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

    TFS 1.X+ TFS 1.3 with Client 8.6

    It can be a headache if you don't know what you are doing. I'd suggest reading about it and take things from there and compile if you feel you can do it! If you don't want to learn or if you find things too difficult maybe someone will help you achieve what you are after 😃
  2. SorketROrk

    Re-Working My Server - Looking for your opinions!

    There will always be people who dislike or disagree with your idea, only time will tell how well you do. Assuming there is good enough content and well though ideas that you've brought to life it should do well 😃 You have to think big but don't forget about small goal/ideas also. Most important...
  3. SorketROrk

    Error Npc "You do not have enough capacity"

    Hi, You say that some NPC have that problem? If you have working NPC that sell item you should compare the code and see if you can find whats causing your problem. If you do not understand the code you could try post the code here, the one that you think is causing this so we can try and help...
  4. SorketROrk

    [Sweden] [Custom] - Therran

    Good luck guys! 😃
  5. SorketROrk

    Since theres no self introduction thread...

    Welcome friend, any goals in mind now that you got back to Tibia/OT Community? I can't believe how many people have played tibia long ago and are still around haha :) What do you think makes people come back? RME is fine I guess, dunno what people use nowadays, I myself use RME.
  6. SorketROrk

    Anything is possible

    I mean.. How could you possibly know that anything is not possible?
  7. SorketROrk

    Anything is possible

    How do you know?
  8. SorketROrk

    Anything is possible

    If you want it bad enough! :)
  9. SorketROrk

    TFS 1.X+ Blank Rune Problem

    What happens when you /I blank rune, without a bag/backpack/available slot? Also, have you been editing sprites?
  10. SorketROrk

    otland lagging?

    Would be great to know what's actually happening, and if there is a fix in progress 😃👍
  11. SorketROrk

    First post!

    What's poppin G
  12. SorketROrk

    Lua Merge items with lever (Action)

    You also need to add a line in actions.xml to make it look for the script and actionid, I assume you already did this? If not then do it. Else it must be something else yeah since it works for me TFS 1.3~
  13. SorketROrk

    Lua Merge items with lever (Action)

    Hey, I've added another item required to do the fusion just to show a way of doing things, also elseif statement which allows you to combine other items.. you can follow that example if you wish to add more fusions. Try this: function onUse(cid, item, frompos, item2, topos) item1pos =...
  14. SorketROrk

    Lua Merge items with lever (Action)

    I think you might be messing up with the code, have you scripted before? :) I'll take a look at it tomorrow. Hopefully someone else might be able to help you before then.
  15. SorketROrk

    Lua Merge items with lever (Action)

    Did you try the script above? It works for me and it should just be a matter of adding the correct location & item id. Does it not work for you? If you wish to have all items you listed then you can add them with elseif statements.
  16. SorketROrk

    Lua Merge items with lever (Action)

    Hey, I got some free time at home and tried your script, apparently it did not work as intended.. I have however been trying some shorter code and it seems to be working, take a look at this: function onUse(cid, item, frompos, item2, topos) item1pos = {x=1026, y=1024, z=7, stackpos=255}...
  17. SorketROrk

    How to start the "[10.98] Nightly packages of The Forgotten Server (official / master)" from Don Daniello?

    It seems like you need to setup your database first https://docs.otland.net/ots-guide/running-your-first-ot-server/setting-up-your-first-server
  18. SorketROrk

    Lua Merge items with lever (Action)

    So with the current script, what actually happens when you pull the lever? Do the items required get removed? Are you getting any effects to the set positions? I'm not home to test but it does not hurt to get more information as we may come to a solution.
  19. SorketROrk

    PureOT - developement thread

    Best of luck!
  20. SorketROrk

    Lua Merge items with lever (Action)

    Hey, have you tried to make the script only look for 1 item required for fusion? It's hard to find the problem with no errors since you have 500 lines of code xD I would suggest trying to find what's wrong with a smaller and more simple script so you know what's causing it.
Back
Top