Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Last Chaos
You last visited: Today at 21:03

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

Advertisement



EXP Rate Problem

Discussion on EXP Rate Problem within the Last Chaos forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2010
Posts: 109
Received Thanks: 21
EXP Rate Problem

Liebe Leute.

Ik hoffe man kann mir hier Helfen. Wir wollten die EXP Rate sowie Drop und Gold Rate hoch setzen.

Aber das Problem ist das Drop sowie exp net klappt . Ik habe hier ins Forum geschaut und auch vieles befolgt . Auch da hatte sich nix geändert.

Ik gab bei der Datenbank ( newproject_data ) ( Query) Dies ein ------------>

UPDATE t_npc SET a_item_percent_0 = a_item_percent_0 * 5;
UPDATE t_npc SET a_item_percent_1 = a_item_percent_1 * 5;
UPDATE t_npc SET a_item_percent_2 = a_item_percent_2 * 5;
UPDATE t_npc SET a_item_percent_3 = a_item_percent_3 * 5;
UPDATE t_npc SET a_item_percent_4 = a_item_percent_4 * 5;
UPDATE t_npc SET a_item_percent_5 = a_item_percent_5 * 5;
UPDATE t_npc SET a_item_percent_6 = a_item_percent_6 * 5;
UPDATE t_npc SET a_item_percent_7 = a_item_percent_7 * 5;
UPDATE t_npc SET a_item_percent_8 = a_item_percent_8 * 5;
UPDATE t_npc SET a_item_percent_9 = a_item_percent_9 * 5;
UPDATE t_npc SET a_item_percent_10 = a_item_percent_10 * 5;
UPDATE t_npc SET a_item_percent_11 = a_item_percent_11 * 5;
UPDATE t_npc SET a_item_percent_12 = a_item_percent_12 * 5;
UPDATE t_npc SET a_item_percent_13 = a_item_percent_13 * 5;
UPDATE t_npc SET a_item_percent_14 = a_item_percent_14 * 5;
UPDATE t_npc SET a_item_percent_15 = a_item_percent_15 * 5;
UPDATE t_npc SET a_item_percent_16 = a_item_percent_16 * 5;
UPDATE t_npc SET a_item_percent_17 = a_item_percent_17 * 5;
UPDATE t_npc SET a_item_percent_18 = a_item_percent_18 * 5;
UPDATE t_npc SET a_item_percent_19 = a_item_percent_19 * 5;

UPDATE t_npc SET a_prize = a_prize * 50;
UPDATE t_npc SET a_skill_point = a_skill_point * 50;
UPDATE t_npc SET a_exp = a_exp * 50;

Ik habe bei Query run gedrückt und dann neu gestartet.

Aber leider hat sich nur eins geändert das man als lvl 2 unten links am Fenster Chat 1 EXP bekommen hat. Also zu wenig


Ik hoffe es kann mir dabei jemand helfen. Ik bedanke mich auch im vorraus

//Edit syndikat01
syndikat01 is offline  
Old 11/26/2013, 23:00   #2




 
Kim's Avatar
 
elite*gold: 388
The Black Market: 214/0/0
Join Date: Jan 2010
Posts: 15,149
Received Thanks: 6,768
Warst du auch in der richtigen DB?
Probier mal die exp query alleine ohne das andere und Teste was passiert, sieht eigentlich richtig aus.
Kim is offline  
Old 11/26/2013, 23:33   #3
 
elite*gold: 0
Join Date: May 2010
Posts: 109
Received Thanks: 21
Habe im auch versucht aber auch das ging net
syndikat01 is offline  
Old 11/26/2013, 23:35   #4




 
Kim's Avatar
 
elite*gold: 388
The Black Market: 214/0/0
Join Date: Jan 2010
Posts: 15,149
Received Thanks: 6,768
Datenbank und Server hast du ja neugestartet richtig?
Zeigt es nen error bei Navicat an?
Kim is offline  
Old 11/26/2013, 23:36   #5
 
elite*gold: 0
Join Date: Aug 2013
Posts: 5
Received Thanks: 2
Du kannst die rate auch in der config datei deines servers erhoehen.
Nekatus is offline  
Old 11/26/2013, 23:57   #6
 
elite*gold: 0
Join Date: May 2010
Posts: 109
Received Thanks: 21
Es zeigt. Keine errors an. Aber die raten sind net so wie eingestellt . Siehe oben topic Anfang.
Habe sogar mal auf 120 gemacht gehabt aber auch da keine Änderungen
Dies habe ik eingefügt :

UPDATE t_npc SET a_exp = a_exp * 50;
UPDATE t_npc SET a_skill_point = a_skill_point * 50;
UPDATE t_npc SET a_prize = a_prize * 50;

# droptable
UPDATE t_npc SET a_item_percent_0 = a_item_percent_0 * 50;
UPDATE t_npc SET a_item_percent_1 = a_item_percent_1 * 50;
UPDATE t_npc SET a_item_percent_2 = a_item_percent_2 * 50;
UPDATE t_npc SET a_item_percent_3 = a_item_percent_3 * 50;
UPDATE t_npc SET a_item_percent_4 = a_item_percent_4 * 50;
UPDATE t_npc SET a_item_percent_5 = a_item_percent_5 * 50;
UPDATE t_npc SET a_item_percent_6 = a_item_percent_6 * 50;
UPDATE t_npc SET a_item_percent_7 = a_item_percent_7 * 50;
UPDATE t_npc SET a_item_percent_8 = a_item_percent_8 * 50;
UPDATE t_npc SET a_item_percent_9 = a_item_percent_9 * 50;
UPDATE t_npc SET a_item_percent_10 = a_item_percent_10 * 50;
UPDATE t_npc SET a_item_percent_11 = a_item_percent_11 * 50;
UPDATE t_npc SET a_item_percent_12 = a_item_percent_12 * 50;
UPDATE t_npc SET a_item_percent_13 = a_item_percent_13 * 50;
UPDATE t_npc SET a_item_percent_14 = a_item_percent_14 * 50;
UPDATE t_npc SET a_item_percent_15 = a_item_percent_15 * 50;
UPDATE t_npc SET a_item_percent_16 = a_item_percent_16 * 50;
UPDATE t_npc SET a_item_percent_17 = a_item_percent_17 * 50;
UPDATE t_npc SET a_item_percent_18 = a_item_percent_18 * 50;
UPDATE t_npc SET a_item_percent_19 = a_item_percent_19 * 50;


UPDATE t_npc SET a_minplus = a_minplus * 50;
UPDATE t_npc SET a_maxplus = a_maxplus * 20;

Und das kamm raus :

[SQL] UPDATE t_npc SET a_exp = a_exp * 50;
Affected rows: 0
Time: 0.088ms

[SQL]
UPDATE t_npc SET a_skill_point = a_skill_point * 50;
Affected rows: 0
Time: 0.091ms

[SQL]
UPDATE t_npc SET a_prize = a_prize * 50;
Affected rows: 0
Time: 0.105ms

[SQL]

# droptable
UPDATE t_npc SET a_item_percent_0 = a_item_percent_0 * 50;
Affected rows: 0
Time: 0.093ms

[SQL]
UPDATE t_npc SET a_item_percent_1 = a_item_percent_1 * 50;
Affected rows: 0
Time: 0.091ms

[SQL]
UPDATE t_npc SET a_item_percent_2 = a_item_percent_2 * 50;
Affected rows: 0
Time: 0.090ms

[SQL]
UPDATE t_npc SET a_item_percent_3 = a_item_percent_3 * 50;
Affected rows: 0
Time: 0.101ms

[SQL]
UPDATE t_npc SET a_item_percent_4 = a_item_percent_4 * 50;
Affected rows: 0
Time: 0.095ms

[SQL]
UPDATE t_npc SET a_item_percent_5 = a_item_percent_5 * 50;
Affected rows: 0
Time: 0.094ms

[SQL]
UPDATE t_npc SET a_item_percent_6 = a_item_percent_6 * 50;
Affected rows: 0
Time: 0.104ms

[SQL]
UPDATE t_npc SET a_item_percent_7 = a_item_percent_7 * 50;
Affected rows: 0
Time: 0.095ms

[SQL]
UPDATE t_npc SET a_item_percent_8 = a_item_percent_8 * 50;
Affected rows: 0
Time: 0.095ms

[SQL]
UPDATE t_npc SET a_item_percent_9 = a_item_percent_9 * 50;
Affected rows: 0
Time: 0.091ms

[SQL]
UPDATE t_npc SET a_item_percent_10 = a_item_percent_10 * 50;
Affected rows: 0
Time: 0.091ms

[SQL]
UPDATE t_npc SET a_item_percent_11 = a_item_percent_11 * 50;
Affected rows: 0
Time: 0.096ms

[SQL]
UPDATE t_npc SET a_item_percent_12 = a_item_percent_12 * 50;
Affected rows: 0
Time: 0.140ms

[SQL]
UPDATE t_npc SET a_item_percent_13 = a_item_percent_13 * 50;
Affected rows: 0
Time: 0.226ms

[SQL]
UPDATE t_npc SET a_item_percent_14 = a_item_percent_14 * 50;
Affected rows: 0
Time: 0.123ms

[SQL]
UPDATE t_npc SET a_item_percent_15 = a_item_percent_15 * 50;
Affected rows: 0
Time: 0.094ms

[SQL]
UPDATE t_npc SET a_item_percent_16 = a_item_percent_16 * 50;
Affected rows: 0
Time: 0.168ms

[SQL]
UPDATE t_npc SET a_item_percent_17 = a_item_percent_17 * 50;
Affected rows: 0
Time: 0.096ms

[SQL]
UPDATE t_npc SET a_item_percent_18 = a_item_percent_18 * 50;
Affected rows: 0
Time: 0.095ms

[SQL]
UPDATE t_npc SET a_item_percent_19 = a_item_percent_19 * 50;
Affected rows: 0
Time: 0.107ms

[SQL]


UPDATE t_npc SET a_minplus = a_minplus * 50;
Affected rows: 0
Time: 0.096ms

[SQL]
UPDATE t_npc SET a_maxplus = a_maxplus * 20;
Affected rows: 0
Time: 0.165ms





Screen InGame :

Komme echt net weiter

Wollte das EXP / SP / Gold / Drop alles eigentlich auf 50 gemacht wird

Ik hoffe jemand kann mir helfen Habe wie gesagt alles versucht. Aber irgendwo muss ja ein fehler sein aber welchen ka

Ik hoffe jemand kann mir helfen Habe wie gesagt alles versucht. Aber irgendwo muss ja ein fehler sein aber welchen ka
syndikat01 is offline  
Reply


Similar Threads Similar Threads
Rate Problem.
03/27/2013 - CO2 Private Server - 4 Replies
hey guys i have a question i like to ask, i am using the rate system in my project for example if this monster get killed he have 5% chance to drope the stone. but some how the % system is not working proper. if i put 5% idk why it will drope the stone every 5 kills or maybe 7 or idk 4. and should not drop to fast , here is the system i use if (Name == "StoneStealer" && ServerBase.Kernel.Rate(5))
RappelzSro[Exp:700x/Party Exp Rate:750x/Gold Drop Rate:60x/Alchemy Rate:20x/
05/27/2012 - SRO PServer Advertising - 3 Replies
Greetings. Welcome to Rappelz-Sro Online Server Info Client Version: 1.001 Exp Rate: 700x Party Exp Rate: 750x Gold Drop Rate: 60x
[PROBLEM] Compose Rate!
11/07/2011 - EO PServer Hosting - 11 Replies
Hello guys! So, i have been used the compose rate query, and my rates are 20 - 25. But in the game are 1 by 1 the rate. Someone knows what because? Regards!
TBM rate problem?
02/25/2011 - Main - 7 Replies
hallo, ich habe mir im sro tbm 2 chars gekauft und habe jeweils 2 mal +1 bekommen und ich habe ihm auch 2 mal +1 gegeben aber i-wie wird das nur 1 mal angezeigt :O btw die chars kommen von der gleichen person! wenn das hier die falsche area ist für die frage dann sry :D ich habe sonst nirgens eine geignete gefunden ^^



All times are GMT +2. The time now is 21:03.


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.