What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Plugin]LeapSlamMover

xolived

Member
Joined
Sep 7, 2014
Messages
57
Hello,

my build is using leap slam so i created something fast based on alchor75movement plugin

i will integrate the other movement skills soon

just place the folder in 3rdparty and you are good to go

let me know if you find any bugs.

cheers

v1.01 : Here is a new version, this one scans your skill bar for movement skills ("Phase Run", "Lightning Warp", "Blink Arrow", "Flame Dash","Leap Slam","Whirling Blades","Shield Charge") and uses the first one it finds. Also, for it to work as it should, "Move" action must be present on the middle mouse button in the skill bar.


credits : Alcor, xolived, PsychoJr

here is the link if you want to offer me or PscyhoJr a beer
 

Attachments

Last edited:
Bro how this plugin work?

How do I configure it?
it use skill whirling blades??
but very thanks!!!
 
I think that there is an issue with your small movements in Oriath. When you teleport back to town it keeps interacting with Lani there and cant get around. It might be this part of the code where you say:

// To avoid some issues in Act 2 stairs, we try to take points closer to us rather than the other way around.


But otherwise. Works great in combat.
 
big thanks bro~~

the problem is it always back to town and talk to npc.
 
Last edited:
Work good with Shield Charge, but get stuck at some chests/shrines. And cant enter Oasis map, get stuck at the entrance.
 
Haven't seen it get stuck yet, but i know movers in the past have had a chance to get stuck behind chests trying to charge into a mob. Not sure if this has any type of checks to blacklist the mover if its in the same possible for longer than X seconds.

But for mapping so far, this is working amazingly! Good job!
 
Noticed an issue with the plugin using LMB for click moving. This can / will cause a lot of issues while moving. Currently its double clicking your stash, can interact with NPCs in maps, can pick up items you dont want to have picked up, etc etc.

I have tried to change the 2 LMB calls to other hotkeys that are not tied to the mouse. No luck so far tho. Have tried:

LokiPoe.Input.Binding.use_bound_skill5
LokiPoe.InGameState.SkillBarHud.Slot(5, true)

and a few other ways. None have been successful yet! Positive its just syntax error on my part.

Ideally you would want to tie into whatever key the user has bound for move only, since EB forces you place move only on your hotbar on a non mouse slot.


For now, i have simply changed LokiPoe.Input.ClickLMB(); to LokiPoe.Input.ClickMMB(); and set move only to the middle mouse slot ingame. This fixes the double clicking issues at stash / map device / etc.
 
Noticed an issue with the plugin using LMB for click moving. This can / will cause a lot of issues while moving. Currently its double clicking your stash, can interact with NPCs in maps, can pick up items you dont want to have picked up, etc etc.

I have tried to change the 2 LMB calls to other hotkeys that are not tied to the mouse. No luck so far tho. Have tried:

LokiPoe.Input.Binding.use_bound_skill5
LokiPoe.InGameState.SkillBarHud.Slot(5, true)

and a few other ways. None have been successful yet! Positive its just syntax error on my part.

Ideally you would want to tie into whatever key the user has bound for move only, since EB forces you place move only on your hotbar on a non mouse slot.


For now, i have simply changed LokiPoe.Input.ClickLMB(); to LokiPoe.Input.ClickMMB(); and set move only to the middle mouse slot ingame. This fixes the double clicking issues at stash / map device / etc.

LokiPoe.Input.SimulateKeyEvent(LokiPoe.Input.Binding.use_bound_skill5, true, false, false);
 
Here is a new version, this one scans your skill bar for movement skills ("Phase Run", "Lightning Warp", "Blink Arrow", "Flame Dash","Leap Slam","Whirling Blades","Shield Charge") and uses the first one it finds. Also, for it to work as it should, "Move" action must be present on the middle mouse button in the skill bar.
 

Attachments

Here is a new version, this one scans your skill bar for movement skills ("Phase Run", "Lightning Warp", "Blink Arrow", "Flame Dash","Leap Slam","Whirling Blades","Shield Charge") and uses the first one it finds. Also, for it to work as it should, "Move" action must be present on the middle mouse button in the skill bar.
thanks for the update!
 
Back
Top