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

    Problem with quests (too high uniqueid?)

    You're right! At first I wasn't sure where to put it, so I looked up my quest action.xml file and found this: if item.uid > 1000 and item.uid < 10000 then I just had to increase the limit from 10000 to 25000. Thanks a lot!
  2. X

    Problem with quests (too high uniqueid?)

    Still trying to find a solution to this. The best solution I've come across is switching the extreme high uniqueid with an item with a 4-digit uniqueid. Only problem is I don't know how to also change the sprite itself, so it's an entirely different item although it does everything else the way...
  3. X

    Lua Trying to get into scripting, help needed

    Ah, I see. I used to think scripting was just a clutter of text, but it's 100% logical isn't it? Yeah, it's intended to be outside of mobs. Good point though, I'll keep that in mind.
  4. X

    Lua Trying to get into scripting, help needed

    Thanks both of you! Cadyan's idea worked. So I simply had misplaced the end and had to add an else in its place. Scripting is really fun!
  5. X

    Lua Trying to get into scripting, help needed

    I'm adding onto a script what I'd like to be a restriction of a specific level and up. Basically the Island of Destiny on RL, where if you're level 10 or up the dungeon won't allow you to enter again. Original: function onStepIn(cid, item, frompos, item2, topos) local vocation =...
  6. X

    Island of Destiny - Level 10 (teleport out)

    Yeah, you're right. Hopefully it won't take too long to get a hang of, because I've always wanted to learn to script! Thanks for your help, I'll get working now.
  7. X

    Island of Destiny - Level 10 (teleport out)

    Actually... I take that back. I can't get this to work on my own. :c How do I link it with the server and how do I prevent them from entering the same dungeon again? Sorry. :c Edit: Actually there's a second way, do you know how I can change my npc which currently works like on Island of...
  8. X

    Island of Destiny - Level 10 (teleport out)

    Awesome! I can more or less figure out how to get that to work, however! I'm aware there are people who like to stay in Rookgaard. How do I set it to discount non vocations in this teleport, or does it already? Thanks a lot so far!
  9. X

    Island of Destiny - Level 10 (teleport out)

    Thanks for the response! I'm not quite sure how to translate that into a script on my own. If it isn't too much to ask, could you lend me a hand?
  10. X

    Island of Destiny - Level 10 (teleport out)

    I'm using "The Forgotten Server v0.2.15", and I've with the help of some people gotten my Island of Destiny to work. Now I want people to get a message and be kicked out of the dungeon when they react level 10, to avoid having them stay there forever. How is this done? Thanks in advance!
  11. X

    Problem with quests (too high uniqueid?)

    I can create a normal quest with actionid 2000 and whatnot, but my problem comes when an item has too high of a uniqueid (in this case above 20000). The chest which is made identical to other quests and the only difference being the uniqueid, and it just opens it normally. Any quick fix to...
  12. X

    Island of Destiny

    Ohh, now I see! Basically you're just telling the server to translate the term which is different on another server, but pretty much does the same thing. Cool. Thanks!
  13. X

    Island of Destiny

    Works perfectly! How did you figure out the problem? I've always had a deep respect for scripters because it all seems so confusing! Thanks!
  14. X

    Island of Destiny

    Hey! I'm trying to get the NPC on Island of Destiny to work(the one(s) that turn you into a specific vocation. I'm getting this error: [13/05/2014 09:18:03] Lua Script Error: [Npc interface] [13/05/2014 09:18:03] data/npc/scripts/iodsorcerer.lua:onCreatureSay [13/05/2014 09:18:03]...
  15. X

    Invisibility?

    Sorry, was gone for a while. Thanks for the reponse! Only problem I think that would have is I'm creating custom classes so they'd all have it then and it wouldn't cost mana I think. Is there any way to copy the "effect" ghost has and toss it into the spell.lua? Thanks!
  16. X

    Invisibility?

    Is it possible to grant a player a command in the form of a spell that will grant him GM invisibility for say three seconds? Basically not the normal utana vid we're all familiar with but an enhanced invisibility that is invisible to players too. Thanks in advance!
  17. X

    [France] Mestoria 10.37 Starts 26/4

    I feel I have to point out the insane mana reg speeds. Usually I'm more of a knight guy but I'll no doubt be playing mage when the reg is 20 mana per second outside promotion. I have to spam utani gran hur and exura sio to burn it all in time!
Back
Top