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

    error importing database into phpmyadmin

    trying to import schemas.mysql 2 errors were found during analysis. Unexpected beginning of statement. (near "EATE" at position 0) Unrecognized statement type. (near "TABLE" at position 5) SQL query: EATE TABLE `groups` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) NOT NULL...
  2. G

    TFS crashing

    is there 0.4 for 8.6 or do i have to compile
  3. G

    TFS crashing

    isnt it so that you cannot use 8.6 for the others unless you compile them or something which i really dont know how to do
  4. G

    TFS crashing

    Hello guys im using cryingdamson 0.3.6 (8.60) V8.2 and i seem to have a problem with my server. I use uniform server for the Mysql and PHP. When i run my server it crashes after a few seconds. my config.lua looks like this -- Database -- NOTE: sqlFile is used only by sqlite database, and...
  5. G

    Click lever and teleport to xxxx yyyy

    So i have this local item_required = 9020 local item_count = 1 local destination = { x = 1473, y = 1046, z = 7 } local function reset(pos) doTransformItem(getTileItemById(pos, 1946).uid, 1945) end function onUse(cid, item, fromPosition, itemEx, toPosition) -- check if lever is currently...
  6. G

    Click lever and teleport to xxxx yyyy

    but how do i change where i will be teleport to
  7. G

    Click lever and teleport to xxxx yyyy

    function onUse(cid, item, fromPosition, itemEx, toPosition) should i insert function onUse(cid, item, from x1469 y1046, itemEx, to x1471 y1046
  8. G

    Click lever and teleport to xxxx yyyy

    isnt there a script if u stand in a tile and u click a lever if u have 1 boss coin u will be teleport to another area? i cant find the script
  9. G

    Tokens

    Hi, is there any script that when i pull a lever and have a certain item/token i will be teleported to another position if i dont have the certain item it wont work?
  10. G

    Gesior acc 2012 not working

    Thank you loney it worked
  11. G

    Gesior acc 2012 not working

    The path is C:/George/Desktop/tfs/ the error adds config.lua
  12. G

    Gesior acc 2012 not working

    Error occured! Error ID: #C-2 More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: C:/George/Desktop/tfs/config.lua File: C:\xampp\htdocs\classes/configlua.php Line: 24 File: C:\xampp\htdocs\classes/configlua.php Line: 12 File: C:\xampp\htdocs/install.php Line...
  13. G

    Lua Error set website server path

    so basically it doesnt work
  14. G

    Lua Error set website server path

    im new to this and how did i embaress myself to make your day
  15. G

    Lua Error set website server path

    changed the cryingdamson name to tfs and then used the serverpath you wrote still error Error occured! Error ID: #C-2 More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: C:/George/Desktop/tfs/config.lua File: C:\xampp\htdocs\classes/configlua.php Line: 24 File...
  16. G

    Lua Error set website server path

    Do you have any ideas?
  17. G

    Lua Error set website server path

    C:/myname/Desktop/cryingdamson 0.3.6 (8.60) V8.2/ It says Error occured! Error ID: #C-2 More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: C:/George/Desktop/cryingdamson 0.3.6 (8.60) V8.2/config.lua
  18. G

    Lua Error set website server path

    like cryingdamson?
  19. G

    Lua Error set website server path

    STEP 1 Check server configuration Error occured! Error ID: #C-2 More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: C:/xampp/htdocs/config.lua File: C:\xampp\htdocs\classes/configlua.php Line: 24 File: C:\xampp\htdocs\classes/configlua.php Line: 12 File...
  20. G

    zombie event

    09/10/2016 15:31:02] [Error - GlobalEvent Interface] [09/10/2016 15:31:02] data/globalevents/scripts/zombie/onstartup.lua:onStartup [09/10/2016 15:31:02] Description: [09/10/2016 15:31:02] data/globalevents/scripts/zombie/onstartup.lua:2: attempt to call field 'executeQuery' (a nil value)...
Back
Top