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

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