Update new_quest_lv7.quest

Surely "notice_multine" was used for debug, so I removed this spammer code :D
This commit is contained in:
ErLullo
2026-01-13 16:02:50 +01:00
committed by GitHub
parent 23d1612ce9
commit bf70e0cf21

View File

@@ -193,12 +193,12 @@ quest new_quest_lv7 begin
pc.give_item2(itemIcon) -- icon of item by vnum - Blutrote Blume pc.give_item2(itemIcon) -- icon of item by vnum - Blutrote Blume
-- EDIT Arne 18Sept09 moved q.done Reason: removed quest from book -- 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 -- 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 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 return true
end end
else else
notice_multiline(gameforge.new_quest_lv7._082_say, notice) --notice_multiline(gameforge.new_quest_lv7._082_say, notice)
end end
end end
@@ -349,7 +349,7 @@ quest new_quest_lv7 begin
end end
if pc.get_map_index() == new_quest_lv7_DestMapIndex then if pc.get_map_index() == new_quest_lv7_DestMapIndex then
target.delete("__TARGET7__") 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) local v=find_npc_by_vnum(9006)
if 0==v then if 0==v then
else else
@@ -451,7 +451,7 @@ quest new_quest_lv7 begin
end end
if pc.get_map_index() == new_quest_lv7_HomeMapIndex then if pc.get_map_index() == new_quest_lv7_HomeMapIndex then
target.delete("__TARGET7__") 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) local v=find_npc_by_vnum(20008)
if 0==v then if 0==v then
else else