viewing paste Unknown #26118 | Text

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
// -----------------------------------------------------------
 
//  Shop IDs -- to add shops, copy dummy data at bottom of file.
 
//      setarray .Shops$[1],"<Shop 1>","<Shop 2>"{,...};
 
// -----------------------------------------------------------
 
 
 
    setarray .Shops$[1],"Headgears Top","Headgears Middle","Headgears Bottom";
 
 
 
// -----------------------------------------------------------
 
//  Quest items -- do NOT use a reward item more than once!
 
//      Add(<shop ID>,<reward ID>,<reward amount>,
 
//          <Zeny cost>,<point cost>,
 
//          <required item ID>,<required item amount>{,...});
 
// -----------------------------------------------------------
 
 
 
      
 
        Add(1,5170,1,0,0,7063,100,5172,1,982,1);
    Add(1,5225,1,10000000,0,4223,1,5170,1,7441,50,949,100,5114,1);
    Add(1,5114,1,500000,0,1017,100,2227,5);
    Add(1,5016,1,100000,0,1030,10,948,75);
    Add(1,5468,1,8000000,0,5085,1,982,5,2213,1,949,75,914,75,2254,1);
    Add(1,5074,1,50000,0,2254,1,2286,1);
    Add(1,5068,1,50000,0,2255,1,2286,1);
Viewed 804 times, submitted by Guest.