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

    OTClient 1.0 (Release)

    you can find tutorial on the wiki🐷
  2. whiteblXK

    OTClientV8 is from now open-source project

    @leik meris https://github.com/OTCv8/otcv8-dev/blob/7073ab717e162bae97199a2b6aa69323df87e8a2/src/client/uicreature.h#L64
  3. whiteblXK

    [Object Builder] Quicker way to edit sprites?

    It's not broken, you are hitting Yes to replace the sprites. You should hit No :D
  4. whiteblXK

    [TUTORIAL] How-To : Manually compile Object Builder on Windows without Flash Builder

    Check this 1. Dependencies · whiteblXK/ObjectBuilder Wiki (https://github.com/whiteblXK/ObjectBuilder/wiki/1.-Dependencies)
  5. whiteblXK

    Programmer rsdsebek's coding service (C++/Lua)

    Very good service, recommended!
  6. whiteblXK

    [TUTORIAL] How-To : Manually compile Object Builder on Windows without Flash Builder

    https://github.com/whiteblXK/ObjectBuilder
  7. whiteblXK

    Lua TFS 1.2 Task system issues

    You forgot to add the author of this code ^^
  8. whiteblXK

    TFS 1.X+ Give player premium points [OFFLINE]

    -- <talkaction words="/points" separator=" " script="change premium points.lua" /> function string:firstToUpper() return self:gsub("^%l", string.upper) end function onSay(player, words, param) local split = param:splitTrimmed(",") if param == '' then...
  9. whiteblXK

    Looking for all packages needed to compile tfs 0.3.6 on linux

    maybe apt-get install libboost-all-dev
  10. whiteblXK

    Programmer [TFS 1.X+] Aurelion's Services

    I have already worked with ricarpe and everything went good and smooth, even he is helping explaining about programming, I already spent with him about 70 euros without issues
  11. whiteblXK

    Windows Is possible export item.png with ITEM ID?

    It can export outfits and in-game items
  12. whiteblXK

    Windows Is possible export item.png with ITEM ID?

    https://otland.net/threads/unpack-items-outfits-from-any-client-to-png-with-otclient.231045/
  13. whiteblXK

    Guide to scripting with Lua

    Nice guide, everything is explained in a simple way.
  14. whiteblXK

    OTClient Custom tibia client

    Take a look https://myotc.xyz
  15. whiteblXK

    attempt to index local 'player' (Spell)

    local function sendCustomMagicEffect(pos, magicEffect, x, y) if not pos then print("sendCustomMagicEffect: error with pos") return false end if not magicEffect then print("sendCustomMagicEffect: error with effect") return false end if not x then x = 0 end if not y then y = 0 end...
  16. whiteblXK

    Graphic Designer [Noyek] Sprite Service

    Amazing skills and really fast. Recommended.
  17. whiteblXK

    Haste gives haste symbol

    Use condition:setParameter(CONDITION_PARAM_SHOWICON, true)
  18. whiteblXK

    Programmer Need help to develop your server? Lets do that! WEB / Servers and Clients

    Very good at what he does, recommended!
  19. whiteblXK

    Trying to combine skills enums.h gives a lot of error

    In weapons.cpp void Weapon:onUsedWeapon(Player* player, Item* item, Tile* destTile) const Search for: if (getSkillType(player, item, skillType, skillPoint)) { player->addSkillAdvance(skillType, skillPoint); } and replace it to: if (getSkillType(player, item...
  20. whiteblXK

    AAC Paypal ZNOTE TFS 0.X

    Try using a script based on REST API instead of what you gave. It's working for me. Znote AAC Paypal REST API prototype
Back
Top