EOSERV Forum > EOSERV > Damage Problem?
Topic is locked.
Page: << 1 >>
Damage Problem?
Author Message
Post #142697 Damage Problem?

I think this may be normal on EOSERV, but when I brought my account over from SEOSE, my character's damage says 172-172 and I'm hitting over 250s :S

I know main EO's stat information was inaccurate usually, but is eoserv the same way?


EDIT: The only solution I could find is changing the code in the Formula file to:

# Hit rate and damage

hit_rate = 100 modifier target_evade * / 0.8 1.0 critical ? 100 accuracy / + - 0.2 max 1.0 min

damage = 2 str /

(2 str / is the same as damage = str / 2)


But that makes it so the ONLY way my damage gets higher is from STR, even item's +damage boost doesn't seem to be working? And now when NPCs attack me, they always miss.

---
"Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its
whole life believing that it is stupid." -Albert Einstein
14 years, 5 weeks ago
Post #142837 Re: Damage Problem?

Making your hit rate and damage focus solely on stats could give you some problems.


But yes, you did infact make it so your damage ONLY increases from STR, which is something I don't think you'd be fond of having but did however do what you want.

When it comes to playing with the formulas it's better to fully understand what everything is doing before playing with them, so you basically have to convert the formulas to basic notation, and then figure out what each variable means and plug it in to test it.

I was going to make a real nice and clean guide on RPN and formulas just for eoserv, until I made a really dumb ass error with RPN, and tried solving it by using my extremely basic knowledge of C++ which came in handy only after about 20 minutes of head scratching to realize I was assuming someillegal moves were being pulled.  After this, not only did I feel a little stupid, but was rather disappointed no one bothered to post calling me an idiot. ;P

Basically I felt it was all really simple and to the point unless you never bothered to poke through the source. :P


Further I think your biggest problem is your trying to just take things FROM seose and put it INTO Eoserv, and that will not work.


What you need to do is take reference of what you had SEOSE doing, and using that as a guideline to make EOserv do the same.

14 years, 5 weeks ago
Post #142958 Re: Damage Problem?

Further I think your biggest problem is your trying to just take things FROM seose and put it INTO Eoserv, and that will not work.


What you need to do is take reference of what you had SEOSE doing, and using that as a guideline to make EOserv do the same.


I haven't taken anything from SEOSE configuration and put it into my EOSERV foler, I did as you said and just used my SEOSE as reference.
(Updated post on the PROGRAMMING topic)
---
"Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its
whole life believing that it is stupid." -Albert Einstein
14 years, 5 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > Damage Problem?