Jump to content
  • 0

[request] PVp Title


Madboy

Question

hi i want to use this This

But i want to add Title based on Pvp ... Something like this.

# Pvp Amount, Title & color level 1.
PvpAmount1 = 20
ColorForAmount1 = 00FF00
TitleForAmount1 = Warrior

# Pvp Amount, Title & color level 2.
PvpAmount2 = 80
ColorForAmount2 = 00FF00
TitleForAmount2 = Soldier

# Pvp Amount, Title & color level 3.
PvpAmount3 = 140
ColorForAmount3 = 00FF00
TitleForAmount3 = Elite Soldier

# Pvp Amount, Title & color level 4.
PvpAmount4 = 190
ColorForAmount4 = 00FF00
TitleForAmount4 = Gladiator

# Pvp Amount, Title & color level 5.
PvpAmount5 = 290
ColorForAmount5 = 00FF00
TitleForAmount5 = Veteran

Can some one help me?

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

No that ..Whit that show at title PvPs : 50 | PKs : 10.

For example with this This

INSERT INTO `pvp_color_nick` (`pvppk_count`, `color`, `type`) VALUES
-- PvP Colors
(50, 'CCFF99', 'pvp'),
(100, 'CCCC99', 'pvp'),
(150, '663300', 'pvp'),
(200, 'FF3333', 'pvp'),
(250, 'FF0000', 'pvp'),

and i want to make something like this ..

INSERT INTO `pvp_title_nick` (`pvppk_count`, `title`, `type`) VALUES
-- PvP Title
(50, 'Warrior', 'pvp'),
(100, 'Soldier', 'pvp'),
(150, 'Elite Soldier', 'pvp'),
(200, 'Gladiator', 'pvp'),
(250, 'Veteran', 'pvp'),

 

 

 

Link to comment
Share on other sites

  • 0

Get the sys that VaGo has shared and add a few lines, if BiggBoss's system is hard for you.

Piece of cake.

player.setTitle(String Here);

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...