viewing paste Unknown #21036 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
prontera,152,187,3  script  Shadow Blacksmith   1_M_SMITH,{
    disable_items;
    mes "[Shadow Blacksmith]";
    mes "I'm the Armsmith.";
    mes "I can refine all kinds of weapons, armor and equipment, so let me";
    mes "know what you want me to refine.";
    next;
 
    setarray .@position$[1], "Costume Head Low", "", "Costume Head Top", "Costume Head Garment", "Shadow Armor", "Shadow Weapon", "Shadow Shield", "Shadow Shoes";
    .@menu$ = "";
    for(.@i = 1; .@i <= getarraysize(.@position$); ++.@i) {
        .@pos = .@i + 10;
 
        if(.@i >= 12)
            .@pos++;
        
        if(getequipisequiped(.@pos)) {
            .@menu$ += .@position$[.@i] + "-" + "[" + getequipname(.@pos) + "]";
            .@equipped = 1;
        }
        .@menu$ += ":";
    }
    if (.@equipped == 0) {
        mes "[Shadow Blacksmith]";
        mes "I don't think I can refine any items you have...";
        close;
    }
    .@part = select(.@menu$) + 10;
 
    if(!getequipisequiped(.@part)) { //custom check
        mes "[Shadow Blacksmith]";
        mes "You're not wearing";
        mes "anything there that";
        mes "I can refine.";
        emotion e_an;
        close;
    }
    //Check if the item is refinable...
    if(!getequipisenableref(.@part)) {
        mes "[Shadow Blacksmith]";
        mes "I don't think I can";
        mes "refine this item at all...";
        close;
    }
    //Check to see if the items is already +10
    if(getequiprefinerycnt(.@part) >= 10) {
        mes "[Shadow Blacksmith]";
        mes "I can't refine this";
        mes "any more. This is as";
        mes "refined as it gets!";
        close;
    }
    .@refineitemid = getequipid(.@part); // save id of the item
    .@refinerycnt = getequiprefinerycnt(.@part); //save refinery count
    switch(getequipweaponlv(.@part)){
    case 0:         //Refine Armor
        .@price = 2000;
        .@material = 985;
        .@safe = 4;
        break;
    case 1:         //Refine Level 1 Weapon
        .@price = 50;
        .@material = 1010;
        .@safe = 7;
        break;
    case 2:         //Refine Level 2 Weapon
        .@price = 200;
        .@material = 1011;
        .@safe = 6;
        break;
    case 3:         //Refine Level 3 Weapon
        .@price = 5000;
        .@material = 984;
        .@safe = 5;
        break;
    case 4:         //Refine Level 4 Weapon
        .@price = 20000;
        .@material = 984;
        .@safe = 4;
        break;
    case 5:         //Refine other stuff?
        .@price = 2000;
        .@material = 985;
        .@safe = 4;
        break;
    }
 
    mes "[Shadow Blacksmith]";
    mes "To refine this I need";
    mes "one ^003366"+getitemname(.@material)+"^000000 and";
    mes "a service fee of " + .@price + " Zeny.";
    mes "Do you really wish to continue?";
    next;
    if(select("Yes:No") == 2){
        mes "[Shadow Blacksmith]";
        mes "Yeah...";
        mes "There's no need to";
        mes "rush. Take your time.";
        close;
    }
    if(getequippercentrefinery(.@part) < 100) {
        mes "[Shadow Blacksmith]";
        mes "Oh no! If I continue to";
        mes "refine this, there's a risk it could";
        switch(.@material) {
        case 985:
            mes "be destroyed! That means that ^FF0000this equipment^000000, and ^FF0000any cards^000000 or special properties added to this armor, ^FF0000will be gone^000000.";
            break;
        default:
            mes "be destroyed, and you'd ^FF0000lose the weapon^000000, any ^FF0000cards in the weapon^000000,";
            mes "or any added special properties.";
            break;
        }
        next;
        mes "["+getarg(0)+"]";
        mes "I can't make it any clearer.";
        mes "Once a weapon is destroyed,";
        mes "there's no getting it back.";
        mes "You really have a chance to";
        mes "^FF0000lose this weapon^000000 forever.";
        mes "Do you still want to refine?";
        next;
        if(select("Yes:No") == 2){
            mes "[Shadow Blacksmith]";
            mes "I completely agree...";
            mes "I might be a great refiner, but sometimes even I make mistakes.";
            close;
        }
    }
    if((countitem(.@material) < 1) || (Zeny < .@price)) {
        mes "[Shadow Blacksmith]";
        mes "You don't seem to have";
        mes "enough Zeny or "+getitemname(.@material)+"...";
        mes "Go get some more. I'll be";
        mes "here all day if you need me.";
        close;
    }
    Zeny -= .@price;
    delitem .@material,1;
 
    //custom checks
    if(getequipisequiped(.@part) == 0) { // hacker has removed the item (not changed, why?)
        mes "[Shadow Blacksmith]";
        mes "Look here... you don't have any Items on...";
        close;
    }
    if(getequiprefinerycnt(.@part) != .@refinerycnt || getequipid(.@part) != .@refineitemid) { // hacker has changed the item
        mes "[Shadow Blacksmith]";
        emotion e_an;
        mes "Wait a second...";
        mes "Do you think I'm stupid?!";
        mes "You switched the item while I wasn't looking! Get out of here!";
        close;
    }
 
    if(getequippercentrefinery(.@part) <= rand(100)) {
        failedrefitem .@part;
        mes "[Shadow Blacksmith]";
        emotion (!rand(5))?e_cash:e_omg;
        .@lose = rand(1,3);
        if (.@lose == 1) {
            mes "OH! MY GOD!";
            mes "Damn it! Not again!";
            mes "I'm terribly sorry, but you know practice does make perfect.";
            mes "Um, right? Heh heh...";
        } else if(.@lose == 2) {
            mes "Nooooooo!";
            mes "It broke!";
            mes "I-I'm sorry!";
        } else {
            mes "Crap!";
            mes "It couldn't take";
            mes "much more tempering!";
            mes "Sorry about this...";
        }
        close;
    }
    mes "["+getarg(0)+"]";
    successrefitem .@part;
    emotion e_heh;
    .@win = rand(1,3);
    if (.@win == 1) {
        mes "Perfect!";
        mes "Heh heh!";
        mes "Once again,";
        mes "flawless work";
        mes "from the master~";
    } else if(.@win == 2) {
        mes "Success...!";
        mes "Yet again, my amazing";
        mes "talent truly dazzles";
        mes "and shines today.";
    } else {
        mes "Heh heh!";
        mes "I'm all done.";
        mes "No doubt, my work is";
        mes "to your satisfaction.";
        mes "Sheer, utter perfection~";
    }
    close;
}
Viewed 1123 times, submitted by Guest.