Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Selecting Favourite WAH?

Options
  • 15-04-1999 11:38pm
    #1
    Registered Users Posts: 1,657 ✭✭✭


    I'm havin a little trouble with binding keys to buy my favourites. It will only buy the favourites selection that is currently highlighted at the time, am I doing something wrong here?


Comments

  • Registered Users Posts: 1,657 ✭✭✭OSiriS


    Oh ya just so yas know, here is the layout of my favourites:

    In the Clientprefs.cs:
    $pref::favoriteList1 = "2 11 15 21 23 30 39 40 41 42 12 14 16 20 ";
    $pref::favoriteList10 = "4 11 15 17 19 21 23 31 39 40 41 42 12 14 16 18 20 ";
    $pref::favoriteList2 = "2 11 21 22 23 29 39 40 41 42 12 16 20 ";
    $pref::favoriteList3 = "2 11 17 21 23 31 39 40 41 42 12 14 16 18 20 ";
    $pref::favoriteList4 = "2 11 21 23 24 32 39 40 41 42 12 14 16 18 20 ";
    $pref::favoriteList5 = "3 11 15 21 23 24 27 39 40 41 42 12 14 16 20 ";
    $pref::favoriteList6 = "3 11 17 21 23 24 38 39 40 41 42 12 16 20 ";
    $pref::favoriteList7 = "4 11 15 17 19 23 24 31 39 40 41 42 12 14 16 18 20 ";
    $pref::favoriteList8 = "4 11 13 15 19 21 23 27 39 40 41 42 12 14 16 18 20 ";
    $pref::favoriteList9 = "4 11 15 17 19 21 23 38 39 40 41 42 12 14 16 18 20 ";

    And in the config.cs:
    bindCommand(keyboard0, make, "f1", TO, "CmdInventoryGui::buyFavorites(1);");
    bindCommand(keyboard0, make, "f2", TO, "CmdInventoryGui::buyFavorites(2);");
    bindCommand(keyboard0, make, "f3", TO, "CmdInventoryGui::buyFavorites(3);");
    bindCommand(keyboard0, make, "f5", TO, "CmdInventoryGui::buyFavorites(5);");
    bindCommand(keyboard0, make, "f4", TO, "CmdInventoryGui::buyFavorites(4);");
    bindCommand(keyboard0, make, "f7", TO, "CmdInventoryGui::buyFavorites(6);");
    bindCommand(keyboard0, make, "f8", TO, "CmdInventoryGui::buyFavorites(7);");
    bindCommand(keyboard0, make, "f9", TO, "CmdInventoryGui::buyFavorites(8);");
    bindCommand(keyboard0, make, "f10", TO, "CmdInventoryGui::buyFavorites(9);");
    bindCommand(keyboard0, make, "f11", TO, "CmdInventoryGui::buyFavorites(10);");

    Is there anything else that I'm missing?


  • Registered Users Posts: 1,657 ✭✭✭OSiriS


    'mon lads this is important, or i'm gonna have to rewrite my config (kkinda) b4 i can play again


  • Closed Accounts Posts: 745 ✭✭✭SeP


    i hate the whole scriping thing

    why cant it be like the quake console! why why whyyy!!!! (dont answer that!)

    how do u bind a key and sound to cfg
    i cant, and i tried!! i so tried heh

    hmm i fancy a game now....


Advertisement