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

Search results

  1. OmegaOT

    Solved Max allowed package TFS 0.3.6 8.60 CLIENT

    Don't download a datapack then have everyone fix the bugs for you
  2. OmegaOT

    Windows Hosting 8.6 Server, wich Server Distribution I Should USE?

    I've used 0.4 before and came across some bugs, decided to switch and somehow my project got broken, agree with Damon just use 0.3.6
  3. OmegaOT

    How execute function when players login in already player online?

    Yeah, pretty sure that isn't possible.
  4. OmegaOT

    Wrong Temple Position

    Sorry if you've figured this out already, this is kinda late. Is it just your account manager unable to login? If so, remove a "no logout" zone right where the account manager is (if you have one)
  5. OmegaOT

    How execute function when players login in already player online?

    You mean logging out with PZ?
  6. OmegaOT

    I need help with big issuies on my ot 8.6

    OT isn't up ;\
  7. OmegaOT

    Lua Annihilator script, can't change monster

    Do you have ferumbras setup in your monsters.xml file?
  8. OmegaOT

    Please an indenting tutorial ?? :l dont know if thats how you're supposed to call it lol

    I put +1 tab on each line to identify each line, then when i start to end it i subtract tabs each line again back down to end
  9. OmegaOT

    Windows problem with a vip system ( door )

    Try this? function onUse(cid, item, fromPosition, itemEx, toPosition) local cidPosition = getCreaturePosition(cid) if (item.actionid == 5788 and getPlayerStorageValue(cid,13500) >= 1) then if cidPosition.x < toPosition.x then doTeleportThing(cid...
  10. OmegaOT

    Solved Vocations are not saving.

    I had everything set to fromVoc="0", the way you explained it is exactly the way i changed i ;p
  11. OmegaOT

    Solved Vocations are not saving.

    Thank you, it worked. I've made several ots and never had this problem, means I never went full retard till this one. Thanks anyways man, appreciated.
  12. OmegaOT

    Solved Vocations are not saving.

    This has been boggling my mind all day, so you create a character from acct manager, it spawns and you pick a voc from there, once you pick the voc it goes straight to temple. But, when a player is relogged, the vocation is reset back to no vocation and I can't figure out why. This is my code...
Back
Top