Thread: [Tut]Crafting Skill Its good

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 [Tut]Crafting Skill Its good 
    jordanmcke
    Guest
    Hello am releasein my skill its called Trimming

    Hardness 5/10
    Needed Skills How to Copy and paste and Listen

    With this u can craft godswords and things OR skill capes Dragon Fire Shields And So On i will add more and more but ther is a basic runescape crafting this is the advanced one.

    Find
    [HTML]case 53: // Use Item on another Item[/HTML]


    Then Add Somewhere At the Bottom
    [HTML]
    //Start of Jordans Crafting
    {if(itemUsed == 15341 && useWith == 15330) {
    deleteItem(15341, getItemSlot(15341), 1);
    deleteItem(15330, getItemSlot(15330), 1);
    addItem(15351, 1);
    addSkillXP(300000, 9);
    sendMessage("now use a zammy hilt with it...");
    }
    else if(itemUsed == 15351 && useWith == 15340) {
    deleteItem(15351, getItemSlot(15351), 1);
    deleteItem(15340, getItemSlot(15340), 1);
    addItem(15336, 1);
    addSkillXP(300000, 9);
    sendMessage("You skillfully put together a Zammy Godsword");
    }
    else if(itemUsed == 15329 && useWith == 15343) {
    deleteItem(15329, getItemSlot(15329), 1);
    deleteItem(15343, getItemSlot(15343), 1);
    addItem(15351, 1);
    addSkillXP(300000, 9);
    sendMessage("now use a bandos hilt with it...");
    }
    else if(itemUsed == 15351 && useWith == 15338) {
    deleteItem(15351, getItemSlot(15351), 1);
    deleteItem(15338, getItemSlot(15338), 1);
    addItem(15334, 1);
    addSkillXP(300000, 9);
    sendMessage("You skillfully put together a Bandos Godsword");
    }
    else if(itemUsed == 15332 && useWith == 15342) {
    deleteItem(15332, getItemSlot(15332), 1);
    deleteItem(15342, getItemSlot(15342), 1);
    addItem(15351, 1);
    addSkillXP(300000, 9);
    sendMessage("now use a saradomin hilt with it...");
    }
    else if(itemUsed == 85 && useWith == 15342) {
    deleteItem(85, getItemSlot(85), 1);
    deleteItem(15342, getItemSlot(15342), 1);
    addItem(15351, 1);
    addSkillXP(300000, 9);
    sendMessage("now use a armdyl hilt with it...");
    }
    else if(itemUsed == 15351 && useWith == 15337) {
    deleteItem(15351, getItemSlot(15351), 1);
    deleteItem(15337, getItemSlot(15337), 1);
    addItem(15333, 1);
    addSkillXP(300000, 9);
    sendMessage("You skillfully put together a armdyl Godsword");
    }
    if(itemUsed == 15187 && useWith == 1540) {
    deleteItem(15187, getItemSlot(15187), 1);
    deleteItem(1540, getItemSlot(1540), 1);
    addItem(15185, 1);
    addSkillXP(150000, 9);
    sendMessage("You make a Dragonfire shield!");
    }
    if (itemUsed == 5340 && useWith == 5312) { //By Jordan
    deleteItem(5312, getItemSlot(5312), 1);
    addItem(995, 5);
    addSkillXP(15, 19);
    }
    if (itemUsed == 4692 && useWith == 14073) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14073, getItemSlot(14073), 1);
    addItem(14074, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14076) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14076, getItemSlot(14076), 1);
    addItem(14077, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14079) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14079, getItemSlot(14079), 1);
    addItem(14080, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14082) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14082, getItemSlot(14082), 1);
    addItem(14083, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14085) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14085, getItemSlot(14085), 1);
    addItem(14086, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14088) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14088, getItemSlot(14088), 1);
    addItem(14089, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14091) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14091, getItemSlot(14091), 1);
    addItem(14092, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14094) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14092, getItemSlot(14092), 1);
    addItem(14095, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14097) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14097, getItemSlot(14097), 1);
    addItem(14098, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14100) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14098, getItemSlot(14098), 1);
    addItem(14101, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14103) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14103, getItemSlot(141013), 1);
    addItem(14104, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14106) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14106, getItemSlot(14106), 1);
    addItem(14107, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14109) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14109, getItemSlot(14109), 1);
    addItem(14110, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14112) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14112, getItemSlot(14112), 1);
    addItem(14113, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14115) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14115, getItemSlot(14115), 1);
    addItem(14116, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14118) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14118, getItemSlot(14118), 1);
    addItem(14119, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14121) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14121, getItemSlot(14121), 1);
    addItem(14122, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14124) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14124, getItemSlot(14124), 1);
    addItem(14125, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14127) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14127, getItemSlot(14127), 1);
    addItem(14128, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14130) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14130, getItemSlot(14130), 1);
    addItem(14131, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14133) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14133, getItemSlot(14133), 1);
    addItem(14134, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 4692 && useWith == 14136) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(14136, getItemSlot(14136), 1);
    addItem(14137, 1);
    addSkillXP(100000, 12);
    startAnimation(2890);
    sendMessage("You trim the skill cape! good for you!");
    } else {
    sendMessage("you need 135 crafting to trim the skill cape!");
    }
    }
    if (itemUsed == 15351 && useWith == 15339) { //By Jordan
    if(playerLevel[12] >= 135) {
    deleteItem(15351, getItemSlot(15351), 1);
    deleteItem(15339, getItemSlot(15339), 1);
    addItem(15335, 1);
    addSkillXP(5000000, 12);
    startAnimation(1499);
    stillgfx(59, absY, absX);
    PlayerHandler.messageToAll = (playerName +" has just crafted a fucken sara godsword, 'watch out' ");
    sendMessage("You put together the best weapon in the game!, holy ****!");
    } else {
    sendMessage("135 crafting is needed to craft this weapon!");
    }
    }
    if (itemUsed == 5340 && useWith == 5316) { //By Jordan
    if(playerLevel[19] >= 50) {
    deleteItem(5316, getItemSlot(5316), 1);
    addItem(995, 5);
    addSkillXP(35, 19);
    } else {
    sendMessage("50 Farming Needed!");
    }
    }
    if (itemUsed == 4207 && useWith == 1077) { //By Jordan
    if(playerLevel[12] >= 25) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1077, getItemSlot(1077), 1);
    addItem(2585, 1);
    addSkillXP(12500, 12);
    } else {
    sendMessage("You need 25 Crafting to Trim item");
    }
    }
    if (itemUsed == 4207 && useWith == 1073) { //By Jordan
    if(playerLevel[12] >= 35) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1073, getItemSlot(1073), 1);
    addItem(2601, 1);
    addSkillXP(17500, 12);
    } else {
    sendMessage("You need 35 Crafting to Trim item");
    }
    }
    if (itemUsed == 4207 && useWith == 1079) { //By Jordan
    if(playerLevel[12] >= 45) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1079, getItemSlot(1079), 1);
    addItem(2625, 1);
    addSkillXP(22500, 12);
    } else {
    sendMessage("You need 45 Crafting to Trim item");
    }
    }
    if (itemUsed == 4207 && useWith == 1125) { //By Jordan
    if(playerLevel[12] >= 30) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1125, getItemSlot(1125), 1);
    addItem(2583, 1);
    addSkillXP(15000, 12);
    } else {
    sendMessage("You need 30 Crafting to Trim item");
    }
    }
    if (itemUsed == 4207 && useWith == 1123) { //By Jordan
    if(playerLevel[12] >= 40) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1123, getItemSlot(1123), 1);
    addItem(2599, 1);
    addSkillXP(20000, 12);
    } else {
    sendMessage("You need 40 Crafting to Trim item");
    }
    }
    if (itemUsed == 4207 && useWith == 1127) { //By Jordan
    if(playerLevel[12] >= 50) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1127, getItemSlot(1127), 1);
    addItem(2623, 1);
    addSkillXP(25000, 12);
    } else {
    sendMessage("You need 50 Crafting to Trim item");
    }
    }
    if (itemUsed == 4207 && useWith == 1165) { //By Jordan
    if(playerLevel[12] >= 15) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1165, getItemSlot(1165), 1);
    addItem(2587, 1);
    addSkillXP(7500, 12);
    } else {
    sendMessage("You need 15 Crafting to Trim item");
    }
    }
    if (itemUsed == 4207 && useWith == 1161) { //By Jordan
    if(playerLevel[12] >= 25) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1161, getItemSlot(1161), 1);
    addItem(2605, 1);
    addSkillXP(12500, 12);
    } else {
    sendMessage("You need 25 Crafting to Trim item");
    }
    }
    if (itemUsed == 4207 && useWith == 1163) { //By Jordan
    if(playerLevel[12] >= 35) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1163, getItemSlot(1163), 1);
    addItem(2627, 1);
    addSkillXP(17500, 12);
    } else {
    sendMessage("You need 35 Crafting to Trim item");
    }
    }
    if (itemUsed == 4207 && useWith == 1195) { //By Jordan
    if(playerLevel[12] >= 20) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1195, getItemSlot(1195), 1);
    addItem(2589, 1);
    addSkillXP(10000, 12);
    } else {
    sendMessage("You need 20 Crafting to Trim item");
    }
    }
    if (itemUsed == 4207 && useWith == 1199) { //By Jordan
    if(playerLevel[12] >= 30) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1199, getItemSlot(1199), 1);
    addItem(2603, 1);
    addSkillXP(15000, 12);
    } else {
    sendMessage("You need 30 Crafting to Trim item");
    }
    }
    if (itemUsed == 4207 && useWith == 1201) { //By Jordan
    if(playerLevel[12] >= 40) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1201, getItemSlot(1201), 1);
    addItem(2629, 1);
    addSkillXP(20000, 12);
    } else {
    sendMessage("You need 40 Crafting to Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1077) { //By Jordan
    if(playerLevel[12] >= 55) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1077, getItemSlot(1077), 1);
    addItem(2593, 1);
    addSkillXP(22500, 12);
    } else {
    sendMessage("You need 55 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1073) { //By Jordan
    if(playerLevel[12] >= 65) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1073, getItemSlot(1073), 1);
    addItem(2609, 1);
    addSkillXP(32500, 12);
    } else {
    sendMessage("You need 65 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1079) { //By Jordan
    if(playerLevel[12] >= 75) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1079, getItemSlot(1079), 1);
    addItem(2617, 1);
    addSkillXP(37500, 12);
    } else {
    sendMessage("You need 75 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1125) { //By Jordan
    if(playerLevel[12] >= 70) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1125, getItemSlot(1125), 1);
    addItem(2591, 1);
    addSkillXP(35000, 12);
    } else {
    sendMessage("You need 70 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1123) { //By Jordan
    if(playerLevel[12] >= 80) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1123, getItemSlot(1123), 1);
    addItem(2607, 1);
    addSkillXP(40000, 12);
    } else {
    sendMessage("You need 80 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1127) { //By Jordan
    if(playerLevel[12] >= 90) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1127, getItemSlot(1127), 1);
    addItem(2615, 1);
    addSkillXP(45000, 12);
    } else {
    sendMessage("You need 90 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1165) { //By Jordan
    if(playerLevel[12] >= 35) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1165, getItemSlot(1165), 1);
    addItem(2595, 1);
    addSkillXP(17500, 12);
    } else {
    sendMessage("You need 35 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1161) { //By Jordan
    if(playerLevel[12] >= 45) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1161, getItemSlot(1161), 1);
    addItem(2613, 1);
    addSkillXP(22500, 12);
    } else {
    sendMessage("You need 45 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1163) { //By Jordan
    if(playerLevel[12] >= 55) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1163, getItemSlot(1163), 1);
    addItem(2619, 1);
    addSkillXP(27500, 12);
    } else {
    sendMessage("You need 55 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1195) { //By Jordan
    if(playerLevel[12] >= 40) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1195, getItemSlot(1195), 1);
    addItem(2597, 1);
    addSkillXP(20000, 12);
    } else {
    sendMessage("You need 40 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1199) { //By Jordan
    if(playerLevel[12] >= 50) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1199, getItemSlot(1199), 1);
    addItem(2611, 1);
    addSkillXP(25000, 12);
    } else {
    sendMessage("You need 50 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 1201) { //By Jordan
    if(playerLevel[12] >= 60) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1201, getItemSlot(1201), 1);
    addItem(2621, 1);
    addSkillXP(30000, 12);
    } else {
    sendMessage("You need 60 Crafting to Gold Trim item");
    }
    }
    if (itemUsed == 4692 && useWith == 6623) { //By Jordan
    if(playerLevel[12] >= 105) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(6623, getItemSlot(6623), 1);
    addItem(5574, 1);
    addSkillXP(52500, 12);
    } else {
    sendMessage("You need 105 Crafting to Gold Trim white helm");
    }
    }
    if (itemUsed == 4692 && useWith == 6625) { //By Jordan
    if(playerLevel[12] >= 115) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(6625, getItemSlot(6625), 1);
    addItem(5576, 1);
    addSkillXP(67500, 12);
    } else {
    sendMessage("You need 115 Crafting to Gold trim white legs");
    }
    }
    if (itemUsed == 4692 && useWith == 6627) { //By Jordan
    if(playerLevel[12] >= 110) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(6627, getItemSlot(6627), 1);
    addItem(14023, 1);
    addSkillXP(55000, 12);
    } else {
    sendMessage("You need 110 Crafting to Gold Trim white skirt");
    }
    }
    if (itemUsed == 4692 && useWith == 6617) { //By Jordan
    if(playerLevel[12] >= 125) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(6617, getItemSlot(6617), 1);
    addItem(5575, 1);
    addSkillXP(65750, 12);
    } else {
    sendMessage("You need 125 Crafting to Gold Trim white pl8");
    }
    }
    if (itemUsed == 4207 && useWith == 579) { //By Jordan
    if(playerLevel[12] >= 1) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(579, getItemSlot(579), 1);
    addItem(7396, 1);
    addSkillXP(500, 12);
    } else {
    sendMessage("You need 1 Crafting to Trim these robes");
    }
    }
    if (itemUsed == 4207 && useWith == 1011) { //By Jordan
    if(playerLevel[12] >= 5) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(1011, getItemSlot(1011), 1);
    addItem(7388, 1);
    addSkillXP(2500, 12);
    } else {
    sendMessage("You need 5 Crafting to Trim these robes");
    }
    }
    if (itemUsed == 4207 && useWith == 577) { //By Jordan
    if(playerLevel[12] >= 125) {
    deleteItem(4207, getItemSlot(4207), 1);
    deleteItem(577, getItemSlot(577), 1);
    addItem(7392, 1);
    addSkillXP(5000, 12);
    } else {
    sendMessage("You need 10 Crafting to Trim these robes");
    }
    }
    if (itemUsed == 4692 && useWith == 579) { //By Jordan
    if(playerLevel[12] >= 5) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(579, getItemSlot(579), 1);
    addItem(7394, 1);
    addSkillXP(2500, 12);
    } else {
    sendMessage("You need 5 Crafting to Trim these robes");
    }
    }
    if (itemUsed == 4692 && useWith == 1011) { //By Jordan
    if(playerLevel[12] >= 10) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(1011, getItemSlot(1011), 1);
    addItem(7386, 1);
    addSkillXP(5000, 12);
    } else {
    sendMessage("You need 10 Crafting to Trim these robes");
    }
    }
    if (itemUsed == 4692 && useWith == 577) { //By Jordan
    if(playerLevel[12] >= 15) {
    deleteItem(4692, getItemSlot(4692), 1);
    deleteItem(577, getItemSlot(577), 1);
    addItem(7390, 1);
    addSkillXP(7500, 12);
    } else {
    sendMessage("You need 15 Crafting to Trim these robes");
    }
    }
    if (itemUsed == 1605 && useWith == 1079) { //By Jordan
    if(playerLevel[12] >= 120) {
    deleteItem(1605, getItemSlot(1605), 1);
    deleteItem(1079, getItemSlot(1079), 1);
    addItem(2671, 1);
    addSkillXP(60000, 12);
    } else {
    sendMessage("You need 120 Crafting to Trim item");
    }
    }
    if (itemUsed == 1605 && useWith == 1127) { //By Jordan
    if(playerLevel[12] >= 50) {
    deleteItem(1605, getItemSlot(1605), 1);
    deleteItem(1127, getItemSlot(1127), 1);
    addItem(2669, 1);
    addSkillXP(75000, 12);
    } else {
    sendMessage("You need 130 Crafting to Trim item");
    }
    }
    if (itemUsed == 1605 && useWith == 1163) { //By Jordan
    if(playerLevel[12] >= 35) {
    deleteItem(1605, getItemSlot(1605), 1);
    deleteItem(1163, getItemSlot(1163), 1);
    addItem(2673, 1);
    addSkillXP(50000, 12);
    } else {
    sendMessage("You need 100 Crafting to Trim item");
    }
    }
    if (itemUsed == 1607 && useWith == 1079) { //By Jordan
    if(playerLevel[12] >= 120) {
    deleteItem(1607, getItemSlot(1607), 1);
    deleteItem(1079, getItemSlot(1079), 1);
    addItem(2663, 1);
    addSkillXP(60000, 12);
    } else {
    sendMessage("You need 120 Crafting to Trim item");
    }
    }
    if (itemUsed == 1607 && useWith == 1127) { //By Jordan
    if(playerLevel[12] >= 50) {
    deleteItem(1607, getItemSlot(1607), 1);
    deleteItem(1127, getItemSlot(1127), 1);
    addItem(2661, 1);
    addSkillXP(75000, 12);
    } else {
    sendMessage("You need 130 Crafting to Trim item");
    }
    }
    if (itemUsed == 1607 && useWith == 1163) { //By Jordan
    if(playerLevel[12] >= 35) {
    deleteItem(1607, getItemSlot(1607), 1);
    deleteItem(1163, getItemSlot(1163), 1);
    addItem(2665, 1);
    addSkillXP(50000, 12);
    } else {
    sendMessage("You need 100 Crafting to Trim item");
    }
    }
    if (itemUsed == 1603 && useWith == 1079) { //By Jordan
    if(playerLevel[12] >= 120) {
    deleteItem(1603, getItemSlot(1603), 1);
    deleteItem(1079, getItemSlot(1079), 1);
    addItem(2655, 1);
    addSkillXP(60000, 12);
    } else {
    sendMessage("You need 120 Crafting to Trim item");
    }
    }
    if (itemUsed == 1603 && useWith == 1127) { //By Jordan
    if(playerLevel[12] >= 50) {
    deleteItem(1603, getItemSlot(1603), 1);
    deleteItem(1127, getItemSlot(1127), 1);
    addItem(2653, 1);
    addSkillXP(75000, 12);
    } else {
    sendMessage("You need 130 Crafting to Trim item");
    }
    }
    if (itemUsed == 1603 && useWith == 1163) { //By Jordan
    if(playerLevel[12] >= 35) {
    deleteItem(1603, getItemSlot(1603), 1);
    deleteItem(1163, getItemSlot(1163), 1);
    addItem(2657, 1);
    addSkillXP(50000, 12);
    } else {
    sendMessage("You need 100 Crafting to Trim item");
    }
    }
    //End of Jordans Crafting
    [/HTML]

    Now Open Item.cfg

    Add this
    [HTML]item = 14115 Construct._Cape A_Cape. 200000 200000 200000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    item = 14116 Construct._Cape_(t) A_Cape._(t) 20000000 20000000 20000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0[/HTML]

    Thats it please tell me your thaughts it is my first tut am not such a good coder i am just learning please post if u use it
     

  2. #2  
    Brown
    Guest
    So you made this your self? Good job then.
     

  3. #3  
    jordanmcke
    Guest
    Yup i will add objects Aswell so u can train the Skill
     

  4. #4  
    Programmer, Contributor, RM and Veteran




    Join Date
    Mar 2007
    Posts
    5,074
    Thanks given
    2,625
    Thanks received
    3,579
    Discord
    View profile
    Rep Power
    5000
    Quite a lot of IDs there.. must have taken a while. Well done , although a bit more explanation would have been nice saying what it did.
    .
     

  5. #5  
    Registered Member
    Join Date
    May 2007
    Age
    28
    Posts
    133
    Thanks given
    0
    Thanks received
    2
    Rep Power
    45
    Nice work.. I do remember of an old trimming skill that people used to put in servers, but it never worked quite right.
     

  6. #6  
    Banned

    Join Date
    Oct 2007
    Age
    28
    Posts
    2,733
    Thanks given
    32
    Thanks received
    53
    Rep Power
    0
    yh, gold hammer on blk plate = blk plate(g) ect =p
     

  7. #7  
    jordanmcke
    Guest
    yup i got trimming and crafting am releasein my trimmign later on
     

  8. #8  
    jordanmcke
    Guest
    100 views like 9 replys comon or am takeing it off
     

  9. #9  
    Pk Heaven
    Guest
    nice im using the base, but with other items..

    hopefully the useitem works, i made my own system for that. that would be an hack of a change if i need to change it to my server :O wow xD
     

  10. #10  
    Aza
    Aza is offline
    Banned

    Join Date
    May 2008
    Posts
    2,583
    Thanks given
    99
    Thanks received
    22
    Rep Power
    0
    Ooo Goodjob with this, youve inspired me to another idea so rep++
     

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

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