ProjectX source Cylone

03/27/2012 15:23 nemboy11#1
Hey everyone everytime i use cyclone ingame it Disconnects me im not sure if it dose it with any other skills but how do i stop it?
03/27/2012 18:14 I don't have a username#2
You need to enable cyclone. I think it's Jump.cs and Walk.cs or whatever the movement file is named.
03/27/2012 18:36 BlooD-BoY#3
Quote:
Originally Posted by nemboy11 View Post
Hey everyone everytime i use cyclone ingame it Disconnects me im not sure if it dose it with any other skills but how do i stop it?
There are two places in the source (One in Walk.cs and other in Jump.cs) where it says something along those files:

if (Cyclone)
Something.something.Disconnect();

Comment that, or simply remove it and it should all work fine!
03/27/2012 20:31 nemboy11#4
Thank you both i got it