Jump to content

Question

Posted

Hey guys, can anyone explain me how can i nerf an mob or rb ? For example I have the status of the mob like this

		<stats str="60" int="76" dex="73" wit="70" con="57" men="80">
			<vitals hp="397437.25144009" hpRegen="123.216289543832" mp="1507.8" mpRegen="3" />
			<attack physical="2451.2234804188" magical="868.876026814078" random="10" critical="4" accuracy="4.75" attackSpeed="253" type="FIST" range="40" distance="80" width="120" />
			<defence physical="957.73869" magical="467.22" evasion="-18" />
			<attribute>
				<attack type="DARK" value="20" />
				<defence fire="20" water="20" wind="20" earth="20" holy="-13" dark="189" />
			</attribute>

And I wanna know how does this <defence physical= bla bla works.... why is there 957.73869. I know it is  957 p def...but why are these numbers behind the 957 there and how to determine how many should I add ?

If I want to lover it to 500 for example, what should I write ? 

Thanks in advance.

5 answers to this question

Recommended Posts

  • 1
Posted

Ok so i guess what u wanna know is if that number is counted in thousands , millions , etc.

The 957.73869 is a decimal number and not an integer like 957.

So the physical defense there is rougly equal to 958. You can just avoid the decimal numbers and if you wanna low it by 500 ,as you said, you can just do that (958-500=458).

  • 0
Posted

You can always edit it with your Admin account inside the game. (shift+click) and edit the variables...Test it live by deleting it everytime you edit sth and then respawn it so the variables can update and be the ones you edited.

  • 0
Posted
4 minutes ago, protoftw said:

You can always edit it with your Admin account inside the game. (shift+click) and edit the variables...Test it live by deleting it everytime you edit sth and then respawn it so the variables can update and be the ones you edited.

No I can't edit them within the game. They are in xml files for me.

  • 0
Posted
1 minute ago, protoftw said:

Ok so i guess what u wanna know is if that number is counted in thousands , millions , etc.

The 957.73869 is a decimal number and not an integer like 957.

So the physical defense there is rougly equal to 958. You can just avoid the decimal numbers and if you wanna low it by 500 ,as you said, you can just do that (958-500=458).

That's what I wanted to know, thank you very much.

Guest
This topic is now closed to further replies.


×
×
  • Create New...