Thread: How to make custom notes[Items]

Results 1 to 5 of 5
  1. #1 How to make custom notes[Items] 
    Registered Member

    Join Date
    Oct 2009
    Posts
    149
    Thanks given
    4
    Thanks received
    20
    Rep Power
    97
    Hello all, this is a really short tutorial as it is so simple.
    I discovered this when I noticed the "swap this note" in class8 of the client, that lead me to investigate and find out how easy it is to make a noted item.

    In cass8.java of your client:

    If you are using 'if'
    Code:
    if (i == ****) { // Noted item
        class8.anInt163 = 2429;
        class8.anInt179 = <UnnotedItem>;
    }
    If you are using 'switch'
    Code:
    case ****:
        class8.anInt163 = 2429;
        class8.anInt179 = <UnnotedItem>;
    break;
    And thats it, noted items with 4 lines of code . This works for existing/new items.
     

  2. #2  
    Registered Member
    natsu's Avatar
    Join Date
    Apr 2007
    Age
    32
    Posts
    3,435
    Thanks given
    1,084
    Thanks received
    676
    Rep Power
    1096
    this is a snippet and plz stop posting useless stuff, we know this since 07?
     

  3. #3  
    Registered Member shrogg's Avatar
    Join Date
    Feb 2009
    Posts
    70
    Thanks given
    0
    Thanks received
    0
    Rep Power
    20
    it's helped me, thank's
     

  4. #4  
    Registered Member

    Join Date
    Oct 2009
    Posts
    149
    Thanks given
    4
    Thanks received
    20
    Rep Power
    97
    R2Range stop being a fag, I was actually here in 07 and I had never seen any noted custom items. Besides this could still help people out, if you dont have anything nice to post dont bother. Also I did realize i posted it in the wrong section by accident....
     

  5. #5  
    Registered Member
    Slay No More's Avatar
    Join Date
    Oct 2008
    Age
    28
    Posts
    2,335
    Thanks given
    696
    Thanks received
    170
    Rep Power
    554
    Ninjastylz stop posting useless stuff
    Add me on skype if you wish to contact me.
    slaynomore
    My Steam Profile (from SteamDB)
    • Worth: $719 ($245 with sales)
    • Games owned: 86
    • Games not played: 27 (31%)
    • Hours on record: 1,851.8h
     


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
  •