View Single Post
  #4  
Old 03-19-2012, 09:34 PM
BlueMelon BlueMelon is offline
asdfg
BlueMelon's Avatar
Join Date: Sep 2008
Posts: 1,481
BlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to behold
I also made a similar tool for Era and is also currently used on Delteria,

to get images from current level:
PHP Code:
for ( temp.npcid 0temp.npcid npcscounttemp.npcid ++;){
          if(!(
npcstemp.npcid].image in temp.images)){
            
temp.images.add(npcstemp.npcid].image);
          }
    }
// return temp.images; // Or w.e. you want to do with them. 
__________________
http://i.imgur.com/OOJbW.jpg
Reply With Quote