• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Vanderlay

    League of Legends event

    I've been thinking of making this but I haven't decided yet as it would take a lot of time.
  2. Vanderlay

    Tower Defense Event TFS 1.0

    This event was created by @Printer, @Limos and @Ninja but was not working correctly for TFS 1.0 so I decided to release a new version which works 100% for TFS 1.0. Original version can be seen here: Tower Defense Event I also rewrote the entire functionality for making the monsters move. If you...
  3. Vanderlay

    Tower Defense Event [TFS 1.0 / 1.1]

    Btw, did you forget some file(s)? There doesn't seem to be any functionality to start the event from what you've posted. Only some config variables such as eventStartTime etc are defined but not used.
  4. Vanderlay

    Tower Defense Event [TFS 1.0 / 1.1]

    Thanks for the release! If anyone is using a RLMap based server, you will probably get an error saying Duplication of registration events on item id 2557. Simply change that item to another one or remove the already existing functionality for hammer by removing: <action itemid="2557"...
  5. Vanderlay

    [SWEDEN] Vanderlay 10.41 - Customs, RL Map

    Yes. Sorry for the downtime tho.
  6. Vanderlay

    [SWEDEN] Vanderlay 10.41 - Customs, RL Map

    Sorry about that, its up again.
  7. Vanderlay

    Webdesigner [Paying] Tibia Website

    The job was completed within a few hours and everything went well and smooth. Thanks!
  8. Vanderlay

    Tower Of Defence Event

    Fine. Then I'll do it and release it.
  9. Vanderlay

    HOW TO DISABLE QUESTS, TFS 1.0

    Using a creaturescript with a function called onLogin. Thats one way to do it. If your login.lua has the onLogin function, then you could put it in there.
  10. Vanderlay

    Lua Error in globalevets Effect

    You have a missing "," at a few places. function onThink(interval, lastExecution) local texts = { --["TEXTO"]={COORDENADA}, COLOR DEL TEXTO}, ["Orcs"] = {{x=379, y=190, z=8}, TEXTCOLOR_GREEN}, ["Dwarfs"] = {{x=377, y=190, z=8}, TEXTCOLOR_YELLOW}, ["HERO"] = {{x=375, y=190, z=8}...
  11. Vanderlay

    Solved Need /ban with comment, and lenght for TFS 1.0

    I remade the default TFS 1.0 ban script. local banDays = 7 function onSay(cid, words, param) local player = Player(cid) if not player:getGroup():getAccess() then return true end local name = param local reason = '' local banInfo = '' local banTime = 0...
  12. Vanderlay

    HOW TO DISABLE QUESTS, TFS 1.0

    You have the edit the scripts where there's a check to see if they have access to certain areas/quests. Its hard to give any other type of support as the checks looks different for every quest.
  13. Vanderlay

    Tower Of Defence Event

    I want my hands on one of them copies!
  14. Vanderlay

    [SWEDEN] Vanderlay 10.41 - Customs, RL Map

    Updated the frontpage of the website. Also, support for Spanish, Polish and Portuguese languages will be available on the website soon. I'm also looking for a Spanish and Portuguese translator, so if you wish to help out a bit, please send me a private message here on OTLand or contact me...
  15. Vanderlay

    Vanderlay Online - Customs discussion

    I just released a new custom feature: Dual wield. One handed melee weapons can gain a dual wield attribute allowing a player to equip 2x one handed weapons. You strike your target twice instead of just once, but your spells do not benefit from the secondary weapon stats.
  16. Vanderlay

    [SWEDEN] Vanderlay 10.41 - Customs, RL Map

    Bows/Crossbows are counted as two handed weapons and are not able to dual wield. Also, for now dual wielding is only possible with melee one handed weapons.
  17. Vanderlay

    [SWEDEN] Vanderlay 10.41 - Customs, RL Map

    A new custom feature - Dual wield! Dual wield has been introduced! When a melee weapon gets above level 20, it will be granted dual wield! This means that you can use 2x one handed weapons! When dual wielding, you: You get all the stats from the secondary weapon(including skill bonuses, life...
  18. Vanderlay

    [SWEDEN] Vanderlay 10.41 - Customs, RL Map

    1) You got banned for trying to recruit players to join your new server since you quit yesterday and if they refused to join, you killed them. With such low player count as I have, I just cant be bothered with someone like you. 2) Yes, there are some bugs on the server. The server is saving...
  19. Vanderlay

    Tower Of Defence Event

    Let me know if you would like to chit chat about some of the game-design(not textures, logic) and/or coding parts. I really like this idea and would love to help you out if you want to!
Back
Top