/targetnext range only melee?

Shady

Keltir
Messages
6
Reaction score
1
Is there a way do /targetnext macro with bigger range not just melee?
And why the macro "/target MOBNAME" targets always one certain mob and not the closest one to character?
 
Last edited:
Например, можно добавить в user.ini строки
Code:
Q=JOYPAD NPCTargetPrev OnRelease range=2048 ptx1=5 pty1=10 ptx2=95 pty2=60
E=JOYPAD NPCTargetNext OnRelease range=2048 ptx1=5 pty1=10 ptx2=95 pty2=60
тем самым, превратив клавиши Q и E в функциональные клавиши /targetprev и /targetnext
Можно поэкспериментировать со значениями. Range и так понятен смысл, а вот остальные переменные ptx1,pty1; ptx2,pty2 - это наверняка прямоугольник с начальными и конечными координатами. Минус в том, что вся эта шняга считается не от позиции персонажа, а от расположения и направления камеры, лол.
And is why /target MOBNAME targets always one certain mob and not the closest one to character?
У каждого актора помимо прочего есть внутрисерверный параметр наподобие времени создания или времени жизни(могу ошибаться) и при команде /target Name он также учитывается. Выделяется как цель наиболее старый.
 
my user ini looks like this and adding the stroke blocks my character movement.
Other question, can i turn OFF camera AUTOFOLLOW while moving?
 

Attachments

  • User.jpg
    User.jpg
    669.1 KB · Views: 42
Last edited:
You are a genius! Virtuallifesaver! Big thx!
...and one more thing, what should i insert in to user.ini to invert Mouse Scroll Camera Zoom, im used to Scroll Up= Zoom In, Scroll Down= Zoom Out
 
Last edited:
You are a genius! Virtuallifesaver! Big thx!
...and one more thing, what should i insert in to user.ini to invert Mouse Scroll Camera Zoom, im used to Scroll Up= Zoom In, Scroll Down= Zoom Out
swap parameters

Code:
MouseWheelDown=ZoomInPress Speed=20.0
MouseWheelUp=ZoomOutPress Speed=20.0

After replacing, the following should appear:
Code:
MouseWheelUp=ZoomInPress Speed=20.0
MouseWheelDown=ZoomOutPress Speed=20.0
 
swap parameters

Code:
MouseWheelDown=ZoomInPress Speed=20.0
MouseWheelUp=ZoomOutPress Speed=20.0

After replacing, the following should appear:
Code:
MouseWheelUp=ZoomInPress Speed=20.0
MouseWheelDown=ZoomOutPress Speed=20.0
Thx again, Keeper of Ancient Wisdom!
 
@Murloc
Кажется, такая тема уже поднималась, и такой фикс файлов - это бан
нужно внести ясность
@Murloc
Hm... i would like to know that for sure very much) i dont want ban...
I know about bots, 1 window and real money trade. Are inverting Mouse Wheel and ranged /targetnext illegal too? Or can it be considered a "Useful Patch" cathegory?

Inverting Mouse Wheel and /targetnext ranged can be considered > 2.3 It is forbidden to use software, equipment or means of modifying the game client, which gives advantages over other players (wallhack, viewing hp, etc.) ?
 
Last edited:
@Murloc
Hm... i would like to know that for sure very much) i dont want ban...
I know about bots, 1 window and real money trade. Are inverting Mouse Wheel and ranged /targetnext illegal too? Or can it be considered a "Useful Patch" cathegory?

Inverting Mouse Wheel and /targetnext ranged can be considered > 2.3 It is forbidden to use software, equipment or means of modifying the game client, which gives advantages over other players (wallhack, viewing hp, etc.) ?
Hello, yes, increasing the target range is prohibited. If we allow this, it will be beneficial for bots
 
Hello, yes, increasing the target range is prohibited. If we allow this, it will be beneficial for bots
а что на счет переделки команды /target, что б она хватала цели только рядом? Это возможно вообще? И если да, то запрещено ли?
 
Hello, yes, increasing the target range is prohibited. If we allow this, it will be beneficial for bots
То есть с такими настройками, но на рейндж 200, не нарушает правило?
Q=JOYPAD NPCTargetPrev OnRelease range=200 ptx1=5 pty1=10 ptx2=95 pty2=60
E=JOYPAD NPCTargetNext OnRelease range=200 ptx1=5 pty1=10 ptx2=95 pty2=60
 
Back
Top