• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. WTF.Error

    [Concept] Dynamic Maps

    most of links is dead.. the guy write the autoborder dont share =\ @dragaoart
  2. WTF.Error

    [Concept] Dynamic Maps

    the biggest problem is autoborder at moment... i have a little random map generator project but.. without autoborder =\
  3. WTF.Error

    Feature [CreatureEvent] Regestire all monster and players in creatureevent.xml

    rewrite with tags. ( I TRY SEND MESSAGE TO ADMINS FIRST )
  4. WTF.Error

    Guild Leaders Channel (9.X and 8.6)

    only to "fix" old code
  5. WTF.Error

    GFx Files

    u sure it is packed ?
  6. WTF.Error

    Compiling compilation problem

    Information about issue https://github.com/fluidsonic/tyano-core/issues/10
  7. WTF.Error

    [OtLand Official Mapping Competition] November sign up

    maps will be shared on end of competition or only Peroxide will use ?
  8. WTF.Error

    Connection Refused

    Port 80 (You can run a website) Port 7171 (People can't see their character list) Port 7172 (People can't join your server) http://otland.net/threads/znotes-port-forwarding-tutorial-small-guide-lot-of-education.107832/
  9. WTF.Error

    Linux Command To Start Tfs 0.4.0 in terminal HELP!

    He send you a windows file man.. u are in linux.
  10. WTF.Error

    Lua (action) toPosition return null coord

    return in console [12:17:09.405] data/actions/scripts/development/test..lua:onUse [12:17:09.405] Description: [12:17:09.405] data/actions/scripts/development/test.lua:5: attempt to index local 'x' (a boolean value) [12:17:09.405] stack traceback: [12:17:09.405]...
  11. WTF.Error

    Lua (action) toPosition return null coord

    I want get position from where iten is used. toPosition partially work. this iscript dont will get a item from a specific place. understand ? here my code. function onUse(cid, item, fromPosition, itemEx, toPosition) doRemoveItem(itemEx.uid)...
  12. WTF.Error

    Lua (action) toPosition return null coord

    I want make a script to destroy a wall. ( Like a Hammer you use in walls ) from right side from wall all work fine. from left side of wall. I cant get position of wall. function toPosition return x , y ,z = 0
  13. WTF.Error

    OtLand New dark theme and new posts widget.

    Is really hard to read posts with code dark blue is not a good color
  14. WTF.Error

    OtLand New dark theme and new posts widget.

    I use dark theme to energy save \o/
  15. WTF.Error

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    LoL /\ HAHAHHA
  16. WTF.Error

    Gamers-BR dont have any data modification to Spoofing Data

    This server is currently banned! Reason: Spoofing data info (Type: #1). Server will be unbanned after 05/04/2013. Spoofing attack - Wikipedia, the free encyclopedia
  17. WTF.Error

    [Mod] Random Item Stats

    you can try add if( (damage == true or bit.band(flags, 1) == 1) and isMonster(target) and getPlayerGroupId(cid) > 4 )then -- 0.3/4 I dont make this flood. have deleted messagens here
  18. WTF.Error

    [Mod] Random Item Stats

    it really dont make sense.. why dont work with me ? I use r3777 I probably have problem in isContainer I try test 213: corpse = getTileItemById(pos, v.lookCorpse).uid 215: if( isContainer(corpse) )then 216: doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'Debug Part 1')) it...
  19. WTF.Error

    [Mod] Random Item Stats

    allways only show 22:47 Loot of a dragon: nothing and have loot in dragon. script dont work in 0.4_DEV with normal libs
Back
Top