Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Make Boomerang Step useable off platforms?

Junior Spellweaver
Joined
Sep 20, 2019
Messages
108
Reaction score
8
Hi

I recently made a Shadower on my local server v83, once reached 120 i started to use Boomerang Step but then i realized the skill cannot be used on the edge of some platforms

This is my char using the skill on the mid of the platform, all green when doing it that way

Lichtmager - Make Boomerang Step useable off platforms? - RaGEZONE Forums


And this is when trying to use it on the edge of it, does nothing.

Lichtmager - Make Boomerang Step useable off platforms? - RaGEZONE Forums


That happens too at the limit of a map, right or left it simply does nothing..

Reading some post when i google the issue i found that is a client edit but here comes the question. wich adresses should i edit?

Well that's just in case i have to edit the client, maybe there is a way editing the WZ but i dont know where tho.
 
Junior Spellweaver
Joined
Sep 16, 2017
Messages
156
Reaction score
36
You're gonna need to alter address 00950D95:
Code:
[old] JE 00950DA5
[new] [B]JE 00950DC1[/B]

This will take care of the platform length constraint on the X axis.


Should you also wish to use the skill while in the air, the following edit is at address 00950B4D:
Code:
[old] JE 00950C46
[new] [B]JE 00950C53[/B]

This second edit will remove the requirement for your character to be on a platform.
 
Upvote 0
Junior Spellweaver
Joined
Sep 20, 2019
Messages
108
Reaction score
8
I just can't find words to thank you enough for sharing it!!

Now i'm able to do the skill without those previous mentioned limitations

Now in the air
Lichtmager - Make Boomerang Step useable off platforms? - RaGEZONE Forums


and standing in the edge

Lichtmager - Make Boomerang Step useable off platforms? - RaGEZONE Forums


Seriously, thank you alot for it.
 
Upvote 0
Banned
Banned
Joined
Mar 13, 2021
Messages
11
Reaction score
0
Might I ask where you find address 00950D95 and 00950B4D? Is it in a wz file? And if so, where in which one?
 
Upvote 0
Back
Top