Thread: help

Results 1 to 5 of 5
  1. #1 help 
    Donator
    Zᴀᴄʜ's Avatar
    Join Date
    Aug 2009
    Age
    26
    Posts
    999
    Thanks given
    111
    Thanks received
    64
    Rep Power
    13

    i need help with my fletching i have 99 and it i use mage log with knife i get that if i use yew log with knife i get maple bows i use willow logs i get oak bows can somebody help me 317 delta i looked everywhere
    Reply With Quote  
     

  2. #2  
    Registered Member Yodoxin's Avatar
    Join Date
    Sep 2008
    Age
    33
    Posts
    190
    Thanks given
    0
    Thanks received
    10
    Rep Power
    54
    Find the item ID for knife used with item ID for a log in the item-on-item packet, change the interface displayed to the correct one for each log.
    *Ahem* I will not be doing that again...
    Reply With Quote  
     

  3. #3  
    Donator
    Zᴀᴄʜ's Avatar
    Join Date
    Aug 2009
    Age
    26
    Posts
    999
    Thanks given
    111
    Thanks received
    64
    Rep Power
    13
    what u mean i dont have a itemonitem.java for my server lol.....
    Reply With Quote  
     

  4. #4  
    Donator
    Zᴀᴄʜ's Avatar
    Join Date
    Aug 2009
    Age
    26
    Posts
    999
    Thanks given
    111
    Thanks received
    64
    Rep Power
    13
    anyone
    btw i pulled this from deltascapes obfuscated client
    is there a way i can make this autotalker work with a 317 regular client
    public final void addChoosableFileFilter()
    {
    if(autochat)
    {
    autochat = false;
    I("The auto typer has been turned off.", 5, "", nC);
    return;
    }
    String s = JOptionPane.showInputDialog(this, "Auto type text:", (new StringBuilder()).append("").append(o).append("").t oString());
    if(s == null)
    {
    JOptionPane.showMessageDialog(this, "You must specify text.", "No text entered.", 2);
    return;
    }
    if(System.currentTimeMillis() - n >= 7000L)
    {
    nI = s;
    F(4);
    }
    o = s;
    autochat = true;
    n = System.currentTimeMillis();
    I("The auto typer has been turned on.", 5, "", nC);
    }
    Reply With Quote  
     

  5. #5  
    Donator
    Zᴀᴄʜ's Avatar
    Join Date
    Aug 2009
    Age
    26
    Posts
    999
    Thanks given
    111
    Thanks received
    64
    Rep Power
    13
    anyone can anyone help me with this
    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
  •