Do we have support for OnProcessSpell or something like that? If not, is there an ETA on that?
Login to Account Create an Account

OnProcessSpell
#1
Posted 14 January 2017 - 12:11

#2
Posted 14 January 2017 - 12:13

For Internal, yes. For External, not yet. There's no real ETA; sorry.
#3
Posted 14 January 2017 - 12:13

OnProcessSpell ? What is this anywayz ?
#4
Posted 14 January 2017 - 12:16

OnProcessSpell ? What is this anywayz
?
OnProcessSpell and other callbacks in the API are necessary for things like Evade to be possible.
#5
Posted 14 January 2017 - 12:22

OnProcessSpell and other callbacks in the API are necessary for things like Evade to be possible.
So wrong :3
#6
Posted 14 January 2017 - 12:25

OnProcessSpell requires to access game events and can't be done without hooking to the game client (which is not intended in the first place).
It can be ez done using missiles.
#7
Posted 14 January 2017 - 01:09

OnProcessSpell requires to access game events and can't be done without hooking to the game client (which is not intended in the first place).
It can be ez done using missiles.
I'm actually curious as to how you guys detect recalls then? Packets? If so, can we get access to a RecvPacket callback?
#8
Posted 14 January 2017 - 04:19

OnProcessSpell requires to access game events and can't be done without hooking to the game client (which is not intended in the first place).
It can be ez done using missiles.
Sadly using only missiles would be way less effective to dodge (Just comparing the time left you have to dodge)
#9
Posted 14 January 2017 - 06:33

#10
Posted 14 January 2017 - 11:26

I'm actually curious as to how you guys detect recalls then? Packets? If so, can we get access to a RecvPacket callback?
well it's inside the GameObject class so no need for packets/events (although internal one does use the game event and not packets, packets are rarely used when you can just hook the function)
#11
Posted 14 January 2017 - 12:39

Sadly using only missiles would be way less effective to dodge (Just comparing the time left you have to dodge)
i dont understand sht but what about this @devs
#12
Posted 14 January 2017 - 02:04

On your question, will we have OnProcessSpell in External the answer is "no".
The problem is that to access that event, you either have to hook the game itself (inject code) or debug the game event externally (still trigger a detection), and sadly i want to make things secure, that's the main goal.
If you want to dodge or draw skillshots, you still can do it because GoS External tracks Missiles and Particle objects in LoL.
Here is some really small and bad code which is proof of concept, showing how you can draw enemy champion missiles:
Sadly using only missiles would be way less effective to dodge (Just comparing the time left you have to dodge)
I agree with you, it's the drawback we have in EXT, we're sacrificing functionality in favor of security. But it's better to have something rather than nothing. Slow skillshots like Morgana's [Q] will still be easily dodge-able. Not to mention that missiles casted from FOW don't trigger OnProcessSpell.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users