• 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!

Recent content by dejame

  1. D

    Windows How? Dedicated server 24 hours, 7 days a week?

    Thanks for the info, I guess I'll try to learn more about this subject.
  2. D

    Windows How? Dedicated server 24 hours, 7 days a week?

    Hello everyone! You see, I was planning to make my server public BUT... I came across a very strange question... HOW? I always use to spend some time playing pc games and my PC gets overheated sometimes because of its use + the server running. A friend of mine told me that I could pay...
  3. D

    Solved Selecting 2 Players individually with math.random?

    I'll try it out, Thanks a lot! EDIT: Working! Another step forward in my script, Thank you! :p
  4. D

    Solved Selecting 2 Players individually with math.random?

    Hello everyone! Well, I got myself stuck with this, I would like to use math.random to select 2 Players and teleport them to 2 different Locations... So, this means that I can't use list[math.random(2, #list)] because then I will have to teleport them both to the same location. The...
  5. D

    Lua The NPC's I make with this script are answering all at the same time?

    I really don't know which npcsystem it is
  6. D

    Lua The NPC's I make with this script are answering all at the same time?

    I don't know much about NPC.lua because I don't have any script to use as an example, I guess I'll look for something about that tomorrow xd
  7. D

    Lua The NPC's I make with this script are answering all at the same time?

    Greetings Otland! If someone has a little time to expend on me, I need some help with this script :huh: : focus = 0 talk_start = 0 target = 0 following = false attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function...
  8. D

    Lua Gate of Experience pushes me back instead of passing?

    Never mind, I finally figured it out, Thanks.
  9. D

    Lua Gate of Experience pushes me back instead of passing?

    In this new server I noticed that the gate of experience aren't working properly, Because you get pushed backward instead of passing through it, I tried to change actions/others/doors.lua and movements/closingdoor.lua but didn't work and I need them to let you GO and RETURN through it...
  10. D

    Solved Help! Allow only itemid "xxxx" to be thrown in xPos

    Works like a charm! Thank you!
  11. D

    Manarune! / How to fix so you can't use it on others?

    if isPlayer(item2.uid) == 1 This part is checking if the target is a player, That's why it heal others too. Right now I can't help you a little more because I'm having some problems with my server <_< I'm not sure BUT! For what I saw (little), I think if you remove this line if...
  12. D

    Solved Help! Allow only itemid "xxxx" to be thrown in xPos

    Greetings Otland, I would like to know if it's posible to make a movement .lua that allow player to throw a "specific item" at a specific position, Else if is not the specified item, remove this item from the position, Like this: function onAddItem(moveItem, tileItem, position, cid)...
Back
Top