Register for your free account! | Forgot your password?

You last visited: Today at 08:55

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

Advertisement



metin2 make prob

Discussion on metin2 make prob within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
xRise's Avatar
 
elite*gold: 52
Join Date: Nov 2011
Posts: 50
Received Thanks: 5
metin2 make prob

moin leute ich hab bei make ausführen was gefunden

syntax error : [string "start"]:1: <eof> expected near `elseif'
level_nachricht.quest:26:Abort trap (core dumped)

Hir die quest von level_nachricht:
quest lvl_nachricht begin
state start begin
when levelup begin
elseif pc.get_level() == 50 then
notice_all("".. pc.get_name() .." hat gerade das")
notice_all("Level 50 erreicht!")
notice_all("Viel Spass auf WorldOfLegend")
elseif pc.get_level() == 75 then
notice_all("".. pc.get_name() .." hat gerade das")
notice_all("Level 75 erreicht!")
notice_all("Viel Spass auf WorldOfLegend")
elseif pc.get_level() == 100 then
notice_all("".. pc.get_name() .." hat gerade das")
notice_all("Level 100 erreicht!")
notice_all("Viel Spass auf WorldOfLegend")
elseif pc.get_level() == 125 then
notice_all("".. pc.get_name() .." hat gerade das")
notice_all("Level 125 erreicht!")
notice_all("Viel Spass auf WorldOfLegend")
end
end
end
end
end
xRise is offline  
Old 11/16/2011, 17:43   #2





 
Marcoly's Avatar
 
elite*gold: 0
The Black Market: 1196/3/0
Join Date: May 2011
Posts: 10,932
Received Thanks: 11,779
Versuche es mal so:

PHP Code:
quest lvl_nachricht begin
    state start begin
        when levelup begin
            
if pc.get_level() == 50 then
                notice_all
("".. pc.get_name() .." hat gerade das")
                
notice_all("Level 50 erreicht!")
                
notice_all("Viel Spass auf WorldOfLegend")
            elseif 
pc.get_level() == 75 then
                notice_all
("".. pc.get_name() .." hat gerade das")
                
notice_all("Level 75 erreicht!")
                
notice_all("Viel Spass auf WorldOfLegend")
            elseif 
pc.get_level() == 100 then
                notice_all
("".. pc.get_name() .." hat gerade das")
                
notice_all("Level 100 erreicht!")
                
notice_all("Viel Spass auf WorldOfLegend")
            elseif 
pc.get_level() == 125 then
                notice_all
("".. pc.get_name() .." hat gerade das")
                
notice_all("Level 125 erreicht!")
                
notice_all("Viel Spass auf WorldOfLegend")
                
end
            end
        end
    end
end 
MfG Marco_A
Marcoly is offline  
Reply




All times are GMT +1. The time now is 08:56.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.