Ninja Skills

06/19/2009 00:38 Andrew.A#1
Erm can someone explain how to get TwofoldBlades hitting players and how to fix the others.
Im not lookking for a release just a quick explanation or tutoriale etc
06/19/2009 00:54 Zeroxelli#2
Simple, if there's a player/monster/tnpc at X and Y (Which there has to be, or the client wouldn't send the packet at all.) then send the Skill packet. As for fog, simply check the range around the X and Y coordinates. X and Y are referring to the function X and Y, not CSocket.Client.X/Y
06/19/2009 01:54 WHITELIONX#3
Send the skill packet o.0
06/19/2009 15:17 Andrew.A#4
Quote:
Originally Posted by Zeroxelli View Post
Simple, if there's a player/monster/tnpc at X and Y (Which there has to be, or the client wouldn't send the packet at all.) then send the Skill packet. As for fog, simply check the range around the X and Y coordinates. X and Y are referring to the function X and Y, not CSocket.Client.X/Y
Ok thats cleared up a bit and i know its going in attack.cs and im guessing something similar to the ss/fb code but im confused on what i need to write
06/19/2009 15:52 TheLeGend209#5
Quote:
Originally Posted by Zeroxelli View Post
Simple, if there's a player/monster/tnpc at X and Y (Which there has to be, or the client wouldn't send the packet at all.) then send the Skill packet. As for fog, simply check the range around the X and Y coordinates. X and Y are referring to the function X and Y, not CSocket.Client.X/Y


Nice and btw lol u live in sacramento hahaha i live an hour away from u (stockton)
06/19/2009 20:56 Zeroxelli#6
Quote:
Originally Posted by Andrew.A View Post
Ok thats cleared up a bit and i know its going in attack.cs and im guessing something similar to the ss/fb code but im confused on what i need to write
Not at all, the function is fed two integers. X and Y, these being taken from the packet. They are the location you clicking on the screen, most all times it's the location of a monster (Exception being non-targeting skills like scatter, fog, ...)

Quote:
Originally Posted by TheLeGend209 View Post
Nice and btw lol u live in sacramento hahaha i live an hour away from u (stockton)
Hah, nice. Glad to know someone else lives around here and knows what the INTERNET it =P