• 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!

Recent content by andu

  1. andu

    Dlaczego właściciel otservlist.org żąda skanu dowodu do zakupu np. podświetlenia

    Sprawdziłem. Od 5 czerwca 2023 jeśli Twoje reklamy targetują użytkowników na terenie UE musisz przejść proces weryfikacji przesyłając skan paszportu lub d. osobistego. Akt UE o usługach cyfrowych (DSA) wymaga informacji dotyczących "osoby fizycznej lub prawnej, w imieniu której reklama jest...
  2. andu

    Dlaczego właściciel otservlist.org żąda skanu dowodu do zakupu np. podświetlenia

    Ustawa przeciwdziałania praniu brudnych pieniędzy i finansowania terroryzmu. Na świecie funkcjonuje pod nazwą AML (anti-money laundering). Nie jestem 100% pewny że dokładnie o to chodzi ale Google adwords i Meta Facebook też wymagają przejścia tego procesu przy większych zamówieniach na reklamy.
  3. andu

    Mapper Mapper looking for a job

    Bump
  4. andu

    [Quick Showoff] Post your latest maps!

    Custom Veno Dragon Lair for 8.0 server I made last week. Here one project I'm working on right now, custom Ankrahmun/Darashia Mountains:
  5. andu

    Mapper Mapper looking for a job

    Hi, I'm Andu. Looking for a job in mapping. Here are some examples of my work. Some free download: [10.98] Island of Elements by andu /with my RME-Lazy-Teleport-System (https://otland.net/threads/10-98-island-of-elements-by-andu-with-my-rme-lazy-teleport-system.267478/)
  6. andu

    Mapper Buying [8.1 - 9.1] Maps

    I have around 130 MB of custom selfmade map. Never in the public, except for few screen shots. Catch me via PM
  7. andu

    [list] CIPSoft lazy solutions

    Paladin:
  8. andu

    [list] CIPSoft lazy solutions

    Mapper: lazy or poor mapping skills OT owner: it looks just terrible, but as long as I have profits I don't care Random player: another photo from zao, boring
  9. andu

    Thief system ideas

    speed="0"
  10. andu

    Storage for Teleport

    You also don't need 5 seperate storages. You can use one storage. Boss A sets storage value to 1 + old storage. Boss B sets storage value to 10 + old storage. Boss C sets storage value to 100 + old storage. etc Player with storage value equal to 11011 have killed Boss A, B, D and E. To be able...
  11. andu

    Lua Rain Arrow tfs 1.5 7.72

    CONST_ANI_ARROW is a number 2 You can find all in data/lib/constant.lua local arrows = {1, 2} Original script is using randomly arrows or bolts per shot. 1 is bolt, 2 is arrow. You can change 1, 2 to CONST_ANI_BOLT, CONST_ANI_ARROW. Also that line should be fixed to: doSendDistanceShoot({ x =...
  12. andu

    Lua Rain Arrow tfs 1.5 7.72

    Thanks for sharing my video. Here's the original script from 0.3 TFS, also it works on my 1.3, maybe it will work on 1.5 too. --local cfg = { -- time = 120, -- cooldown in seconds -- id = 60947 --} local arrows = {1, 2} local arr = { {0, 1, 1, 1, 0}, {1, 1, 1, 1, 1}, {1, 1, 3, 1, 1}, {1...
  13. andu

    old exhaust system.

    There were two exhaustions. Spells and onUse. Most of OTS are using it wrongly because of not implemented onUse exhaustion and these servers are using combat/heal exhaustion which is a totally wrong. In real: Using a rune was triggering both onUse and spell exhaust and runes were affected by...
Back
Top