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

    OTCLient - view screen height and width.

    Is here anyone who know how to get pixels height and width of current view screen?
  2. Nothxbye

    OTClient - undefined references (cmake)

    Its there anybody who solved this?
  3. Nothxbye

    AAC Znoteacc paypal bug.

    Hello, Today i noticed some errors in my znote_paypal this error but only sometimes: What might be wrong? ERROR: Invalid data...
  4. Nothxbye

    Solved How to get time left to X hour.

    For expamle i want to get time left to hour 18:00, any ideas?
  5. Nothxbye

    Solved How enable gdb on windows.

    Hello, Anyone here who know how to enable gdb on windows to see crash reports? Couldn't find any good information on internet.
  6. Nothxbye

    Not possible to connect server (avesta 7.4)

    Hello, Today i decided to open my own server but the problem is that public peoples can't login. Everything works fine when using local ip 127.0.0.1 I'm able to login. Here's done things i've done so far: I fowarded ports: Server console looks like that: ipconfig: Also i disabled Windows...
  7. Nothxbye

    Solved How to get all items from pos.

    Hello, Anyone know how to get all items from certain position? As far i have this but this function depends from stackpos, thats the problem. pos = {x=pos.x,y=pos.y,z=pos.z,stackpos = 1} for _, item in pairs(getTileThingByPos(pos)) do print(getItemName(item)) end If i...
  8. Nothxbye

    Solved Loop issues.

    Hello, I've got loop: for i = 1, 4 do print(i) db.query("UPDATE `player_items` SET `serialId` = "..i.." WHERE `serialId` = 0") end "Print" returns: 1 2 3 4 But the "db.query" in database returns 1 1 1 1 Why it happens?
  9. Nothxbye

    Every new item different serial id. (Database)

    Hello, Anyone have some ideas how and where to create function that will set different serial id to every new item created in database player_items and tile_items? Same as in this screen: Function can be in source or lua doesn't really matter.
  10. Nothxbye

    Animation text ticks

    Any ideas how to change animation text ticks per frame abit lower same as in cipsoft client?
  11. Nothxbye

    Lua How to exit server exe via lua.

    Couldn't find anything. Is there any lua function to exit server exe if not maybe in source? For example in OTClient the func looks like that "g_app.exit()"
  12. Nothxbye

    Lua How to get item actionid from database using queries

    Hello, I wonder whether is possible to get item actionid from database using query "db.getResult"? Basically i need to update player certain items with same ids using queries Any ideas how to do it?
  13. Nothxbye

    OTClient Service.

    Welcome to OTClient Service. Hello, I'd like to sell my services as OTClient support. What I can help you with: - Setting up an OTClient for your server also I can change anything you want in this. - Create working OTClient for every server which using custom client or not. -...
  14. Nothxbye

    Keep miniwindows only in right panel.

    Hello OTland, What fix would be best idea to keep miniwindows only in right panel like in cipsoft client?
  15. Nothxbye

    Text size in buttons.

    Hello, Where supposed to be configuration for "ButtonBox" text size? I mean "Ok" "Cancel" buttons. I couldn't figure out.
  16. Nothxbye

    Solved How to get total items weight from table.

    Hello OTlanders, Anyone know how to get total items weight from table. For example i've got table with 3 item ids: rewards = {2544, 2495, 2544} And now i want total weight of these 3 items. How to do it? I can do like that but its not flexible with rewards count...
  17. Nothxbye

    Lua getContainerItem problem.

    I wanna get every item in backpack but why it doesn't work? This showing empty lines in console instead of item names. containeruid = (getTileItemById({x=17830, y=21539, z=7}, 1988).uid) -- backpack id it's on the ground for slot = 0, getContainerSize(containeruid)-1 do local item =...
  18. Nothxbye

    [Idea] Tibia cam in OTClient

    I think great idea would be implement tibianic tools to otclient for tibia cam. Source is here: https://code.google.com/p/tibianic-tools/downloads/list What you guys think about it?
  19. Nothxbye

    7.70 RSA / XTEA encryption

    I just wondering if someone from otclient developers like Summ or LordHepipud trying to fix RSA / XTEA encryption for 7.70 support. Personally i noticed it's too hard for me and i want otclient developers response here, what they think about it or maybe it's almost done. Please answer.
  20. Nothxbye

    OTClient console.

    Hello OTlanders, I wondering how to remove this ugly console someone know how?
Back
Top