Register for your free account! | Forgot your password?

You last visited: Today at 19:16

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Kill Quest Problem

Discussion on Kill Quest Problem within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
.Tobias's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1,398
Received Thanks: 663
Kill Quest Problem

Hallo,

ich habe ein Problem mit Kill Quests.
Es gehen keine Kill Quests.

Auch wenn ich es mit "when kill with npc.get_race() == 8027 begin" mache funktioniert es nicht.

Die Quest ist nicht fehlerhaft, auf anderen Files hatten sie funktioniert.

Möchte hier nur hören woran es liegen kann die Quest ist 100% richtig.
(Es geht bei keiner Kill Quest)

Vielleicht an der Questlib, Game ?


Vielen Dank

.Tobias
.Tobias is offline  
Old 05/21/2013, 01:39   #2
 
elite*gold: 20
Join Date: Aug 2012
Posts: 714
Received Thanks: 1,168
Man sollte "when kill with npc.get_race() == *** begin" nicht verwenden da es sonst jede andere Quest blockiert.
Mach lieber:
Code:
when kill
if npc.get_race() == *** then
end
end
Gruß,
.CHYissu
'ChuckNorris is offline  
Thanks
1 User
Old 05/21/2013, 01:43   #3
 
Mijago's Avatar
 
elite*gold: 191
Join Date: May 2009
Posts: 1,214
Received Thanks: 2,594
Falsch;
when kill with npc.get_race() == *** begin

sollte man benutzen; das , was man nicht benutzen soll, ist
when ***.kill begin

when ***.kill kann pro Mob nur einmal benutzt werden.

Code:
when kill with npc.get_race() == *** begin
  --code
end
ist das selbe wie
Code:
when kill begin
    if npc.get_race() == *** then
       -- code
    end
end
Nur kürzer und für den Core optimiert.
Mijago is offline  
Thanks
1 User
Old 05/21/2013, 01:45   #4
 
elite*gold: 20
Join Date: Aug 2012
Posts: 714
Received Thanks: 1,168
Stimmt hast Recht.
Trotzdem würde ich behaupten das irgendwo die VNUM blockiert ist.
'ChuckNorris is offline  
Thanks
1 User
Old 05/21/2013, 03:28   #5


 
elite*gold: 0
Join Date: Feb 2010
Posts: 7,221
Received Thanks: 6,758
Das Problem hatte ich auch, dass es bei manchen Mobs einfach nicht funktionierte, bei anderen schon obwohl ich keinerlei Quests eingebaut hatte - war mir schon immer schleierhaft.
#SoNiice is offline  
Thanks
1 User
Old 05/21/2013, 09:02   #6

 
elite*gold: 0
Join Date: Mar 2013
Posts: 2,449
Received Thanks: 6,448
Es kann an der Quest liegen, welche nicht zu 100% richtig ist - sonst würde es ja funktionieren.

MfG
Lord iRemix is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Problem with kill in quest
05/04/2013 - Metin2 Private Server - 1 Replies
First of all, sorry for my bad english... My problem is in quest. There are some quest where the function kill doesn't work. It's very strange because there aren't any mistake in them. In my local server, these quests work well. For example, the hunting quest (levelup quest) doesn't work. But there are others like deviltower that works well. I haven't tried to change the game because in my local server works with it. I've even tried to change the questlib, qc file... but the problem...
[URGENT QUEST] Quest Kill 1093 Error - PLEASE TRY ANY :$
02/06/2013 - Metin2 Private Server - 0 Replies
quest dr2 begin state start begin when 1093.kill begin say_title("Parabéns!") say("Mataste o DR, escolhe o teu prémio:") local premio = select ("Armas","Armaduras") if premio == 1 then if pc . job == 0 then local armasnome1 = select ("Faca Dragão+5(65)","Arco Dragão Amarelo+5(65)","Lâmina Zanna Fantasma+5(65)","Leque Ave do Paraíso+5(65)","Campainha Céu e Terra+5(65)") if armasnome1 == 1 then
Other Country Player Kill Ranking[First 3 Kill By RealFreak Quest]
09/23/2012 - Metin2 PServer Guides & Strategies - 26 Replies
Hello , My friend make it ; quest koep begin state start begin when login begin if global.getvarchar("rank1") == pc.get_name then chat("You're first in kill other empire player's ranklist") elseif global.getvarchar("rank2") == pc.get_name then chat("You're second in kill other empire player's ranklist")



All times are GMT +2. The time now is 19:16.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.