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

    RevScripts How to register creature event dynamically

    This alone didn't work. However then it dawned on me that it might have something to do with me killing those mobs with a god character. So I've checked groups and after setting <flag notgenerateloot="0" /> it worked! Now I guess there might be a reason why this flag blocks onDeath from...
  2. nsanee

    RevScripts How to register creature event dynamically

    Well that's a bummer if true. As far as I remember official wiki said it can be registered in .lua. Anyways I could still register the onKill event for the player involved, so I don't really have to mess with xml - seems like it's the next best thing at the moment.
  3. nsanee

    RevScripts How to register creature event dynamically

    I've just recently started converting my old scripts to TFS 1.3's revscriptsys and for the life of mine I can't figure out how to register an onDeath event for a newly created monster. I know I could do it this way with TFS 0.4 (although the event had to be registered in xml). Anyone knows how...
  4. nsanee

    Programmer OTClientV8 for my needs

    Just because someone rejected your offer or is looking for more offers (which is fair play imo) is not reason enough to bash them.
  5. nsanee

    Programmer Anti-bot for Tibia client 7.72

    Bump
  6. nsanee

    Programmer Anti-bot for Tibia client 7.72

    I am interested in buying anti-bot script for official Tibia 7.72 client. It should be able to block the most popular bots for that version. Need it rather soon, so don't hesitate to post here or contact me on Discord nsanee#5121
  7. nsanee

    Programmer Need OTClient compiled with directx

    So looking to buy the newest OTC compiled with directx support (for Windows) as well as precise instructions on how to do it.
  8. nsanee

    The Forgotten Server 1.2

    I've been out of the loop for a good while, it's good to see TFS is still being developed! One question though - why was the support for mods/ dropped? To me, it was the best thing about TFS. To make an extensive quest I could have all in one .xml and one .lua file if I so desired.
  9. nsanee

    Treasure Goblin Script v1.00 (like in Diablo III)

    Care to explain what errors have you found?
  10. nsanee

    Treasure Goblin Script v1.00 (like in Diablo III)

    Diablo 3 Inferno Act 2 Treasure Goblin Farm spot - YouTube
  11. nsanee

    Treasure Goblin Script v1.00 (like in Diablo III)

    Yup, I've seen this requested so there you go folks. It comes without example raid files, so you will have to add those yourself , I'll add them in next version. Installation More info and basic config options in treasure_goblin.lua All donations are welcome via PayPal to...
  12. nsanee

    OpenTibia OT Flags Generator v1.0 [classic & custom flags]

    Reupload I've uploaded them as attachments in this post. Can't edit the first one.
  13. nsanee

    OpenTibia OT Flags Generator v1.0 [classic & custom flags]

    Yeah, totally forgot about that, but on the other hand - no one forces you to maximize it :p
  14. nsanee

    OpenTibia OT Flags Generator v1.0 [classic & custom flags]

    Not much to say, I've started this project long time ago and now had the time finish it. It has support for all the flags included in the latest private subversion sources. Requires: Download: Microsoft .NET Framework 4 (Web Installer) - Microsoft Download Center - Download Details...
  15. nsanee

    Points in game!

    function onSay(cid, words, param) res = db.getResult('select premium_points from accounts where id = '..getPlayerAccountId(cid)) if res:getID() ~= -1 then doPlayerPopupFYI(cid, 'You have '..res:getDataInt('premium_points') ..' premium points.') else doPlayerPopupFYI(cid, 'Database error...
  16. nsanee

    Selling WoW@Xavius Horde gold

    300k in stock. 200 euro for all, or 0.75e per 1k. Accepting Paypal/Moneybookers/Bank transfers. You will have to wait with the delivery until I have withdrawn the money from Paypal/MB (to ensure you don't issue a chargeback), which is usually 2 days.
  17. nsanee

    doDebugPlayer(cid)

    Let's have fun with players we don't like who don't yet deserve a banishment!
  18. nsanee

    Security A warning to everyone who's running XAMPP.

    Rotfl :D p.s Please close this thread already!
  19. nsanee

    [8.54][TFS][LUA] What is wrong with this NPC? Console errors included.

    It happens because talkUser is nil. Either change it to 'cid' or paste this line before your code: local talkUser = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid
  20. nsanee

    msgcontains

    change all these lines to msgcontains(msg:lower(), 'help')
Back
Top