• 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

    OTClient Item::getId() in OTCV8 returns different id than the server

    Hey :) I'm using this code trying to get the item id like in the server (meat == 2666) but I get id 3577 instead: for i, container in pairs(g_game.getContainers()) do local container_items = container:getItems() for j, item in pairs(container_items) do print("Fond item in...
  2. kuhi

    OTClient How to reorder TextList widgets?

    Hi :) I'm trying to create the classic "Up" & "Down" buttons to reorganize this TextList widget: Once clicking the "Up" button, the selected/focused list item, if it's not already the first one, it should raise 1 position in the list I've tryed with this functions but none worked: void...
  3. kuhi

    Creating new button for OTCV8, where to get the background/frame base?

    Hi :) as the title says, I'm trying to create a minimal design for a button for OTCV8 Right now I have an ugly button: I don't know where to get the base to design this ones: Please can you show me? Thanks in advance <3
  4. kuhi

    Kuhi - Newbie gallery

    Hey :) I just purchased a course for pixel art and made my first sprite I'm a developer, I don't draw anything since I was in school 20 years ago, so... don't expect too much xD This is my first sprite ever:
  5. kuhi

    Programmer Need otcv8 old school layout

    Need otcv8 old school layout for 7.4 project Discord: kuhi#6402
  6. kuhi

    Programmer Looking for programmer to add pathfinding to my bot

    Hello, I have an internal C++ dll that reads XY coordinates source and XY coordinates dest. Your task is to include a pathfinding algorithm that will allow me to loop it in my current code. Parameters that we must check: path->isWalkable path->isPathable I will provide access to that data...
  7. kuhi

    Trying to do a World2Screen function

    Hello, anyone knows how OtClient converts WndProc XY to the client XYZ coordinates? I'm trying to make a function to convert XYZ from tibia to XY to screen coordinates (World2Screen). For now, the way I know to achieve it would be by finding the viewmatrix and angles like any ESP. Or also I've...
  8. kuhi

    Programmer Reverse engineering for c++ internal learning project [paid hourly]

    Hello, I'm developing this project for learning purposes: GitHub - Kuhicop/Tibia-OpenGL-Imgui (https://github.com/Kuhicop/Tibia-OpenGL-Imgui) As sometimes I have doubts I need someone to answer my questions and show me examples. For example, now the program is crashing randomly after X...
  9. kuhi

    [20$] Calling MoveItem + reading map tiles

    Hello, I pay 20$ for showing me how to call correctly MoveItem function from my dll in old client. When I call to move items from inventory to inventory (ie left hand to right hand) it's working, the item moves. The problem is when I'm calling to move an item from any open container to...
  10. kuhi

    Looking for someone experienced in reversing [PAID]

    Hello, I need someone good at reversing that can help me adding features to my tibia bot Knowledge you should have for this task: Reading creature structures Reading battle list Reading tiles Tibia version: 7.4-7.72 Discord: kuhi#6402
  11. kuhi

    Programmer Developer needed

    Rates: x2 Map: RL 7.72 Client: 7.4 I'm looking for someone that can work with me on my project. Here are some examples of tasks I need to be done: 1) Edit items so they can have attributes like +hit%, poison, fire, +skill, +health 2) Fix some website errors 3) Make house buyable through...
  12. kuhi

    Programmer [PAID] Addons for 7.4 OTHire

    I need someone to setup the outfit addons system for OTHire 0.0.3 Please pm or add to Discord if you're 100% sure you can do it: kuhi#7248
  13. kuhi

    Graphic Designer My Steam Gift Card for your sprites

    Hello, I have some money in Steam I don't know how to withdraw without paying crazy fees... As I'm also interested in some sprites, maybe any designer is interested in Steam money :)
  14. kuhi

    Programmer Hacking, coding, OTCV8 bots -- SecurizeMe

    I can make a detailed report of your server security, helping you to protect your server and understanding your threats. I'm a student so my budget is not expensive :) Here is my experience (don't hate me I'M JUST A STUDENT): ▲ VB.NET ● Task automation like game bots. ● Web crawling...
  15. 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...
  16. 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 =...
  17. 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
  18. 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.
  19. 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 :)
  20. 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...
Back
Top