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

    Programmer [Tibia, Websites, Mobile Apps, Marketing] Looking to take your project to a new standard?

    i'll buy a pizza but i won't pay if seller doesn't teach me how to cook it :)
  2. velocitraptor

    Pokemon Crown Version.

    fucking awesome :O keep it up bro :D
  3. velocitraptor

    Monsters walking on fields - help

    explain me how is that system on private and i'll try to do it
  4. velocitraptor

    Bank Check System

    updated, i posted it when i was too tired and forget to add something xD
  5. velocitraptor

    Bank Check System

    Hi, this is a system i made just for fun, i hope you like it. How it works? If you have enough cash on your bank account you could create a document with cash (A.K.A. check) then someone could get that cash when click on it. How to create check? Use the command /bankCheck amount <- where...
  6. velocitraptor

    Lower Roshamuul Quest

    very nice CyberMeme
  7. velocitraptor

    Linux 8.6 client linux, anyone ? (wine in 32 ubuntu does not work)

    download PlayOnLinux and you will be able to use Windows Ip Changer and client, is Wine GUI very easy and intuitive
  8. velocitraptor

    Using BTC to help server payments

    "not buying drugs" LOL
  9. velocitraptor

    Whi World - Open Source Server with Configurable Features

    it would be nice if you could add some pictures too
  10. velocitraptor

    [France] ThoraOT 7.6 - CUSTOM MAP OLDSCHOOL RPG 04.06.2016, 18 CET

    i will play it just because Gesior is its owner <3 btw:
  11. velocitraptor

    How to redirecting damge

    could you say thanks or something? Is not hard and you could get many things with that simple word
  12. velocitraptor

    [TFS 1.2] Simple Crafting System.

    cool, thanks for sharing :D
  13. velocitraptor

    Mc Multiclient (hex) 7.4 at 10.x

    thanks :D
  14. velocitraptor

    TalkAction [TFS 1.1+] Monsters required to level up

    Hi, this is a remake i did to a script who @tetra20 did here It says how many monsters are required to level up. data/talkactions/scripts/monstersreq2lv.lua local function getExperienceForLevel(lv) lv = lv - 1 return ((50 * lv * lv * lv) - (150 * lv * lv) + (400 * lv)) / 3 end local...
Back
Top