• 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!

Search results

  1. Eldora

    OTClient "Show customizable top status bar"

    Question, I have one problem im trying to solve with otcv8 The "topbar" (see this image): The only way for me to activate it, is to switch from profile 1 to any other profile and then the "Show customizable top status bar" will start working. But, if i restart the Client, it will stop working...
  2. Eldora

    Lua Monsters drop no loot? Only Crystal Deposits?

    Why does monsters only drop "Crystal Deposit" on my server? Example, Rat: <?xml version="1.0" encoding="UTF-8"?> <monster name="Rat" nameDescription="a rat" race="blood" experience="5" speed="134" manacost="200"> <health now="20" max="20" /> <look type="21" corpse="5964" />...
  3. Eldora

    Lua [TFS 1.2] Upgrade Item System - Add magic level?

    How can I add Magic Level as an upgrade to this script? Right now it has: Attack, Defense, ExtraDefence, Armor and HitChance I am using TFS 1.2 function onUse(cid, item, fromPosition, itemEx, toPosition) local it = ItemType(itemEx.itemid) if((it:getWeaponType() > 0 or...
  4. Eldora

    Lua TFS 1.2 - Adding "sell all vials"

    Please help add so that if I say "sell all vials" or "vials" then the NPC will buy all vials (5 gold each). 1678642132 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function...
  5. Eldora

    OTClient Anyone know how to change the battle window?

    I tried to simply replace the modules\game_battle folder with all its files for the original OTClient game_battle. This did not do the job. What else do you need to change in order to make the battle window start using the original battle window?
  6. Eldora

    Lua Want this script to NOT reset storage when saying "stop"

    How can I make this script not reset storage when player say "stop"? I want it to keep the players different task storage values, not resetting progression every time a player stop a task.
  7. Eldora

    OTClient Battle Window

    Which part in otclient do I replace to add a new battle window layout/functions? Tried replacing the modules/game_battle but that seem to be wrong? Nothing changed.
  8. Eldora

    Lua [TFS 1.2] How can I make specific items not drop on death?

    How can I make specific item IDs not drop when a player dies, but the rest should still work as usual? Maybe droploot.lua or playerdeath.lua? For example: Item ID: 1, 2 and 3 should NOT drop if player die with it on them?
  9. Eldora

    Lua [TFS 1.2] Task System - Players still get kill count even if they left area

    I need this code to stop giving kill count for players if they have not been in combat the latest 5 minutes. Right now, players get kill counts as long as they stay in the party. They can even stand in the depot, getting kill counts from their friends monster kills, as long as they stay in the...
  10. Eldora

    Lua [TFS 1.2] Xodet not adding charges to runes

    Why does my magic NPC (Xodet) not add charges to the runes? This is my code: shopModule:addBuyableItem({'heavy magic missile'}, 2311, 125, 5, 'heavy magic missile rune') And this gives me a "heavy magic missile rune" without charges: I want it to add 5 charges to the rune, how can I...
  11. Eldora

    AAC Znote - How do I delete old shop records?

    I tried to delete every record from "znote_shop" in the database, but the records still show up in "Admin Shop" for some reason. Any idea where I can clear it? @Znote
  12. Eldora

    PHP PayPal with Cloudflare

    How can I fix that I do not get points when buying points through the shop? My Cloudflare settings: Flexible Proxied All my ipn settings and settings in config.php are 100% correct. PayPal setting are also correct, ran a few tests. I get "success" on PayPal with code "HTTP - 200", but no...
  13. Eldora

    PHP myaccount.php

    Getting this error, when visiting myaccount.php: Fatal error: Array and string offset access syntax with curly braces is no longer supported in C:\wamp64\www\layout\sub\myaccount.php on line 112 I have attached my myaccount.php file as a .txt, because file was not possible to attach as a .php...
  14. Eldora

    Lua Please help with action script

    Need to add this function: function onUseShovel(player, item, fromPosition, target, toPosition, isHotkey) local targetId, targetActionId = target.itemid, target.actionid if isInArray(holes, targetId) then target:transform(targetId + 1) target:decay() elseif...
  15. Eldora

    Compiling TFS 1.2 - Who can help me get Cast System?

    Looking for Cast System guide or help for TFS 1.2 Please
  16. Eldora

    Lua TFS 1.2 - Healing and Mana numbers (effect) when healing/fluids

    Anyone know how I can get numbers to appear above players head when they heal with runes/spells or use fluids for mana?
  17. Eldora

    Lua TFS 1.2 - Remove item completely and add points based on amount of Charges

    Right now, this .lua script removes 1 charge and adds 1 point per charge to the account. I want the script to remove the item completely and add amount of points equal to the amount of charges that the item had when being used. Basically, if (item1) has 50 charges, then on use, it should remove...
  18. Eldora

    Lua TFS 1.2 - Shared Kills Task System

    Where can I find a Task System for TFS 1.2 that counts one kill for everyone who attacked that creature?
  19. Eldora

    OTHire - Guild wont show when looking on any player

    Hi, Vocation will show: "You see yourself. You are a master sorcerer." But, Guild doesn't show. Anyone know how I can add guild as well? :) Thanks in advance! Using OTHire!
  20. Eldora

    SSL Certificate

    I have bought a server and domain, now all I need is a SSL encryption for my domain (SSL/TLS/https). It must be a trusted certificate, I'm willing to pay ofc. Who can help me? Thank you in advance!
Back
Top