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

    TFS 1.X+ NPC system nekiro 7.7

    Hello everyone. I have been trying to solve this problem. The NPC's text is visible only to the player they are talking to ("me") and should be visible to everyone. And there is no queuing system.
  2. wizinx

    TFS 1.X+ Speed on wings and auras is not applying to the player

    Hello everyone, I'm new and I'm using this base, and I realized that the speed on the wings and auras does not apply to the player. https://github.com/ErikasKontenis/SabrehavenServer/tree/38-introduce-8-0-support Does anyone know why? Greetings!
  3. wizinx

    TFS 1.X+ mana regeneration in 7.4 with mana fluid

    Hello, I would like to know what was the fluid mana regeneration in 7.4. Does anyone know the exact value?
  4. wizinx

    TFS 1.X+ funcion add outfit and addon in shop.lua otclient

    Hello, I installed the otclient shop, but the function of adding the outfits and addon are not finished, anyone with a good heart who knows?, thanks -- BETA VERSION, net tested yet -- Instruction: -- creaturescripts.xml <event type="extendedopcode" name="Shop" script="shop.lua" /> -- and...
  5. wizinx

    Task in client (Otclientv8)

    Hi, I'm looking for an otclientv8 programmer, I need a task in client. My project is based on nostalrius 7.7 I use otclientv8. Thank you.
  6. wizinx

    [Brazil] [7.4] Imperium Global - Mid Rates - [Open PvP] OPEN 21 JANUARY 18 : 00 BRAZIL

    Imperium will launched with Open-PVP server: Imperium - America South, Sao Paulo Meaning they will never reset!, Once your character is created, it will be with you forever! Imperium features: Non-stackable runes/fluids Runes from NPCs and players Accurate 7.4 formulas Free...
  7. wizinx

    TFS 1.X+ Creaturescripts task count in party

    Hi everyone, I'm editing the code so that the tasks will count in party, but I can't make it 100% functional, since I want to make it count only by damaging the creature. At the moment it works if they both hit almost the same damage to the creature. Could you help me?. Thank you local...
  8. wizinx

    OTClient help with mini button windows in containers

    Hello everyone, the problem is that when I open the main bp the lockbutton appears, but when I open a secondary bp the button disappears. someone knows how I can add that button to the secondary bps, thanks!
  9. wizinx

    TFS 1.X+ Help in an action, add a mount but remove money.

    Hello everyone, I need help to finish the action, I need you to take money away from using the item and add the mount, could someone finish it? Thanks. function onUse(player, item, fromPosition, target, toPosition, isHotkey) local mountId = {7, 8, 9}...
  10. wizinx

    TFS 1.X+ Runes go up to main backpack when crafted [TFS 1.2]

    Hi everyone, does anyone know how to fix this?. Greetings Use tfs 1.2
  11. wizinx

    OTClient Issue with use with runes on players 7.72

    Hello, the problem is that when using a rune directly on the players the message "You are not allowed to shoot directly on players" appears, but if I hit the player's floor the rune is thrown, how could I solve this?
  12. wizinx

    TFS 1.X+ Action add addon with item requirement

    Hello everyone, I have a script to add an addon when using the item, but my problem is that I want to make it take an amount of X of items to add it. example: for the druid outfit ---> 100 wolf paw and bear paws. this is the script i currently have, i have tried but give up, thanks. function...
  13. wizinx

    [Brazil] [7.4] - Oldera - [Real-Map] [NEVER RESET] STARTING 03/04 18:00 CET

    Launch date Saturday 03-04 18:00 CET! Connection Information IP: go.oldera-global.com Port: 7171 Client: custom 7.4 Website: www.oldera-global.com Basic Information FREE PREMMIUM NEVER RESET HOST SAO PAULO BRAZIL Old school Tibia feeling Medium experience rates, high lootrate and high...
  14. wizinx

    Task count in party tfs 1.2

    Hello, could someone help me to run the task count in party ?, I use tfs 1.2 base nostalrius. function onKill(player, target) local monster = config[target:getName():lower()] if not monster or target:getMaster() then return true end local storageValue =...
  15. wizinx

    boolean value (tfs 1.2)

    Hello everyone, I have the following error. Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/playerdeath.lua:onDeath data/lib/core/guildwars.lua:49: attempt to concatenate local 'warId' (a boolean value) stack traceback: [C]: in function '__concat'...
Back
Top