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

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
Reply to this topic...

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