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 | |
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.
-rw-r--r-- | npc/002-1/arpan.txt | 2 | ||||
-rw-r--r-- | npc/005-4/shop.txt | 16 | ||||
-rw-r--r-- | 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; |