Jump to content

DerDyddye

Members
  • Posts

    1
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by DerDyddye

  1. Hi @ all, i hope you enjoy my update. Description: `mangos`.`achievement_criteria_data` Target_MinLevel (player only) `type`=9 and `value1`= MINLEVEL Target_Gender (player only) `type`=10 and `value`= GENDER MALE=0 ; FEMALE=1 Here is missing sql for some achievements: a1685 - 2 (male player) a2422 - Shake Your Bunny-Maker (all: race ; minlevel 18; female) a2576 - Blushing Bride (female player) DELETE FROM `achievement_criteria_data` WHERE `criteria_id` in (6227,9124,9143,9144,9145,9146,9147,9148,9149,9150,9151,9858); INSERT INTO `achievement_criteria_data` VALUES (6227,10,0,0), (9124,2,0,10), (9124,9,18,0), (9124,10,1,0), (9143,2,0,11), (9143,9,18,0), (9143,10,1,0), (9144,2,0,1), (9144,9,18,0), (9144,10,1,0), (9145,2,0,3), (9145,9,18,0), (9145,10,1,0), (9146,2,0,7), (9146,9,18,0), (9146,10,1,0), (9147,2,0,4), (9147,9,18,0), (9147,10,1,0), (9148,2,0,2), (9148,9,18,0), (9148,10,1,0), (9149,2,0,6), (9149,9,18,0), (9149,10,1,0), (9150,2,0,8), (9150,9,18,0), (9150,10,1,0), (9151,2,0,5), (9151,9,18,0), (9151,10,1,0), (9858,10,1,0); === @Thyros: Next time ask me before you share my code
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use