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

    Lua Nostalrius - Outfit scroll?

    Anyone got outfit scroll for Nostalrius? An item that actually add a custom outfit for the player to select? I tested a few, but seems like Nostalrius do not have "addOutfit" or "addOutfitAddon".
  2. Neptera

    Lua Nostalrius - Shared Party Kills?

    How can I make this lua script give one kill to each player in a party and not just to the killer? function onKill(player, target) local monster = config[target:getName():lower()] if not monster or target:getMaster() then return true end local storageValue =...
  3. Neptera

    Lua How can I get it to NOT remove the item already got MAX slots?

    As title says, how can I get this code to NOT remove the item on usage if the target item already got max slots? Where it says "Slot limit reached" in the end of the script. local conf = { maxSlotCount=1, ignoredIds={} } function choose(...) local arg = {...} return...
  4. Neptera

    C++ Nostalrius - How do you decrease the frag time?

    Trying to find how to decrease time for each frag to disappear, where can I do it? It is not in config.lua? Thanks
  5. Neptera

    Lua Znoteshop will not give outfits?

    I get this error when trying to claim outfits from the shop with command !shop: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/znoteshop.lua:onSay data/talkactions/scripts/znoteshop.lua:68: attempt to call method 'hasOutfit' (a nil value) stack traceback: [C]: in...
  6. Neptera

    AAC Znote AAC - Uncaught TypeError: Cannot access offset of type string

    What is wrong with this line? Error: Fatal error: Uncaught TypeError: Cannot access offset of type string on string in C:\wamp64\www\guilds.php on line 558 Line 558: if ($inv['id'] == $targetGuild) $status = true;
  7. Neptera

    Lua 'isPlayer' (a nil value)

    I am trying to get a simple "add premium days" script to work. Engine used is Nostalrius 7.72, please help me. function onUse(player, item, fromPosition, target, toPosition) if not target:isPlayer() then player:sendTextMessage(MESSAGE_STATUS_SMALL, "Can not use this is, it is not...
  8. Neptera

    [Netherlands] Neptera 7.1 | Launch 2018-03-23 | 19:00 CET

    ... a unique and nostalgic experience ... www.neptera.net Tibia Version 7.1 Start Date: 2018-03-23 Time: 19:00 CET (Central European Time Zone) Create an account and reserve your character name today! Custom Client: Download Discord Server: Discord - Free voice and text chat for gamers...
  9. Neptera

    Neptera - Tibia 7.1 nostalgia server

    Account Registration Account registration is now available at www.neptera.net Start Date Date: 2018-03-23 Time: 19:00 CET (Central European Time Zone) Website: www.neptera.net Client Version: 7.1 For more information visit: Neptera.net - Server Information Screenshots
Back
Top