• 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 Lizard Helper

  1. L

    Lua Trying to make a "fancy" summoning spell - nil value error

    No, I mean saying spell "creature". It would probably be easier if that was the first thing to be done, I dunno. I did manage to make a spell that shoots a bolt of energy at someone and teleports them, a là Heal Friend, but it teleported you and not your "friend". I think I've figured out why...
  2. L

    Lua Trying to make a "fancy" summoning spell - nil value error

    w00t Thanks a lot! Now, I just have to find out how to summon any monster I want. That can wait, though.
  3. L

    [Instant-Spell] All-consuming fire

    I'm trying to make a spell that combines Disintegrate and Fire Field along a random path. The idea being that it checks the sqm in front of you, deletes any items on it, then places a firefield, then does it again for the next sqm in a random direction. The closest I got was supposed to loop 5...
  4. L

    Lua Trying to make a "fancy" summoning spell - nil value error

    Thanks, but it didn't work. Like I said, when I try using "summon" instead of "create", instead of nil value I get[31/08/2010 03:22:00] [Error - Spell Interface] [31/08/2010 03:22:00] In a timer event called from: [31/08/2010 03:22:00] data/spells/scripts/custom/fireSummon.lua:onCastSpell...
  5. L

    Lua Trying to make a "fancy" summoning spell - nil value error

    So I got this idea for a little spell that summons a creature in the midst of flames and bolts of lightning. I haven't gotten to the lightning yet, and the flames are there, but the creature won't show up. This is what I have so far:-- Combat Objects local combat1 = createCombatObject()...
  6. L

    Lua (?) - Help with teleport destinations

    Hm. Well, to be honest I'm not exactly understanding. My intention is to get some item, edit the x,y,z destination on the item, and have an action script read that and send you there. Kinda like the forcefields. It's not meant to be a spell or for anyone to do it. I guess you could call it a...
  7. L

    Lua (?) - Help with teleport destinations

    Alright; I know how to make things teleport through lua scripts. What I'm trying to do is find out how magic forcefields work. I've looked around in actions movements and items, but I can't seem to figure this out - when you map a forcefield, you can give it coordinates to teleport to. But where...
  8. L

    Solved How does the monster's drop rate work?

    Thanks a bunch! =)
  9. L

    Solved How does the monster's drop rate work?

    Thank you; your reply was very helpful. You must be quite an asset to this community.
  10. L

    Solved How does the monster's drop rate work?

    First, I apologize if it's the wrong place to ask. I've been looking around but find no answer. I'm trying to adjust the drop rate of creatures' loot so that it's similar to Tibia's. The problem is I don't know how to do that. If I want monster to drop an item say 10% of the time, or 100%, or...
Back
Top