Added Achievements [UberCMS]

Results 1 to 10 of 10
  1. #1
    ☮TAKU???? seanrom is offline
    MemberRank
    Nov 2009 Join Date
    1,004Posts

    happy Added Achievements [UberCMS]

    Hello, I saw someone that was requisting the achievements for habztar, the code is very simple just add the code to your mysql and restart your server then you will have a automatic badge system x]

    I will release habztar's system with features:

    -Working Tag system
    -Multi language
    -Groups (And system)
    -Friend system
    -Room system
    -Working homes
    -Alert system

    And the emu that can hold 215 users =)

    (CMS is comming soon)

    Enjoy.

    Code:
    CREATE TABLE IF NOT EXISTS `achievements` (
      `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
      `levels` int(11) NOT NULL DEFAULT '1',
      `dynamic_badgelevel` enum('0','1') NOT NULL DEFAULT '1',
      `badge` varchar(100) NOT NULL,
      `pixels_base` int(11) NOT NULL DEFAULT '50',
      `pixels_multiplier` double NOT NULL DEFAULT '1.25',
      PRIMARY KEY (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=42 ;
    
    --
    -- Dataark for tabell `achievements`
    --
    
    INSERT INTO `achievements` (`id`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `pixels_multiplier`) VALUES
    (1, 1, '1', 'ACH_AvatarLooks', 50, 0),
    (5, 1, '1', 'ACH_Motto', 50, 0),
    (6, 1, '1', 'ACH_Student', 50, 0),
    (7, 1, '1', 'ACH_AvatarTags', 50, 0),
    (11, 1, '0', 'Z63', 50, 0),
    (12, 10, '1', 'ACH_RoomEntry', 5, 0),
    (13, 1, '1', 'ACH_AvatarLooks', 50, 0),
    (14, 10, '1', 'ACH_AllTimeHotelPresence', 50, 0),
    (15, 10, '1', 'ACH_AIPerformanceVote', 50, 0),
    (16, 5, '1', 'ACH_BasicClub', 50, 0),
    (17, 1, '1', 'ACH_Motto', 50, 0),
    (18, 1, '1', 'ACH_Student', 50, 0),
    (19, 1, '1', 'ACH_AvatarTags', 50, 0),
    (20, 10, '1', 'ACH_GamePlayed', 50, 0),
    (21, 10, '1', 'ACH_GiftGiver', 50, 0),
    (22, 10, '1', 'ACH_GiftReceiver', 50, 0),
    (23, 1, '1', 'ACH_EmailVerification', 50, 0),
    (24, 20, '1', 'ACH_BattleBallTilesLocked', 50, 0),
    (25, 20, '1', 'ACH_GameAuthorExperience', 50, 0),
    (26, 20, '1', 'ACH_GamePlayerExperience', 50, 0),
    (27, 1, '1', 'ACH_Graduate', 50, 0),
    (28, 1, '1', 'ACH_HappyHour', 50, 0),
    (29, 10, '1', 'ACH_Login', 50, 0),
    (30, 10, '1', 'ACH_MGM', 50, 0),
    (31, 1, '1', 'ACH_Name', 50, 0),
    (32, 10, '1', 'ACH_PetFeeding', 50, 0),
    (33, 10, '1', 'ACH_PetLevelUp', 50, 0),
    (34, 10, '1', 'ACH_PetLover', 50, 0),
    (35, 10, '1', 'ACH_PetRespectGiver', 50, 0),
    (36, 10, '1', 'ACH_PetRespectReceiver', 50, 0);
    Credits:
    Oleaa (100%)
    Last edited by seanrom; 01-11-10 at 05:34 PM.


  2. #2
    Enthusiast Sphinx12345123 is offline
    MemberRank
    Oct 2010 Join Date
    Visual Basic ;)Location
    47Posts

    Re: Added Achievements [UberCMS]

    Nice, I guess. Should help some people if it isnt already in their Database.

  3. #3
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: Added Achievements [UberCMS]

    Uhh, Only MySQL codes don't do the job, it's MySQL query's + Code Snippets

  4. #4
    ☮TAKU???? seanrom is offline
    MemberRank
    Nov 2009 Join Date
    1,004Posts

    angry Re: Added Achievements [UberCMS]

    Quote Originally Posted by PEjump2 View Post
    Uhh, Only MySQL codes don't do the job, it's MySQL query's + Code Snippets
    hmm? you want the server sorce to? lol just download uberemu it is inside allready

  5. #5
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: Added Achievements [UberCMS]

    Quote Originally Posted by oleaa View Post
    hmm? you want the server sorce to? lol just download uberemu it is inside allready
    You don't get it dude, Achievements isn't fully coded in the normal uberemu, So all that achievements shit won't work if it isn't coded >_<

  6. #6
    Enthusiast Ryiah is offline
    MemberRank
    Oct 2010 Join Date
    41Posts

    Re: Added Achievements [UberCMS]

    Very nice oleaa.

    off topic: lol you're norwegian to XD i see that im not the only norwegian that doesnt post very much Xd

  7. #7
    ☮TAKU???? seanrom is offline
    MemberRank
    Nov 2009 Join Date
    1,004Posts

    Re: Added Achievements [UberCMS]

    Quote Originally Posted by PEjump2 View Post
    You don't get it dude, Achievements isn't fully coded in the normal uberemu, So all that achievements shit won't work if it isn't coded >_<
    It works on mine? XD

    I will see if i can release some codes

  8. #8
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: Added Achievements [UberCMS]

    Quote Originally Posted by oleaa View Post
    It works on mine? XD

    I will see if i can release some codes
    Must be why your emulator is so laggy and shit, and you ask to buy everyone's emulator then? If your using the normal and leaked release of uberEmulator.


    -|ivar.

  9. #9
    ☮TAKU???? seanrom is offline
    MemberRank
    Nov 2009 Join Date
    1,004Posts

    angry Re: Added Achievements [UberCMS]

    Quote Originally Posted by PowahAlert View Post
    Must be why your emulator is so laggy and shit, and you ask to buy everyone's emulator then? If your using the normal and leaked release of uberEmulator.


    -|ivar.
    LOL i dident buy any emu.. i hired someone to code some dc problems.. and i have started to build it up

  10. #10
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: Added Achievements [UberCMS]

    Good Job, Thanks



Advertisement