From d011fa03ca102b0314833d54c1750a23560b84d3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 02:35:40 -0300 Subject: Fix some headers. Fun fact: We don't need state2 on our horrible daily quests. --- npc/002-1/arpan.txt | 2 ++ npc/005-4/shop.txt | 16 +++------------- npc/007-1/dracoula.txt | 4 +--- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index 943d25d3e..98249aa59 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -1,4 +1,6 @@ // TMW-2 Script. +// Editor: Jesusalva +// // Evol scripts. // Authors: // Ablu diff --git a/npc/005-4/shop.txt b/npc/005-4/shop.txt index fbf8c6dfb..d6c17dcd5 100644 --- a/npc/005-4/shop.txt +++ b/npc/005-4/shop.txt @@ -1,18 +1,8 @@ -// Evol scripts. +// TMW2 scripts. // Author: -// Reid +// Saulc // Description: -// Light Armor shop keeper. -// Variables: -// ArtisQuests_Enora -// Values: -// 0 Default. -// 1 BlackSmith quest delivered. -// 2 Chelios Quest given. -// 3 Chelios Quest done. -// 4 BlackSmith gave the sword. -// 5 Light Armor Shop quest delivered. -// 6 Light Armor Shop gave the cloths. +// Rosen sells basic armor on Candor. Logic by Reid. 005-4,30,37,0 trader Shop#Candor NPC_NO_SPRITE,{ 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; -- cgit v1.2.3-60-g2f50