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

    Solved Error with shop system

    btw how does idle waring and kick time work? i have this right now idleWarningTime = 10000 * 10000 * 1000 idleKickTime = 10000 * 10000 * 1000
  2. Ashbringer

    Solved Error with shop system

    maybe i need to change this? <globalevent name="shop" interval="30" script="shop.lua"/> and i change the interval to 10000 (10 sec) it spamms when you dont have space or cap like 10 msg per sec
  3. Ashbringer

    Solved Error with shop system

    woops sorry new link ---> http://pastebin.com/iaQBvNQD
  4. Ashbringer

    Solved Error with shop system

    there you go http://pastebin.com/3qj4jFyc
  5. Ashbringer

    Solved Error with shop system

    i am using gesior acc , and what script? shopsystem?
  6. Ashbringer

    Solved Bug with vip system

    thanks man :)
  7. Ashbringer

    Solved Bug with vip system

    seems to work :) can you help me here also? :P http://otland.net/threads/error-with-shop-system.226333/
  8. Ashbringer

    Solved Bug with vip system

    thanks both of you @EvilSkillz gonna try this now :)
  9. Ashbringer

    Solved Bug with vip system

    the error is back again gonna try your now got this error Loading movements... [Error - LuaInterface::loadFile] data/movements/scripts/viptile.lua:2: ')' expected near 'then' [16:25:42.771] [Error - Event::checkScript] Cannot load script (data/movements/scripts/viptile.lua) [16:25:42.771]...
  10. Ashbringer

    Solved Bug with vip system

    btw i restarted my ot just to check and the error havent appear yet :D so if the error appear i gonna try your script
  11. Ashbringer

    Solved Bug with vip system

    i added this for the vip system in functions function getPlayerVipDays(cid) local Info = db.getResult("SELECT `vipdays` FROM `accounts` WHERE `id` = " .. getPlayerAccountId(cid) .. " LIMIT 1") if Info:getID() ~= LUA_ERROR then local days= Info:getDataInt("vipdays") Info:free() return days end...
  12. Ashbringer

    Solved Bug with vip system

    @ what script you want? lib ? movements?
  13. Ashbringer

    Solved Bug with vip system

    Hey i have bug with my vip system i am using tfs 0.3.7 [14:18:38.136] [Error - MoveEvents Interface] [14:18:38.136] data/movements/scripts/viptile.lua:onStepIn [14:18:38.137] Description: [14:18:38.137] data/lib/050-function.lua:2: attempt to concatenate a boolean value [14:18:38.137] stack...
  14. Ashbringer

    Solved Error with shop system

    Hey when i buy from my website and dont have any space in my backpack this spams out 12:43 >> 1x soft boots (speed +15) << from lunaria shop is waiting for you. Please make place for this item in your backpack/hands and wait about 30 seconds to get it. it dont spam it like 1 time it spam it...
  15. Ashbringer

    Gesior bug with images on character

    @Limos
  16. Ashbringer

    Gesior bug with images on character

    Hey i have a bug when people not wearing anything on a slot . look on the image ..... how do i fix this?
  17. Ashbringer

    Solved Help with config.lua - houseCleanOld

    Thanks man :) just says this .... Error occured! Error ID: More info: ERROR: #C-1 : Class::ConfigLUA - Line 158 of LUA config file is not valid [key: houseCleanOld] File: /usr/share/nginx/www/classes/configlua.php Line: 59 File: /usr/share/nginx/www/classes/configlua.php Line: 20 File...
  18. Ashbringer

    Solved Help with config.lua - houseCleanOld

    IF i want it to be 45 days how should i write it then?
  19. Ashbringer

    Solved Help with config.lua - houseCleanOld

    Hey in config.lua i have this houseCleanOld = 0 how do i configure that if i change it to houseCleanOld = 7 does it clean the house after 7 days if player dont login ? i am using TFS 0.3.7 @Limos
  20. Ashbringer

    weapons bug

    hey i have this error .... Loading weapons... [Warning - Weapons::registerEvent] Duplicate registered item with id: 0 but i look in weapons.xml and cant find any weapon with id 0 please help @Limos
Back
Top