Silkroad Online Forums

A community forum for the free online game Silkroad Online. Discuss Silkroad Online, read up on guides, and build your character and skills.

Faq Search Members Chat  Register Profile Login

All times are UTC




Post new topic Reply to topic  [ 14 posts ] 
Author Message
 Post subject: All SRO Calculations
PostPosted: Thu Mar 29, 2007 6:23 pm 
Active Member
Offline

Joined: Oct 2006
Posts: 507
I'm working on making a sort of clone of SRO for the Nintendo DS. Some things will be different, but I'd like to make all the stats, skills, and any of the other number related things the same as SRO. If you have any thing to show me I'd appreciate it. Things I'm looking for include:
How does SRO calculate damage?
How does SRO calculate exp and sp?
How does SRO calculate HP, MP, defense, and all that stuff?
What are the drop rates for items and chances of alchemy and other things?

Please post if you have a specific equation. Don't say "You get more SP if you have a gap". I KNOW that. I need to know what the numbers are, in an equation I can code in C.
Thanks :)

_________________
<<banned from SRF for rules violations. -SG>>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 29, 2007 7:15 pm 
Regular Member
Offline

Joined: Mar 2007
Posts: 325
Location:
Persia
you might find this useful:

http://bobtheveg.dyndns.org/SRO/Char_Build_Applet/

_________________
Kill_4_FooD wrote:
high lvl ppl can be noobs also

+1 so true.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 29, 2007 7:19 pm 
Active Member
Offline

Joined: Oct 2006
Posts: 507
Now that's cool. Maybe I should decompile that.

_________________
<<banned from SRF for rules violations. -SG>>


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 30, 2007 1:19 am 
Valued Member
Offline

Joined: Aug 2006
Posts: 468
Location:
Aege
HP + MP formula:

Code:
HP = 10 * 1.02^(LVL-1) * STR
MP = 10 * 1.02^(LVL-1) * INT

_________________
PB_and_J wrote:
Adblocking everything anime related since 1990

^RESPECT


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 30, 2007 1:31 am 
now THATS a formula i understand :D


Top
  
 
 Post subject:
PostPosted: Fri Mar 30, 2007 1:40 am 
Loyal Member
User avatar
Offline

Joined: Mar 2007
Posts: 1802
Location: Fuck if i know
when your done make one for pspXD

_________________
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 30, 2007 1:54 am 
Ex-Staff
User avatar
Offline

Joined: Oct 2006
Posts: 3281
Location:
Hercules
I saw this one somewhere but its probably totally wrong.

Mag damage=weapon magical attack+(INT stat points*mag reinforce changed to a decimal)
Same thing for phys damage.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 30, 2007 4:53 pm 
Active Member
Offline

Joined: Oct 2006
Posts: 507
MegaMan wrote:
HP + MP formula:

Code:
HP = 10 * 1.02^(LVL-1) * STR
MP = 10 * 1.02^(LVL-1) * INT
Yep, this comes out correctly.

exality wrote:
when your done make one for pspXD

I was planning to, if I ever get all the equations.

Ell wrote:
I saw this one somewhere but its probably totally wrong.

Mag damage=weapon magical attack+(INT stat points*mag reinforce changed to a decimal)
Same thing for phys damage.
I just checked, that formula is correct. :)

_________________
<<banned from SRF for rules violations. -SG>>


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 31, 2007 1:37 pm 
Active Member
Offline

Joined: Oct 2006
Posts: 507
Sorry for the double post, but I'd like to bump this topic so I can get more equations.

_________________
<<banned from SRF for rules violations. -SG>>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 1:57 am 
Hi, I'm New Here
Offline

Joined: Apr 2007
Posts: 11
Ell wrote:
I saw this one somewhere but its probably totally wrong.

Mag damage=weapon magical attack+(INT stat points*mag reinforce changed to a decimal)
Same thing for phys damage.


where do the weapon/force mastery levels come in?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 6:21 pm 
Active Member
User avatar
Offline

Joined: Dec 2006
Posts: 734
Location:
Xian
zani wrote:
Ell wrote:
I saw this one somewhere but its probably totally wrong.

Mag damage=weapon magical attack+(INT stat points*mag reinforce changed to a decimal)
Same thing for phys damage.


where do the weapon/force mastery levels come in?

total mag damage = mag damage + (magic damage * mastery lvl in decimal form)

you get the 1% damage increase with each mastery lvl so say your mag damage is 1000 and you're at lvl 60 mastery:

1000 + (1000*.60)
1000 + 600
1600 damage which is 60% more damage than at mastery lvl 1. There is a detailed link somewhere that I'll look for but think that's correct.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 27, 2007 1:50 am 
Ex-Staff
User avatar
Offline

Joined: Oct 2006
Posts: 3281
Location:
Hercules
How do the level of the mobs you attack affect your damage. Obviously lower=more damage but is there an equation? Also how do weapon skills you use affect your damage, like if it says Effect is 145~186 is that added to your physical damage or something?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 27, 2007 3:16 am 
Senior Member
User avatar
Offline

Joined: Mar 2007
Posts: 4490
Location:
Pacific
cin wrote:
now THATS a formula i understand :D


+1, that's very cool man.

BTW, to topic started, how do you plan to make your ds clone?


To Ell, there is no damage difference if a monster is lower or higher level. But monsters, just like players have their own unique stats of physical, magical, parry, and attack rating and all that stuff.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 28, 2007 8:53 am 
Active Member
Offline

Joined: Oct 2006
Posts: 507
Rainigul wrote:
BTW, to topic started, how do you plan to make your ds clone?
I'll program it in C with the libnds library. I'll probably make it look like Animal Crossing for simplicity and low polygon count. I have a CF card reader for my DS which allows me to play roms (both commercial and homebrew) as if I had them on a cartridge.

_________________
<<banned from SRF for rules violations. -SG>>


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 28 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group