RMS Home | Guide Writing | Test Server | New Servers | Latest Reviews

Author Topic: RMS, Character Atq rate BUGGED  (Read 1062 times)

0 Members and 1 Guest are viewing this topic.

Offline marlock

RMS, Character Atq rate BUGGED
« on: May 16, 2010, 09:02 pm »
 >:( Well, how can i start? I play on bRO - Brazil Ragnarok Online, and i have used this server as a character build construction, and test. However, i belive the Atq of the chars are bugged or glitched whatever, look at those SS:

The first one is my Champion on bRO, as you can see he has the same lvl of base and job as the champ on rms test server, he even has the same stats, the second pic is the screen shot of the rms test server, again the same stats and base/job level, notice that both got no gears on...


Posted on: May 16, 2010, 11:22 am
Now, the SS's

*Notice that i'm useing bRO's RO to log on RMS Server, that is why some of the words are writen on portuguese.
Posted on: May 16, 2010, 11:27 am
I'm kinda pissted of because, my champ on RMS was killing Sleepers with 1 Investigate with the proper weapon. Believing on RMS setting, i've bought the weapon thinking that would work on bRO too, but guess what? That didn't worked, i can kill sleepers with 2 Investigate using a 100k zeny weapon, and i've spended almost 30m on the weapon that i tought i would kill Sleepers with 1 hit, coz on RMS i could do that, i did every test, to see if i'm wrong or is the server that is glicthed, i think the server got some bug. But the worst is that i based my damage and my whole build on that server, my str is already finished, i hope i didn't weasted 4 months of hard up on bRO and more 1 month testing builds on this server, seriously, this can't go on, if i mess with my char i'm gonna be rly mad, coz we don't have reset npc there... and i belive i'm not the first that is going through that.  :-\

RateMyServer Ragnarok Community

RMS, Character Atq rate BUGGED
« on: May 16, 2010, 09:02 pm »

Offline yC

Re: RMS, Character Atq rate BUGGED
« Reply #1 on: May 16, 2010, 10:42 pm »
Comparing official "Brazil Ragnarok Online" with private server engine is the problem here.  If you test your build on the test server and then go play some private server that runs eAthena the result would be more predictable.  The test server was last updated at the end of April (without a crash) or few days ago (if a crash happened in the last 48 hours).  On the test server page, it already says the test server is running on eAthena.  If eAthena has that much of a gap versus the official server, we can't do anything about that since we do not develop the private server engine.

Regardless of all that.  I don't think the test server or eAthena is wrong.  I don't want to link to these "official sources" but here you see:

http://irowiki.org/wiki/ATK#Primary_Stats
http://forums.roempire.com/showthread.php?t=6756

Your bRO screenshot did not give you any str bonus where the test server (eAthena) are implemented with str bonuses.

You gain atk bonus for every 10 str and every 5 dex.  Taken from the stat sim (which is taken from eA src):

batk = cur_str;
dstr = Math.floor( batk / 10);   // bonus for (Str/10)^2
batk += dstr * dstr;
batk += Math.floor(temp_dex / 5) + Math.floor(cur_luk / 5);


In your case, 97 str & 31 dex:

 = 97 + floor(97/10)^2 + floor(31/5) => 97 + 81 + 6 = 184.  Where 81 is 9 * 9 from your base str and 6 is from your dex 30/5.

Since the str bonus to atk mechanism was there dating back to 2004.  I could only guess either your server is bugged or your char is bugged or that bRO is pretty advanced in which the str with no bonus is some renewal mechanism that was not implemented in eAthena at this point in time (ref: http://ro.doddlercon.com/wiki/index.php?title=Renewal_Changes#Stats).




Offline marlock

Re: RMS, Character Atq rate BUGGED
« Reply #2 on: May 17, 2010, 02:09 am »
Quote
If you test your build on the test server and then go play some private server that runs eAthena the result would be more predictable.

So, i might think that RMS Test Server, is a server aimed to private RO players to test theyr builds in a diferent kind of stats engine from officials RO's, since this server still got the mechanism from the private servers. I don't belive that bRO use something diferent from kRO stats system, because that would be sort of 'illegal' 'coz, if you nerf the Atq from players than the Matq will be overpowered, and that will bring a crash on the balance of the game fairness. If i'm right about that subject, than RMS should put a banner, or any kind of adversment before the user download RMS's client, beleiving that he/she will build up his/her character into a loyal ragnarok stat engines, to avoid future mistakes like that, or create a sub-server that got all the oficials ROs mechanism, otherwise foreign players that don't know much of english or RO programming will get frustrated too;

Offline Riotblade

Re: RMS, Character Atq rate BUGGED
« Reply #3 on: May 17, 2010, 08:53 pm »