Register for your free account! | Forgot your password?

You last visited: Today at 10:54

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

Advertisement



ZSZC DMG LIMIT

Discussion on ZSZC DMG LIMIT within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
yahel007's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 512
Received Thanks: 140
Question ZSZC DMG LIMIT

Dmg limit is like 65k right ? So everytime u hit more, u losse ( 65k dmg ) if I got this right...
It suck for me, Spear 105 vs mobs 102 with zerk dmg is always 1-2k
Will they ever "fix" it ... or I have to deal with it...

Made a pure INT spear, just because I wanted a DMG !!! but now..with this stupid limit, It's better not to use zerk
yahel007 is offline  
Old 11/27/2010, 15:54   #2
 
elite*gold: 0
Join Date: Oct 2007
Posts: 11
Received Thanks: 4
I can't log into the server now. The launcher keeps crashing everytime I open it.
Any suggestions?
abc123456 is offline  
Old 11/27/2010, 15:59   #3
 
elite*gold: 0
Join Date: Oct 2007
Posts: 239
Received Thanks: 56
its about bytes that server files support.
thats why u hit max 65 535 :/
u better use heuksal against uniques,for ppl at pvp and for sos farm.
Thanks.
xglspyxgl is offline  
Thanks
2 Users
Old 11/27/2010, 16:03   #4
 
yahel007's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 512
Received Thanks: 140
Thanks The only problem is am an cold/fire/light spear
So... I'll have to use low lv nukes...
yahel007 is offline  
Old 11/27/2010, 17:50   #5
 
nadaap's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 78
Received Thanks: 16
try it without imbue 65535
nadaap is offline  
Thanks
1 User
Old 11/27/2010, 18:44   #6
 
elite*gold: 0
Join Date: Jun 2010
Posts: 506
Received Thanks: 40
Well , it sux badly that there is a dmg limit :S
~J0K£R~ is offline  
Old 11/27/2010, 20:20   #7
 
TheOxide's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,476
Received Thanks: 1,647
Quote:
Originally Posted by yahel007 View Post
Dmg limit is like 65k right ? So everytime u hit more, u losse ( 65k dmg ) if I got this right...
It suck for me, Spear 105 vs mobs 102 with zerk dmg is always 1-2k
Will they ever "fix" it ... or I have to deal with it...

Made a pure INT spear, just because I wanted a DMG !!! but now..with this stupid limit, It's better not to use zerk
Quote:
Originally Posted by nadaap View Post
try it without imbue 65535
Quote:
Originally Posted by xglspyxgl View Post
its about bytes that server files support.
thats why u hit max 65 535 :/
u better use heuksal against uniques,for ppl at pvp and for sos farm.
Thanks.
You think it's just a text in databse ?
i dont think it is because there no gms such stupid like that
all of them tested it and saw that it's not that easy , it's not a text to chage 99999999999999999999
TheOxide is offline  
Old 11/27/2010, 20:25   #8
 
elite*gold: 0
Join Date: Oct 2007
Posts: 239
Received Thanks: 56
-.-
its not about editing it.
its about the files and the thing that they use to run server.
its all about it.
if it was just a text we were able to hit 1million damage.
xglspyxgl is offline  
Old 11/27/2010, 20:38   #9
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,748
Received Thanks: 2,010
sadly, it's not possible for them to fix it. never.
Nezekan is offline  
Old 11/27/2010, 20:39   #10
 
Yougi™'s Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 795
Received Thanks: 262
if it was just a text we'd have seen lvl 200+ by now xD
Yougi™ is offline  
Old 11/27/2010, 20:44   #11
 
TheRealHero's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 387
Received Thanks: 226
Once i made a hit on 65.7 or .9 So the limit is almost 66K.
But this isn't only ZSZC, i dont know why all those pservers want this limit, or maybe they don't but just can't find a solution? iDK

- A sulotion for your Over damage could be, go 1 weapon degree down, if that doesn't work try 2 degrees. Until you just have a hit on 60 Or above. (But that's bad on crit)

Dam i hate this Damage Limit...
TheRealHero is offline  
Old 11/27/2010, 22:10   #12
 
icek's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 161
Received Thanks: 28
It's all about code, it seems like ZSZC is one big fail emulator, why? Well 2^16 its 65 536 so that's max dmg for this server it's about bits, there isn't any way to change it running on windows programs anyway it's just emu, i can't explain it better considering my poor knowledge of language i hope some of you will get my point
icek is offline  
Old 11/28/2010, 00:41   #13
 
elite*gold: 0
Join Date: Jul 2010
Posts: 350
Received Thanks: 362
It could be done changing It's value in memory. I don't know if they tried yet, seems like ZSZC Gm's are only able to tweak database and still failing at it.

And the problem of this is about program code. For example coding in C when you state a var such as this one
int var;
You state the number of bits It can take up inside, each kind of it has one.

Let's say INT = 2^16 as they said, so the limit for any data inside it is 65535, if that value would be stated as Double it would have much more limit of data. This is hard to tweak, even memory editing can be impossible, or hex editing, since I am not sure where this thing remains in, I think is both server + client sided so It makes it still harder to do if you do NOT own the server files (source files one that compiled makes the files needed to run any server).
melkorz123 is offline  
Thanks
1 User
Old 11/28/2010, 00:51   #14
 
Kape7's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 3,210
Received Thanks: 6,289
The damage value is declared as an unsigned short on the old server files. That cannot be changed/fixed without the source code. The only way for fix it is run a program which hooks the gameserver and let that program do the calculations and send back to the server ready to be sent to the client. At least thats what I would do for fix it.
Kape7 is offline  
Old 11/28/2010, 00:57   #15
 
elite*gold: 0
Join Date: Jul 2010
Posts: 350
Received Thanks: 362
Quote:
Originally Posted by Synx7 View Post
The damage value is declared as an unsigned short on the old server files. That cannot be changed/fixed without the source code. The only way for fix it is run a program which hooks the gameserver and let that program do the calculations and send back to the server ready to be sent to the client. At least thats what I would do for fix it.
I got some ideas to try to fix it too, sadly ZSZC admins (subzero ocean) are like robots... anyway why would they try if they get lots of € already xD
melkorz123 is offline  
Reply


Similar Threads Similar Threads
how to bot in limit-ro?
12/01/2010 - Ragnarok Online - 4 Replies
is it possible to bot in this server?
Help in Limit-ro
05/14/2010 - Ragnarok Online - 3 Replies
Anyone have a dual client here? or Bot for this private server...
New Hack No Card Limit/kein karten limit
05/12/2010 - General Gaming Discussion - 3 Replies
#reoved
lvl limit
02/15/2010 - Metin2 Private Server - 4 Replies
wie ändert man das lvl limit auf p srever benutze den ordner von NeonBlue:confused:
No-limit
06/08/2009 - Shaiya - 0 Replies
how to enable the no-limit hack? cant see any tutorial on the net :mad:



All times are GMT +2. The time now is 10:54.


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.