Rage Guy Posted May 2, 2013 Posted May 2, 2013 (edited) i need a magnifyer all npc that magnify all the inventory items only on clicking on him Sorry for my bad english Edited May 3, 2013 by SpongeBOB Quote
Jaburak Posted May 2, 2013 Posted May 2, 2013 Try this; prontera,200,180,4 script Identifier 123,{ getinventorylist; for( set .@i,0; .@i < @inventorylist_count; set .@i, .@i + 1 ) { if ( @inventorylist_identify[.@i] == 1 ) continue; if ( getskilllv(40) == 1 && sp >= 10 ) heal 0,-10; else if ( countitem(611) ) delitem 611,1; else if ( getskilllv(224) && zeny >= ( 100 - ( 5 + 4 * getskilllv(224) ) )* 2/5 ) set zeny, zeny - ( 100 - ( 5 + 4 * getskilllv(224) ) )* 2/5; else if ( getskilllv(37) && zeny >= ( 100 - ( 5 + 2 * getskilllv(37) ) )* 2/5 ) set zeny, zeny - ( 100 - ( 5 + 2 * getskilllv(37) ) )* 2/5; else if ( zeny >= 40 ) set zeny, zeny - 40; else break; delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; } } Quote
Question
Rage Guy
i need a magnifyer all npc
that magnify all the inventory items only on clicking on him
Sorry for my bad english
Edited by SpongeBOB2 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.