Sunset Posted April 20, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 89 Reputation: 3 Joined: 05/05/13 Last Seen: April 26, 2018 Share Posted April 20, 2017 (edited) Hello.! I'm looking for an npc,( i didnt found any similiar, which) slots the char's current shoes with 75% success , for 50 jellopy. Anyone got any Idea? thanks in advice. Edited April 20, 2017 by Sunset Quote Link to comment Share on other sites More sharing options...
0 malik Posted April 20, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 24 Reputation: 0 Joined: 04/12/17 Last Seen: May 11, 2017 Share Posted April 20, 2017 try slot enhancer lol Quote Link to comment Share on other sites More sharing options...
0 Sunset Posted April 20, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 89 Reputation: 3 Joined: 05/05/13 Last Seen: April 26, 2018 Author Share Posted April 20, 2017 6 minutes ago, malik said: try slot enhancer lol could you link pls? Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted April 20, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted April 20, 2017 starter,89,109,6 script Headgear Socket 525,{ mes "Which Headgear you want to Enchant ?"; mes "Make sure there is no Card / Rune in it."; mes "10% Maybe Ur Headgear Process Failed."; next; setarray .EquipID[0],31018,31019,31020,31021,31022,31023,31024,31025,31026,31027,31028,31029,31030,31051,31052,31053,31054,31055,31056,31057,31058,31059,31060; for( set .@i,0; .@i < getarraysize( .EquipID ); set .@i,.@i + 1 ) set .@EquipMenu$,.@EquipMenu$ + getitemname( .EquipID[.@i] )+( !getitemslots(.EquipID[.@i])?"":"["+getitemslots(.EquipID[.@i])+"]" )+":"; set .@Equip,select( .@EquipMenu$ ) - 1; if( !countitem( .EquipID[.@Equip] ) ){ mes "You didnt have this Equipment with you."; close; } mes "Equipment : ^FF0000"+getitemname( .EquipID[.@Equip] )+"^000000"; switch( select( "Assassin:Monk:Blacksmith:Sage:Hunter:Bard Dancer:Knight:Priest:Crusader:Wizard:Alchemist:Gunslinger:Ninja:Rogue:Soulinker:Taekwondo" )){ Case 1: setarray .RuneID[0],22000; break; Case 2: setarray .RuneID[0],22001; break; Case 3: setarray .RuneID[0],22002; break; Case 4: setarray .RuneID[0],22003; break; Case 5: setarray .RuneID[0],22004; break; Case 6: setarray .RuneID[0],22005; break; Case 7: setarray .RuneID[0],22006; break; Case 8: setarray .RuneID[0],22007; break; Case 9: setarray .RuneID[0],22008; break; Case 10: setarray .RuneID[0],22009; break; Case 11: setarray .RuneID[0],22010; break; Case 12: setarray .RuneID[0],22011; break; Case 13: setarray .RuneID[0],22012; break; Case 14: setarray .RuneID[0],22013; break; Case 15: setarray .RuneID[0],22014; break; Case 16: setarray .RuneID[0],22015; break; } for( set .@i,0; .@i < getarraysize( .RuneID ); set .@i,.@i + 1 ) set .@RuneMenu$,.@RuneMenu$ + getitemname( .RuneID[.@i] )+":"; set .@Rune,select( .@RuneMenu$ ) - 1; mes "Rune : ^FF0000"+getitemname( .RuneID[.@Rune] )+"^000000"; mes "Cost : ^FF0000"+( 500 * .@Rune )+"^000000 CASHPOINTS"; next; if( select("Confirm:Cancel") == 1 ){ if( #CASHPOINTS < ( 500 * .@Rune ) ){ mes "You required "+( 500 * .@Rune )+" CASHPOINTS."; }else{ set #CASHPOINTS,#CASHPOINTS - ( 500 * .@Rune ); delitem .EquipID[.@Equip],1; if( rand(100) < 10 ){ mes "Sorry Enchant Process Failed. Both Equipment and CASHPOINTS lost."; }else{ getitem2 .EquipID[.@Equip],1,1,0,0,0,0,0,.RuneID[.@Rune]; mes "Done."; mes "^0000FF"+getitemname( .EquipID[.@Equip] )+"^000000"; mes "Enchanted with ^FF0000"+getitemname( .RuneID[.@Rune] )+"^000000"; } } } close; } Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted April 20, 2017 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted April 20, 2017 If you're referring with addslot script command. You can try Cydh's. But I cannot guarantee it will work on latest revision. Check this site https://pservero.com/addslot-and-removeslot-add-and-remove-equipment-slot/ Quote Link to comment Share on other sites More sharing options...
Question
Sunset
Hello.!
I'm looking for an npc,( i didnt found any similiar, which) slots the char's current shoes with 75% success , for 50 jellopy.
Anyone got any Idea? thanks in advice.
Edited by SunsetLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.