Jump to content

Story

Inactive Member
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

About Story

Informations

  • Gender
    Male

Recent Profile Visitors

795 profile views

Story's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

2

Reputation

  1. server timer needs an argument like map_index you can use time Please write to me correct?
  2. I wrote the automatic quest, but it did not work Can you see the problem? quest auto_boss_event begin state start begin when 20092.chat."GM: Event Boss " with pc.is_gm() begin say_title("Merhaba "..pc.get_name()) say("") if game.get_event_flag("auto_boss") == 0 then local event = select (" Eventi Başlat "," Vazgeç ") if event == 2 then return end say(" Eventi Başlatıldı. ") chat("Zamani gelince otomatik olarak başlayacaktır. ") game.set_event_flag("auto_boss",0) clear_server_timer('auto_boss_timer') clear_server_timer('auto_boss_bitir_timer') server_timer('auto_boss_timer', 1) else local event = select (" Eventi Bitir "," Vazgeç ") if event == 2 then return end game.set_event_flag("auto_boss",0) clear_server_timer('auto_boss_timer') clear_server_timer('auto_boss_bitir_timer') end end when auto_boss_timer.server_timer begin if(os.date("%A %H %M") == "Friday 12 50" or os.date("%A %H %M") == "Saturday 12 50" or os.date("%A %H %M") == "Saturday 13 00" or os.date("%A %H %M") == "Tuesday 20 00") then if game.get_event_flag("auto_boss") == 0 then notice_all("[Boss Etkinliği] Ch1 Çöl Ortasında Boss ve Lastik Etkinliği Başladı. ") game.set_event_flag("auto_boss",1) regen_in_map(63, "data/dungeon/col.txt") clear_server_timer('auto_boss_timer') clear_server_timer('auto_boss_bitir_timer') server_timer("auto_boss_bitir_timer",60*60) end end end when auto_boss_bitir_timer.server_timer begin if game.get_event_flag("auto_boss") == 1 then notice_all("[Boss Etkinliği] Boss ve Lastik Etkinliği Sona Erdi. ") game.set_event_flag("auto_boss",0) clear_server_timer('auto_boss_bitir_timer') clear_server_timer('auto_boss_timer') kill_all_in_map(63) warp_all_to_village(63) end server_timer('auto_boss_timer', 1) end end --state end end--quest end
  3. I wrote the automatic quest, but it did not work Can you see the problem? quest auto_boss_event begin state start begin when 20092.chat."GM: Event Boss " with pc.is_gm() begin say_title("Merhaba "..pc.get_name()) say("") if game.get_event_flag("auto_boss") == 0 then local event = select (" Eventi Başlat "," Vazgeç ") if event == 2 then return end say(" Eventi Başlatıldı. ") chat("Zamani gelince otomatik olarak başlayacaktır. ") game.set_event_flag("auto_boss",0) clear_server_timer('auto_boss_timer') clear_server_timer('auto_boss_bitir_timer') server_timer('auto_boss_timer', 1) else local event = select (" Eventi Bitir "," Vazgeç ") if event == 2 then return end game.set_event_flag("auto_boss",0) clear_server_timer('auto_boss_timer') clear_server_timer('auto_boss_bitir_timer') end end when auto_boss_timer.server_timer begin if(os.date("%A %H %M") == "Friday 12 50" or os.date("%A %H %M") == "Saturday 12 50" or os.date("%A %H %M") == "Saturday 13 00" or os.date("%A %H %M") == "Tuesday 20 00") then if game.get_event_flag("auto_boss") == 0 then notice_all("[Boss Etkinliği] Ch1 Çöl Ortasında Boss ve Lastik Etkinliği Başladı. ") game.set_event_flag("auto_boss",1) regen_in_map(63, "data/dungeon/col.txt") clear_server_timer('auto_boss_timer') clear_server_timer('auto_boss_bitir_timer') server_timer("auto_boss_bitir_timer",60*60) end end end when auto_boss_bitir_timer.server_timer begin if game.get_event_flag("auto_boss") == 1 then notice_all("[Boss Etkinliği] Boss ve Lastik Etkinliği Sona Erdi. ") game.set_event_flag("auto_boss",0) clear_server_timer('auto_boss_bitir_timer') clear_server_timer('auto_boss_timer') kill_all_in_map(63) warp_all_to_village(63) end server_timer('auto_boss_timer', 1) end end --state end end--quest end
  4. The resulting errors in syser SYSERR: Aug 25 15:54:19 :: ChildLoop: MySQL connection was reconnected. querying locale set SYSERR: Aug 26 20:54:56 :: ChildLoop: MySQL connection was reconnected. querying locale set SYSERR: Aug 27 14:20:07 :: ChildLoop: MySQL connection was reconnected. querying locale set
  5. The resulting errors in syser SYSERR: Aug 25 15:54:19 :: ChildLoop: MySQL connection was reconnected. querying locale set SYSERR: Aug 26 20:54:56 :: ChildLoop: MySQL connection was reconnected. querying locale set SYSERR: Aug 27 14:20:07 :: ChildLoop: MySQL connection was reconnected. querying locale set
  6. MySQL connection was reconnected. querying locale set syser error fixed ?
  7. GLOBAL_TIME: Aug 24 10:05:05 time_gap 0 fixed could you give the source code? Aug 24 10:04:45 :: RegisterRaceNumMap Fosil Tahta Damarı 20049 Aug 24 10:04:54 :: RegisterRaceNumMap Elmas Damarı 20047 Aug 24 10:05:05 :: GLOBAL_TIME: Aug 24 10:05:05 time_gap 0 Aug 24 10:06:05 :: GLOBAL_TIME: Aug 24 10:06:05 time_gap 0 Aug 24 10:07:05 :: GLOBAL_TIME: Aug 24 10:07:05 time_gap 0
  8. Saol can'ım işime yarayacak
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.