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

    setPlayerStorageValue only accepting values 1 or 0

    will try this. im on 0.4 edit: didnt work :(
  2. PB3LL

    setPlayerStorageValue only accepting values 1 or 0

    has anyone ever encountered this issue? for some reason I am only able to set values to '0' or '1' when using lua. i can manually change values in database of course. when i use setPlayerStorageValue(cid, 92000, 0) = it works when i use setPlayerStorageValue(cid, 92000, 1) = it works when i...
  3. PB3LL

    Script Format and 'end' Statements - $10 usd for your help.

    Fixed. Can close.
  4. PB3LL

    Script Format and 'end' Statements - $10 usd for your help.

    the problem has been fixed. this can be closed.
  5. PB3LL

    Script Format and 'end' Statements - $10 usd for your help.

    Close thread. sorry for wasting space.
  6. PB3LL

    Script Format and 'end' Statements - $10 usd for your help.

    I have 2 scripts which need to be corrected. Some of the code works and some doesn't. There were previous errors in the console regarding end statements and about a year ago, when I didn't know exactly what I was doing, I just threw in a bunch of end statements to try and correct what I thought...
  7. PB3LL

    Count players with storage ID, php

    I am looking for a php script that will display a table showing the amount of players in trainers. On my server i want to count and display the amount of players in trainers, depending on the trainers they are using. Without listing the player names is it possible to show how many players are...
  8. PB3LL

    4 Small .php Tasks - $5 each completed task

    Ok so i tried the fix you supplied for #2 but it didnt fix the issue. here is what i fixed it too. <option value="<?php echo $vid; ?>" <?php if ($vid == playerSkill($skills, 9)) echo "selected"?> ><?php echo $vname[name]; ?></option> the box was still greyed out and the error was inside the...
  9. PB3LL

    4 Small .php Tasks - $5 each completed task

    Issue #4: Admin Page - $5 Task 4: Is it possible to unban a player from this page? FIXED! <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; protect_page(); admin_only($user_data); // Encryption (if select field has $key 0, it will return false, so add $enc + $key will...
  10. PB3LL

    4 Small .php Tasks - $5 each completed task

    I am having a few small issues that I wouldn't mind paying to get a solution to. I am using tfs 0.4 running 8.6. I will pay $5 via paypal for each fix. Issue #1: Banned Players Page - $5 FIXED by Baracs! Issue #2-3 Admin Skills Page - $10 (2 tasks) FIXED by Thaian Citizen FIXED by Thaian Citizen
  11. PB3LL

    [8.6x] OTServ 0.6.4 (Cast System)

    For some reason it isnt changing the value in database when cast should be online. Cast has started but value shows 0. When I change value to 1 then it shows on the page. Why is the value not changing when cast online?
  12. PB3LL

    [8.6x] OTServ 0.6.4 (Cast System)

    maybe we can get some help from @Nottinghster
  13. PB3LL

    [8.6x] OTServ 0.6.4 (Cast System)

    doesnt seem to be working with 0.4 -- i have a cast running from my account but site doesnt have anything show up. "Currently there are no active casts online..."
  14. PB3LL

    [Znote AAC] Tibia Layout

    the server counts the correct amount of players online but when I click to view the online players, it tells me no players online. But shows players online. any help on fixing this? so ive encountered a few errors when using this layout with znote 1.5 on tfs 0.4 running 8.6 client. I don't...
  15. PB3LL

    Fatal Error: call to undefined function online_list()

    <?php require_once 'engine/init.php'; $records = mysql_select_multi('SELECT * FROM `server_record` ORDER BY `record` DESC LIMIT 1;'); ?> <br><img src="layout/images/titles/t_plaonline.png"/><p> <table> <tr class="yellow"><th>Server Status</th></tr> <tr><td><b><?php echo $config['site_title']...
  16. PB3LL

    Fatal Error: call to undefined function online_list()

    Fatal error: Uncaught Error: Call to undefined function online_list() in /home/otsmanager/www/public_html/layout/sub/whoisonline.php:33 Stack trace: #0 /home/otsmanager/www/public_html/sub.php(4): require_once() #1 {main} thrown in /home/otsmanager/www/public_html/layout/sub/whoisonline.php on...
  17. PB3LL

    Linux Player Can walk through NPCs

    and its not consistent. sometimes i can walk through them and sometimes i cant.. i havent noticed what it is yet.
  18. PB3LL

    [8.60] The Forgotten Server 0.4

    nvm i figured it out. entering the client with no password or account info will show all casts. incase im not the only idiot..
  19. PB3LL

    [8.60] The Forgotten Server 0.4

    does this cast system work? How do you view other players casts?
  20. PB3LL

    from 0.3.6 to 0.4, i developed an issue.

    Working. Thank you.
Back
Top