Jump to content
  • 0

[Help] Class balancing


Question

Posted

I have a question about class balancing. When I add custom hidden skills, how do I actually hide them? I mean, when you add it to the .xml and the skill tree does it show a black square in your skills? Can someone give me a full example of a balancing passive? I mean, the whole entry.

Recommended Posts

  • 0
Posted

<skill id="20005" levels="1" name="Adventurer Balance">
<set name="power" val="0.0"/>
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>
    <mul order="0x30" stat="cAtk" val="0.945"/>
    <sub order="0x40" stat="maxHp" val="420"/>
    <mul order="0x30" stat="pAtk" val="1.05"/>
    <add order="0x40" stat="pDef" val="400"/>
  </for>

 

 

And now this skill will decrease the critical damage with 5,5%, decrease the max HP with 420, increase the p.atk with 5% and increase the p.def with 400.

 

And I have one question...

How do I know what is the value of a %, which I want to...

 

ex. as you write

 

val="0.945" - 5,5%

val="1.05" - 5%

 

So how do I know what will be the value for ex. 8 %? :)

  • 0
Posted

And I have one question...

How do I know what is the value of a %, which I want to...

 

ex. as you write

 

val="0.945" - 5,5%

val="1.05" - 5%

 

So how do I know what will be the value for ex. 8 %? :)

 

 

 

well 1.00 is 0% you just add your value for example for 5% it should be set to 1.05 for 50% it should be set to 1.50 (1.5 is the same) for -10% it should be 0.90. You just + and - the %'s. I don't know how exactly to say it. =/ Look at it like 1.00 this is 0% if you want to add 15% you just make 1.00 + 0.15 = 1.15 which is 15%.

 

8% is 1.08 (for giving 8% of a bonus) and 0.92 for taking 8% from a stat.

 

I don't know how to explain it, so let's hope you get it this way..  :D

  • 0
Posted

well 1.00 is 0% you just add your value for example for 5% it should be set to 1.05 for 50% it should be set to 1.50 (1.5 is the same) for -10% it should be 0.90. You just + and - the %'s. I don't know how exactly to say it. =/ Look at it like 1.00 this is 0% if you want to add 15% you just make 1.00 + 0.15 = 1.15 which is 15%.

 

8% is 1.08 (for giving 8% of a bonus) and 0.92 for taking 8% from a stat.

 

I don't know how to explain it, so let's hope you get it this way..  :D

 

Hehe, thanks you and ofc I get it :D

 

It is enough:

well 1.00 is 0% you just add your value for example for 5% it should be set to 1.05 for 50% it should be set to 1.50

  • 0
Posted

I still haven't received my laptop from my brother (that's where the server files are). When I get it I'll give feedback :)

 

 

I just want to inform you that a laptop can't be a server machine. I know it's off topic but you must know that from Laptop you can't run a server. You'll have problems even with 50-70 online on a really good laptop... Laptops aren't for games/servers. =)

  • 0
Posted

Laptop specs:

 

4 gb ram

1.8 gb video card (for games)

intel centrino 2.4 GHz processor (dual)

 

I think this is good for at least 100 people...

 

CPU - Bad

RAM - you need at least 6GB

video card - nice o.O

 

For a server, yes maybe around 100 ppl will be the limit, or 120-150. But on more they will lag because of the Laptop. :D

  • 0
Posted

Yea, he did a small mistake :P

I think it should be val="0.994,5", is not it?

 

You make 2 , in a number??? xD

0.00.5 ?? ^^'

0.9945 is better than 0.994,5 :P

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock