• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. P

    Lua Double experiance day

    yeah, im dyslectic :P - - - Updated - - - Using your script gives me this error: [01/11/2012 15:34:00] [Error - GlobalEvent Interface] [01/11/2012 15:34:00] data/globalevents/scripts/exp event/exp event.lua:onTimer [01/11/2012 15:34:00] Description: [01/11/2012 15:34:00]...
  2. P

    Lua Double experiance day

    local expRates = { {1, 100}, {26, 60}, {51, 40}, {76, 25}, {101, 15}, {151, 10}, {201, 8}, {251, 7}, {301, 3}, {551, 3} } function onTimer() local message = "test" local expRate = 1 if (os.date('%A') == 'Wednesday') then message =...
  3. P

    Lua Double experiance day

    [01/11/2012 14:38:00] [Error - GlobalEvent Interface] [01/11/2012 14:38:00] data/globalevents/scripts/exp event/exp event.lua:onTimer [01/11/2012 14:38:00] Description: [01/11/2012 14:38:00] data/globalevents/scripts/exp event/exp event.lua:29: attempt to index field '?' (a nil value)...
  4. P

    Lua Double experiance day

    ahh oke thanks! :D you are my hero! Suummm also!:P
  5. P

    Lua Double experiance day

    ahh can you please do that for me? or explain how i can do it!:D
  6. P

    Lua Double experiance day

    and another question.. does this work with stages?
  7. P

    Lua Double experiance day

    ahh sorry,, that I did not see that!:P - - - Updated - - - [01/11/2012 14:07:00] [Error - GlobalEvent Interface] [01/11/2012 14:07:00] data/globalevents/scripts/exp event/exp event.lua:onTimer [01/11/2012 14:07:00] Description: [01/11/2012 14:07:00] data/globalevents/scripts/exp event/exp...
  8. P

    Lua Double experiance day

    Scarlet Ayleid, you rock! :D - - - Updated - - - ahh thank you all,, I have tryed the script of scarled ayleid.. and i did get a small error in my console [Warning - Event::loadScript] Event onTimer not found (data/globalevents/scripts/exp event/exp event.lua)
  9. P

    [Netherlands] Singularity 8.6 Unique map!!

    please only respond if you have something decent to tell...
  10. P

    Lua Double experiance day

    Alright i understand.. but what I meant was.. It works, but it executes the script 2 times every second. It should be less intensive for the server to execute it that often. Also, is this the best way?
  11. P

    Lua Double experiance day

    Well, issn't that this part?.. function onThink(cid, intervalTime) if (os.date('%A') == 'Wednesday') then doPlayerSetRate(cid, SKILL__LEVEL, config.rate) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Your extra exp rate will expire at: " .. os.date("%X"))
  12. P

    Lua Double experiance day

    doPlayerSetRate(cid, SKILL__LEVEL, config.rate) Should "startup" it. This should execute the exprate for every CID (single player)
  13. P

    Lua Double experiance day

    Update: Thanks to Scarlet Ayleid and Summ who build a certain day of the week exprate script. Globalevent to set exprate player who is online: function onTimer() local message = "test" local expRate = 1 if (os.date('%A') == 'Wednesday') then message = "Extra experience day has...
  14. P

    Change Exp rate

    I think it can, but is source scripting. When we make a custom client for our server I will try and see what the possibilities are. Very good idea
  15. P

    Change Exp rate

    Would be a very nice feature to be able to login with multiple clients. A perfect trick to lure people into using your custom client, I like the idea and would know more about this. Is it possible without source editing? Regards, Pasibun SINGULARITY OT
  16. P

    [Netherlands] Singularity 8.6 Unique map!!

    ... pff sorry for that:P i was a bit high.. I think this is beter.
  17. P

    [Netherlands] Singularity 8.6 Unique map!!

    Singularity is a brand new OT Server. Located in The Netherlands. This server will soon be transfer to a dedicated server (100/100mb down/upload speed). Website: Singularity Beta - Soon live!. Public server language: English :::Serverinfo::: * Unique map, custom areas & bosses.! * IP...
  18. P

    Windows [Modern AAC] Forum not showing lines/enter/br

    Thanks Averatec, it worked! :D Exactly what I needed. And learned a new thing about PHP Awesome! Topic can be closed
  19. P

    Windows [Modern AAC] Forum not showing lines/enter/br

    I would like this to, been waiting for far to long
  20. P

    Frag reward

    Remove this post please..
Back
Top