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

    Fix/Patch Parsing storage values inside of Quests.xml

    boa lucas nice lucas
  2. D

    [Modern AAC] Paxton 7.0

    rehost plx
  3. D

    Layout Demot EVo by Lares

    someone would have to download this layout? http://otland.net/f488/gesior-aac-layout-demot-evo-layout-113520/
  4. D

    Mad Mage an slime Fungus in Edron

    Bump
  5. D

    Feature Account Manager with city option

    Credits : Myself and Oneshot Tested on : TFs 0.4 3884 (8.6) and 5247(9.8) - And for OTX Server 9.8x Descripción: Well, I saw the script created by OneShot is given the option to choose the city of Account Manager and then modified to work well in version 9.8x Many servers without creating the...
  6. D

    Select Town on Account Manager

    is it possible to configure the sources for creating character when account manager, he choose the city (town) ? - - - Updated - - - BUMP
  7. D

    Mad Mage an slime Fungus in Edron

    BUmp
  8. D

    Lua How to make a Necromancer task?

    5947
  9. D

    Lua How to make a Necromancer task?

    Nice, Npc Works Say but still is not counting the kill
  10. D

    Lua How to make a Necromancer task?

    function onKill(cid, target, damage, flags) if damage == false or (flags and flags ~= 3) then return true else local f = getCreatureMaster(target) if f and f ~= target then return true end end local name = getCreatureName(target):lower() local a = tasks[name] if a then if...
  11. D

    Lua How to make a Necromancer task?

    How to make a Necromancer task? I have this script for Lugri NPC but not count kills local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic = {} local questLog = 14503 local task = 14504 function...
  12. D

    Need Grizzly Adams Help!

    How to make a Necromancer task? I have this script for Lugri NPC but not count kills local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic = {} local questLog = 14503 local task = 14504...
  13. D

    Lua How Make a Protection Door?

    I make this test after restart my server Using 0.2 9.8 Repp++ to you UP : Works
  14. D

    Lua How Make a Protection Door?

    I have this script to premium players pass to door, but many players pass using White Skull how can I make only players without skull through the door? function onUse(cid, item, fromPosition, itemEx, toPosition) if isPremium(cid) == TRUE then if...
  15. D

    How to NOT count x-logged players?

    Same Problem - - - Updated - - - same problem
  16. D

    TalkAction ShopGuild Points 100% add in player offline.

    its possible create function doaddguildpoints ? very good to put in reward chests
Back
Top