• 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!

Recent content by poe6man3

  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
Back
Top