diff options
-rw-r--r-- | npc/012-1/guards.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 17fb36624..26994e822 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -282,7 +282,9 @@ OnInit: // Liberation Day Script 012-1,122,25,0 script Hurnsguard NPC_PLAYER,{ - query_sql("SELECT online FROM `char` WHERE name='Saulc GM'", .@online); + //query_sql("SELECT online FROM `char` WHERE name='Saulc GM'", .@online); + // TODO + .@online=$@BG1_SIZE; if (!.@online) { mesn; mesq l("We are planning to take over Hurnscald from the Monster King, and we will need everybody's help."); @@ -494,6 +496,8 @@ OnVictory: $MOST_HEROIC$=strcharinfo(0); bg_destroy(1); bg_destroy(2); + // TODO: Auto-schedule Liberation Day + // two weeks from now, to happen on a saturday (FIXME) end; OnReward: |