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

    Windows Configuration of the NetBeans C + + under the TFS servers

    I want to configure NetBeans to compile engine TFS 0.3.6pl1. Everything is to take place on Windows, but also if the council can not, I can also install Linux and Netbeans (on Linux). Regards,
  2. jestemPolakiem

    Scripter howOTS? - Programmer C++/Scripter LUA/WebDeveloper

    custom scripts, professional support and much more! General information, what, where and how? Hello all readers, I would like to offer you a new service "howOTS?". This is a fresh offer, which was previously only a private project and not published - generally been in the testing phase. Now...
  3. jestemPolakiem

    isSummon(cid)

    function isSummon(sid) for i, pid in ipairs(getPlayersOnline()) do for c, cid in pairs(getCreatureSummons(pid)) do if (cid == sid) then return true end end end return false end
  4. jestemPolakiem

    Creating a DLL for the server

    Welcome I would like to ask whether there is any way to create a library to the server. After not long ago I saw this post: http://otland.net/f163/lua-modules-otserv-socket-luasql-74836/ Which pozwaja I just downloaded the library eg socket.dll If anyone could give me a code for Dev-C + +...
  5. jestemPolakiem

    Spell City Teleport

    City Teleport created by jestemPolakiem Introduction Welcome all members of this forum! I would like to give you my newly-created script. I would like now to present you the third consecutive post the script in a modern and professional style. I would just like to recall once again...
  6. jestemPolakiem

    Action Regeneration Mixture

    Regeneration Mixture created by jestemPolakiem Introduction Welcome all members of this forum! I would like to give you my newly-created script. This post was created in the previous model, put here for a look, professionalism and format. Of course, everything is translated by Google...
  7. jestemPolakiem

    CreatureEvent Strength of Weapons

    StrengthofWeapons created by jestemPolakiem Introduction Welcome all members of this forum! I would like to give you my newly-created script. However, before I do I want to emphasize that all the errors in my posts are due to incorrect translation. Any post that is explained, will...
  8. jestemPolakiem

    Spell Strong Body

    Strong Body by jestemPolakiem script has been tested on The Forgotten Server 0.3.6pl1 and worked To use the script, just use a spell. I add a spell of 500% percent of your life for 10 seconds, but you can use it once every 5 minutes. data/spells/spells.xml <instant name="Strong...
  9. jestemPolakiem

    Action Map

    Map by jestemPolakiem script has been tested on The Forgotten Server 0.3.6pl1 and worked To use the script, just use a map. Map has been updated. data/actions/actions.xml <action itemid="1956" event="script" value="1956.lua"/> data/actions/scripts/1956.lua marks = { [0] = {pos = {x = 160...
  10. jestemPolakiem

    NPC Cash Machine

    Cash Machinet by jestemPolakiem script has been tested on The Forgotten Server 0.3.6pl1 and worked To use the script, just use start talking with NPC. WELCOME TO THE WOLRD BANKING SYSTEM! data/npc/Cash Machine.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Cash Machine"...
  11. jestemPolakiem

    Action Present

    Present by jestemPolakiem script has been tested on The Forgotten Server 0.3.6pl1 and worked To use the script, just use a present. I congratulate you won item! This item is ITEMNAME! Sorry, have not won anything! data/actions/actions.xml <action itemid="9074" event="script"...
  12. jestemPolakiem

    MoveEvent Ring Experience

    Ring Experience by jestemPolakiem script has been tested on The Forgotten Server 0.3.6pl1 and worked To use the script, you only need create ring 16:27 You see a ring experience. It weighs 0.50 oz. Magic ring which accelerates the acquisition of experience...
  13. jestemPolakiem

    [weapons] Wand of Life

    Wand of Life by jestemPolakiem script has been tested on The Forgotten Server 0.3.6pl1 and worked To use the script, just you only need to set up his wand and start attacking - - wand will automatically heal you data/weapons/weapons.xml - add before </weapons> <wand id="8920" override="yes"...
  14. jestemPolakiem

    Action Online Book

    Online Book by jestemPolakiem script has been tested on The Forgotten Server 0.3.6pl1 and worked To use the script, just use a book. Players Online » NICKNAME - 0 level, vocation is NONE data/actions/actions.xml <action itemid="1961" event="buffer" value=" local string = 'Players...
  15. jestemPolakiem

    CreatureEvent Logins

    Logins by jestemPolakiem script has been tested on The Forgotten Server 0.3.6pl1 and worked To use the script, just log into the game and open a new channel "Logins" TIME Logins: The character with the nick NICKNAME just logged. Changelog: all calls are writing to the broadcast, but are in a...
  16. jestemPolakiem

    MoveEvent Wandering Boots

    Wandering Boots by jestemPolakiem script has been tested on The Forgotten Server 0.3.6pl1 and worked To use the script, you only need to create shoes 10:34 You see a wandering boots (Arm:2, speed +20). It weighs 8.00 oz. Wandering shoes you add a new addition to the outfit as well as the...
  17. jestemPolakiem

    Action Sex Change & Buying Premum

    Sex Change & Buying Premum by jestemPolakiem script has been tested on The Forgotten Server 0.3.6pl1 and worked To use the script, just use any of the items Purchased a one day premium account. Yours sex has been changed. data/actions/actions.xml <action itemid="8305" event="buffer"...
  18. jestemPolakiem

    TalkAction Shouting

    Shouting by jestemPolakiem script has been tested on The Forgotten Server 0.3.6pl1 and worked To use the script, just write the text as in the example below ! text data/talkactions/talkactions.xml <talkaction words="!" event="buffer" value="doCreatureSay(cid, getCreatureName(cid) .. ' shout...
Back
Top