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

Search results

  1. bybbzan

    Zombie event 1.2 problem

    nil nil 102 table: 0x0d91a0c8 102 table: 0x0d7d29d8 102 table: 0x0d7f8520 102 table: 0x0d7fdd28 102 table: 0x0d7d4128 102 table: 0x0d8e5a80 102 table: 0x0d7ef100
  2. bybbzan

    Kill boss, get teleported, only one player allowed 1.2

    So, i guess i need coal basin's.. lol :p
  3. bybbzan

    Zombie event 1.2 problem

    Okay so i deleted everything, copy & pasted it again from scratch. And now i got this error: Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/zombie_think.lua:onThink data/globalevents/scripts/zombie_think.lua:4: attempt to compare nil with number stack traceback...
  4. bybbzan

    Zombie event 1.2 problem

    Alright, i updated the files to the newer version, now i got this. Lua Script Error: [MoveEvents Interface] data/movements/scripts/zombie/zombie_teleport.lua:onStepIn data/movements/scripts/zombie/zombie_teleport.lua:21: attempt to compare number with nil stack traceback: [C]: in...
  5. bybbzan

    Zombie Event BETA! [Tfs 1.0] Vers: 0.5

    Omg, i'm so stupid. You didn't choose the correct path to the zombie_system file. This is how every file starts dofile('data/zombie_system.lua') Which means that your zombie_system.lua file just has to be in the data folder. But if you placed the file for example in data/lib it should be like...
  6. bybbzan

    Zombie Event BETA! [Tfs 1.0] Vers: 0.5

    Same problem as Gram.. :/ Using tfs 1.2
  7. bybbzan

    Zombie event 1.2 problem

    Hi The zombie teleport is just saying "The zombie event has already started" even tho it has not started. Actually its saying the same thing when it has started aswell. I am not getting any warning, so it seems this doesn't work. Im getting no errors. globalevents function onTime(interval)...
  8. bybbzan

    Zao map bug

    Happy to help :)
  9. bybbzan

    Zao map bug

    It's not buggy ingame? Then i guess you need to change items.otb in RME's folder to a newer version, or try the one you have in your server folder data/items :)
  10. bybbzan

    !promotion 1.2

    Yes I agree. And since this is the support section, you expect to get help by those who got the knowledge like yourself. Then it's up to them how they want to support, by giving hints or just present the correct written code. :)
  11. bybbzan

    !promotion 1.2

    Well i'm really thankful for the hints, advices and what not to improve my horrible scripting skills. I think it's good to do what you do @WibbenZ in some cases, giving hints to people to figure it out themselves. Sometimes however you can tell that a person is impatient and don't want to learn...
  12. bybbzan

    !promotion 1.2

    Thanks for the support, i just came this far tho.. lol I dont know what im suppose to do with these lines. if player:isPremium() or not parameters.premium then local promotion = player:getVocation():getPromotion() Lua Script Error: [TalkAction Interface]...
  13. bybbzan

    !promotion 1.2

    Hello! I'm trying to make a working !promotion talkaction script. But i am so freakin bad at scripting, although i tried. I'm not getting any errors in the console, it just takes money and says "You are already promoted!" script local cost = 20000 local level = 20 function onSay(cid, words...
  14. bybbzan

    'getTile' (a nil value)

    Oh, didnt know that existed. done! :)
  15. bybbzan

    'getTile' (a nil value)

    Thank you @Static_ ! Worked perfectly :)
  16. bybbzan

    'getTile' (a nil value)

    I'm getting this error: Lua Script Error: [Action Interface] data/actions/scripts/quests/demon helmet.lua:onUse data/actions/scripts/quests/demon helmet.lua:9: attempt to call method 'getTile' (a nil value) stack traceback: [C]: in function 'getTile'...
  17. bybbzan

    Kill boss, get teleported, only one player allowed 1.2

    Hello! As the title sais. I would be so happy if anyone could make this script for me. Using TFS 1.2 You enter a teleport, when entering, a boss will spawn, when you kill boss, you get teleported to the reward room. Only one player is allowed at the time. Thanks in advance.
  18. bybbzan

    uniserver apache failed to start?

    For me, skype was the problem. Go to Tools > Options > Advanced > Connection > and uncheck "use port 80 and 443..". Restart Skype, and ur done. :)
  19. bybbzan

    Bag with items quest

    Thank you very much mate. Now it works by adding a bag including items in RME :)
Back
Top