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

    Lua sewer grate - switch

    http://otland.net/threads/brigde-lever.204156/
  2. Mikii

    Reward [Box] System 100% working on tfs 1.0

    Hello friends, I am sharing with you a system of reward box, with fixed ActionID. It only remains to adapt the loots of the box not fall on the floor if the user does not have enough left slot .... Currently only check cap .. If someone wants to Contribute will be welcome. Sorry my english...
  3. Mikii

    Znote don't work on localhost? Create Chars..

    Don't work on localhost? I'am using my ip and port, more don't create characters... 200.***.***.77:8080 Don't create charactes.. Return this error: 1INSERT ERROR: Out of range value for column 'lastip' at row 1 Any help-me? TFS 1.0
  4. Mikii

    Windows Znote Sql.

    Hunnn... Run now... This is a Bug... Can't acess for localhost adress... ip no is intenger.... is :1... Tranks. SOLVED
  5. Mikii

    Windows Znote Sql.

    Trhanks... I run all database, more get this error now. Incorrect integer value: '' for column 'ip' at row 1
  6. Mikii

    Windows Znote Sql.

    I nedding znote SQL Tables for mysql.. I don't find .sql for znote. Could someone pass me that?
  7. Mikii

    How i can remove News Post from Same Areas?

    Shadown Cores, Chats, Lunarforce and others.. :)
  8. Mikii

    not enough memory (crash)

    I give up. If others have the patience to explain the will be.
  9. Mikii

    not enough memory (crash)

    Do not you understand yet??? Comment all the tags of global events, action and movementes, and then checks if still giving crash. Use special tags for this wacky. <---->
  10. Mikii

    not enough memory (crash)

    Use especial symbols to coment tags.... <!-- --> <?xml version="1.0" encoding="UTF-8"?> <globalevents> <!-- <globalevent name="save" interval="900000" event="script" value="save.lua"/> <globalevent name="savePlayer" interval="300000" event="script"...
  11. Mikii

    not enough memory (crash)

    Coment all Tags on GlobalEvents.xml and try again. And post result here.
  12. Mikii

    How i can remove News Post from Same Areas?

    I can remove New Post from Some Areas not related with my interests?
  13. Mikii

    FLA5H Mapping Thread

    Forget! ... I did get it now...
  14. Mikii

    FLA5H Mapping Thread

    Remember Map Editor [ RME ] or IS on flash???
  15. Mikii

    FLA5H Mapping Thread

    This map is created on rme? or in flash? I don't undestend very well you thread title.
  16. Mikii

    Solved SOLVED!

    Try this: function onUse(cid, item, frompos, item2, topos) local lvl = getPlayerLevel(cid) if lvl >= 10 and lvl <= 39 then doPlayerAddExperience(cid, 300) exps = 300 elseif lvl >= 41 and lvl <= 48 then doPlayerAddExperience(cid, 100) exps = 100...
  17. Mikii

    Compiling TFS 1.0 Boost Error

    Using Boost 1.55 and Including on Your Project? See this thread. http://otland.net/threads/compiling-mvs-2013-libraries-boost-tfs-1-0-protocol-10-21.202851/
  18. Mikii

    Lua math.random (1.9) almost always returns me 7, this may be a bug?

    Really, just add: math.randomseed (os.time ()) math.random (); In the header of my code, which now has returned me random values. It is interesting other people also become aware of it. Liked All for Help... SOLVEDDDD
  19. Mikii

    Lua math.random (1.9) almost always returns me 7, this may be a bug?

    Interesting. I'll read and optimize a particular function just for this.
  20. Mikii

    Lua math.random (1.9) almost always returns me 7, this may be a bug?

    Still, always run and the 7 ...
Back
Top