diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-28 15:17:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-28 15:17:50 +0300 |
commit | 8b404210448607c6d813a1d18b42feb339764efb (patch) | |
tree | 7b926eae8d1503b46512d68c34cf08e0abf11a5d | |
parent | 92e52446f5a2b96de9e25dda4d5aeddc04cd5a18 (diff) | |
download | serverdata-8b404210448607c6d813a1d18b42feb339764efb.tar.gz serverdata-8b404210448607c6d813a1d18b42feb339764efb.tar.bz2 serverdata-8b404210448607c6d813a1d18b42feb339764efb.tar.xz serverdata-8b404210448607c6d813a1d18b42feb339764efb.zip |
Remove useless variabled before inventoryplace.
-rw-r--r-- | npc/000-1/gulukan.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/chest.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/knife.txt | 2 | ||||
-rw-r--r-- | npc/001-1/cookiemaster.txt | 4 | ||||
-rw-r--r-- | npc/001-2-22/knife.txt | 2 |
5 files changed, 0 insertions, 12 deletions
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt index 29ba630d..31cf1c7a 100644 --- a/npc/000-1/gulukan.txt +++ b/npc/000-1/gulukan.txt @@ -57,8 +57,6 @@ L_Continue2: mesq l("Anyway I am glad I can give you some of these yoyoxs."); next; - .@item = 715; - .@count = 1; inventoryplace 715, 1; setq ShipQuests_Gulukan, 1; diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt index 563e4fde..7372faf4 100644 --- a/npc/000-2-1/chest.txt +++ b/npc/000-2-1/chest.txt @@ -23,8 +23,6 @@ L_Give: if (.@q > 1) goto L_Quit; - .@item = 1300; - .@count = 2; inventoryplace 1300, 2; setq ShipQuests_Arpan, 2; diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index aa45662b..37ba8394 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -27,8 +27,6 @@ L_Give: mes ""; - .@item = 3500; - .@count = 1; inventoryplace 3500, 1; setq ShipQuests_Knife, 1; diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt index 909f0576..5a2b40ef 100644 --- a/npc/001-1/cookiemaster.txt +++ b/npc/001-1/cookiemaster.txt @@ -176,8 +176,6 @@ L_Reward: next; mesq l("Anyway, here, have a cookie!"); - .@item = 517; - .@count = 1; inventoryplace 517, 1; setq General_Cookies, 1; @@ -241,8 +239,6 @@ L_LostCookie: mesq l("This is the last one. If you use it again out of clumsiness, I will use your soft moist parts in the concoction of my next cookie batch."); next; - .@item = 517; - .@count = 1; inventoryplace 517, 1; getnameditem 517, strcharinfo(0); diff --git a/npc/001-2-22/knife.txt b/npc/001-2-22/knife.txt index 2caf7081..3cb43dfd 100644 --- a/npc/001-2-22/knife.txt +++ b/npc/001-2-22/knife.txt @@ -27,8 +27,6 @@ L_Give: mes ""; - .@item = 3500; - .@count = 1; inventoryplace 3500, 1; setq ShipQuests_Knife, 1; |