summaryrefslogtreecommitdiff
path: root/npc/quests/first_class/tu_archer.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-04 06:17:56 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-04 06:17:56 +0000
commit00f9ebdb6e85d13202c6f9e94b8b5506b82b5399 (patch)
tree4407970cdeeec975f68f72bc13fa10b6fbee032b /npc/quests/first_class/tu_archer.txt
parent91f82122b62d01b0b6a81d12a1043b76dcb63d77 (diff)
downloadhercules-00f9ebdb6e85d13202c6f9e94b8b5506b82b5399.tar.gz
hercules-00f9ebdb6e85d13202c6f9e94b8b5506b82b5399.tar.bz2
hercules-00f9ebdb6e85d13202c6f9e94b8b5506b82b5399.tar.xz
hercules-00f9ebdb6e85d13202c6f9e94b8b5506b82b5399.zip
fixed weight check. added tabs
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9134 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/first_class/tu_archer.txt')
-rw-r--r--npc/quests/first_class/tu_archer.txt16
1 files changed, 6 insertions, 10 deletions
diff --git a/npc/quests/first_class/tu_archer.txt b/npc/quests/first_class/tu_archer.txt
index 7bf52a185..3ae39b8fc 100644
--- a/npc/quests/first_class/tu_archer.txt
+++ b/npc/quests/first_class/tu_archer.txt
@@ -3,14 +3,14 @@
//===== By: ==================================================
//= Fix up by Jukka
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena SVN (Testet in Trunk 88xx)
//===== Description: =========================================
//=
//===== Additional Comments: =================================
//= 1.0 Fully working
-//= 1.1 optimized [Lupus]
+//= 1.1 optimized [Lupus] 1.2 fixed Weight check
//= TODO: Test, Add correct misceffects numbers
//============================================================
@@ -413,8 +413,7 @@ payon_in02.gat,54,13,3 script Master Kavaruk 55,{
pay_arche.gat,103,165,5 script Reidin Corse#tu 832,{
mes "[Reidin Corse]";
- set @now_weight, MaxWeight - Weight;
- if(@now_weight < 2000){
+ if(MaxWeight - Weight < 2000){
mes "Hey, you're carrying an";
mes "awful lot of stuff. You ought";
mes "to put some of your things";
@@ -722,8 +721,7 @@ pay_arche.gat,103,165,5 script Reidin Corse#tu 832,{
mes "[Reidin Corse]";
mes "Remember, the most";
mes "important thing is to level the Vulture's Eye skill and test the distance of your attack range.";
- set @f_arrow,MaxWeight - Weight;
- if(@f_arrow < 1000){
+ if(MaxWeight - Weight < 1000){
mes "You've got plenty of arrows";
mes "for that, so go for it!";
set tu_archer01, 8;
@@ -890,8 +888,7 @@ pay_arche.gat,103,165,5 script Reidin Corse#tu 832,{
close;
} else if(tu_archer01 == 11){
if((countitem(962) > 9) && (countitem(991) > 0)){
- set @bow_muge,MaxWeight - Weight;
- if(@bow_muge < 1000){
+ if(MaxWeight - Weight < 1000){
mes "Why are you carrying";
mes "so much stuff? You better put everything you don't need into Kafra Storage.";
close;
@@ -970,8 +967,7 @@ pay_arche.gat,103,165,5 script Reidin Corse#tu 832,{
mes "Take some of these.";
next;
mes "[Reidin Corse]";
- set @trip_gift,MaxWeight - Weight;
- if(@trip_gift < 2100){
+ if(MaxWeight - Weight < 2100){
mes "H-hey!";
mes "Why are you carrying";
mes "so much stuff? You better put everything you don't need into Kafra Storage.";