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

    Lua onKill not working with test script?

    worked, I love you <3
  2. kuhi

    Lua onKill not working with test script?

    I'm trying to make an onKill event script just for learning: function onKill(cid, target, lastHit) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "On script") return true end It's very simple, and I don't know why it's not working... no errors in console neither other...
  3. kuhi

    Lua Attempt to index global 'MONSTER_ID'

    fixed by making variables globals and changing some concatenation errors like that one at line 56
  4. kuhi

    Lua Attempt to index global 'MONSTER_ID'

    I prefer to learn where's my error so I can code better scripts, tested and that image is the result, thank you anyways bro <3
  5. kuhi

    Lua Attempt to index global 'MONSTER_ID'

    I'm trying to code a task npc, I'm trying to debug with selfSay but I don't understand why it's getting the variable like global not local... maybe I'm wrong and that's not the problem but I'm getting mad trying to solve this xD I'm using OTHire 0.0.3 btw local keywordHandler =...
  6. kuhi

    [PAID][OTHIRE] Need task system with NPC

    Paid job: I need a task sytem with NPC for OTHire 0.0.3 Discord: kuhi#7248 [CLOSED] almost finished it myself
  7. kuhi

    [PAID] Adding new skill like fishing

    thanks to god it was a 10 min job xD Job is still open :)
  8. kuhi

    [PAID] Adding new skill like fishing

    could you explain that thing about the packet? what's that for? level up, integrity check, ...? thx bro
  9. kuhi

    [PAID] Adding new skill like fishing

    that thing about haters and github wasn't for you, I said thanks for your advice bro If you didn't see some people have a limited budget and I'm really bad at ots lua coding because there isn't good documentation, I always decided to learn other languages like python, sql, vb.net, c, c++, c/al...
  10. kuhi

    TFS 1.2 Memory leek? Linux

    my friend he doesn't wanna spend time, he's not going to build anything for testing: "its way harder to test another server, i would need to run another server" "no one knows how much time it would take to find out" it smells like a buffer overflow, typical error hard to detect, I don't know...
  11. kuhi

    TFS 1.2 Memory leek? Linux

    My friend, don't you think it's easy to test another server, and if that server is perfectly running, then you know the problem is at your server sources? Because I think you're loosing time here, if your sources are wrong then just start checking for mallocs, packets, everything that can...
  12. kuhi

    [PAID] Adding new skill like fishing

    It's like I don't need to scrap millions of database records like you'll do in C/AL (or any ERP language where this scenarios are very common) so the code speed is very relative... This is a real thing, what's changing from 0,01 seconds to 0,02? No one cares about that difference as we're not...
  13. kuhi

    [PAID] Adding new skill like fishing

    I need someone to add a new skill to my OTHire 0.0.3 and OTClient. Please, give an offer, I will obviously hire the cheapest one. I can send you the github original files but not mines.
  14. kuhi

    OTClient New Skill terminal error

    We can't give much help with this indications: On server side i make all good i edit: Code: items.cpp condition.cpp enums.h luascripts.cpp tools.cpp iologindata.cpp vocations.cpp We should draw the code in our minds after this indications? One sec let me take the crystal ball... ops.... it's...
  15. kuhi

    TFS 1.X+ Creating / adding custom new skill

    typical ask and run when solved guys asking for help but they can't help others, this is the world we live :)
  16. kuhi

    Graphic Designer Looking for a spriter

    I'm looking for a spriter I need outfits, rocks, stones, herbs, etc pm me if you can show any previous design :)
  17. kuhi

    Setting tibialegacyserver

    I was using a wrong client at /data/things/772 I just downloaded the client from this link and worked: Ots-List.org - Ots, Otservlist, Open Tibia Server (https://ots-list.org/download) Really nice data pack btw :)
  18. kuhi

    Setting tibialegacyserver

    Thanks for the answer I Will check again today and if its not working I Will record it as I only changed the rsa and background which should not affect but ok Thanks again 😁
  19. kuhi

    Setting tibialegacyserver

    I'm trying to setup peonso/tibialegacyserver (https://github.com/peonso/tibialegacyserver) I can't find a good engine to make it work, I just tested with OTHire 0.0.3 but I can't see anything ingame: all screen black · Issue #92 · peonso/tibialegacyserver...
  20. kuhi

    SQL Error

    I have no idea bro, if I could look at the code that is generating that query I could help but I'm sorry can't do anything here
Back
Top