Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 08:00

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

Advertisement



[VANILLA]Bio & DT Bug

Discussion on [VANILLA]Bio & DT Bug within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1

 
elite*gold: 150
The Black Market: 147/0/0
Join Date: Jan 2014
Posts: 11,338
Received Thanks: 3,780
[VANILLA]Bio & DT Bug

Guten Tag,
Seit dem ich die Vanillagamecore V2 nutze klappen meine Bio & DT Quest nicht mehr.
Problem bei der Bio:
Man droppt die Items & Seelensteine nicht mehr.
Problem bei der DT Quest:
Wenn man den Stein am Anfang tötet passiert nichts mehr.

Bio:
Dt:
Shigatu is offline  
Old 06/19/2014, 19:02   #2
 
elite*gold: 2
Join Date: Jun 2013
Posts: 1,063
Received Thanks: 1,725
mach einfach ueberall anstatt:
when 222.kill begin
end
when 224.kill begin
end
->

when kill begin
if npc.get_race() == 222 then
..code..
elseif npc.get_race() == 224 then
..code..
end
ProfessorEnte is offline  
Thanks
1 User
Old 06/20/2014, 11:38   #3

 
elite*gold: 150
The Black Market: 147/0/0
Join Date: Jan 2014
Posts: 11,338
Received Thanks: 3,780
Quote:
Originally Posted by ProfessorEnte View Post
mach einfach ueberall anstatt:
when 222.kill begin
end
when 224.kill begin
end
->

when kill begin
if npc.get_race() == 222 then
..code..
elseif npc.get_race() == 224 then
..code..
end
Dürfte ich dich eventuell in Skype adden ?
Shigatu is offline  
Old 06/20/2014, 11:53   #4
 
elite*gold: 2
Join Date: Jun 2013
Posts: 1,063
Received Thanks: 1,725
DT Beispiel:

PHP Code:
when devil_stone1.kill begin
    timer
("devil_stone1_1"6)
end 
zu z.b.:

PHP Code:
when kill begin
    
if npc.get_race() == 8015 then
        timer
("devil_stone1_1"6)
    
end
end 
Bios Beispiel:

PHP Code:
when 1031.kill or 1032.kill or 1033.kill or 1034.kill  begin
    
if pc.count_item(30222)<1 then
        local rand 
number(0,99)
        if 
rand<5 then pc.give_item2(302221)
        
end
    end    
end 
zu z.b.:
PHP Code:
when kill begin
    
if npc.get_race() == 1031 or npc.get_race() == 1032 or npc.get_race() == 1033 or npc.get_race() == 1034 then
        
if pc.count_item(30222)<1 then
            local rand 
number(0,99)
            if 
rand<5 then pc.give_item2(302221)
            
end
        end  
    end
end 
Das musst du ueberall so aendern, dass werde ich nicht fuer dich machen.
Oder einfach warten bis Vanilla es fixxt, oder die alte game nehmen.
Hab kein skype.
ProfessorEnte is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[Release] Vanilla Core 2.4 [rights to Vanilla]
05/10/2014 - Metin2 PServer Guides & Strategies - 16 Replies
#removed



All times are GMT +2. The time now is 08:00.


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.