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

    Compiling Need help compiling Original Tools (Tibia cam software)

    VISUAL STUDIO 2012 C# EXPRESS EDITION Be happy mate :)
  2. Nottinghster

    request !addons talkaction

    Since this is an "old" code and I don't use TFS, you can easily convert it function onSay(cid, words, param) local femaleOutfits = { ["citizen"] = {136}, ["hunter"] = {137}, ["mage"] = {138}, ["knight"] = {139}, ["nobleman"] = {140}, ["summoner"] = {141}, ["warrior"] = {142}, ["barbarian"] =...
  3. Nottinghster

    ShowOFF Harry Potter Sprites

    Holy shit, this is pretty awesome !!!
  4. Nottinghster

    [8.x] Tibia World RPG is coming back - What Cipsoft should do

    No, I didn't even know that my post was deleted. Dude, seriously, you should care for more important things in your life, this is just a game... Get a girlfriend, do something cool for you, so much hate for nothing ... I've created that server, because it's a hobby for me, and as I said...
  5. Nottinghster

    [8.x] Tibia World RPG is coming back - What Cipsoft should do

    We are back ?!?!?!? Added old outfits in client
  6. Nottinghster

    [10.00/11] OTXServer Full Global Daily Updated!

    What's the position of Temple of Light then? Because I can't find it
  7. Nottinghster

    [10.00/11] OTXServer Full Global Daily Updated!

    @Thexamx Thanks, it works!
  8. Nottinghster

    [10.00/11] OTXServer Full Global Daily Updated!

    How can I open this map with RME? Do you guys have any clue ?
  9. Nottinghster

    Script to enter in Dl poi (avesta)

    function onStepIn(cid, item, pos) local BOOK_ID = 1970 local ACTION_ID = 10201 -- Actionid of the tile that teleport you if you have the Holy Tible if (item.actionid == ACTION_ID) then if (getPlayerItemCount(cid, BOOK_ID) ~= 1) then doTeleportThing(cid...
  10. Nottinghster

    Script Premium Bridge Rook (avesta)

    function onStepIn(cid, item, pos) if isPremium(cid) == false then pos.x = pos.x + 3 doTeleportThing(cid, pos) doSendMagicEffect(getPlayerPosition(cid), CONST_ME_TELEPORT) end return true end
  11. Nottinghster

    [Znote AAC] old school layout

    Fuckin' nice layout !!!
  12. Nottinghster

    [8.x] Tibia World RPG is coming back - What Cipsoft should do

    WASD will be used with a third-party software, check it out: https://otland.net/threads/8-x-tibia-world-rpg-is-coming-back-what-cipsoft-should-do.233376/page-21#post-2327498
  13. Nottinghster

    Graphic Designer I hit my car, now I need fix it, hire me for jobs

    HAHAHAHAHAHAHAHA, SEU BR DANADO...
  14. Nottinghster

    Tibia items game, use the last letter.

    Thunder Hammer
  15. Nottinghster

    Pits of Inferno 7.6-7.7

    Here's the new link for it --> https://www.dropbox.com/s/qvoccq24h374ayu/Pits%20of%20Inferno%20Map.rar?dl=0 Also now includes Actions & Movements, but remember guys, those scripts are very old (2010~2011), you may have to convert them to your server, it's pretty easy. Have fun with it !!!
  16. Nottinghster

    [8.x] Tibia World RPG is coming back - What Cipsoft should do

    No, it means that they are deactivated and also the client have a protection against it
  17. Nottinghster

    [8.x] Tibia World RPG is coming back - What Cipsoft should do

    Due to some changes, I had to change the server version to a higher one, so the server is no longer 7.7x. But it will not affect in any way the gameplay. Some features about those changes are listed below: No stackable runes and vials, just like the good old golden Tibia days. (Potions are...
Back
Top