Thread: project insanity gfx when item is worn

Results 1 to 4 of 4
  1. #1 project insanity gfx when item is worn 
    Banned oblivion-rs's Avatar
    Join Date
    Dec 2008
    Age
    26
    Posts
    1,041
    Thanks given
    3
    Thanks received
    12
    Rep Power
    0
    Well i was wondering how could i make it so that once you put on item on you do a gfx ? thanks
    Reply With Quote  
     

  2. #2  
    q.q


    Join Date
    Dec 2010
    Posts
    6,535
    Thanks given
    1,072
    Thanks received
    3,534
    Rep Power
    4752
    in the equipitem packet you'd check for the itemid you'd want then styart the gfx

    Code:
    case ITEMID:
    c.gfx0(gfxid);
    break;
    Reply With Quote  
     

  3. #3  
    #Winning

    Join Date
    Apr 2011
    Age
    25
    Posts
    2,247
    Thanks given
    367
    Thanks received
    387
    Rep Power
    1187
    Couldn't you just add it in clickItem.java?


    Vouches
    Spoiler for Vouches:

    Quote Originally Posted by Exile rsps View Post
    Vouch thanks for that pic
    Quote Originally Posted by bwuk _im_pb View Post
    i vouch for charlie hes legit
    Quote Originally Posted by Pastaway
    Vouch for 'Charlie. Added a tut to my server I couldn't add and payed him after =]
    Quote Originally Posted by mongolias
    Vouch for 'Charlie. Sold me a banner, the trade went quick and efficiently.
    Quote Originally Posted by Lane
    Vouch for charlie, he is #1
    Quote Originally Posted by Raw Envy View Post
    Vouch for Charlie.
    Quote Originally Posted by -Null Code-
    Vouch Legit bought rs membership
    Quote Originally Posted by tucybro
    Traded with Charlie, went smoothly I went first and he paid promptly without and issues, great trader!



    Reply With Quote  
     

  4. #4  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    28
    Posts
    4,758
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    Quote Originally Posted by Harlan View Post
    in the equipitem packet you'd check for the itemid you'd want then styart the gfx

    Code:
    case ITEMID:
    c.gfx0(gfxid);
    break;
    he needs to make a switch case first
    Code:
    switch (wearID) {
    case ITEMID:
    c.gfx0(gfxid);
    break;
    }
    in
    Code:
    boolean wearItem
    in itemassistant.java
    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

Similar Threads

  1. Replies: 9
    Last Post: 02-14-2016, 10:38 PM
  2. (Project Insanity/Riotscape) Destroy item
    By I <3 PI in forum Snippets
    Replies: 31
    Last Post: 08-05-2011, 04:46 AM
  3. Replies: 5
    Last Post: 04-23-2011, 07:18 PM
  4. [PI]Project Insanity Item Requirements[PI]
    By Akeid in forum Tutorials
    Replies: 13
    Last Post: 11-16-2010, 01:01 PM
  5. Replies: 8
    Last Post: 09-01-2010, 11:12 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •