Class EffectPacket
java.lang.Object
tools.packet.EffectPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]static byte[]static byte[]ItemMaker_Success_3rdParty(int from_playerid) static byte[]static byte[]showBuffeffect(int cid, int skillid, int effectid, int playerLevel, int skillLevel) static byte[]showBuffeffect(int cid, int skillid, int effectid, int playerLevel, int skillLevel, byte direction) static byte[]showCashItemEffect(int itemId) static byte[]showChampionEffect(int from_playerid) static byte[]showCraftingEffect(int cid, String effect, int time, int mode) static byte[]showDarkEffect(int value) static byte[]showDiceEffect(int cid, int skillid, int effectid, int effectid2, int level, boolean show) static byte[]showForeignEffect(int effect) static byte[]showForeignEffect(int cid, int effect) static byte[]showForeignItemLevelupEffect(int cid) static byte[]showHpHealed(int cid, int amount) static byte[]static byte[]showOwnBuffEffect(int skillid, int effectid, int playerLevel, int skillLevel) static byte[]showOwnBuffEffect(int skillid, int effectid, int playerLevel, int skillLevel, byte direction) static byte[]static byte[]showOwnCraftingEffect(String effect, int time, int mode) static byte[]showOwnDiceEffect(int skillid, int effectid, int effectid2, int level, boolean show) static byte[]showOwnHpHealed(int amount) static byte[]showOwnPetLevelUp(byte index) static byte[]showOwnWeirdEffect(String effect, int itemId) static byte[]showRewardItemAnimation(int itemId, String effect) static byte[]showRewardItemAnimation(int itemId, String effect, int from_playerid) static byte[]showWeirdEffect(int cid, String effect, int itemId) static byte[]ShowWZEffect(String data) static byte[]useCharm(byte charmsleft, byte daysleft, int type, int itemId) static byte[]useWheel(byte charmsleft)
-
Constructor Details
-
EffectPacket
public EffectPacket()
-
-
Method Details
-
showForeignEffect
public static byte[] showForeignEffect(int effect) -
showForeignEffect
public static byte[] showForeignEffect(int cid, int effect) -
showItemLevelupEffect
public static byte[] showItemLevelupEffect() -
showForeignItemLevelupEffect
public static byte[] showForeignItemLevelupEffect(int cid) -
showOwnDiceEffect
public static byte[] showOwnDiceEffect(int skillid, int effectid, int effectid2, int level, boolean show) -
showDiceEffect
public static byte[] showDiceEffect(int cid, int skillid, int effectid, int effectid2, int level, boolean show) -
useCharm
public static byte[] useCharm(byte charmsleft, byte daysleft, int type, int itemId) -
Mulung_DojoUp2
public static byte[] Mulung_DojoUp2() -
showOwnHpHealed
public static byte[] showOwnHpHealed(int amount) -
showHpHealed
public static byte[] showHpHealed(int cid, int amount) -
showRewardItemAnimation
-
showRewardItemAnimation
-
showCashItemEffect
public static byte[] showCashItemEffect(int itemId) -
ItemMaker_Success
public static byte[] ItemMaker_Success() -
ItemMaker_Success_3rdParty
public static byte[] ItemMaker_Success_3rdParty(int from_playerid) -
useWheel
public static byte[] useWheel(byte charmsleft) -
showOwnBuffEffect
public static byte[] showOwnBuffEffect(int skillid, int effectid, int playerLevel, int skillLevel) -
showOwnBuffEffect
public static byte[] showOwnBuffEffect(int skillid, int effectid, int playerLevel, int skillLevel, byte direction) -
showBuffeffect
public static byte[] showBuffeffect(int cid, int skillid, int effectid, int playerLevel, int skillLevel) -
showBuffeffect
public static byte[] showBuffeffect(int cid, int skillid, int effectid, int playerLevel, int skillLevel, byte direction) -
ShowWZEffect
-
showOwnCraftingEffect
-
showCraftingEffect
-
showOwnWeirdEffect
-
showWeirdEffect
-
AranTutInstructionalBalloon
-
showOwnPetLevelUp
public static byte[] showOwnPetLevelUp(byte index) -
showOwnChampionEffect
public static byte[] showOwnChampionEffect() -
showChampionEffect
public static byte[] showChampionEffect(int from_playerid) -
showDarkEffect
public static byte[] showDarkEffect(int value)
-