• 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

    C++ onSay

    hehehe forgot to say I'm using otx mattyx14/otxserver (https://github.com/mattyx14/otxserver) sorry I'm totally dumbfounded today but nvm I just used the search function and found it in that repo for removing money, I've found an interesting function: bool Game::removeMoney(Cylinder* cylinder...
  2. kuhi

    C++ onSay

    Because I already know to do it in lua, and I want to learn as I don't know how to do this It's not for any development or something I'm not even going to implement it You know bro learning purposes I don't learn anything trying things that I already know
  3. kuhi

    C++ onSay

    I want to remove 1k from player everytime they say the word "tax" function onSay(cid, "tax", param) doPlayerRemoveMoney(cid, 1000) end I'm trying to add this at source code level, not as a script, I want to make it like "hard coded". What I'm not sure, is how the function onSay should...
  4. kuhi

    Tutorial Curso gratuito de Reversing

    Buenas :) He subido a mi github los cursos de Ricardo Narvaja: - Curso de cracking con IDA Pro. - Curso de cracking con OllyDbg. De momento están sólo en Español, pero espero traducirlos pronto. LINK: Kuhicop - Overview (https://github.com/Kuhicop) Espero que ayude, Saludos!
  5. kuhi

    Regarding OtLand Premium - Information & Questions

    There's no way to purchase without subscribe as my card is blacklisted in paypal? xD
  6. kuhi

    The end - for botters. BattlEye comes to Tibia

    Bro I gave the information crystal clear. Using vm is for noobs when you can use RDP Wrapper... And you can also randomize that "pattern" there will be always a law and there will be always people breaking it
  7. kuhi

    The end - for botters. BattlEye comes to Tibia

    Well they had to do some edits like which monsters to attack, when to heal, the house for hide is north west south east for runemaking?, etc... But that's obvious in any bot. For the VM guides, the important which I remember I used it's that http://bdo-fishbot.com/vmguide.pdf The other steps...
  8. kuhi

    The end - for botters. BattlEye comes to Tibia

    I don't remember the link as it was years ago when I was playing Black Desert and made a fishing bot in that game but I just followed this guides: Disable Hyper-V in the Windows Services does not work for me, because I do not have this option Edit in the Regedit under "HKEY_Local_Machine ->...
  9. kuhi

    The end - for botters. BattlEye comes to Tibia

    I'm not sure but I could say 2-3 months? I don't play tibiarl as I consider that's not tibia anymore, but some rl friends tested it on Antica. So I'm not sure how long they played (at least 2 month)...
  10. kuhi

    The end - for botters. BattlEye comes to Tibia

    My scripts works in any version and any client, I'm using for more than 2 years. Why should you run it in a virtual machine? There are better ways like RDP Wrapper. Also you can avoid VM detection, you only have to regedit. Mouseclicks and delays can be randomized with another extra layer of...
  11. kuhi

    The end - for botters. BattlEye comes to Tibia

    Please bro can you explain how pixelsearch, imagesearch, ocr, etc... are being detected? I'm kuhi from the old kuhiscripts.com (Kuhicop - Overview (https://github.com/Kuhicop?tab=repositories)) and I'm only coding bots simulating human behavior, maybe I won't make the best bot features but I'm...
  12. kuhi

    Kuhiscripts now opensource

    vb.net bot have alerts, runemaking, targeting, looting (needs to be improved), trainer, healer, fishing, etc python only have menu (it's being developed I just started 1 week ago in my spare time) autoit bot have runemaker and alerts but I didn't test it (should work) Keep in mind I'm not...
  13. kuhi

    Kuhiscripts now opensource

    Hello everybody! As I'm out of time but I always wanted to improve my projects, I just decided to open source them. I hope this helps someone and maybe the community wants to keep an eye and improve something. This is the link to github: Kuhicop - Overview (https://github.com/Kuhicop) There...
  14. kuhi

    Tutorial Running Cipsoft Server Files

    Can someone upload the database schema? Thanks!!
  15. kuhi

    Nostalrius 7.7

    I'm getting kicked every 35 secs, in config.lua I have 15 min settings Any ideas? Thank you!
  16. kuhi

    Error 10061 only external IP

    Hello, I got an error only with OTHire server, with other servers I don't have any problems. People can't connect they're getting error 10061, but I can connect from any internal address. I just made git clone --recursive othirerep to clone the git. Then compiled in vs express 2010 as the wiki...
  17. kuhi

    AAC Znote (Change "name" to "id")

    After testing this patch my character list is empty, someone found another fix? @Extrodus thanks for sharing anyways!
  18. kuhi

    [TFS 1.2] Tibia 7.4

    which aac are you using with this distribution? I tested with gesior and znote but they're not supporting "id"-"name" old account structure.
  19. kuhi

    TFS 1.X+ Website working for TFS 1.2 protocol 7.4?

    Hello, I'm trying to run a server TFS 1.2 protocol 7.4, this one: [TFS 1.2] Tibia 7.4 (https://otland.net/threads/tfs-1-2-tibia-7-4.263665/) Ingame everything is working fine, but I can't find a website that works on that server because the server database schema for accounts is: id | password...
Back
Top