Jump to content
  • 0

{Help}Pvp Color System For Acis


Neutralise

Question

Hello , i cant find anywhere the pvp Color System , for aCis , just pvp color system , nothing else , i found some shares that has color system and many others custom things , i want just pvp color system ALONE. anyone can help? Thanks A lot!!!!

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Hello , i cant find anywhere the pvp Color System , for aCis , just pvp color system , nothing else , i found some shares that has color system and many others custom things , i want just pvp color system ALONE. anyone can help? Thanks A lot!!!!

Post more please, more of the same subject in every section.. MORE..

 

Imagine if every kid posted 5 times of same question in every Section.. 

God you don't respect a shit.

Link to comment
Share on other sites

  • 0
  • 0

Post more please, more of the same subject in every section.. MORE..

 

Imagine if every kid posted 5 times of same question in every Section.. 

God you don't respect a shit.

 ok you took +1 Post now , are you happy , you made one person mad , and a lot of viewers wasting their time looking for answer and read your stupid message , thank you! MORE!

Link to comment
Share on other sites

  • 0
  • 0
Link to comment
Share on other sites

  • 0
L2Pcinstance
				// Add PvP point to attacker.
				setPvpKills(getPvpKills() + 1);
				
+				if (Config.ALLOW_PVP_REWARD)
+				{
+					sendPacket(new CreatureSay(0, Say2.PARTY, "[ServerName]", "You have been awarded with Pvp reward,check your inventory"));
+					getInventory().addItem("Pvp Reward", Config.REWARD_ID, Config.REWARD_AMMOUNT, this, null);
+				}

Config.java

+       public static boolean ALLOW_PVP_REWARD;
+	public static int REWARD_ID;
+	public static int REWARD_AMMOUNT;

+ ALLOW_PVP_REWARD = Boolean.valueOf(general.getProperty("EnablePvpReward", "False"));
+ REWARD_ID = Integer.parseInt(general.getProperty("PvpIdReward", "57"));
+ REWARD_AMMOUNT = Integer.parseInt(general.getProperty("PvpAmmountItem", "1"));

pvp reward system is hard to find?

Edited by ourat1995
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...