Thread: Haloween Skeleton Armor Crafting + Pumpkin Crafting

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 Haloween Skeleton Armor Crafting + Pumpkin Crafting 
    Crazy Cam10
    Guest
    *Sighs* 3rd Tut In 25 Mins Lol *Sighs*

    In Client.java Find

    Code:
    //------------------------end of cutting--------------------------------
    Underneath The Last -
    Add This

    Code:
    //------------------------Haloween Pumpkin Carving + Skeleton Cloth Making--------------------------------//
    else if(itemUsed == 5605 && useWith == 1959) {
    if(playerLevel[12] >= 1) {
    deleteItem(5605, getItemSlot(5605), 1);
    deleteItem(1959, getItemSlot(1959), 1);
    addItem(10843, 1);
    addSkillXP(5000, 12);
    } else {
    sendMessage("Umm You Only Need 1 Crafting For This, So Something's Wrong With Your Account o.O");
    }
    }
    else if(itemUsed == 526 && useWith == 1059) {
    if(playerLevel[12] >= 1) {
    deleteItem(1059, getItemSlot(1059), 1);
    deleteItem(526, getItemSlot(526), 1);
    addItem(10845, 1);
    addSkillXP(8000, 12);
    } else {
    sendMessage("Umm You Only Need 1 Crafting For This, So Something's Wrong With Your Account o.O");
    }
    }
    else if(itemUsed == 526 && useWith == 1061) {
    if(playerLevel[12] >= 1) {
    deleteItem(1061, getItemSlot(1061), 1);
    deleteItem(526, getItemSlot(526), 1);
    addItem(10844, 1);
    addSkillXP(8000, 12);
    } else {
    sendMessage("Umm You Only Need 1 Crafting For This, So Something's Wrong With Your Account o.O");
    }
    }
    else if(itemUsed == 526 && useWith == 1129) {
    if(playerLevel[12] >= 1) {
    deleteItem(1129, getItemSlot(1129), 1);
    deleteItem(526, getItemSlot(526), 1);
    addItem(10847, 1);
    addSkillXP(8000, 12);
    } else {
    sendMessage("Umm You Only Need 1 Crafting For This, So Something's Wrong With Your Account o.O");
    }
    }
    else if(itemUsed == 526 && useWith == 1095) {
    if(playerLevel[12] >= 1) {
    deleteItem(1095, getItemSlot(1095), 1);
    deleteItem(526, getItemSlot(526), 1);
    addItem(10846, 1);
    addSkillXP(8000, 12);
    } else {
    sendMessage("Umm You Only Need 1 Crafting For This, So Something's Wrong With Your Account o.O");
    }
    }
    else if(itemUsed == 526 && useWith == 1167) {
    if(playerLevel[12] >= 1) {
    deleteItem(1167, getItemSlot(1167), 1);
    deleteItem(526, getItemSlot(526), 1);
    addItem(10848, 1);
    addSkillXP(8000, 12);
    } else {
    sendMessage("Umm You Only Need 1 Crafting For This, So Something's Wrong With Your Account o.O");
    }
    }
    //------------------------End Of Haloween Pumpkin Carving + Skeleton Cloth Making--------------------------------//
    Guide :-

    Knife + Pumpkin - Jack O Lantern Helm
    Bones + Leather Chaps - Skeleton Legs
    Bones + Leather Body - Skeleton Top
    Bones + Leather Boots - Skeleton Boots
    Bones + Leather Gloves - Skeleton Gloves
    Bones + Leather Cowl - Skeleton Hat

    Credits :-

    100% to me

    Pics :- As Requested




     

  2. #2  
    Registered Member
    Join Date
    Jun 2007
    Posts
    567
    Thanks given
    10
    Thanks received
    20
    Rep Power
    27
    post pics please
     

  3. #3  
    Crazy Cam10
    Guest
    Posted Pics, Any More Feedback?
     

  4. #4  
    unrealwolf
    Guest
    nice one rep+
     

  5. #5  
    Crazy Cam10
    Guest
    Thanks Crazy
     

  6. #6  
    mstier s
    Guest
    lmao.. item on item.. goes into the config section, nothing to even bother posting even.
     

  7. #7  
    Traxter DNA
    Guest
    Pumpkin crafting, very creative idea
     

  8. #8  
    Impulse-X
    Guest
    It sucks....
     

  9. #9  
    I'm unique


    Join Date
    Oct 2006
    Age
    29
    Posts
    708
    Thanks given
    0
    Thanks received
    1
    Rep Power
    82
    Cool Really good.
    Sincerly yours,
    Simox.
     

  10. #10  
    W1nd
    Guest
    Thanks Man Gj
     

Page 1 of 2 12 LastLast

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. [317] Crafting
    By Dimitry in forum Tutorials
    Replies: 4
    Last Post: 06-28-2010, 10:19 PM
  2. Crafting
    By Swarfega in forum Help
    Replies: 4
    Last Post: 03-25-2009, 08:16 PM
  3. Replies: 9
    Last Post: 09-25-2007, 11:34 PM
  4. Gem crafting remake of Cams hween crafting
    By ~Legend Rene in forum Tutorials
    Replies: 6
    Last Post: 09-23-2007, 11:36 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
  •