|
You last visited: Today at 10:04
Advertisement
Problem with ascaria map quest???help
Discussion on Problem with ascaria map quest???help within the Metin2 Private Server forum part of the Metin2 category.
05/27/2012, 23:45
|
#1
|
elite*gold: 0
Join Date: Jan 2012
Posts: 193
Received Thanks: 99
|
Problem with ascaria map quest???help
Hey guys....i have problem with ascaria quest....when i go to front of the end i have problem when i put key in seal,nothing happened...idk where is problem....
Quote:
when 20355.chat."Wächter des Untergrundes" with pc.in_dungeon() and d.getf("devillevel") == 5 begin
say_title("Wächter des Untergrundes")
say("Man nennt mich den Wächter des Untergundes.")
say("Ich bin schon eine weile hier und kenne das Gebiet")
say("ein wenig besser wie du, wenn ich das so sagen darf.")
say("Ich könnte euch alle zu den alten Siegeln teleportieren.")
say("Ich selbst traue mich dort nicht hin. Mir ist der Ort")
say("irgendwie unheimlich.")
wait()
d.setf("devillevel", 6)
timer("devildown_jump2", 2)
end
when devildown_jump2.timer begin
d.clear_regen()
d.jump_all(81371, 250)
d.regen_file("data/dungeon/dd_regen4.txt")
d.spawn_mob(20081, 1241, 250)
d.spawn_mob(20081, 1246, 242)
d.spawn_mob(20081, 1255, 243)
d.spawn_mob(20081, 1259, 250)
d.spawn_mob(20081, 1254, 258)
d.spawn_mob(20081, 1246, 258)
d.setf("devildownstone_count", 6)
timer('devildownstone1', 300)
d.notice("Um das Portal zum Roten Drache zu aktivieren, müssen");
d.notice("die alten Siegel zerstört werden. Ihr habt nur 20 Minuten,");
d.notice("um alle sechs Siegel zu öffnen.");
end
when devildownstone1.timer begin
d.notice("Verbleibende Zeit: 15 Minuten")
timer('devildownstone2', 300)
end
when devildownstone2.timer begin
d.notice("Verbleibende Zeit: 10 Minuten")
timer('devildownstone3', 300)
end
when devildownstone3.timer begin
d.notice("Verbleibende Zeit: 5 Minuten")
timer('devildownstone4', 300)
end
when devildownstone4.timer begin
d.clear_regen()
d.notice("Die Zeit ist abgelaufen.")
d.notice("Ihr werdet nun nach draußen teleportiert.")
pc.warp(80845, 900)
end
when 2510.kill with pc.in_dungeon() and d.getf("devillevel") == 6 begin
local KILL_COUNT_FOR_DROP_DEVIL_KEY = 15
local n = d.getf("count") + 1
d.setf("count", n)
if n == KILL_COUNT_FOR_DROP_DEVIL_KEY then
game.drop_item(50084, 1)
d.setf("count", 0)
end
end
when 20081.take with item.vnum == 50084 begin
npc.purge()
item.remove()
d.setf("devildownstone_count", d.getf("devildownstone_count") - 1)
if d.getf("devildownstone_count") <= 0 then
d.setf("devillevel", 7)
timer('devildownstone1', 800000)
timer('devildownstone2', 800000)
timer('devildownstone3', 800000)
timer('devildownstone4', 800000)
d.clear_regen()
d.notice("Ihr habt alle alten Siegel geöffnet.")
d.notice("Das Portal zum roten Drachen hat sich geöffnet.")
timer("devildown_nexttimer", 3)
else
d.notice("Es verbleibt eine Anzahl von "..d.getf("devildownstone_count").." Siegeln.")
end
end
|
Any know what i do wrong??? thx
|
|
|
 |
Similar Threads
|
[Release]Tal von Ascaria Quest Funtioniert *HOT*
05/01/2012 - Metin2 PServer Guides & Strategies - 85 Replies
Hallo Liebe Community
Heute kommt wieder mal was schönes für euch ;)
Nachdem das FinalMt2 Team ja alle Quests Released hat und auch das Tal von Ascaria wollte ich euch mal die fertige Quest zur Verfügung stellen ;)
Vorraussetzung ist das ihr das Tal schon entbuggt habt
Link zum Tut:
|
[HELP]Tal von ascaria quest problem
06/04/2010 - Metin2 Private Server - 5 Replies
hi
I download and put all finalmt2 quest item proto and mobs and map of tal von ascaria.
When i kill the metin, he dont drop me the map.... (i kill 3 metin) if i spawn the item with command /item when i give it to npc he say that is ok but he dont teleport me to second floor
and i do make.sh
|
[HELP] Tal von ascaria quest
05/22/2010 - Metin2 Private Server - 9 Replies
Hello,
I have an problem,
I download and put all finalmt2 quest item proto and mobs and map of tal von ascaria.
When i kill the metin, he dont drop me the map.... (i kill 3 metin) if i spawn the item with command /item when i give it to npc he say that is ok but he dont teleport me to second floor
Thanks anyway :D
|
All times are GMT +1. The time now is 10:06.
|
|