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

    Impressive Freeway Exit

    pro
  2. nclx

    Best place to buy a Dedicated Server/VPS?

    I'm not gonna stick to this thread because comments will keep popping and different opinions so this is gonna be my last post but for me 200$ is not needed for a regular ots and not even 100 online maybe 500+ or something insane also can you please otland community stop talking about ddos...
  3. nclx

    Lua Outfit Vocation

    local sorcerer_outfit = createConditionObject(CONDITION_OUTFIT) setConditionParam(sorcerer_outfit, CONDITION_PARAM_TICKS, -1) addOutfitCondition(sorcerer_outfit, 0, 138, 0, 0, 0, 0) local knight_outfit = createConditionObject(CONDITION_OUTFIT) setConditionParam(knight_outfit...
  4. nclx

    Best place to buy a Dedicated Server/VPS?

    200$ wtf man u hosting shadowcore or wat
  5. nclx

    Best place to buy a Dedicated Server/VPS?

    OVH or server4you maybe
  6. nclx

    Action TFS 0.2/1.0 system.lua (Questsystem)

    Useful I'll change mine for yours to test it and report bugs, in case you don't know what to do potions.lua is also shitty in 0.2, I wouldn't post mine because honestly I just changed some function names and is not 100% tested so I don't want shitty code all around
  7. nclx

    Buying Buying Znote Template using Bootstrap

    The ots he used as reference, I would never link to an ots like that even if I need to use it as an example, ots like those should only be linked in blacklist post or biggestshitever ots post, anyway this is totally offtopic but I couldn't hold myself I just cannot accept that kind of stuff
  8. nclx

    Buying Buying Znote Template using Bootstrap

    Cool ots stealing layouts
  9. nclx

    High exp pvp server.

    The website is currently multi-language, for now we only support English / Spanish, we plan to expand to portuguese and polish too, but server didn't even start yet, as I said, we are in test server 0.7, official release will be 1.0 and we will keep updating from that moment obviously, we have...
  10. nclx

    High exp pvp server.

    Sorry for the slow response but because of the lack of feedback I'm not checking this thread anymore, we are already running a test server hosted at home which is currently in version 0.7, at version 1.0 we will declare the test server over and release it to the public, we will change the name...
  11. nclx

    Solved [advanced] Global table?

    Storage (either global or player) doesn't support tables and I've already re-made my system using other method, alternative ways are no needed, just wanted to know why it wasn't working, thanks anyway. The thread is solved and should be closed :/
  12. nclx

    Solved [advanced] Global table?

    Sucks, thanks
  13. nclx

    Solved [advanced] Global table?

    Hello I'm needing a global table and this is what is happening: I make global a = {} in /data/test.lua /data/global.lua imports /data/test.lua a globalevent calls /data/test.lua function that modifies a. printing any value of table a from talkaction gives the modified value...
  14. nclx

    Please, don't come to Brazil World Cup 2014

    Venezuela is in a a much worse situation and nobody cares or helped at all, but lately our people is no that active so I assume they get what they deserve, but I'm totally supporting this and spreading the word around my people, I just hope that even though we are not that known worldwide as...
  15. nclx

    Just droppin by

    Not useless they give a lot of money it seems (otherwise people wouldn't have those). Brb ill take a shit ok back it was good. I hope you like my answer is as good as your thread cya
  16. nclx

    Buying Gesior page + script lua. - storageid warsystem - storageid outfit color.

    I can do it but not for 5 USD wtf
  17. nclx

    Solved Help Ghost Ship rote

    Mhmmm ok... delete all you did, I mean replace your modules.lua with clean modules.lua and do this (I'm checking with 0.4 so not sure if modules.lua is the same as yours, check that the lines are the same): line 418~: local parameters = { cost = price, destination = position...
  18. nclx

    Hosting on 2 locations

    No, what you can have is two servers (or worlds) using the same database, but it is just too messy bro wtf, don't mess with that.
  19. nclx

    Hey guys! Help please! I need a script of the Convince Creature rune!

    You probably have the script bro, well is not the script that spells call a function directly but if you check your data/spells/spells.xml it is probably there (check for id=2290), what happens is that probably you are trying to convince a creature that is not convinceable, go to the monster...
  20. nclx

    Solved Help Ghost Ship rote

    Ahhh you don't need a regular boat, ok, go to npc/lib/npcsystem/modules.lua Find the line: 214 should be "doTeleportThing(cid, parameters.destination, false)" Delete it and change for: ghostcoords = {x = 1111, y = 1111, z = 1111} if (math.random(1, 100) <= 90) doTeleportThing(cid...
Back
Top