[QUESTION] Tech Packets

12/04/2013 20:47 MrDementor#1
Hello, im creating the tech system, i have this packets to start the "Visual effect".
Quote:
0|TX|A|0|ECI|USERID
0|TX|A|0|RPM|USERID
0|TX|A|0|SBU|USERID
...
Now, i cant find the packets for STOP the visual effects.

Any ideas?
12/04/2013 21:00 Healianth#2
Quote:
Originally Posted by MrDementor View Post
Hello, im creating the tech system, i have this packets to start the "Visual effect".

Now, i cant find the packets for STOP the visual effects.

Any ideas?
Code:
public static const TECHS_UPDATE:String = "TX";
public static const TECHS_ACTIVATE:String = "A";
public static const TECHS_DEACTIVATE:String = "D";
Should be as simple as changing the "A" to "D" in the outgoing packet(s).
12/04/2013 21:07 MrDementor#3
Quote:
Originally Posted by ActualFate View Post
Code:
public static const TECHS_UPDATE:String = "TX";
public static const TECHS_ACTIVATE:String = "A";
public static const TECHS_DEACTIVATE:String = "D";
Should be as simple as changing the "A" to "D" in the outgoing packet(s).
Thanks, i test with R (remove), i will test with D.

Yhea!, it Works, i press thank! :)
12/05/2013 00:06 Sήøwy#4
Quote:
public static const TECHS_DEACTIVATE:String = "D";
Example:
Quote:
0|TX|D|0|SBU|1
Syntax for CLD:
Quote:
0|A|CLD|ITEM|TIME
Example:
Quote:
0|A|CLD|SBU|30