Jump to content
  • 0

[request] PVp Title


Question

Posted

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?

 

4 answers to this question

Recommended Posts

  • 0
Posted

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'),

 

 

 

  • 0
Posted

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);

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock