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

    [NL] [10.98] Dolport Challenges

    New "POI-like" Quest Good evening all, Today a new update has been released, this is a new quest line that brings you into the depths deep below the surface. The quest will start in Dolport, here you have to find Insertio in the northeast of the town. He will give you first a quest to proof...
  2. Raikou

    [NL] [10.98] Dolport Challenges

    New quest and introducing Enhancing Good morning everyone, With todays update comes a new questline, this questline is helping you out with some of the life skills like gathering and enhancing. Enhancing is very simple, you just have to make a magical mix of raw materials and use it on your...
  3. Raikou

    Sword Art Online - Comming soon (Boss Rooms show off only)

    Ahh so you noticed the circles too
  4. Raikou

    [NL] [10.98] Dolport Challenges

    Weekend updates Goodevening all, This weekend there have been a few updates again, I will list them here. The first update is about the insect area, there is now a new tower with 2 spawns of the hive overseer. This "mini boss" can drop gooey mass, which can contain four-leaf clover. This item...
  5. Raikou

    [NL] [10.98] Dolport Challenges

    Collection of small updates Hello everyone, In this update there are several smaller updates and quality of life changes. First of all there is are some more rare items to loot, these items are not shown in the lootlist and have extra stats. One of those are rare steel boots dropped by...
  6. Raikou

    [NL] [10.98] Dolport Challenges

    Horestis Tomb Hello everyone, With todays update Horestis has made it's entrance to the world. The tomb comes with a new custom monster and some interesting mechanics. If you think you have what it takes to fight this pharaoh, don't forget to bring a shovel and find him under the desert...
  7. Raikou

    Revscripts(1.3) Custom Equipment {SYC}

    Yep, but i fixed it for myself now. See the code in the attached file. Basically I changed the type like here: local equipConditions = { ["healthgain"] = {type = CONDITION_REGENERATION, param = CONDITION_PARAM_HEALTHGAIN,}, ["managain"] =...
  8. Raikou

    Revscripts(1.3) Custom Equipment {SYC}

    @Codinablack I have been testing it, but it seems the mana regeneration does not apply. Not sure why not, still testing it what is going on.
  9. Raikou

    [NL] [10.98] Dolport Challenges

    Desert and online trainers This week the desert got implemented, here you can find several kind of nomads roaming the surface. Further more there is the Ruan Quest and a tombe with lot's of monsters and pharaoh's. To get towards the desert you have to pass the (in)famous drillworm bridge south...
  10. Raikou

    [NL] [10.98] Dolport Challenges

    Some sneak peak on a new quest, Ruan!
  11. Raikou

    [NL] [10.98] Dolport Challenges

    Mana leech & Fishing The next update has brought a new feature into the world, which is mana leech. This can be increased by your fishing. Because this is a big chance, it meant also an overhaul on the fishing system. The changes that have been made are as followed: Too much fishing can now...
  12. Raikou

    [NL] [10.98] Dolport Challenges

    Fishing In this server fishing is more than just catching a fish (or the 3 famous fishes from the north). You are able to fish up monsters and items as well. It's even so that some monsters are only found while fishing. The monsters and items you catch differs per location. For a small...
  13. Raikou

    [NL] [10.98] Dolport Challenges

    New area, quests and outfit Good evening adventurers With tomorrows update (24-01-2022) a new area will be unlocked. The area itself is more for the greater experienced players that reside in Dolport. Don't race into the area and try to discover as quick as possible, or you may find yourself...
  14. Raikou

    [NL] [10.98] Dolport Challenges

    Some teaser with what I'm currently working on. This will be an area where a difficult quest will take place and of course you could, if you dare, try to make a nice hunt out of it...
  15. Raikou

    [NL] [10.98] Dolport Challenges

    SPELLS update With the latest update there are some new spells introduced. Each vocation got at least 1 extra custom spell. Below I'll be explaining each spell. Druid Crit buff friend - Exura crit sio "playername This spell will give the selected playername a buff for critical chance and...
  16. Raikou

    Lua Spell buff animation

    I got the following working code for a spell that buffs critical skills. My (luxury) problem is that the animation to show that the buff is active on the person, is in my eyes not the greatest. Though I can't think of another way. Is there a better way to show that the character is buffed...
  17. Raikou

    Get skill within a Spell

    Yea, I figured it out. Was something else within the spell that made things go weird.
  18. Raikou

    Get skill within a Spell

    Huh, i tried that before and got nill. But you are right: function onCastSpell(creature, var) local skill = creature:getSkillLevel(SKILL_DISTANCE) print (skill) end -- result 31 Weird, but I guess it works out :D 1641666751 Mhmm, now i do have another thing. Does the tfs not work with...
  19. Raikou

    Get skill within a Spell

    Hello all, I got a very basic problem/annoyance. Within a spell I want to get the players skill lvl. I tried several variations of something like below but i keep getting nill/nothing. function onCastSpell(creature, var, player) -- seems i cant get player here? local skill =...
  20. Raikou

    Spell [TFS 1.x+] Omicron

    Just because i'm curious i tried your hell's core 2 script. But as expected, there is an error with the object spell you make. Am I missing data? I checked the src files and they seem to be correct. The error what i get is as followed: [Warning - Event::checkScript] Event onCastSpell not found...
Back
Top