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

    Any serious servers out there?

    Feel free to check out mine, its been up for 3months for bug squashing - but i'm getting to point large amount of players won't be a problem. (its not advertised, but i'll have it up there in coming weeks after I get my tax return.)
  2. Lyky

    Any serious servers out there?

    @OP / @volvo123 whats the definition of serious server?
  3. Lyky

    TFS 1.X+ Items decaying at ground

    notice how different itemid's are used in my example in movements.xml :)
  4. Lyky

    TFS 1.X+ Items decaying at ground

    item must have transformEquipTo and back as in this example inside items.xml <item id="2168" article="a" name="life ring"> <attribute key="weight" value="80" /> <attribute key="slotType" value="ring" /> <attribute key="transformEquipTo" value="2205" />...
  5. Lyky

    CreatureEvent [TFS 1.2] Task System

    i'd still be inefficient to kill your summons to progress. ~ mana used vs progress.
  6. Lyky

    OTMapEditor for 8.0

    this one is older than 0.459 (which I have); and gives same error 0.470b also has the same issue. (in this item case, the item it fails to unserialize is casket with blood) If i remove it or so, it just goes to next, and next, and next item... which is unlikely the issue as rme works just fine.
  7. Lyky

    CreatureEvent [TFS 1.2] Task System

    works just fine - i see the use for it.
  8. Lyky

    OTMapEditor for 8.0

    Hi, Could anyone upload point to simone's otmapeditor for 8.0 ? if one's can could you upload every single one of them between versions 0.459->0.58 I got 0.459, and 0.58 but they do not seem to like 8.0. Please do not push RME on me, tried - i really did try to like it... but its sht. Also...
  9. Lyky

    Phobos-Online

    maybe when it opens to public, i'll check it out again. Still Phobos is the best, and greatest of OTS :) (If we can still call it OTS)
  10. Lyky

    C++ What function in tfs 0.4?

    you can change monsters that are being created inside the npc script or event
  11. Lyky

    C++ What function in tfs 0.4?

    its pretty much same thing as orc king was doing but i'd recommend doing it through events and creaturescripts, to script the encounters. NPC would only activate certain event so you get turns once other monster is defeated
  12. Lyky

    C++ What function in tfs 0.4?

    then its even easier... just spawn monsters... no need for npc to do any kind of attacks. local creatures = { 'Monster1', 'Monster2' } for i = 1, #creatures do Game.createMonster(creatures, Npc():getPosition()) end
  13. Lyky

    C++ What function in tfs 0.4?

    you can make a workaround inside npc as such; (this is just example, but you can make more advanced, randomized attacks, literally to behave like a monster.) local guardCondition = Condition(CONDITION_FIRE, CONDITIONID_COMBAT) guardCondition:setParameter(CONDITION_PARAM_DELAYED, 10)...
  14. Lyky

    TFS 1.X+ Unjust when killing player

    look into creaturescripts, playerdeath.lua, and libs; if you don't see anything wrong there its likely source.
  15. Lyky

    C++ What function in tfs 0.4?

    @Adix910 You are going wrong way about it; post where did you find that function in your first post. Ideally it should be part of sources, which will contain everything you need to implement it into your engine. Since its a new function it may not be just copy-paste.
  16. Lyky

    Action Extremely simple house building script [TFS 1.2]

    There are 3 ways to solve it 1) add buyable plots of land on the website, (you can create entry door somewhere else on the map so server side entryPos works fine, and loads as valid house) you can put command !putdoor (to put door itemid if in house) edit tile.cpp and add exception to house.cpp...
  17. Lyky

    [TFS 1.2] Increase amount of text can be written in books

    Thanks, I'll try expanding maxTextLen; But i'm not sure that would fix my issue (I think it would still load text that's written through the mapeditor even if its over maxTextLen, and stop loading further signs/books etc.) - worst part i have over 600 signs/books etc on the map, it would be a...
  18. Lyky

    TFS 1.X+ Character 'freezing' when creatures attack meele range

    While it may not be related to client - it is in a way; Issue like that can be made from both client, and/or the server side: Compare your protocol code with different sources of the same protocol; You may just find that it was either downgraded or upgraded, and verification was simply disabled...
  19. Lyky

    [TFS 1.2] Increase amount of text can be written in books

    bump up still haven't found it in sources definition limits of IsWritable item. Help appreciated.
  20. Lyky

    CollapserLegacy

    isn't that his right to do so? >_> I mean as long as he doesn't break T&C of otservlist, as in spoofing etc - he should be allowed to do whatever he wants... including charging people $1k just for logging into his game. I mean if people buy it, whom am I to tell them not to.
Back
Top