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

    Problems with extendedOpCodes

    Hello OTLand. I'm with some problems with extendedOpCodes. I'm using TFS 1.1 I'm with two problems: first: sometimes this happens: ERROR: ProtocolGame parse message exception (0 bytes unread, last opcode is 50, prev opcode is -1): InputMessage eof reached ERROR: ProtocolGame parse message...
  2. L

    How can I talk with the TFS before the login?

    I wanna send some informations to server before login in my server, like for create a character in client and send name/vocation/sex to server, before enter ingame. In OTClient Sources, I created a method for send these informations. //drakylucas void...
  3. L

    Problem reading Tibia dat

    Hello, I have a problem on OTClient and don't know how to fix, can someone help? the problem is: when I'm without move, the sprite of looktype is like i'm moving. I think it's something on sources of OTClient (with the Tibia client I don't have this problem). I'm using the lastest build, I...
  4. L

    [C++] How to get float numbers from config.lua

    Hello guys, in configmanager.cpp we have getGlobalNumber but this get only integer numbers, not decimals. Can someone make a code for get decimal values? I tried to copy and change every int to float, change name of function and another things. Compilled but still get only integer =s
  5. L

    [WT] My Shadow You Global (Candia/Nerana/Aurora) // Buy Premium Scroll GLOBAL

    My characters in Shadowcores: Metallic Darkrai / Carlin House Casino Offer: 1kk Shadowcores - 30k Candia 1kk Shadowcores - 30k Nerana 1kk Shadowcores - 60k Aurora 50kk Shadowcores - 1 Premium Scroll ANY WORLD I have more than 240kk for trade... Also Sell Casino-Script for GLOBAL (with dice...
  6. L

    Tutor abuse?

    (Ok, don't need ban, but why they mute US and they can talk?) Fatima skyland too, when "Sell KK's 1 REAL CADA KK"..
  7. L

    Merry christmas / Happy New Year Event by Draky Lucas

    Happy new year for all :D Video is coming soon :D
  8. L

    BUG? (when buy house)

    Hello.. https://shadowcores.twifysoft.net/houses.php?view=1804 This house is showing "The highest bid so far is 520 000 001 gold and has been submitted by Fatima The Bruxona." when i Bet, show this: Raised! You raised the bid to 530 000 000 gold, but the previous bidder has a higher bid than...
  9. L

    setImageSource containing itemid server-sided

    how i can do that? how i can add image in UIImageView containing sprite of item from server, and count 100? thanks.
  10. L

    Need help with logic to ordenate tables..

    how can I sort tables within a table? like that (Original table): local spells = { -- { instantName = 'Flame Strike', words = 'exori flam', lvl = 10, mana = 20, prem = false, exhaustion = 1000, groups = 1, icon = 89, needlearn = false, vocations = {1,2,5,6}, }, -- {...
  11. L

    how to load spell icon file?

    i'm getting table with opCode with icon number of spells.xml (server-side) how i can use this same icon in setImageSource without creating all images .png again? thanks edit: can close.. icon:setImageSource('/images/game/spells/defaultspells') local spicon =...
  12. L

    What is Wrong?

    local lado = 'vertical' local sbw -- window widget local sbb -- button ./\ widget local spellBarWindow -- UIWindow function init() sbb = modules.client_topmenu.addRightGameToggleButton('sbb', 'Spell Bar' , 'SpellBar.png', toggle) sbw = g_ui.displayUI('SpellBar')...
  13. L

    how i can read items.otb to compare client-id for autoloot?

    i will make auto-loot system, (with server-sided too) but i need to add itens in autoloot via ot-client how i can convert server-itemid to client-itemid or read items.otb to compare sprites-id? thanks
  14. L

    problems with scrollbars

    Look: http://img42.imagesh...9/imagemjfq.jpg shop.lua local shopWindow local shopButton local shopTabBar local premiumPanel local itenPanel local outfitPanel function init() shopWindow = g_ui.displayUI('shop') shopWindow:hide() shopTabBar = shopWindow:getChildById('shopTabBar')...
  15. L

    how to encrypt files?

    how i can encrypt files to hide conteude? like pxgames in otui, lua etc.. thanks all.
  16. L

    OTUI configurating position of labels/buttons [help]

    How i can configure the positions of each item? can someone create a example for me? like this: Label1 Label2 Button1 Label3 Label4 Button2 Label5 Label6 Button3 don't need functions or advanced styles, just need learn how i can configure all positions ^^ thanks.
  17. L

    need tutorials

    Hello.. sorry for my bad english, i'm brazilian and don't speak good.. can someone post more tutorials in this place? i need to learn how to modificate OTClient, adding customs mods... i'm have problem when i create new mods, there are many tutorials/mods created so far, i'm don't have...
  18. L

    [REQUEST] Clear creatures cache

    'm need clear creature caches from all players.. this code is on Source, for i made changeNickname with creature existing / updating name for all players. thanks.
  19. L

    [REQUEST] if have storage, can walk on borders!

    Using google translater: =/ I would welcome any player had a specific value for a given storage, he could ever walk on the edges. i'm made this, but if i logout on non-walkable areas, my server crash... =/ if(!hasBitSet(FLAG_IGNOREBLOCKITEM, flags)) { //If the...
  20. L

    [REQUEST] C++ Code fix for change name

    i'm have setCreatureName system [Scarlet Ayleid] http://otland.net/f35/change-existing-monster-name-game-131643/ i'm need a fix bug for send information to client with new name for monster. how can I do to update the function name for people who are near the time of return? -- google...
Back
Top