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

    Auto worldType Change

    hello, Its possible create a script that automatically changes worldType per hour? Example: from 08:00 AM to 23:00 PM = Open 23:01 PM to 07:59 AM = Enforced Its possible?
  2. D

    Lua Cancel Task Mission

    I have this Script but players not cancel the atual task. http://otland.net/f82/creatureevent-npc-killing-name-now-player-can-choose-task-107936/ Its possible? Script need modification plxx Script Npc local tasks = { [1] = {questStarted = 1510, questStorage = 65000, killsRequired...
  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

    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...
  5. 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
  6. 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...
  7. 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...
  8. D

    Switch Snake God Essence Bug

    I Have this script and have error in console ( attached file ) How to solve this? function onUse(cid, item, frompos, item2, topos) if(item.actionid == 32146) and getPlayerStorageValue(cid,42830) == 5 then -- teleport to the last room for x = 33357, 33362 do for y = 31404, 31409 do...
  9. D

    Yielothaxes and Energized Raging Mage

    Need Script for this action : After 1000 Yielothaxes are killed, the Raging Mage will appear instead of Energized Raging Mage when killing Energized Raging Mage. When the Raging Mage is killed, it will be broadcasted and that broadcast means that it is one hour left until the portal closes.
  10. D

    Mad Mage an slime Fungus in Edron

    Hello, Need script for Edron Mage Tower, Slime gobbler and slime fungus get boss Mad Mage possible? thanks - - - Updated - - - BUMP
  11. D

    !frags count with War System

    I have talkaction !frags but count only frags without War System frags How to count war system frags + injustifi frags local config = { useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')), advancedFragList = getBooleanFromString(getConfigValue('advancedFragList'))...
  12. D

    LeverKinght POI - How not pass other vocation

    I have this script for Vocation Lever in POI entrance but many many noob players are dying for nothing is there any way of case is not the vocation chosen, the player is teleported away, preventing it dies or suffers damage local zabierz = 300 local kolor = 163 function onStepIn(cid, item...
  13. D

    Kick Player lvl 8 by talkaction

    Hello, would be possible to create a talkaction kick all players equal to or below level 8? thanks
  14. D

    Compiling What is best 0.3.7 or 0.2.14

    I've been wondering ... what is the difference of these two versions 0.3.7 or 0.2.14 what more stable, which feature more thanks for answers
  15. D

    Compiling what is the best compiler?

    the times I've been wondering what would be the best ( IDE )compiler and still have questions : * Dev Cpp * CodeBlocks * Visual Studio Example : Distro compiled in Dev Cpp = 6MB Same distro compiled in CodeBlock = 4MB Distro in Dev Cpp = duplicate item does not appear when you start Compiled...
  16. D

    Linux Realtime Nice Level

    -20, 0, 20. What better nice level? so that it looks like real time
  17. D

    Lua Acc Manager and Site

    Hello, how do I configure my server to create accounts by both the Acc Manager and Site? I create acc by the Acc Manager and no log in site I create acc by the Site and log normal in site I realized that when I create a char by acc manager, in BD it generates AccountSalt number but...
  18. D

    Lua PVP Enforced With Skull an min level

    Hello, I Have the server using TFS 0.3.6 with normal pvp. but I want it to be enforced after player be level 100. Exemple Player Killer = level 100 Victim Dead = below 100 Player Killer not Gain EXP and Player Killer = level 8 ViCtim Dead = 200 Player Killer not Gain EXP In...
  19. D

    Lua Not Leave in War Mode

    Hello, would be possible to edit the commands of the war system so that when a player trying to get out of a guild that is at war until he can not end the war?
Back
Top