Thread: Fletching Interface with Right click?

Results 1 to 4 of 4
  1. #1 Fletching Interface with Right click? 
    isAwesome = true;
    Typhoeus's Avatar
    Join Date
    Nov 2008
    Posts
    815
    Thanks given
    18
    Thanks received
    13
    Rep Power
    246
    Does anyone have the real fletching interface with right click option, (fletch 1,5,10) etc, and would be willing to post it?
    Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction.
    - Albert Einstein

    It is one thing to show a man that he is in an error, and another to put him in possession of the truth.
    - John Locke
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Sep 2009
    Posts
    3,245
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    Er like this?
    Reply With Quote  
     

  3. #3  
    isAwesome = true;
    Typhoeus's Avatar
    Join Date
    Nov 2008
    Posts
    815
    Thanks given
    18
    Thanks received
    13
    Rep Power
    246
    Quote Originally Posted by demonzz View Post
    Er like this?
    Yes.
    Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction.
    - Albert Einstein

    It is one thing to show a man that he is in an error, and another to put him in possession of the truth.
    - John Locke
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Sep 2009
    Posts
    3,245
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    // regular, oak, maple, willow, yew, magic?
    for (int id = 0; id < logs.length; id++) {
    if (((itemUsed == logs[id]) || (otherItem == logs[id]))
    && ((itemUsed == 5605) || (otherItem == 5605))) {
    // emote 885 (funny=3129)
    dialog = true;
    dialogInterface = 2459;
    dialogId = 1;
    fletchLog = id;
    sendFrame126("Select a bow", 8879);
    sendFrame246(8870, 250, longbows[id]); // right picture
    sendFrame246(8869, 250, shortbows[id]); // left picture
    sendFrame126(getItemName(shortbows[id]), 8871);
    sendFrame126(getItemName(shortbows[id]), 8874);
    sendFrame126(getItemName(longbows[id]), 8878);
    sendFrame126(getItemName(longbows[id]), 8875);
    sendFrame164(8866);
    resetWC();
    break;
    }
    }

    There, Hope that helped
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •