Madboy Posted March 28, 2010 Posted March 28, 2010 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?
0 Madboy Posted March 28, 2010 Author Posted March 28, 2010 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 Coyote™ Posted March 28, 2010 Posted March 28, 2010 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);
0 Madboy Posted March 28, 2010 Author Posted March 28, 2010 Yes, it is difficult any time if you have not done anything whit java...
Question
Madboy
hi i want to use this This
But i want to add Title based on Pvp ... Something like this.
Can some one help me?
4 answers to this question
Recommended Posts