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

    [TFS 1.0] PHP Not loading country flags from database

    i've made some progress using $flag = $SQL->query('SELECT flag FROM accounts')->fetch(); $players_rows .= '<TR BGCOLOR='.$bgcolor.'><TD WIDTH=5%><center><img src="/images/flags/' . $flag['flag'] . '.jpg"> just not sure what to reffer to now. The website is showing me another link to the...
  2. trustjah

    [TFS 1.0] PHP Not loading country flags from database

    Nobody who can help me with this? i've been fiddlin around with stuff but i'm not smart enough to figure this out. $player_rows = $SQL->query('SELECT flag FROM accounts;'); $players_rows .= '<TR BGCOLOR='.$bgcolor.'><TD WIDTH=5%><center><img...
  3. trustjah

    [TFS 1.0] PHP Not loading country flags from database

    Anyone has an idea why my website isnt accesing the database, well it is loading the players online, level and vocation but not the country flags. this is from my whoisonline.php <img id="ContentBoxHeadline" class="Title" src="layouts/tibiacom/images/header/headline-whoisonline.gif"...
  4. trustjah

    TFS 1.X Bounty Hunter System

    The window that shows the people who are being hunt shows up but is empty, no errors are shown in the console. any idea's?
  5. trustjah

    Lua Lottery script - trying to get rid of the quotation marks on website

    anyone got an idea how i can get rid of the signs next to the name and items on the website? it's forcing it into the database like this;
  6. trustjah

    TFS 1.0 Bounty Hunter System DB errors

    i started with using the updated version but it gives me the same errors.
  7. trustjah

    TFS 1.0 Bounty Hunter System DB errors

    Bump
  8. trustjah

    TFS 1.0 Bounty Hunter System DB errors

    Anyone that can help me with this? i've been stuck for days with this problem i'm using TFS 1.X Bounty Hunter System i'm getting these errors in the server console: any help would be much appreciated, thanks in advance! Column count doens't match value count at row 1. Using; function...
  9. trustjah

    [Console] Raids: Cant place monster "monster name"

    Anyone got an idea why this might be happening? the monster exists.
  10. trustjah

    Linux Private real map ots - step by step - need advice

    All your questions could be potentially answered by reading posts on the tutorial board
  11. trustjah

    [PHP] Website - Showing correct house image/photo/screenshot

    Nobody willing to share some knowledge. i know nothing about php. ive tried renaming gifs too houseId's but no luck there aswell
  12. trustjah

    Solved Console errors

    i'd say open a map editor, go check those positions ( 00979 / 01016 / 007 ) ( 00984 / 01018 / 007 ) ( 00979 / 01023 / 007 ) ( 00992 / 01024 / 007 ) ( 01002 / 01021 / 007 )
  13. trustjah

    [PHP] Website - Showing correct house image/photo/screenshot

    I've been trying some things here and there but am unable to find the solution, anyone that has got an idea how to get the website to show the correct house image? Using gesiors website. i've been fiddling around with the path but no luck whatsoever, help will be appreciated! '<table border=0...
  14. trustjah

    Solved Gesior acc Guild with ID 0 doesn't exist. when creating guild

    @jimmydunphy what was the solution?
  15. trustjah

    Lua NPC Local Voices

    local voices = { { text = 'Come in, young mages! Purchase the latest in runes and wands!'}, { text = 'Perhaps I need to bake them hotter? Or was it longer?'}, { text = 'Offering all sorts of magic equipment!'}, { text = 'Now where did Alaistar put the wood for the new wands?'}, { text = 'Hmmm...
  16. trustjah

    Lua NPC Local Voices

    anyone knows how i can make npc's say different things? at the moment he is only repeating the last line; local voices = { {text = 'Come in, young mages! Purchase the latest in runes and wands!'} } local voices = { {text = 'Perhaps I need to bake them hotter? Or was it longer?'} } local voices...
  17. trustjah

    Action [TFS 1.1] - Slot system

    Anyone willing to help with this one? using TFS 1.0 and i'm guessing i'm using the old script, anyways, everything works just fine but i am getting an error in the console; argument 3 unsafe [C]: in funtion 'addEvent' lua: 165 function onLogin(cid) local player = Player(cid)...
  18. trustjah

    Lua [TFS 1.0] Stamina gain when Training on "monks"

    also, there is no broadcast when i step on the tile now, any idea why that is?
  19. trustjah

    Lua [TFS 1.0] Stamina gain when Training on "monks"

    @Xeraphus still getting an error here, Argument 3 unsafe, C in function 'addEvent'
Back
Top