• 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. Il Knight

    OTclient question

    i have read a lot of people saying that OTclient original repo from eduabart, is trash. for a 100-200 people server this client is ok? or i should focus on another distros like v8, etc also why is trash?
  2. Il Knight

    C++ tfs 1.4 with sse2 instructions

    like the thread said, i can't run tfs 1.4 because im using an old 2009 amd processor. (lacks new sse2 support) so im in the need to ask someone to compile it with the sse2 like this thread. here is what you need to do...
  3. Il Knight

    Ilking spriting

    currently im giving this sprites just pm me. citizen, hunter, knight, mage. corpses with addons. (configurable) so wen you die with the outfit xxx the corpse xxx will appear. and the transparency Sprite Pack. 1596809745 also im able to do whatever you imagine i got one week of...
  4. Il Knight

    Dll or hex edit.

    Hi otlanders! Im looking for someone to edit a tibia client. is a normal 10.98 client. i dont know if is dll injection or just a hex edit or whatever. i need the client to read certain item with Opacity 50%. for example i want the item id 2000 to be opacity 50%. so i can use that item as a...
  5. Il Knight

    Crown Seven! Project

    Hi otlanders! i just got a new project as a hobby and i wanna show you the advancement! i hope you like it! basically its gonna be a custom rpg server with low exp. With a Lot of custom edit. sprites, sources, client side, etc. open pvp. with frags counter. start level 1. Max level 100. (Its...
  6. Il Knight

    Lua Otclient Togglechat

    Hi today im triying to set the chat console of OTCLIENT Disabled when you login here is the commit Added enable/disable chat mode (allows for alphabetical key controls)… · edubart/otclient@5fbb711 what i need to change to set the chat disabled at the LOGIN and be able to use WASD without...
  7. Il Knight

    64x64 to 32x32

    Hi otlanders, Today im working on the sprites of my next project. Currently i am using the Sprites of TibiaMe. 64x64< Well Like tibia is 32x32 i am reworking the Sprites. I going to share all the advancement AND if someone wanna rework or help with the colors Welcome! Today Working on the...
  8. Il Knight

    Someone got object builder?

    Hello otlanders, today searching on github for the Object builder, i only founf Error 404 not found. Ed Mignari Deleted all their repos, someone got the last version compiled? thanks in advance
  9. Il Knight

    Beware Otlanders.

    Hello otland im posting this to protect you from. This user @Andronico (Francisco Antonio) Is a thief and a betrayed. that boy contact me on 2016, and we do some stuff but never end nothing because, the boy always is chaging their requests, and for like 3 months he dissapear (he got lost...
  10. Il Knight

    °Server° Crown Adventures.

    Here in this thread i will post all the advancement of my last project Crown Adventures. °Tfs 1.3 with modifications. °Client 10.98 (Tibia.exe) with modifications(Pic, Spr, Dat, Exe) °This is not RL tibia version...
  11. Il Knight

    C++ SendTutorial(tutorialId)

    Hi otlanders, today im stucked because the function player:sendTutorial(tutorialId) is not working with the latest version of tfs. that function is to send the windows when you start the tutorial of rookgard or dawnport. (editing your client.pic, you can change that images and do news tutorials...
  12. Il Knight

    Tibia Crown Version.

    Here in this thread i will post all the advancement of my last project Tibia Crown. Tfs Version 1.3 / latest sources. (with modifications) Client version 10.98. (with modification) °Added Dawnport and Dawnport Respawn to the map. °Removed Rookgaard. °Removed Island of destiny. °Removed...
  13. Il Knight

    Today! My Birthday!

    Today is My Birthday! 20 Today is My Birthday! 20 Leave a comment!
  14. Il Knight

    Lua Tables damage map

    what i need? create a table players {} insert in the table all the players who have storage value 10000 + 10001 (damage map saved on storages) then the first player on the table (with more storage values win xxx item) the second player of the table win xxx item, the third win xxx item. players...
  15. Il Knight

    Lua Weapons

    Hello! how i can solve this? script = function on use weapon = local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_WEAPONTYPE) function...
  16. Il Knight

    Lua String format

    tfs 1.2 hello how i can use string format correctly? local desc1 = string.format("You see a %s.", Name) local desc2 = string.format("%s It weighs %d oz.", desc1, Weight) self:sendTextMessage(MESSAGE_INFO_DESCR, desc2) and it display this = 22:32 You see a sword. It weighs 5 oz...
  17. Il Knight

    Lua Function on look.

    Hello otland! today im trying to do a function on look. function Player:onLook(thing, position, distance) self:sendTextMessage(MESSAGE_INFO_DESCR, description) end How i can get the Type, Min damage, And Max damage of a wand? i wanna display on the Look (only for wands) Something like =...
  18. Il Knight

    Solved Set Pagination True

    Hi, today im trying to make the item 2000 (container) with Pagination true. (infinite backpack) Container.h Container(uint16_t type, uint16_t size, bool unlocked = true, bool pagination = false); all containers of the game = pagination false as default. Inbox.cpp and Depotchest.cpp...
  19. Il Knight

    Lua MostDamageKiller

    Hi otland, today im stucked with this script.. what i need? if you kill this monsters (on the script) you get xxx exp and xxx gold. and if you kill this monsters on (party) the exp and gold is divided. all is working good.. But have one problem. problem = rat (HP 20) player 1 = deal 5 hp...
  20. Il Knight

    Solved party

    function onUse(player, item, fromPosition, target, toPosition, isHotkey) local partys = getPartyMembers(player) for _, miembros in pairs(partys) do local exp = 100 local div = ??? doPlayerAddExp(miembros, exp/div) end return true end this script add 100 of exp to each party member< how...
Back
Top