forked from metin-server/m2dev-server
Update new_quest_lv7.quest
Surely "notice_multine" was used for debug, so I removed this spammer code :D
This commit is contained in:
@@ -193,12 +193,12 @@ quest new_quest_lv7 begin
|
||||
pc.give_item2(itemIcon) -- icon of item by vnum - Blutrote Blume
|
||||
-- EDIT Arne 18Sept09 moved q.done Reason: removed quest from book
|
||||
-- BEGIN EDIT added by Arne 18Sept09, according to Mantis 0026063, REASON: No arrow on old lady for flower return
|
||||
notice_multiline(gameforge.new_quest_lv7._088_notice, notice)
|
||||
--notice_multiline(gameforge.new_quest_lv7._088_notice, notice)
|
||||
if (pc.count_item(new_quest_lv7_drop3) == new_quest_lv7_AmountNeed3 and pc.count_item(new_quest_lv7_drop2) == new_quest_lv7_AmountNeed2 and pc.count_item(new_quest_lv7_drop1) == new_quest_lv7_AmountNeed1) then
|
||||
return true
|
||||
end
|
||||
else
|
||||
notice_multiline(gameforge.new_quest_lv7._082_say, notice)
|
||||
--notice_multiline(gameforge.new_quest_lv7._082_say, notice)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -349,7 +349,7 @@ quest new_quest_lv7 begin
|
||||
end
|
||||
if pc.get_map_index() == new_quest_lv7_DestMapIndex then
|
||||
target.delete("__TARGET7__")
|
||||
notice_multiline(gameforge.new_quest_lv7._125_notice, notice)
|
||||
--notice_multiline(gameforge.new_quest_lv7._125_notice, notice)
|
||||
local v=find_npc_by_vnum(9006)
|
||||
if 0==v then
|
||||
else
|
||||
@@ -451,7 +451,7 @@ quest new_quest_lv7 begin
|
||||
end
|
||||
if pc.get_map_index() == new_quest_lv7_HomeMapIndex then
|
||||
target.delete("__TARGET7__")
|
||||
notice_multiline(gameforge.new_quest_lv7._129_say, notice)
|
||||
--notice_multiline(gameforge.new_quest_lv7._129_say, notice)
|
||||
local v=find_npc_by_vnum(20008)
|
||||
if 0==v then
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user