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

    Lua Mysql database

    Hello, How do i get information from my mysql database with a mysql query? I mean theres no point of having a database if you can't get the information later in scripts and so on. I mean the getplayerpremiumdays function must get the pacc days information from my database somehow and i...
  2. M

    (Remeres) For the newer mappers

    Just hold Ctrl while editing the pz.
  3. M

    Scripter Need a good scripter

    So, what experience level do you search? I mean how advanced scripter are u searching for?
  4. M

    [Depot] Problems!

    Isn't it always named locker? Anyways do you have the correct town_id on RME by hitting properties on the locker?
  5. M

    Router

    Go to "can you see me .org" or something and try again, otherwise obviously your ports aren't opened. Personally i think the easiest way to portforward is by doing it directly on your router.
  6. M

    ZayPay problem..

    I don't think jumping into donations is the first thing to do. Get all the information you need and then step by step start with one payment method. Letting your ot players donate without getting them anything is a serious problem. When ur not 100% sure the payments work you shouldn't let them...
  7. M

    Windows Flags In web page

    I don't understand the question, not the best grammar...
  8. M

    Flags?

    Hi yall, What is exactly the player flags and stuff I don't get the idea, perhaps i've missed something very useful that i can use when i'm scripting. Please give an example if you can.
  9. M

    Help Temple Position - really need help guys

    Simply just change the posx,posy and posz to 1000/1000/7 by pressing the little "pen" in phpmyadmin, the pen means edit. You are supposed to change the acc managers position.
  10. M

    Sha1 Problem.

    Ye, it's probably id and not account_id i believe
  11. M

    Depot problem

    Have you assigned the depot ID by right-clicking the depot and select properties. ?
  12. M

    Lua How to convert scrypt?

    Man Learn english before posting or post in your language...
  13. M

    Dedicated Server?

    I have read some posts here at Otland and it just came through my mind, Whats a dedicated server? I really want to have a server, but since my internet connection is so bad, i'm just fooling around and trying some cool stuff you can do on my server with my friends. But can I have my OT...
  14. M

    Lua Add-Item

    [solved]
  15. M

    My OT knowledge - Overall - FAQ

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! See the new updated version here at otland. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  16. M

    Lua Problems with onEquip

    So why don't you set the value to +50?
  17. M

    Lua Problems with onEquip

    The "local k = r[item.itemid]" in your script, what does that code line do?
  18. M

    Lua onStepIn?

    [solved]
  19. M

    Lua Duplicate variables?

    What? Duplicate variables is to make a copy of a variable(var) without having the new variable(var2) be assigned to the old variable if the old variable is having a new assignment.
  20. M

    Lua Duplicate variables?

    Anyone know how to duplicate variables in lua? So that: var = 1 var2 = var var =10 And now var is 10 and var2 is 1. Thanks in advance...
Back
Top