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

    [Poland][8.6] Fogeland, Custom Map, AS based on skill and more. [Start 29.11 18:00 CET]

    There's nothing to argue about, unless you were present on Test Server. You would see that "shop" is only a place where we thank the donor. The whole project is in Full RPG and Free 2 Play. Items from your screen shot are available in Quests (from lvl 60) or from NPC for Crystal Coin's ;P...
  2. Svira

    [Poland][8.6] Fogeland, Custom Map, AS based on skill and more. [Start 29.11 18:00 CET]

    URL: www.fogeland.eu IP: fogeland.eu:7171 Version: 8.6 Classic + Special Client (You can use both the client from cipsoft and our edited one) START DATE: 29.11.2022 - 18:00 CET Welcome to Fogeland! Tired of repetitive projects, we have created something completely NEW for you! No more...
  3. Svira

    Lua Ramdom stats by CODEX NG

    up
  4. Svira

    Looking for Teambattle Event

    This script worked for me :) Teambattle 4x4
  5. Svira

    Lua Paypal Shop/buy points

    update ur API from Paypal.com look chare: Developer - PayPal
  6. Svira

    Lua Ramdom stats by CODEX NG

    I'm looking for ondroploot.lua for the system in the main post, I don't want an extra attribute system
  7. Svira

    Lua Ramdom stats by CODEX NG

    Hello, do any of you have a script for random stats in loot using the following sources? https://otland.net/threads/magical-items-for-tfs-1-2-3.257011/page-2 I am looking for exactly ondrop loot that will add stats to items from monsters on a rare, epic and legendary basis.
  8. Svira

    PHP Show image1 when count is 100...

    Hi, gentlemen, I am asking for a PHP script that, after reaching 100, next to badge1, after reaching 200, will display badges 1 and 2 <?php echo $profile_data['monsterkills']; ?>
  9. Svira

    Lua TFS 1.X [1.3] Task PVP

    bump
  10. Svira

    TFS 1.X+ Change your outfit bonus without the need for a relogin.

    dofile('data/events/scripts/creature.lua') function onThink(player) if not player:isPlayer() then return true end -- if player:hasOutfit(player:getOutfit().lookType, 1 or 2 or 3) then if player:hasOutfit(player:getOutfit().lookType, 1) or...
  11. Svira

    TFS 1.X+ Change your outfit bonus without the need for a relogin.

    Hello, as in the topic. The problem is that the bonuses added with the outfit appear after the relogin, not the change of outfit itself. my login.lua: -- Outfit bonus if player:hasOutfit(player:getOutfit().lookType, 3) then local bonusCondition =...
  12. Svira

    TFS 1.X+ The script does not want to run despite the correct functions and registration in login.lua

    for me, the size of the characters is correct, the name is also ok. I really do not see the reason for this script to not work, but it does not start. I also did a test. on a different VPS but the same server with the same configuration and works ... so why do I have a problem on VPS with...
  13. Svira

    Lua TFS 1.X [1.3] Task PVP

    Hello, I'm looking for a system along with an NPC for Task (killers of other players) for example, the player goes to npc. He writes hi task and receives the task of punching e.g. 10 frags and then returns and collects the prize. I have seen such a system before, with npc gives us 24 hours and...
  14. Svira

    TFS 1.X+ The script does not want to run despite the correct functions and registration in login.lua

    As in the topic, it is correctly added in creaturescript.xml and properly registered in login.lua on the exact same server at another vendor the script works without error ... lol2
  15. Svira

    TFS 1.X+ The script does not want to run despite the correct functions and registration in login.lua

    Hello, I wanted to add the time in which the player reached the next level, unfortunately despite the registration in login.lua the script will not be triggered. It is read because when an error is specifically entered in it, it appears in the console. Currently it looks like this and doesn't...
  16. Svira

    [TFS 0.4, 8.6] AutoLoot Error

    Add in ur mods/script: aloot.lua function onLogin(cid) registerCreatureEvent(cid, "aloot_kill") return true end local stor = 7575 function autoloot(cid, target, pos) local function doStack(cid, itemid, new) local count = getPlayerItemCount(cid, itemid) if (count...
  17. Svira

    Anty-MC teleport how to make? tfs 1.x

    Add in ur globalevent script this function: local ilemozna = 2 -- how many ip is legal / na ile charow z 1 ip mozna logowac function onLogin(player) local mc = 0 for _, check in ipairs(Game.getPlayers()) do if player:getIp() == check:getIp() and not player:isVip() then...
  18. Svira

    2022 and Paypal is still doing it

    THEREFORE YOU SHOULD USE THE "_DONATE" OPTION IN PAYPAL. THESE FUNDS CANNOT BE BLOCKED OR RETURNED, THIS IS A DONATION
  19. Svira

    2022 and Paypal is still doing it

    Why is your system not saving purchases in the database? Multiple players with me withdrew payments giving false reasons. PAYPAL ALWAYS UNLOCKED MY FUNDS AND KEEP MY PAGE AS I ONLY SENT PURCHASE LOGS FROM THE DATABASE!
  20. Svira

    [Znote] New Gallery.php without (https://api.imgur.com/3/image/)

    Hi, due to the fact that the site "www.freeimagehosting.net" with which the pain has been temporarily unavailable for 2 years, here he adds his modifications from gallery.php The preview downloads photos from our server, excluding the database. Gallery.php: <?php require_once...
Back
Top