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

    OTUI parent question

    GameSidePanel < UIMiniWindowContainer image-source: /images/ui/panel_side image-border: 4 padding: 3 padding-top: 0 width: 198 focusable: false on: true layout: type: verticalBox $mobile: padding: 0 width: 200 GameMapPanel < UIGameMap padding: 4 image-source...
  2. P

    otui problem

    It worked thank you <3 But god damn otui is one hell of a thing.
  3. P

    otui problem

    Can somebody tell me what is wrong about it, i cant figure this out I have set draggable: true but i cant move it around what am i doing wrong ? otui code UIWidget id: mainwindow size: 200 200 image-source: /images/ui/panel_flat draggable: true Lua function init()...
  4. P

    [Canada] [Custom] Return of the Saiyans

    my recommendation for future servers hide player numbers humans are ugabuga and will not even give a try for a server that they might like cause number low o_O
  5. P

    C++ Item editor

    hey, do u know maybe a different one for version 10.98 and up ?
  6. P

    C++ Item editor

    Can somebody link me item editor for the newest tfs ?
  7. P

    RME

    Would somebody send me a repo for the mostly mantained/developed map editor ?
  8. P

    where can i get sprites for the latest tfs ?

    like in title
  9. P

    Scripter [Available] Shadow's Programming Services

    U started selling his client before u completed his task thats why he dropped u after it got reported to him, i dont give a single sh** about u all i wanted here is to spread awerness to everyone so person with at least 1 iq will not bother him self with a person like you good bye that is all...
  10. P

    Scripter [Available] Shadow's Programming Services

    The fact that u still hold those files says it all LMAO i highly doubt all those files are on going orders Here u tried to make a quick cash after client send u his client based on otcv8 but at the end it was way to custom modified so u dropped it The grave is getting deeper
  11. P

    Scripter [Available] Shadow's Programming Services

    If u want to work with that person only do via remote control programs he will not hesitate to steal your files and sell them for others, wish everybody good luck with that person.
  12. P

    TFS 1.X+ npc structure

    local positions = { ["stageOne"] = Position(1056, 1028, 4)} function greetChecks(cid) local creature = Creature(cid) local thisNpc = Npc(getNpcCid()) if creature:getStorageValue(obliteration) == 1 and thisNpc:getPosition() == positions["stageOne"] then print("hehe") end end Ok...
  13. P

    TFS 1.X+ npc structure

    hello just got a quick question how can i check all the info about npc inside npc.lua script I want to have the same npc but have different responds depending on the npc position.
  14. P

    OTClient how to get map position in client ?

    like title says
  15. P

    OTClient onMousePress not getting called

    Using v8 I started learning some otclient coding style and right away i meet a brick wall Here is the code i started with just wanted to see if this function is gonna get called function init() connect(g_game, { onGameStart = online, onGameEnd = offline...
  16. P

    Lua Rme Stairs tile dont have color

    i found a solution its hard coded here https://github.com/hampusborgos/rme/blob/master/source/map_drawer.cpp#L1048 and here https://github.com/hampusborgos/rme/blob/master/source/map_drawer.cpp#L1152
  17. P

    Lua Rme Stairs tile dont have color

    Like in title i dont use tibia sprites i just have my own's I wanted to make the going up and down the stars mechanic, after adding everything into ob then updating itemsa and adding them to rme when i add the mechanic to a tile everything workd but rme dont show the yellow square on a tile to...
  18. P

    TFS 1.X+ casting spell from a callback

    Im trying to figure out how can i cast spell on position which layer clicked. My idea was to use extendedopcodes saving the position where the click happend and send to server and there is a problem i have 0 clue how to cast spell from the place the positions was received Is it even possible ?
  19. P

    Lua sending info between client and server

    There was some time ago tutorial about sending info between client and server with opcodes but i cant find it anymore can somebody link it pretty please ?
Back
Top