Jump to content

Madboy

Members
  • Posts

    611
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Madboy

  1. Hello

    I have a question... After i add java part,, and sql

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

     

    -- PK Colors

    (50, 'CCFFFF', 'pk'),

    (100, '9999FF', 'pk'),

    (150, '6666FF', 'pk'),

    (200, '3333FF', 'pk'),

    (250, '0000FF', 'pk');

    if i want to add more lvl i need to add only on navicat or i need to edit java part?

     

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..