• 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 O.o o.O

  1. O.o o.O

    Solved Change Attributes

    add attr in items.xml then register them inside movements.xml
  2. O.o o.O

    your best friends in otland

    El-Kund in Fund :/
  3. O.o o.O

    your best friends in otland

    na na :) but your coming closer xD
  4. O.o o.O

    [0.3.6] The Forgotten Server x2 exp and skill scrolls?

    exp http://otland.net/search/749386/?q=exp+scroll&o=relevance skill http://otland.net/search/749387/?q=skill+scroll&o=relevance
  5. O.o o.O

    your best friends in otland

    Look since no one know the real hiding behind me xd Here all my friends names @ahmed30 , @Limos , @dominique120 , @HalfAway (emil <3) @Evil Puncker , @Evil Hero , @Damon (luffy fan) , @Printer (old cyko) @Chris (php guy) , @Cornex (kristofer el kund) ? , @experienced @Znote , @cbrm (ban...
  6. O.o o.O

    Solved Delete/Create

    @Limos any tips xD i don't get error , but nothing happen when i kill monster :( function onDeath(cid, corpse, killer) local M ={ ["Serpent Spawn"] = {{Pos = {x=983,y=994,z=7}, {x=990,y=992,z=7}},{id= 1060,5009},{time = 30} }} local x = M[getCreatureName(cid)] function criar() local parede =...
  7. O.o o.O

    Solved Delete/Create

    w8 i make it and test it i have no error . but is also no effect xD
  8. O.o o.O

    Moving whole city

    your idea will move only the floor he copied mine idea will move all floors xD with same edit , like unique ids and actions
  9. O.o o.O

    [Request] TFS 1.0 Reborn NPC

    i think zbuzu works on convert events to tfs 1.x i'm also working to add items attr in source so you guys try to do it yourself of just w8 us to finish our job to release them xD
  10. O.o o.O

    Moving whole city

    you can move the whole map xD open rme -> import map -> in offset x and y how offset work for example if your map in this pos 50,50,7 and u need it to be 1000,1000,7 in offset x = 1000 - 50 = 950 else in offset y = 1000 - 50 = 950 so u will check the pos u need to add too and check temple area...
  11. O.o o.O

    Solved Delete/Create

    srry honey i forgot to edit getTileByItemID xD try this function onDeath(cid, corpse, killer) local M ={ ["Serpent Spawn"] = {{Pos = {x=983,y=994,z=7}, {x=990,y=992,z=7}},{id= 1060,5009}, }} local x = M[getCreatureName(cid)] function criar() local parede = getTileItemById(x.Pos[i], x.id[i])...
  12. O.o o.O

    OpenTibia Land Forums Holiday

    Smart :p
  13. O.o o.O

    Crash Bugs TFS 0.3.7

    haha but many times u may find people who don't care about money :D
  14. O.o o.O

    Compiling Most likely the wrong section. OTclient.

    what a hell is this xD just compiled OTC yesterday using boost 1_56_0 and works fine just follow dominique tutorial and u will be fine
  15. O.o o.O

    Solved Delete/Create

    ah srry forgot to add one more } xD here you are function onDeath(cid, corpse, killer) local M ={ ["Serpent Spawn"] = {{Pos = {x=983,y=994,z=7}, {x=990,y=992,z=7}},{id= 1060,5009}, }} local x = M[getCreatureName(cid)] function criar() local parede = getTileItemById(x.Pos, x.id, x.Pos2, x.id2)...
Back
Top