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

  1. R

    [Gesior AAC] - Znote Prefix Edition! [Mystic Spirit 0.2]

    Can any1 suggest a shop system for me to use with this? Been search but been having troubles...
  2. R

    [8.7] The Forgotten Server v0.2.10 (Mystic Spirit)

    ?? Im assuming its gotta be done in the .cpp files, but I cant find them in the folders ..
  3. R

    [Help] Simple Pet System

    Bring uP My Post
  4. R

    [Help] Simple Pet System

    * B U M P * Any1 able to help me out ?
  5. R

    [Help] Simple Pet System

    Okay I was talkin to my friend, and he told me that if i did get it to work, it would bug if played was in pz, logged out and logged back in cause the monster cant go in pz... How would I make a talkaction !summonpet that would summon the pet you got from the egg? If any1 can even just give me...
  6. R

    [Help] Simple Pet System

    Okay heres what I got now petsystem.lua local config = { randomize = 58, v = { [{1, 3}] = {level = 8, monster = "[Pet] Cat", msg = "You shake the egg."}, [{4, 6}] = {level = 8, monster = "[Pet] Rat", msg = "You shake the egg."}, [{7, 10}] = {level = 8...
  7. R

    [Help] Simple Pet System

    Awsome tyvm.. Now I gotta figure out how to give the summoned pet a storage value so when the player logs out and logs back in or dies the pet will log back in aswell (or worst case, make a !petsummon spell to summon it to the player again). I'll post what I get.
  8. R

    [Help] Simple Pet System

    Okay so so far I have local config = { randomize = 58, v = { [{1, 3}] = {level = 8, monster = "[Pet] Cat", msg = "You shake the egg."}, [{4, 6}] = {level = 8, monster = "[Pet] Rat", msg = "You shake the egg."}, [{7, 10}] = {level = 8, monster = "[Pet] Dog", msg =...
  9. R

    Lua Fishing up Monster Script

    Found the functions file.. fixed it =P
  10. R

    Lua Fishing up Monster Script

    gives errors.. What would be the proper line to put there instead ? doBroadcastMessage doesnt work
  11. R

    [8.54] Summons problem

    In config.cfg there should be a option about summons changing floors, change it to = false
  12. R

    [8.70] Quest chests and spells emote

    Yeah im using Otserv's items.xml
  13. R

    [Help] Simple Pet System

    First off, im using [8.70] Mystic Spirit v0.2.10 Distro Im looking for a script that will randomly summon one monster as the players pet when a egg is used. The pet does not attack, and cannot be attacked, all it does is basically follow the player. If the player has a pet already, they...
  14. R

    [8.70] Quest chests and spells emote

    It does... Do you know when/if Crying Damson is planning on releasing 8.70 distro ?
  15. R

    [8.70] Quest chests and spells emote

    Hey, im usin the 8.70 mystic distro ( http://otland.net/f18/8-7-forgotten-server-v0-2-10-mystic-spirit-117046/ ) for my ot. Im having 2 problems I cant figure out. First problem is that there is no spellemote = true in my config.cfg file, so spells are spoken in text chat, which is annoying due...
Back
Top