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

Recent content by leoxdnardo

  1. leoxdnardo

    Linux vs Windows

    Linux is how many times better than windows to host the server? How many times is the perfomance better? Do someone know?
  2. leoxdnardo

    Solved [LINUX] Can't load file config.lua

    ur config.lua cant have anotations like this: -- Account manager
  3. leoxdnardo

    Lua Charcter list but not further. HELP PLEASE

    did u change the ip in config.lua? u need to change there
  4. leoxdnardo

    Solved Remove empty potions

    removeOnUse = "no" change to removeOnUse = "yes"
  5. leoxdnardo

    Lua Can someone explain nil to me?

    nil i think its when doesnt exist
  6. leoxdnardo

    Query

    and how can i execute this query in php?
  7. leoxdnardo

    Query

    i have this query UPDATE `accounts` SET `premium_points`='$ProdQuantidade_x' WHERE name = '$ProdID_x'; this will set premium points = $ProdQuantidade_x in the account name $ProdID_x is there a way to add and not set i tried this and it didnt work UPDATE `accounts` ADD...
  8. leoxdnardo

    Solved Help with ingame windows 8.6 OT!

    i think this need to be changed in items.otb
  9. leoxdnardo

    Solved Missing Creatures bug

    did u modified the monsters.xml?
  10. leoxdnardo

    Solved First Items

    otserv/mods/firstitems.xml disable it
  11. leoxdnardo

    OTClient Sources

    do i need to become a premium user to have access to the otclient sources?
  12. leoxdnardo

    How i can do to player only use my version of otclient in my server?

    where do i need to put this? EnterGame.setUniqueServer(hostName, port, protocolVersion, windowWidth, windowHeight) EnterGame.setUniqueServer('127.0.0.1', 7171, 862, 270, 210)
  13. leoxdnardo

    Poi thrones error.

    are u using unique id in the thrones?
  14. leoxdnardo

    become citizen

    Your way didn't work... I did this way and now it's working local config = { [30010] = {acid=30010, townidi=2, posi={x=615, y=1107, z=7}, cityi="Survia"}, [30011] = {acid=30011, townidi=3, posi={x=816, y=1189, z=11}, cityi="Dwarvia"}, [30012] = {acid=30012, townidi=4, posi={x=947, y=1128...
  15. leoxdnardo

    become citizen

    Can someone tell me what is missing to work local config = { [30010] = {acid=30010, cityi=Survia, townidi=2, posi={x=615, y=1107, z=7}}, [30011] = {acid=30011, cityi=Dwarvia, townidi=3, posi={x=816, y=1189, z=11}}, [30012] = {acid=30012, cityi=Cadorvia, townidi=4, posi={x=947, y=1128, z=7}} }...
Back
Top