• 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!

Recent content by Hayvosh

  1. Hayvosh

    TFS 1.X+ Djinn NPC talk only if quest is done

    Thanks! That worked like a charm :-)
  2. Hayvosh

    TFS 1.X+ Djinn NPC talk only if quest is done

    Hello, I have been working on getting the Djinn War quest complete, for TFS 1.5 Nekiros downgrade 7.72. And the quest in whole works fine now, however I can not get the Djinn NPCs only talk to me if I have completed the quest. Been searching around this forum for ideas, but I'm stuck. The npcs...
  3. Hayvosh

    [SWEDISH] [Client 7.72] Melissahserver

    Well isn't it great that people can chose for themselves, we are not aiming to the one of the biggest. And I'm pretty certain that all of the OTs out there has a few bugs here and there, the difference is just that I told everyone about it and that it's being fixed as a part of continuing...
  4. Hayvosh

    [SWEDISH] [Client 7.72] Melissahserver

    Just to answer your trolling, some things you discover along the way :)
  5. Hayvosh

    [SWEDISH] [Client 7.72] Melissahserver

    Time to make a bit of a "whats new" post here, there has been a lot of bugfixes and other improvements to the server the past days. And I thought I'd make a post to clarify some of them, to show that this server is beeing constatly worked on and making improvements. All updates and fixes also is...
  6. Hayvosh

    Lua TFS 1.2 8.0 Distro problem with vials

    Sorted this out myself, change this in modules.lua : search for ShopModule:addBuyableItem on around line 800 (depending on your files. Change it to : function ShopModule:addBuyableItem(names, itemid, cost, realName, itemSubType) if SHOPMODULE_MODE ~= SHOPMODULE_MODE_TALK then...
  7. Hayvosh

    Lua TFS 1.2 8.0 Distro problem with vials

    Tried your script, and it works great for vials. But for some odd reason it stops working on for example the NPC Tom in rookgaard to sell dead rats and such. Any idea why? This is from Tom.lua shopModule:addSellableItem({'rat'}, 2813, 2, 'dead rat') When I greet the NPC and say sell dead...
  8. Hayvosh

    [SWEDISH] [Client 7.72] Melissahserver

    Ah thanks for the info! The correct link should be Join the Melissah OT Discord Server! (https://discord.gg/DBetfxq3DH) 1642849373 It's fine by us, if people find it interesting they can join us :) we like it 2x, as we do not strive to have insane experience gains but more like vanilla. And if...
  9. Hayvosh

    Vilka är aktiva på otland?

    Även jag är Svensk och har vart med på Tibiaspåret sedan tiden bara Antica fanns när, och precis när klient 6 kom :-) Och spelade aktivt ett bra tag, var även Counsellor ett par år innan jag la ner. Nu har det vart paus bra många år, men fick suget tillbaka och tänkte att borde kasta upp en egen...
  10. Hayvosh

    TFS 1.X+ GM/GOD Light issue

    Still having issues with this, anyone got some good ideas? :)
  11. Hayvosh

    TFS 1.X+ Weird error when using Vials

    Doh! Thanks.. missed that part in the code, I blame it on beeing tired :cool:
  12. Hayvosh

    TFS 1.X+ Weird error when using Vials

    I just noticed some weird bug in the server console when I happened to use an empty vial on the ground in-game, using Nekiros TFS 1.5 7.72 downgrade. I get the following error : Lua Script Error: [Action Interface] data/actions/scripts/other/fluids.lua:onUse data/global.lua:127: bad argument...
  13. Hayvosh

    CreatureEvent [TFS 1.3] Best Free Anti-Bot System -- Notations & Auto-Ban

    Also another question, I have this implemented in Nekiros 1.5 downgrade for client 7.72 but for some reason it crashes the client when it tries to send questions to players. Could this be modified to work with 7.72 as well?
  14. Hayvosh

    TFS 1.X+ GM/GOD Light issue

    Noticed this also yesterday when playing. The GOD charachters light does not show for other players (which is no GM or GOD)
  15. Hayvosh

    CreatureEvent [TFS 1.3] Best Free Anti-Bot System -- Notations & Auto-Ban

    Hello @Shadow_ I implemented your anti-bot on my server and just have a question regarding this : local timeToKick = 10 * 60 --10 minutes Is this to be considered as AFK timer? I was training while watching a bit of youtube and had been kicked to temple with a notation. There is a afk timer...
Back
Top