Advertisement
johnlol

Mall Npc

Aug 9th, 2023
1,235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 7.72 KB | Gaming | 0 0
  1. //===== rAthena Script =======================================
  2. //= Shop Street
  3. //===== By: ==================================================
  4. //= Masao(Shopstreet) - Original Mall Script
  5. //= Virtue(All in 1 Mall NPC)
  6. //===== Current Version: =====================================
  7. //= 1.0 [Masao]
  8. //===== Compatible With: =====================================
  9. //= rAthena SVN
  10. //= Judas SVN
  11. //===== Description: =========================================
  12. //Street Mall in One NPC
  13. //Change "Your Server Name" to your Server Name or whhat ever you desire"
  14. //============================================================
  15.  
  16. prt_in,279,124,5    script  Mall Npc    706,{
  17.     mes "[Quick Mall]";
  18.     mes "Welcome to ^FF0000Your Server Name^000000 ^000088Quick Mall^000000.";
  19.     mes "Hello there ^FF0000" + strcharinfo(0) + "^000000.";
  20.     mes "Please select what you want";
  21.     next;
  22.     switch(select("Armors:Weapons:Etc:Nothing")) {
  23.     close2;
  24.     case 1:
  25.     switch(select("Armor:Shield:Footgear:Garment:Lower Headgears:Middle Headgears:Upper Headgears:Accessories")) {
  26.         case 1:
  27.         callshop "Armor", 0;
  28.         end;
  29.        
  30.         case 2:
  31.         callshop "Shield", 0;
  32.         end;
  33.        
  34.         case 3:
  35.         callshop "Footgear", 0;
  36.         end;
  37.        
  38.         case 4:
  39.         callshop "Garment", 0;
  40.         end;
  41.        
  42.         case 5:
  43.         callshop "LowerH", 0;
  44.         end;
  45.        
  46.         case 6:
  47.         callshop "MiddleH", 0;
  48.         end;
  49.        
  50.         case 7:
  51.         callshop "UpperH", 0;
  52.         end;
  53.        
  54.         case 8:
  55.         callshop "Accessories", 0;
  56.         end;
  57.     }
  58.  
  59.    
  60.     case 2:
  61.     switch(select("Katar:Mace:Knuckle:Whip:Instruments:Book2:Gun:Fuuma:One-Handed Swords:Two-Handed Swords:Spears:Dagger:Axes:Bow:Staffs")) {
  62.         case 1:
  63.         callshop "Katar", 0;
  64.         end;
  65.        
  66.         case 2:
  67.         callshop "Mace", 0;
  68.         end;
  69.        
  70.         case 3:
  71.         callshop "Knuckle", 0;
  72.         end;
  73.        
  74.         case 4:
  75.         callshop "Whip", 0;
  76.         end;
  77.        
  78.         case 5:
  79.         callshop "Instruments", 0;
  80.         end;
  81.        
  82.         case 6:
  83.         callshop "Book2", 0;
  84.         end;
  85.        
  86.         case 7:
  87.         callshop "Gun", 0;
  88.         end;
  89.        
  90.         case 8:
  91.         callshop "Fuuma", 0;
  92.         end;
  93.        
  94.         case 9:
  95.         callshop "OneSwords", 0;
  96.         end;
  97.        
  98.         case 10:
  99.         callshop "TwoSwords", 0;
  100.         end;
  101.        
  102.         case 11:
  103.         callshop "Spears", 0;
  104.         end;
  105.        
  106.         case 12:
  107.         callshop "Dagger", 0;
  108.         end;
  109.        
  110.         case 13:
  111.         callshop "Axes", 0;
  112.         end;
  113.        
  114.         case 14:
  115.         callshop "Bow", 0;
  116.         end;
  117.        
  118.         case 15:
  119.         callshop "Staffs", 0;
  120.         end;
  121.     }
  122.  
  123.    
  124.     case 3:
  125.     switch(select("Ammunition:Alchemist:Streets")){
  126.         case 1:
  127.         callshop "Ammunition", 0;
  128.         end;   
  129.        
  130.         case 2:
  131.         callshop "AlchemistS", 0;
  132.         end;   
  133.        
  134.         case 3:
  135.         callshop "StreetDealer", 0;
  136.         end;   
  137.     }
  138.     end;
  139.     case 4:
  140.     mes "[ Quick Mall ]";
  141.     mes "Okay,come back when you need me.";
  142.     close;
  143.     }
  144. }
  145.  
  146. //shops
  147. -   shop    Armor   -,2304:10000,2306:20000,2308:20000,2310:50000,2311:50000,2313:50000,2315:75000,2317:100000,2322:20000,2326:60000,2331:75000,2342:100000,2353:75000,2364:150000,2367:100000,2399:50000
  148. -   shop    Shield  -,2102:10000,2106:60000,2108:60000,2110:85000,2114:30000,2116:30000,2123:50000,2124:50000
  149. -   shop    Footgear    -,2404:10000,2406:20000,2409:30000,2412:50000,2417:50000,2418:50000,2424:50000,2425:20000
  150. -   shop    Mace    -,1502:10000,1505:20000,1511:20000,1514:-1,1517:-1,1520:50000,1522:100000,1523:25000,1528:50000,1529:50000,1531:50000
  151. -   shop    Knuckle -,1802:20000,1804:50000,1806:60000,1808:75000,1810:70000,1812:60000,1813:100000,1814:100000,1822:150000
  152. -   shop    Whip    -,1951:10000,1953:20000,1955:30000,1962:20000,1963:50000,1972:10000,1974:10000,1976:50000
  153. -   shop    Instruments -,1902:10000,1904:20000,1906:-1,1908:50000,1913:50000,1914:50000,1915:50000,1916:50000,1917:50000
  154. -   shop    Book2   -,1550:30000,1551:60000,1552:51000,1559:25000,1561:75000,1564:25000,1568:70000,1569:70000,1570:70000,1571:70000,1572:50000
  155. -   shop    Gun -,13103:60000,13105:100000,13106:200000,13101:10000,13150:6000,13152:30000,13153:50000,13155:60000,13156:100000,13154:30000,13159:250000,13157:150000,13161:300000,13162:500000
  156. -   shop    Fuuma   -,7522:500,7521:500,7523:500
  157. -   shop    OneSwords   -,1108:10000,1117:10000,1120:100000,1124:50000,1130:100000,1131:50000,1133:50000,1138:200000,1139:200000,1145:-1,1149:50000
  158. -   shop    TwoSwords   -,1155:50000,1158:90000,1163:120000,1164:50000,1165:50000,1166:75000,1168:50000,1169:500000,1172:200000,1175:75000
  159. -   shop    Spears  -,1405:20000,1408:50000,1415:100000,1417:75000,1421:75000,1422:25000
  160. -   shop    Dagger  -,1208:20000,1211:20000,1217:20000,1223:50000,1231:75000,1235:75000,1236:75000,1237:75000
  161. -   shop    Axes    -,1302:10000,1306:20000,1307:45000,1309:75000,1352:20000,1355:30000,1358:75000,1363:50000,1364:50000,1365:50000,1366:50000,1371:100000
  162. -   shop    Accessories -,2621:-1,2622:-1,2624:30000,2618:10000,2625:30000,2626:30000,2674:10000,2648:50000,2649:50000,2627:-1,2701:75000
  163. -   shop    Bow -,1702:20000,1705:50000,1708:20000,1720:50000,1723:75000,1724:75000,1725:75000
  164. -   shop    Staffs  -,1602:20000,1605:20000,1608:20000,1611:45000,1618:85000,1620:85000,1622:50000,1624:50000,1625:50000,1626:50000
  165. -   shop    Garment -,2504:10000,2506:40000,2507:82000,2508:56000,2514:50000,2518:60000,2519:60000,2528:85000,2531:10000,2553:10000
  166. -   shop    Katar   -,1251:50000,1253:100000,1255:75000,1261:125000,1262:20000,1263:20000,1265:100000,1275:100000,1276:100000,1277:100000,1278:100000
  167. -   shop    LowerH  -,2218:10000,5054:30000,2267:5000,5107:100000,2265:5000,2266:50000,2269:50000,2270:50000
  168. -   shop    MiddleH -,2201:5000,2203:4000,2205:3500,2212:5000,2225:10000,2229:50000,2231:50000,2234:50000,2235:50000,2281:25000,2292:50000,2296:50000
  169. -   shop    UpperH  -,2210:1000,2211:1000,2213:10000,2214:20000,2217:10000,2221:5000,2223:10000,2246:75000,2256:75000,2264:100000,2280:20000,2299:30000
  170. -   shop    Headgear1   -,5380:40000,5382:40000,2269:5000,2270:5000,5107:15000,5110:15000,2247:30000:5206:10000,2245:30000,2286:35000,2296:15000,2258:45000,5161:200000,5104:40000,2295:20000,5026:30000,5032:100000,5038:30000,5229:65000,5227:65000,5228:65000,5198:50000,5058:300000,5253:80000,5252:60000,5296:100000,5231:300000,5232:300000,5233:300000,5230:300000,5234:300000,5076:50000
  171. -   shop    Headgear2   -,5059:100000,5235:75000,5236:75000,5237:75000,5293:150000,5303:35000,5304:65000,5312:65000,5315:45000,5317:45000,5319:75000,5320:120000,5323:588888,5336:50000,5337:50000,5338:50000,5339:50000,5346:50000
  172. -   shop    Headgear3   -,5181:300000,5102:500000,5016:75000,5349:150000,5013:700000,5022:500000,5171:1250000,5135:500000,5029:50000,5033:65000,5040:100000,5047:35000,5065:65000,5068:50000,5074:50000,5084:75000,5086:150000,5108:350000,5121:100000,5133:50000,5137:100000,5138:150000,5140:55000,5146:75000,5151:75000,5152:150000,5170:150000,5173:75000,5174:75000,5175:75000,5184:50000,5185:45000,5187:75000,5188:50000,5191:25000,5192:25000,5193:25000,5194:25000,5195:25000,5196:25000,5197:25000
  173. -   shop    Headgear4   -,5200:75000,5205:100000,5211:75000,5226:50000,5238:75000,5239:75000,5240:75000,5241:75000,5242:75000,5243:50000,5325:75000,5254:100000,5255:65000,5257:50000,5297:100000,2202:45000,5258:35000,5298:50000,5276:50000,5273:50000,5275:50000,5274:50000,5259:50000,5271:250000,5272:50000,5284:50000,5286:75000,5288:50000,5289:50000,5291:55000,5292:55000,5294:55000,5352:50000,5324:100000,5359:50000,5360:50000
  174. -   shop    Headgear5   -,5340:50000,5341:50000,5342:50000,5343:50000,5344:50000,5345:50000,5354:50000,5355:50000,5361:65000,5365:50000,5373:75000,5374:350000,5379:50000,5383:60000,5384:88888,5390:88888,5388:50000,5411:50000,5393:75000,5397:35000,5399:50000,5800:175000,5801:300000,5802:150000
  175. -   shop    Ammunition  -,1766:50,1755:20,1750:10,1754:20,1761:20,1752:20,1760:20,1759:20,1772:100,1757:30,1770:20,1769:30,1765:40,1763:30,1762:30,1767:30,1764:30,1751:20,1768:30,1753:30,1756:30,1758:30,1771:1000,13200:50,13202:100,13201:300,13206:500,13203:500,13207:500,13204:500,13205:500,13252:50,13254:500,13251:100,13253:300,13250:50,13256:50,13259:50,13258:50,13255:50,13257:50
  176. -   shop    AlchemistS  -,715:600,716:600,717:600,1025:200,7136:500,7135:500,7136:500,7137:500,7138:500,7139:500
  177. -   shop    StreetDealer    -,678:5000,505:-1,506:40,610:4000,545:150,546:600,547:1650
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement