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

    Cant create thread in advertisement

    Adblocker is Pugin to webbrowser. Usually is in corner of webbrowser, specific icon, you can off through click on icon or through \\\webbrowser\\\settings\\\additional\\\adblocker or some "...blocker\\\
  2. tuduras

    Transform system problem (TFS 1.2)

    What Ushuriel told you about your first post script? what does doing
  3. tuduras

    TOP FRAGGER TFS 1.X

    Is this what you need: https://otland.net/threads/gesior-aac-top-30-fragers.77981/ test
  4. tuduras

    Transform system problem (TFS 1.2)

    Try test result of this:: MoveEvent - Transform ring
  5. tuduras

    Transform system problem (TFS 1.2)

    He simply forgot. About theme, what version of client? You got to new , you use to to new version. I check on some engine thats sys
  6. tuduras

    First items

    function onLogin(cid) if getPlayerGroupId(cid) == 1 and getPlayerStorageValue(cid, 50002) == -1 then if isSorcerer(cid) then local bag = doPlayerAddItem(cid, 1988, 1) doAddContainerItem(bag, 2120, 1) -- yellow bag doAddContainerItem(bag, 2120, 1)...
  7. tuduras

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    Functions: getBoost(boostType) Constants: BOOST_CRITICALCHANCE = 0 BOOST_CRITICALDAMAGE = 1 BOOST_LIFELEECHCHANCE = 2 BOOST_LIFELEECHAMOUNT = 3 BOOST_MANALEECHCHANCE = 4 BOOST_MANALEECHAMOUNT = 5 Some lua additional. Can try into \mods folder, \data \global to every to test action.
  8. tuduras

    Transform system problem (TFS 1.2)

    It's necessary to create transform item and add to movement some lines. movements/movements.xml <movevent event="Equip" itemid="1" slot="hand" level="1" function="onEquipItem" /> <movevent event="DeEquip" itemid="1" slot="hand" function="onDeEquipItem" /> ______ revert.lua...
  9. tuduras

    TFS 0.X SQLite Error

    If you have tfs.s3db than use SqliteStudio Manager or if Xampp localhost/phpmyadmin -->> database -->> SQL add query:: INSERT INTO "player_statements" ("player_id", "channel_id", "text", "date")
  10. tuduras

    Solved Znote Add mounts and outfits to shop

    1))Log in and as God check on middle id of mount, 2))too old Znote Acc 3)) Try return to basic layout -- 'tibiacom' -->> look result?
  11. tuduras

    How can I get my hands on a good 8.6 server?

    @@@@Topic::: or 10$ -->> click-->> Regarding OtLand Premium - Information & Questions or: Generally , most of extras stay in mainOTSfolder ::: 1))))actions\script 2))))actions\actions.xml 3))))items\items.xml Try download full datapack some kind of work: -->>click-->>[8.60]...
  12. tuduras

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    Yes, alternative software is : Dev_cpp Reference: [Compiling] [WINDOWS] How to set up a compiler [Noob friendly] [Tutorial] @backthink Try return date in windows {{{{{Some Visual should read date digit in digit}}}}}
  13. tuduras

    Transform system problem (TFS 1.2)

    transform.lua : on line 39 change false->true revert.lua : on line 30 change false->true
  14. tuduras

    TFS 1.X+ Skillstats on weapons(crit,mana leech, lifesteal)

    @monkeyy 1))Yes, every edition .cpp must be re-compile. 2))Source files aren't connect in real time.
  15. tuduras

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    1)) Most newest libraries: https://static.otland.net/dl/tfs-sdk-3.2.zip 2)) Little compile Eye: https://otland.net/threads/compiling-tfs-1-0-1-1-latest-source-64-and-32-bits-pics-and-lots-of-explanation.204532/ \\\\\ TheForgottenServer-console///// - lunches file 3)) Big compile Eye...
  16. tuduras

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    1) Compile steps= [Compiling] [WINDOWS] How to set up a compiler [Noob friendly] [Tutorial] 2) ...next to download 8.60Tfs Craing Damson adress with Source files to compile (2.2mb_[Compiling] [WINDOWS] How to set up a compiler [Noob friendly] [Tutorial]) 3) Few library: OpenTibia...
Back
Top