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

    Solved promotion problem

    promotion.lua I think ,i see script npc.
  2. C

    Solved promotion problem

    Using CODE.. Put in Instert and select CODE. added your lua and post reply
  3. C

    Solved promotion problem

    No men you paste your npc.xml <- i need the script enter to data/npc/scripts/promotion.lua and paste promotion.lua and your modules.lua in lib/npcsystem
  4. C

    Solved promotion problem

    paste your script king tibianus
  5. C

    Solved promotion problem

    Are you using gesior account? or what use
  6. C

    Solved promotion problem

    in phpmyadmin SQL
  7. C

    Solved promotion problem

    try added in your SQL UPDATE accounts SET premdays = 999; and say me Its works?
  8. C

    Solved promotion problem

    can you paste your script ? and how you added premium to players?
  9. C

    [Mysql] save account problem

    You edit in 050-Functions function getPlayerVipDays(cid) local Info = db.getResult("SELECT `vipdays` FROM `accounts` WHERE `id` = " .. getPlayerGUID(cid) .. " LIMIT 1") if Info:getID() ~= LUA_ERROR then local days= Info:getDataInt("vipdays") Info:free() return days end return LUA_ERROR end for...
  10. C

    Reset Accounts

    More simple.. added on SQL! delete from accounts
  11. C

    Guild Shop

    http://otland.net/threads/premium-points-for-big-guilds-automatic.137190/
  12. C

    temple position is wrong

    ¿Error? ,use /town ,or enter talkactions.xml and see have group correct or.. use command good. ;p you can use /town 1 , etc or /town thais ,/town is same /t
  13. C

    temple position is wrong

    You need edit in your Map Enter RME ,Put in Towns - Here: Look picture: Look ID <- town and say with your god /town 5 , or name city use /town to go your city principal and use /pos to see what position have. Enter MYSQL and use this query in SQL UPDATE players SET posx = 32369, posy =...
  14. C

    Linux After Start. Debian 6 the Server is full compiled

    made by is for your version Why your XML you add don't works why Unable groups ,put groups i try see why have error
  15. C

    Linux After Start. Debian 6 the Server is full compiled

    <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="2000" soulmax="100"...
  16. C

    Lua Convert to tfs 1.0

    ¿On start your script ,don't get nothing "ani value" or anything?
  17. C

    Solved mount doll tfs 1.0

    I edit your script ,look now. function onSay(cid, words, param) local mounts = { ["widow"] = {price = 0, id = 1}, ["bird"] = {price = 0, id = 2}, ["bear"] = {price = 0, id = 3}, ["sheep"] = {price = 0, id = 4}, ["panther"] = {price = 0, id = 5}, ["draptor"] = {price = 0, id = 6}, ["titanica"]...
  18. C

    What dedi should i use? 40-60 usd

    You only want waste 40 or 60 UD in your dedicated. Dedicated SUX.. + 0% protection any can shutdown your vps :) and note: i have Searz-online.com work fine in hivelocity.net ^^
  19. C

    Linux compiling rme ubuntu 14.04

    install the rme - windows cd /home/user/desktop/rme/ then wine ./rmemap.exe or just press at the icon of rme
  20. C

    Linux After Start. Debian 6 the Server is full compiled

    are u sure don't have any /> more in your vocations? post your vocations
Back
Top