diff options
author | shennetsind <ind@henn.et> | 2013-10-11 16:34:12 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-11 16:34:12 -0300 |
commit | 00af9d7eb5534d210c3853ce8f7224cfc488dba0 (patch) | |
tree | 5fdee48f9d8c8b3c3009aac31c810ad900e38aa8 /npc | |
parent | ca15680b184ae630ee90eaa4f71faab19f8fe20e (diff) | |
download | hercules-00af9d7eb5534d210c3853ce8f7224cfc488dba0.tar.gz hercules-00af9d7eb5534d210c3853ce8f7224cfc488dba0.tar.bz2 hercules-00af9d7eb5534d210c3853ce8f7224cfc488dba0.tar.xz hercules-00af9d7eb5534d210c3853ce8f7224cfc488dba0.zip |
Minor Veins NPC Update
Partial Merge of eeafb5393f09b4fbea6d6f6df20f50fdbb6db432
- Moved "Wincing Old Man" (from quests_veins) to pre-re/re coordinates. [Euphy]
Closes #145
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'npc')
-rw-r--r-- | npc/pre-re/quests/quests_veins.txt | 9 | ||||
-rw-r--r-- | npc/pre-re/scripts.conf | 2 | ||||
-rw-r--r-- | npc/quests/quests_veins.txt | 2 |
3 files changed, 12 insertions, 1 deletions
diff --git a/npc/pre-re/quests/quests_veins.txt b/npc/pre-re/quests/quests_veins.txt new file mode 100644 index 000000000..ec0636b83 --- /dev/null +++ b/npc/pre-re/quests/quests_veins.txt @@ -0,0 +1,9 @@ +//===== Hercules Script ====================================== +//= Veins Quests +//===== By: ================================================== +//= L0ne_W0lf +//===== Current Version: ===================================== +//= 1.0 (originally 2.2 prior to being split) +//============================================================ + +ve_fild05,257,130,4 duplicate(WincingOldMan_veins) Wincing Old Man#ve 945
\ No newline at end of file diff --git a/npc/pre-re/scripts.conf b/npc/pre-re/scripts.conf index a06cab57f..0dd7d035d 100644 --- a/npc/pre-re/scripts.conf +++ b/npc/pre-re/scripts.conf @@ -74,3 +74,5 @@ npc: npc/pre-re/quests/monstertamers.txt npc: npc/pre-re/quests/quests_nameless.txt npc: npc/pre-re/quests/quests_13_1.txt npc: npc/pre-re/quests/skills/swordman_skills.txt +npc: npc/pre-re/quests/quests_veins.txt + diff --git a/npc/quests/quests_veins.txt b/npc/quests/quests_veins.txt index eabbd5d46..0fad3c34e 100644 --- a/npc/quests/quests_veins.txt +++ b/npc/quests/quests_veins.txt @@ -48,7 +48,7 @@ // Stone Quest //============================================================ -ve_fild05,257,130,4 script ::WincingOldMan_veins 945,{ +- script ::WincingOldMan_veins -1,{ if ((MaxWeight - Weight) < 2000 || checkweight(1201,1) == 0) { mes "- Wait a moment! -"; mes "- Currently you are carrying -"; |