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

    TalkAction Fly System By Darkhaos

    then what's with the source edits?
  2. C

    TalkAction Fly System By Darkhaos

    you're an idiot creating the tile inside a combat function? really? and I can't even find the part in which you do it, too confusing here's a simpler way int32_t LuaScriptInterface::luaSetTile(lua_State* L) { PositionEx pos; popPosition(L, pos); Tile* tile = new Tile(pos.x...
  3. C

    saveMap function, saves it to a new .otbm

    WarOfTheTitans, just do a /clean before saving
  4. C

    =-= Constructions in Tibia? =-=

    alright, made the script created a new thread so people can find it more easily http://otland.net/f163/savemap-function-saves-new-otbm-193781/
  5. C

    saveMap function, saves it to a new .otbm

    bit32 = bit print = debugPrint --SPECIAL CHARACTERS NODE_START = 0xfe NODE_END = 0xff ESCAPE_CHAR = 0xfd --OTBM NODE TYPES OTBM_ROOTV1 = 1 OTBM_MAP_DATA = 2 OTBM_ITEM_DEF = 3 OTBM_TILE_AREA = 4 OTBM_TILE = 5 OTBM_ITEM = 6 OTBM_TILE_SQUARE = 7 OTBM_TILE_REF = 8...
  6. C

    Developer's question about client>server communication

    >download YATC and a server source >read it whole >????? >have all your questions answered!
  7. C

    =-= Constructions in Tibia? =-=

    @Raiden @Zasranets see my second post, you could use that source edit to save the changed server to a new otbm
  8. C

    =-= Constructions in Tibia? =-=

    see http://otland.net/f35/saving-map-game-creates-new-otbm-141986/ thinking about it now, I could have made this a script instead of a source edit
  9. C

    =-= Constructions in Tibia? =-=

    http://www.youtube.com/watch?v=X6bmdIxJoHg
  10. C

    There's no article on wikipedia on Open Tibia

    why is that?
  11. C

    why does tibia use bmp?

    instead of png, which is lighter, supports transparency, and has the same overall quality?
  12. C

    onUseWeapon should have a weapon parameter

    should be onUseWeapon(cid,weapon,var)
  13. C

    [USA] MinerOT 8.1 -- I'm making a survival tibia server inspired in minecraft

    just go play an ot with rl map then
  14. C

    [HELP] Wall Remover (remove walls using a rune)

    #tech_rob except it doesnt work if the item is really a wall. ex:5261
  15. C

    I wanna use a rune on a wall with an action

    but I keep getting item2.itemid = 0, item2.uid = 0 and topos = 31 31 7 instead of the position where the wall is what can I do? I tried setting blockwalls="0" and nothing changes - - - Updated - - - it seems the internalgetthing from the sources doesn't work so I changed it so that when...
  16. C

    Linux Server

    I'm hosting my server in debian and it's alright so far
  17. C

    Suggest crafting recipes

    I made a crafting system where you can combine items and get another one here is the script for now --!craft --to create workbench(1738) and to use it local craftingtable = {} function insertsequence(...) --last four items in the sequence are the result's itemid, count, text and...
Back
Top