diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:35:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:35:40 -0300 |
commit | d011fa03ca102b0314833d54c1750a23560b84d3 (patch) | |
tree | 2533ac5c61a1323854692e9c9f85bea6c68a845d /npc/007-1 | |
parent | ce3385ea46854267e0f535441e42cea40ab5e279 (diff) | |
download | serverdata-d011fa03ca102b0314833d54c1750a23560b84d3.tar.gz serverdata-d011fa03ca102b0314833d54c1750a23560b84d3.tar.bz2 serverdata-d011fa03ca102b0314833d54c1750a23560b84d3.tar.xz serverdata-d011fa03ca102b0314833d54c1750a23560b84d3.zip |
Fix some headers. Fun fact: We don't need state2 on our horrible daily quests.
Diffstat (limited to 'npc/007-1')
-rw-r--r-- | npc/007-1/dracoula.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/007-1/dracoula.txt b/npc/007-1/dracoula.txt index e45135cb1..6fc4adc55 100644 --- a/npc/007-1/dracoula.txt +++ b/npc/007-1/dracoula.txt @@ -37,9 +37,7 @@ L_Quest: mesq l("I mine here since a while. My favorite activity it's to scare others miners!"); next; if (.@q == 0) goto L_Continue; - if (.@q == 1 && gettimetick(2) >= getq2(MineQuest_Dracoula) + 60 * 60 * 23) setq1 MineQuest_Dracoula, 2; // Repats every 23 hours - .@q=getq(MineQuest_Dracoula); // Fix it - if (.@q == 2) goto L_Repeat; + if (gettimetick(2) >= getq2(MineQuest_Dracoula) + 60 * 60 * 23) goto L_Repeat; mesn; mesq l("But come back in a few hours, I didn't lost all @@!", getitemlink(BatTeeth)); close; |