Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 14:46

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

Advertisement



Level 30 - [EXP-ZAHL]?

Discussion on Level 30 - [EXP-ZAHL]? within the Metin2 Private Server forum part of the Metin2 category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2014
Posts: 14
Received Thanks: 0
Level 30 - [EXP-ZAHL]?

Morgen liebe Community,
Mache gerade Wartungsarbeiten an meinem Server.
Daher habe ich mal kurz eine Frage an euch, und zwar..

Mein Start Level ist "30", um nur auf die "30" zu kommen,
bräuchte ich mal ebend die genaue exakte EXP-ZAHL dafür.
Habe gelesen das es so etwa um die "2.122.000 EXP" sein müssen.
Das stimmt aber nicht, da ich Level "50" bin wenn ich mich einlogge.

Danke schonmal für eure Antworten.
Real-Tim is offline  
Old 12/12/2014, 14:39   #2

 
.yorliK's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 1,448
Received Thanks: 1,258
Mach einfach eine for-schleife die bis 30 geht und gebe dir jedes mal so viel EXP das es für ein Level Up reicht.

Code:
for i=1, 30, 1 do
	pc.give_exp2(pc.get_next_exp())
end
.yorliK is offline  
Old 12/12/2014, 19:40   #3
 
elite*gold: 0
Join Date: Dec 2014
Posts: 14
Received Thanks: 0
Quote:
Originally Posted by Kilroy. View Post
Mach einfach eine for-schleife die bis 30 geht und gebe dir jedes mal so viel EXP das es für ein Level Up reicht.

Code:
for i=1, 30, 1 do
	pc.give_exp2(pc.get_next_exp())
end
--------------------
Danke, habe ich aber bereits schon so gemacht.
Daher kann der Thread geschlossen werden!
#closerquest.
Real-Tim is offline  
Old 12/12/2014, 19:57   #4
 
elite*gold: 0
Join Date: Jun 2014
Posts: 223
Received Thanks: 43
PHP Code:
{
    
0,    //    0
    
300,        
    
800,        
    
1500,        
    
2500,        
    
4300,        
    
7200,        
    
11000,        
    
17000,        
    
24000,        
    
33000,    //    10
    
43000,        
    
58000,        
    
76000,        
    
100000,        
    
130000,        
    
169000,        
    
219000,        
    
283000,        
    
365000,        
    
472000,    //    20
    
610000,        
    
705000,        
    
813000,        
    
937000,        
    
1077000,        
    
1237000,        
    
1418000,        
    
1624000,        
    
1857000,        
    
2122000,    //    30
    
2421000,        
    
2761000,        
    
3145000,        
    
3580000,        
    
4073000,        
    
4632000,        
    
5194000,        
    
5717000,        
    
6264000,        
    
6837000,    //    40
    
7600000,        
    
8274000,        
    
8990000,        
    
9753000,        
    
10560000,        
    
11410000,        
    
12320000,        
    
13270000,        
    
14280000,        
    
15340000,    //    50
    
16870000,        
    
18960000,        
    
19980000,        
    
21420000,        
    
22930000,        
    
24530000,        
    
26200000,        
    
27960000,        
    
29800000,        
    
32780000,    //    60
    
36060000,        
    
39670000,        
    
43640000,        
    
48000000,        
    
52800000,        
    
58080000,        
    
63890000,        
    
70280000,        
    
77310000,        
    
85040000,    //    70
    
93540000,        
    
102900000,        
    
113200000,        
    
124500000,        
    
137000000,        
    
150700000,        
    
165700000,        
    
236990000,        
    
260650000,        
    
286780000,    //    80
    
315380000,        
    
346970000,        
    
381680000,        
    
419770000,        
    
461760000,        
    
508040000,        
    
558740000,        
    
614640000,        
    
676130000,        
    
743730000,    //    90
    
1041222000,        
    
1145344200,        
    
1259878620,        
    
1385866482,        
    
1524453130,        
    
1676898443,        
    
1844588288,        
    
2029047116,        
    
2050000000,    //    99레벨 일 때 필요경험치 (100레벨이 되기 위한)
    
2150000000,    //    100
    
2210000000,        
    
2250000000,        
    
2280000000,        
    
2310000000,        
    
2330000000,    //    105
}; 
Wenn du wissen willst wie viel Erfahrung man genau erreichen muss hier stehts
Prof.MindFreak is offline  
Old 12/12/2014, 20:15   #5
 
elite*gold: 0
Join Date: Dec 2014
Posts: 14
Received Thanks: 0
Quote:
Originally Posted by Prof.MindFreak View Post
PHP Code:
{
    
0,    //    0
    
300,        
    
800,        
    
1500,        
    
2500,        
    
4300,        
    
7200,        
    
11000,        
    
17000,        
    
24000,        
    
33000,    //    10
    
43000,        
    
58000,        
    
76000,        
    
100000,        
    
130000,        
    
169000,        
    
219000,        
    
283000,        
    
365000,        
    
472000,    //    20
    
610000,        
    
705000,        
    
813000,        
    
937000,        
    
1077000,        
    
1237000,        
    
1418000,        
    
1624000,        
    
1857000,        
    
2122000,    //    30
    
2421000,        
    
2761000,        
    
3145000,        
    
3580000,        
    
4073000,        
    
4632000,        
    
5194000,        
    
5717000,        
    
6264000,        
    
6837000,    //    40
    
7600000,        
    
8274000,        
    
8990000,        
    
9753000,        
    
10560000,        
    
11410000,        
    
12320000,        
    
13270000,        
    
14280000,        
    
15340000,    //    50
    
16870000,        
    
18960000,        
    
19980000,        
    
21420000,        
    
22930000,        
    
24530000,        
    
26200000,        
    
27960000,        
    
29800000,        
    
32780000,    //    60
    
36060000,        
    
39670000,        
    
43640000,        
    
48000000,        
    
52800000,        
    
58080000,        
    
63890000,        
    
70280000,        
    
77310000,        
    
85040000,    //    70
    
93540000,        
    
102900000,        
    
113200000,        
    
124500000,        
    
137000000,        
    
150700000,        
    
165700000,        
    
236990000,        
    
260650000,        
    
286780000,    //    80
    
315380000,        
    
346970000,        
    
381680000,        
    
419770000,        
    
461760000,        
    
508040000,        
    
558740000,        
    
614640000,        
    
676130000,        
    
743730000,    //    90
    
1041222000,        
    
1145344200,        
    
1259878620,        
    
1385866482,        
    
1524453130,        
    
1676898443,        
    
1844588288,        
    
2029047116,        
    
2050000000,    //    99레벨 일 때 필요경험치 (100레벨이 되기 위한)
    
2150000000,    //    100
    
2210000000,        
    
2250000000,        
    
2280000000,        
    
2310000000,        
    
2330000000,    //    105
}; 
Wenn du wissen willst wie viel Erfahrung man genau erreichen muss hier stehts
--------------
Danke, aber auch hier schreibe ich es nochmal..
der Thread kann geschlossen werden. Lösung bereits erfolgt.
#closerquest.
Real-Tim is offline  
Old 12/12/2014, 21:20   #6


 
Zevion's Avatar
 
elite*gold: 906
Join Date: Sep 2009
Posts: 17,295
Received Thanks: 4,399
#closed (as requested)
Zevion is offline  
Closed Thread


Similar Threads Similar Threads
[Trading] Offering 2 accounts level about level 15 with judgement kayle for an account level 30
09/22/2016 - League of Legends Trading - 2 Replies
Hey guyz, i'm offering : - An account level 15 with some champs 9K IP and judgement kayle - An account level 17 with 3k IP 3 rune pages and judgement kayle I exchange 2 accounts for a right one level 30 even bronze/silver.
Selling a level 80 vampire, shadow mastery level 50, level 1 wings.
09/22/2012 - Forsaken World - 1 Replies
Hello, I am selling my account forsaken world, server shylia. Character: Vampire Level: 80 http://www.blacknight-online.com/fwimage/perso.PN G Specialty: PVP
Bigpoint Acc Wonderking Level 85 Drift City Level 41 Darkorbit Level 11
11/21/2010 - DarkOrbit Trading - 1 Replies
bitte closen



All times are GMT +2. The time now is 14:46.


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.