OK I thought I got it but I still can't figure out the promotion system. What do I need to change to get the promotion to work. This is what I've done so far, I have replaced the value 2 for usergroupid to usergroupid 10, but when I tried to give a member misc. points he didn't get promoted. Am I missing something? What do I need to do to fix this? I have included the code from a level 4 xml file.
Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (2750,15,10)");