• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Redan

    Ogromny dylemat - BMW

    Robię głosowanie co do koloru BMW (E90). Oto kilka zdjęć: 1. Biały: 2. Srebrny: 3. Szary: 4. Niebieski: 5. Czarny:
  2. Redan

    BMW - best color choice

    I make a poll about BMW (E90) best color choice. Here are few photos: 1. White: 2. Silver: 3. Grey: 4. Blue: 5. Black:
  3. Redan

    Lua Needing helps with addons

    It is not possible to make it with mysql query. You should use this onLogin() function in creatureevents: local STORAGE = 130301 local ACTIVATION_VALUE = 1 local femaleOutfits = {136, 137} local maleOutfits = {128, 129} function onLogin(cid) if getPlayerStorageValue(cid, STORAGE) ==...
  4. Redan

    Lua My script, how to improve?

    Here is how I would write this script: -- Scripted by Ramiro Jesse Grant for Phoenix OTS local storage = 51222 local count = 1 local bag = 2330 local items = { [1] = {7407, 2445, 7455}, -- Knight Items [2] = {8868, 2122}, -- Druid/Sorcerer Items [3] = {8858, 2352} -- Paladin Items...
  5. Redan

    Several hexadecimal adresses for a Tibia Client?

    Well, I heard about OllyDBG but I'm not sure I am capable to use it atm =) Thank you for your support!
  6. Redan

    Several hexadecimal adresses for a Tibia Client?

    Hi! My question is simple, but prolly to experienced coders. How do I find proper hexadecimal adresses of a Tibia Client to character's name, his HP or MaxHP? Is there any tool for that? I only know that they change along with Client Version...
  7. Redan

    Bug Reports

    https://lunarforce.twifysoft.net/houses.php?view=250 The bug occurs while changing door rights. Every rights modification applies to all doors instead of one. Please fix it ASAP.
  8. Redan

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    check your items.xml or movements
  9. Redan

    [MySQL] Help with query

    Its mad - I reviewed the data and found nothing again. The queries I gave are samples I coded for thread purposes. I will rewrite my more complex query and see if it helps then. #Edit: Found the issue. Thread may be closed =)
  10. Redan

    Simple request

    There are multiple ways to set an action id to an item. If the key is placed in your world-map, simply RightClick on it->Properties and put value to the item: On the other hand, if your item is given to a player by Lua script (quest or npc) then use this part of code: local key =...
  11. Redan

    [MySQL] Help with query

    I wonder if OtLand is a good place to ask for SQL support, but my request is related to my ots. Ok, so here it is: I've created 3 tables in my database players houses house_auctions `players` table: id (values: 2 and 14) name (values: Kapman, Bongo) `houses` table: id (value: 58) owner_id...
  12. Redan

    Guess the age of the next poster!

    false next: 19
  13. Redan

    +HP in items.xml?

    It all depends on your distro. However I could write a Lua script which will increase your max health when the item is worn. PM me if you want it. ... and if you have a possibility to compile your distro I could edit your sources to make it work as you wish.
  14. Redan

    Player can't attack same X

    what distro? Lua/C++ code?
  15. Redan

    How to use two mice at the same time?

    not tested
  16. Redan

    Weapon damage, where to find formula?

    Not sure what are you asking for but the formula comes from the methods below (in weapons.cpp): WeaponDistance::getWeaponDamage WeaponMelee::getWeaponDamage WeaponWand::getWeaponDamage The weapon damage formula is composed of other methods and values mixed with each other somehow. To find...
  17. Redan

    Count to 10!

    4
  18. Redan

    Sherlok potrzebuje czegoś w PHP

    No ba, człowiek uczy się całe życie =) Życzę powodzenia i sorki, jeśli to naprawdę da się zrobić.
  19. Redan

    Sherlok potrzebuje czegoś w PHP

    Łatwe do zrobienia? Pewnie, że niemożliwe z użyciem PHP. Czy w ogóle widziałeś kiedyś coś takiego lub coś podobnego? PHP to tak jakby język służący do sterowania TWOIM serwerem. Nie możemy od tak po protu wtargnąć na serwery Facebooka i sprawdzać czy ktoś dał ci lajka... Chyba, że ktoś ma jakiś...
  20. Redan

    Otland premium

    Zawsze też masz to poczucie, że po części dzięki tobie to forum nadal istnieje. =)
Back
Top