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

  1. L

    Spell not dealing damage, not sure why.

    Thanks man I modified it all a bit can used what you told me to and it worked! Thanks!
  2. L

    Spell not dealing damage, not sure why.

    Can some help, i'm trying to do this super awesome spell, however, i can't make it deal damage.. This is the code: local combat2_Brush_2 = createCombatObject() setCombatParam(combat2_Brush_2, COMBAT_PARAM_EFFECT, CONST_ME_FIREAREA) setCombatParam(combat2_Brush_2, COMBAT_PARAM_TYPE...
  3. L

    Lua Server won't doesn't have monsters dying..

    @narko however, do you know how to make it so people can't logout if they are fighting? right now my server i can logout at any moment, also do you know whats up with this error? [30/05/2016 15:08:36] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: z_ots_comunication (SELECT * FROM...
  4. L

    Lua Server won't doesn't have monsters dying..

    How do I add this? EDIT: NVM ALREADY FIXED THANKS THO
  5. L

    Lua Server won't doesn't have monsters dying..

    Hello, I'm attempting to make my own server and messed around with it a bit, maybe a bit too much. There is an error where whenever I kill a monster it dies but his body is still there and it is still targetable and I have no idea why. It gives me the following error: [30/05/2016 15:08:00]...
  6. L

    [8.6] ModernOts - Evo

    Hi mlody, first of all, great job on the map! But, can you help me? I attempted to download your ot and I modified the map up a bit to fit my style. Then, I proceeded to download the executables and dll, however I can't manage to make it since it always gives me an error when executing the .exe...
  7. L

    Created new monsters, how can i put it in RME?

    I replaced the monster Mad Scientist to my own monster instead of creating a new one. I put the mad scientist in the RME but it says mad scientist not found, how can I make it spawn my new monster, Magebomb instead of the old MadScientist.
  8. L

    Solved Premium Door

    @Limos nope. Im stupid. jesus, thank you! :)
  9. L

    Solved Premium Door

    @Evil Puncker i am using the default doors.lua, any other ideas why it isnt working?
  10. L

    Solved Premium Door

    i tried to pass through it with a player with premium account but it didn't work, any idea why? @Evil Puncker
  11. L

    Solved Premium Door

    How would I make a door only premium players can pass? TFS 0.3.6 :)
  12. L

    How do I make an AMMO only usable on one weapon?

    Too much work ill just make them usable with everyhing hahaha thanks for the help thought! @Xikini
  13. L

    How do I make an AMMO only usable on one weapon?

    Im trying to create "special items" and like I want that a certain ammo can only be used with one weapon and vice-versa. How can I make such thing? TFS 0.3.6
  14. L

    Change vocation when using an item

    @RazorBlade how do I write that if their current vocation is X then they will turn Y vocation?
  15. L

    Change vocation when using an item

    @Limos its working in a certain way but it's not changing to the vocation I want. I wrote to change for vocation 14 but it goes to the 8th. Another problem im having is that when the item is used i want it to be destroyed.. how can I do that.. I tried doPlayerRemoveItem but if the item isnt in...
Back
Top