yuhsing

Untitled

Jan 25th, 2013
887
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. prontera,155,181,5 script Sample 757,{
  2. if( getbrokenid(1) ) repairall;
  3. getinventorylist;
  4. while( .@i < @inventorylist_count ){
  5. if ( !@inventorylist_identify[.@i] ){
  6. delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0;
  7. getitem @inventorylist_id[.@i],1;
  8. }
  9. .@i++;
  10. }
  11. end;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment