You can use UOFiddler on your client to find all the available effect graphics.
In the Nether Cyclone script you will have to find the effect code

MovingParticles(x,x,x,x,x) for example.
In the effect code you will find 0x0000(example) switch that out to your desired animation graphics ID.
 
Back