Jump to content

Recommended Posts

Posted

just few things:

+			int speed = character.getWalkSpeed();
+			character.getWalkSpeed() = speed * 2;

there may be a setWalkSpeed(speed) that you should use ( i didnt seek it)

and *2 /2 can not return you to the original speed

for example:

- enter town (100 speed)

- *2 (200)

- buff with windwalk (240)

- exit town (120)

so you need to recalculate the speed instead of /2

i may be wrong i dont know

Posted

until now your main post is breaking a rule:

 

- Do not post simple java strings or stupid Configuring Codes. Such topics will be immediately locked.

 

Well .. but replies look better [not that much different, but better]

 

So .. somebody close this poor code, no ofence this is still a good try :D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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