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

    TFS 0.X 0.4 Server lag when 100 + online (change host?)

    Well, I agree with @up, probably your engine is defective. Have you added any custom scripts? 116% usage of CPU should not appear here.
  2. Nenth

    Is it better to use TFS 1.0 or downgraded lastet TFS to version 10.41?

    @conde2 Thanks for your opinion. Has anyone other thoughts? :)
  3. Nenth

    Is it better to use TFS 1.0 or downgraded lastet TFS to version 10.41?

    As title says, is it better to use TFS 1.0 or downgraded lastet TFS to ver. 10.41? Stability is most important for me.
  4. Nenth

    How can I protect my sprites in otclient?

    Tried this solution? ShovelKnight Free OTClient protection
  5. Nenth

    decayTo attribute does not work.

    You are right, I forgot about adding this part. doDecayItem(doCreateItem(2172, 1, variantToPosition(var))) Thank you for your support.
  6. Nenth

    decayTo attribute does not work.

    Hello, I am trying to make item disappear from the ground after 30 seconds. I used decayTo and duration attribute in specified item, but this attribute seems not working for some reason. The item flag registred is just "unmovable". Did I declare something wrong? <item id="2172" article="a"...
  7. Nenth

    [Znote AAC] Homepay payments system for polish users

    Thanks for release. I will use it for sure :)
  8. Nenth

    [TFS 0.3/0.4 and 1.x] Vocation interval effect system - configurable in vocations.xml

    @heba Ofcorse, but I think that C++ is faster and configuration in vocations.xml is more comfortable.
  9. Nenth

    DBL Otclient

    https://otland.net/threads/otclient-candybot.181726/ Jedyny bot do OTClienta o jakim słyszałem, ale go nie testowałem i nie sprawdzałem czy w ogóle działa. Jednak polecam Ci pobrać zwykłego clienta i po prostu używać NG Bota. Tutaj możesz go pobrać...
  10. Nenth

    What is your best servers of all the time?

    [7.6]Tommy OTS or OTS by Tom? Something like that. It was really long time ago. I met there a lot of nice people and had fun like never.
  11. Nenth

    I cant make character on my own Website

    Insert it to your database. CREATE TABLE IF NOT EXISTS `znote` ( `id` int(10) NOT NULL AUTO_INCREMENT, `version` varchar(30) NOT NULL COMMENT 'Znote AAC version', `installed` int(10) NOT NULL, `cached` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8...
  12. Nenth

    Lua doSendDistanceShoot(fromPos, toPos, distanceEffect, ...) problem.

    @Xikini Oh, I don't know why I did this lol.. Thank you.
  13. Nenth

    Lua doSendDistanceShoot(fromPos, toPos, distanceEffect, ...) problem.

    Hello! Why it does not show distance shoot effect on spell cast? I declared something wrong? function onCastSpell(creature, variant) local p = creature:getPosition() doSendDistanceShoot(p, {x = p.x + 1, y = p.y + 1, z = p.z + 1}, CONST_ANI_THROWINGKNIFE) return...
  14. Nenth

    Programmer Programs

    @Slavi Dodo I think he want someone to delete two programs from his computer via any desktop share software.. but can be wrong.
  15. Nenth

    geisor Paypal issue!

    Maybe that is not answer for your question, but isn't it better to use newest Gesior since it is stable and bugfree in contrast to 0.3.7? Your problem may also dissapear. https://otland.net/threads/gesior-2012-version-1-0-1-for-0-2-x-0-3-6-and-all-0-4.176677/
  16. Nenth

    How is it with the Tibia version right now?

    Hello, I would like to start a custom server project with completly customized gameplay(new classes, spells, quests etc.) I thought about start developing it on the newest TFS and client protocol 10.x+, but what about amount of intrested players? Is not that people wanna stay on the older...
  17. Nenth

    Accmaker z adminpanelem

    Z tego co wiem z Gesior'a 2012 admin panel został usunięty, więc pozostał Ci tylko Znote. Tutaj możesz pobrać najnowsze wydanie: https://otland.net/threads/znote-aac-1-4-tfs-0-2-13-tfs-0-3-6-0-4.166722/
  18. Nenth

    [TFS 0.3/0.4 and 1.x] Vocation interval effect system - configurable in vocations.xml

    @JohnColner Updated main post with 0.3/0.4 version. Enjoy.
  19. Nenth

    [TFS 0.3/0.4 and 1.x] Vocation interval effect system - configurable in vocations.xml

    Bump~ I will add TFS 0.3/0.4 and OTServ version on friday if someone is intrested.
  20. Nenth

    Custom Client, Basic and nothing special

    @Dyabl0 If you put 127.0.0.1 in IP field it will also work.
Back
Top