• 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.X+ Decimal after every number after compiling in Linux (with pictures)

    Dear Otland After compiling on linux i am getting a decimal number after all amounts on the server. (Linux) Player balance in database is 92031 gold. It is also projecting these value's on the webpage. so they're getting pushed to the database like this. (Linux) When i compile the exact...
  2. trustjah

    NPC - TFS 1.2 - PVP Arena (Based on real tibia's new arenas)

    Anyone knows how to get this to work? The NPC will always reply with 'A battle is currently in progress. Please wait until it ends.' Thanks in advance.
  3. trustjah

    VIP System [The Forgotten Server 1.0]

    What Strutz said, and which error is being thrown by the console?
  4. trustjah

    Monster Kill to Database 1.2

    @Leesne wish i knew how ;)
  5. trustjah

    Could someone convert these to 1.2

    So i have found some old scripts i am willing to use on TFS 1.2. This should be telling the player which spells he/she has learned when leveling up. local s = { --SETUP repeatAfterDeath = false, -- true -> player will always get the msg at lvlup | false -> player will only get the 1st time...
  6. trustjah

    [TFS 1.2][Client 9.7+] Lucky Coins - Decreasing pay to win ratio on your server

    The modal window works fine, but creatures are not dropping any lucky coins for me. Fiddled around with the config file but to no avail. nice idea though!
  7. trustjah

    Monster Kill to Database 1.2

    Seems like i forgot to register it in login.lua Works as requested, thanks!
  8. trustjah

    Monster Kill to Database 1.2

    Seems like it doesn't work for me, database is not being updated after killing a monster.
  9. trustjah

    Monster Kill to Database 1.2

    Hey, could anyone convert this to TFS 1.2? function onKill(cid, target) if(isMonster(target) == TRUE) then local name = getCreatureName(target) local monsterkills = db.query("SELECT mid, kills FROM vorgpl_monsterskills WHERE name = '" .. name .. "' LIMIT 1")...
  10. trustjah

    Character Market for Gesior

    Reup please.
  11. trustjah

    [Gesior ACC] Buy / sell characters

    Anyone that fixed the sell character button for Gesior 2012?
  12. trustjah

    Programmer Hire me on weekly basis

    Are you still around @Ezzz i might need your services sometime soon.
  13. trustjah

    TFS 1.X+ PHP Cast system on webpage.

    I've figured out a way to update the database within the function which looks like this, function onSay(player, words, param) if player:startLiveCast(param) then player:sendTextMessage(MESSAGE_INFO_DESCR, "You have started casting your gameplay.") db.query("UPDATE `players`...
  14. trustjah

    TFS 1.X+ PHP Cast system on webpage.

    Nothing new is showing @Bogart print_r($account); which means? no value is being returned?
  15. trustjah

    TFS 1.X+ PHP Cast system on webpage.

    Hey, I've been trying to get this script to run with - https://otland.net/threads/10-95-cast-tfs-1-2-custom-modifications- this cast system. <img id="ContentBoxHeadline" class="Title" src="layouts/tibiacom/images/header/cast.png" alt="Contentbox headline"> <?php if(!defined('INITIALIZED'))...
  16. trustjah

    AAC [Gesior] Website connected to sql but not registering new accounts in database

    Was not aware of this option, it's returning. Incorrect integer value: '' for column 'premium_points' at row 1 Thanks @villelagui INSERT INTO `accounts` (`name`, `password`, `premdays`, `lastday`, `email`, `key`, `create_ip`, `creation`, `premium_points`, `page_access`, `location`, `rlname`...
  17. trustjah

    AAC [Gesior] Website connected to sql but not registering new accounts in database

    Hey, I am able to login with existing accounts available in the database, i am also able to check highscores and those correspond to the numbers inside mysql. the problem i am having is that when trying to create an account the website states the account has been created not giving any error...
  18. trustjah

    [TFS 1.0] PHP Not loading country flags from database

    i got it to work but now it only reads the first line in the table? anyone got some idea's?
Back
Top