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

    my mapping

    It doesn't look bad. For my taste, you have too many colors going on in the very first picture. I'm not too big on the different grass and dirts. As said, there are a ton of borders too. Also not too big on the green trees chosen in the snow images.
  2. Jfrye

    36th's mapping pit.

    This is amazing. I love the light effects. They have to be among my favorites, up there with the see through water I've seen in another thread. Keep up the great work. I look forward to seeing more of your work.
  3. Jfrye

    [Help][Modern ACC] CHANGE NAME ACCOUNT BY NAME OF CHARACTER. PAYMENT

    You need to have patience. Everyone on this forum have a life, and most of them don't spend every second on this forum. You asked for help less than two hours ago, and are already bumping your thread. The rules state no bumping in 24 hours. Be patient, and IF someone knows how to help you, and...
  4. Jfrye

    Website codes

    Oh. it's been a while I didn't realize it wasn't on there. I'm using latest znote and tfs 1.1
  5. Jfrye

    Npc on raft

    just modify a ship captain script.
  6. Jfrye

    Website codes

    It's been a while, but I'm back at it. does anyone have any information on this?
  7. Jfrye

    [Blackstone] Mapping Thread - Reloaded

    I really like these maps. Great work.
  8. Jfrye

    Cloudlight Mapping

    Very nice work.
  9. Jfrye

    RME EDITOR CAN'T OPEN 8.6 TIBIA :(

    Make sure you have downloaded a 8.6 client. go into RME and go to properties, preferences, and set default as 8.6. Then set the 8.6 directory to your 8.6 tibia folder you downloaded.
  10. Jfrye

    Znote Achievements

    I am working on my ach page on my website. TFS 1.1. latest znote. All of the displayed achievements are found in config.php. Do I have to put every ach in config.php that I want to show on the website, or is there a way to make a different php file for achievements?
  11. Jfrye

    [Znote AAC] Most Creature Killers

    Is there a way to just include total numbers killed? instead of player x killed x amount. so instead x creatures killed this day
  12. Jfrye

    Windows Znote house.php/houses.php help

    house.php <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; if ($config['log_ip']) { znote_visitor_insert_detailed_data(3); } $house = getValue($_GET['id']); if ($house !== false && $config['TFSVersion'] === 'TFS_10') { $house = mysql_select_single("SELECT...
  13. Jfrye

    Windows Znote house.php/houses.php help

    I have changed the layout on my houses.php file to better suit the look I am going for. It now uses Radio Buttons, instead of a dropdown list. However, when I click on a town name, and hit submit, I get this message (which is located in house.php) No house selected. Go back to the house list...
  14. Jfrye

    Windows Explain charactersearch.php? Znote

    Thanks. I finally found it. I still cant figure out how to edit line 544. I am trying to make it say Player xxxx doesnt exist. It currently just says xxxx doesnt exist. When it does this, Im trying to get another search bar to pop up below that text.
  15. Jfrye

    Windows Explain charactersearch.php? Znote

    I am working on character search page, and I am not understanding it really. I have the search bar working properly. I can type in the name, and the character page shows up just fine. IF the character does not exist, it goes to the next page and says the character does not exist. That seems to...
  16. Jfrye

    Website codes

    EDIT : I am updating lower posts for a couple other issues I am looking for help with. Issue 1. Wanting to add guild creation date, join date, and invitation date to website. Issue 2. Wanting to make sure forum posts and times update correctly when someone posts. Issue 3. I am having issues...
  17. Jfrye

    Znote AAC-Having an issue with a code

    Using print _r made everyone say premium account Maybe znote_acc_data is not the right way to go about it?
  18. Jfrye

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    I am having this same issue. Mine shows up like this Residence: Missing Town Town names in config.php are accurate.
  19. Jfrye

    Znote AAC-Having an issue with a code

    @Codex NG is there something else I need to add to the script? I have tried both codes you posted, and neither of them change the account status on the website. The account used for testing is always tested with either 10 days or 0 days of premmy.
  20. Jfrye

    Znote AAC-Having an issue with a code

    I will try this tonight. I'm trying to learn what all this stuff does. Would anyone have time to tell me what intval is or does?
Back
Top