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

    quick question revscript and TFS

    Is TFS going to use the same thing of revscript that OpenTibia is going to use? Thanks, Godely.
  2. Godely

    Releasedates!

    Sitting. Waiting. Wishing.
  3. Godely

    Action Multifloor Ladder

    I'll check asap : - )
  4. Godely

    Action Multifloor Ladder

    Can you post the errors? PS.: This script you posted above is the normal one, you didn't update it lol
  5. Godely

    Action Multifloor Ladder

    Thanks for the comments! @zakius if(isInArray(UP_FLOORS, item.itemid)) then fromPosition.z = fromPosition.z - 1 fromPosition.y = fromPosition.y + 1 fromPosition.stackpos = STACKPOS_GROUND if(item.actionid == 100 or getThingFromPos(fromPosition, false).itemid == 0) or (item.actionid...
  6. Godely

    [Archived] "[Quick Showoff] Post your latest maps"

    @up lol, really nice Elevator to the country of Peru :-) Hope you like it!
  7. Godely

    [MOD] Red Skull Amulet

    Nice, but what is that doCreatureSetDropLoot for?
  8. Godely

    Aenearth Countries

    Haha it's Portuguese, but the country is too small to be created in the map. If you want to speak Portuguese, you surely should go to Brazil.
  9. Godely

    Aenearth Countries

    Hey there. For those who don't know what is Aenearth, take a look here. Now that you know, it's easy to talk. Now I'm going to show you the countries that are going to be part of Aenearth. Besides Russia (That hasn't been made yet), all of them are done or almost done. Also, keep in mind that...
  10. Godely

    Action Multifloor Ladder

    elseif item.actionid >= 102 and item.actionid <= 107 then pfloor = item.actionid - 101 fromPosition.z = fromPosition.z - pfloor end Basically, that's the script.
  11. Godely

    Action Multifloor Ladder

    This is made for 0.3.5pl1, but I think that for the 0.2 versions it's really similar. Have you ever tried to do this on your map? Well, I know that many of you did. Splendid mappers are always doing those stuff, and putting some random IDs and bla-bla-bla: but in the end, we see the...
  12. Godely

    Magebomb :(

    Block the managers, problem solved
  13. Godely

    NPC Marriage System for TFS 0.3.5

    No way to remove it if you're using TFS Marriage System. What you could do, you could consider the "Marriage System" as a storagevalue status. I don't know if you understand what I mean, but I'm trying to sat that you don't need to use the function "setPlayerPartner", since the only usability of...
  14. Godely

    Team Aenearth

    So what are you Rala Knighta? Haha
  15. Godely

    [GLOBAL] Aenearth

    Ill try =)
  16. Godely

    Team Aenearth

    Bumping
  17. Godely

    what is wrong in this script?

    function onLogin(cid) local playerVoc = getPlayerVocation(cid) if getPlayerStorageValue(cid, 30001) <= 0 then if playerVoc == 1 or playerVoc == 5 then --If Vocation is Sorcerer or Master Sorcerer doPlayerAddItem(cid, 2457, 1) --steel helmet doPlayerAddItem(cid, 2463, 1) --plate armor...
  18. Godely

    MoveEvent Epic Transform Ring with time expiries

    Let's make a contest to see who can make it the shortest ehuehuheu
  19. Godely

    MoveEvent [Release] New Train System

    You've got really, really amazing skills Rep +
  20. Godely

    Mapper Mapper for work

    Whats ur MSN?
Back
Top