Advertisement
Guest User

Shadow's Element Rpg Code

a guest
Oct 2nd, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 151.51 KB | None | 0 0
  1. title Shadow's Element RPG
  2. color 0e
  3. @echo off
  4. :menu
  5. set slt1=empty
  6. set slt2=empty
  7. set slt3=empty
  8. set slt4=empty
  9. set slt5=empty
  10. set slt6=empty
  11. set slt7=empty
  12. set slt8=empty
  13. set slt9=empty
  14. set slt10=empty
  15. color 0b
  16. cls
  17. :startscreen
  18. echo //SHADOW'S ELEMENT RPG\\
  19. echo.
  20. echo 1)New Player
  21. echo 2)Register
  22. echo 3)Login
  23. echo.
  24. set input=3
  25. set /p input=Enter:
  26. color 0e
  27.  
  28. if %input% == 1 goto start
  29. if %input% == 2 goto register
  30. if %input% == 3 goto load
  31. goto menu
  32.  
  33. :start
  34. < savemain.sav (
  35. set /p slt1=
  36. set /p slt2=
  37. set /p slt3=
  38. set /p slt4=
  39. set /p slt5=
  40. set /p slt6=
  41. set /p slt7=
  42. set /p slt8=
  43. set /p slt9=
  44. set /p slt10=
  45. )
  46. set save=sv0
  47. set level=1
  48. set ifpass=1
  49. set pass=
  50. set health=50000
  51. set money=200000
  52. set xp=0
  53. set xpmax=100
  54. set orbcount=0
  55. set wep=0
  56. set wepdis=None
  57. set arm=0
  58. set armdis=None
  59. set str=10
  60. set killnum=0
  61. set deaths=0
  62. set hpots=2
  63. set hpotm=0
  64. set hpotl=0
  65. set invslt1=0
  66. set invslt2=0
  67. set invslt3=0
  68. set invslt4=0
  69. set invslt5=0
  70. set invslt6=0
  71. set invslt7=0
  72. set invslt8=0
  73. set invslt9=0
  74. set invslt10=0
  75. set arenpoints=0
  76. set tournlev=1
  77. cls
  78. echo What is your name?
  79. echo.
  80. set /p name=Enter:
  81.  
  82. if %name% == %slt1% goto taken
  83. if %name% == %slt2% goto taken
  84. if %name% == %slt3% goto taken
  85. if %name% == %slt4% goto taken
  86. if %name% == %slt5% goto taken
  87. if %name% == %slt6% goto taken
  88. if %name% == %slt7% goto taken
  89. if %name% == %slt8% goto taken
  90. if %name% == %slt9% goto taken
  91. if %name% == %slt10% goto taken
  92. goto main
  93.  
  94. :main
  95. (
  96. echo %slt1%
  97. echo %slt2%
  98. echo %slt3%
  99. echo %slt4%
  100. echo %slt5%
  101. echo %slt6%
  102. echo %slt7%
  103. echo %slt8%
  104. echo %slt9%
  105. echo %slt10%
  106. ) > savemain.sav
  107. if %wep% == 1 set str=12
  108. if %wep% == 2 set str=14
  109. if %wep% == 3 set str=17
  110. if %wep% == 4 set str=20
  111. if %wep% == 5 set str=23
  112. if %wep% == 6 set str=26
  113. if %wep% == 7 set str=30
  114. if %wep% == 8 set str=35
  115. if %wep% == r1 set str=10
  116. if %wep% == r2 set str=12
  117. if %wep% == r3 set str=15
  118. if %wep% == r4 set str=18
  119. if %wep% == r5 set str=21
  120. if %wep% == r6 set str=24
  121. if %wep% == r7 set str=27
  122. if %wep% == r8 set str=29
  123. if %wep% == 50 set str=48
  124. if %wep% == 1 set wepdis=Dagger
  125. if %wep% == 2 set wepdis=Sword
  126. if %wep% == 3 set wepdis=2h Sword
  127. if %wep% == 4 set wepdis=Sword Dual Weild
  128. if %wep% == 5 set wepdis=Fire Blade
  129. if %wep% == 6 set wepdis=Titanium Claws
  130. if %wep% == 7 set wepdis=Enchanted Trident
  131. if %wep% == 8 set wepdis=Thor's Hammer
  132. if %wep% == r1 set wepdis=Shortbow
  133. if %wep% == r2 set wepdis=Oak Shortbow
  134. if %wep% == r3 set wepdis=Longbow
  135. if %wep% == r4 set wepdis=Oak Longbow
  136. if %wep% == r5 set wepdis=Crossbow
  137. if %wep% == r6 set wepdis=Oak Crossbow
  138. if %wep% == r7 set wepdis=Enchanted Bow
  139. if %wep% == r8 set wepdis=Enchanted Crossbow
  140. if %wep% == 50 set wepdis=Master Blade
  141. if %arm% == 1 set armdis=Leather
  142. if %arm% == 2 set armdis=Iron
  143. if %arm% == 3 set armdis=Steel
  144. if %arm% == 4 set armdis=Titanium
  145. if %arm% == 5 set armdis=Enchanted
  146. if %arm% == 6 set armdis=Thor's Armour
  147. if %arm% == 50 set armdis=Champion's
  148. if %money% LSS 0 set money=0
  149. if %health% GTR 50000 set health=50000
  150. if %health% LSS 1 goto death
  151. if %xp% GEQ %xpmax% goto levelup
  152. cls
  153. echo Shadow's Element RPG
  154. echo ----------------------------------------------
  155. echo %name% Lvl:%level% Orbs:%orbcount%
  156. echo Hp:%health%/50000 Money:$%money%
  157. echo Xp:%xp%/%xpmax% Weapon:%wepdis% Armour:%armdis%
  158. echo ----------------------------------------------
  159. echo.
  160. echo 1)Fight 7)Extras
  161. echo 2)Shop 8)Exit
  162. echo 3)Inventory
  163. echo 4)Statistics
  164. echo 5)Save
  165. echo 6)Set/Change Pass
  166. echo.
  167. set minput=0
  168. set /p minput=Enter:
  169.  
  170. if %minput% == 1 goto fight
  171. if %minput% == 2 goto shop
  172. if %minput% == 3 goto inv
  173. if %minput% == 4 goto statistics
  174. if %minput% == 5 goto save
  175. if %minput% == 6 goto password
  176. if %minput% == 7 goto extras
  177. if %minput% == 8 goto exit
  178. if %minput% == cheats goto chts
  179. if %minput% == changename goto changename
  180. goto main
  181.  
  182. :statistics
  183. cls
  184. echo Shadow's Element RPG - Statistics
  185. echo ----------------------------------------------
  186. echo %name%
  187. echo Money:$%money%
  188. echo.
  189. echo ----------------------------------------------
  190. echo.
  191. echo Level:%level%
  192. echo Experience:%xp%/%xpmax%
  193. echo Health:%health%/50000
  194. echo Enemies Killed:%killnum%
  195. echo Deaths:%deaths%
  196. echo Max Hit:%str%
  197. echo Orbs:%orbcount%
  198. echo.
  199. pause >nul
  200. goto main
  201.  
  202. :inv
  203. if %invslt1% == 0 set invslt1dis=empty
  204. if %invslt1% == 1 set invslt1dis=Dagger
  205. if %invslt1% == 2 set invslt1dis=Sword
  206. if %invslt1% == 3 set invslt1dis=Two-Handed Sword
  207. if %invslt1% == 4 set invslt1dis=Sword Dual Wield
  208. if %invslt1% == 5 set invslt1dis=Fire Blade
  209. if %invslt1% == 6 set invslt1dis=Titanium Claws
  210. if %invslt1% == 7 set invslt1dis=Enchanted Trident
  211. if %invslt1% == 8 set invslt1dis=Thor's Hammer
  212. if %invslt1% == r1 set invslt1dis=Shortbow
  213. if %invslt1% == r2 set invslt1dis=Oak Shortbow
  214. if %invslt1% == r3 set invslt1dis=Longbow
  215. if %invslt1% == r4 set invslt1dis=Oak Longbow
  216. if %invslt1% == r5 set invslt1dis=Crossbow
  217. if %invslt1% == r6 set invslt1dis=Oak Crossbow
  218. if %invslt1% == r7 set invslt1dis=Enchanted Bow
  219. if %invslt1% == r8 set invslt1dis=Enchanted Crossbow
  220. if %invslt1% == a1 set invslt1dis=Leather Armour
  221. if %invslt1% == a2 set invslt1dis=Iron Armour
  222. if %invslt1% == a3 set invslt1dis=Steel Armour
  223. if %invslt1% == a4 set invslt1dis=Titanium Armour
  224. if %invslt1% == a5 set invslt1dis=Enchanted Armour
  225. if %invslt1% == a6 set invslt1dis=Thor's Armour
  226. if %invslt2% == 0 set invslt2dis=empty
  227. if %invslt2% == 1 set invslt2dis=Dagger
  228. if %invslt2% == 2 set invslt2dis=Sword
  229. if %invslt2% == 3 set invslt2dis=Two-Handed Sword
  230. if %invslt2% == 4 set invslt2dis=Sword Dual Weild
  231. if %invslt2% == 5 set invslt2dis=Fire Blade
  232. if %invslt2% == 6 set invslt2dis=Titanium Claws
  233. if %invslt2% == 7 set invslt2dis=Enchanted Trident
  234. if %invslt2% == 8 set invslt2dis=Thor's Hammer
  235. if %invslt2% == r1 set invslt2dis=Shortbow
  236. if %invslt2% == r2 set invslt2dis=Oak Shortbow
  237. if %invslt2% == r3 set invslt2dis=Longbow
  238. if %invslt2% == r4 set invslt2dis=Oak Longbow
  239. if %invslt2% == r5 set invslt2dis=Crossbow
  240. if %invslt2% == r6 set invslt2dis=Oak Crossbow
  241. if %invslt2% == r7 set invslt2dis=Enchanted Bow
  242. if %invslt2% == r8 set invslt2dis=Enchanted Crossbow
  243. if %invslt2% == a1 set invslt2dis=Leather Armour
  244. if %invslt2% == a2 set invslt2dis=Iron Armour
  245. if %invslt2% == a3 set invslt2dis=Steel Armour
  246. if %invslt2% == a4 set invslt2dis=Titanium Armour
  247. if %invslt2% == a5 set invslt2dis=Enchanted Armour
  248. if %invslt2% == a6 set invslt2dis=Thor's Armour
  249. if %invslt3% == 0 set invslt3dis=empty
  250. if %invslt3% == 1 set invslt3dis=Dagger
  251. if %invslt3% == 2 set invslt3dis=Sword
  252. if %invslt3% == 3 set invslt3dis=Two-Handed Sword
  253. if %invslt3% == 4 set invslt3dis=Sword Dual Weild
  254. if %invslt3% == 5 set invslt3dis=Fire Blade
  255. if %invslt3% == 6 set invslt3dis=Titanium Claws
  256. if %invslt3% == 7 set invslt3dis=Enchanted Trident
  257. if %invslt3% == 8 set invslt3dis=Thor's Hammer
  258. if %invslt3% == r1 set invslt3dis=Shortbow
  259. if %invslt3% == r2 set invslt3dis=Oak Shortbow
  260. if %invslt3% == r3 set invslt3dis=Longbow
  261. if %invslt3% == r4 set invslt3dis=Oak Longbow
  262. if %invslt3% == r5 set invslt3dis=Crossbow
  263. if %invslt3% == r6 set invslt3dis=Oak Crossbow
  264. if %invslt3% == r7 set invslt3dis=Enchanted Bow
  265. if %invslt3% == r8 set invslt3dis=Enchanted Crossbow
  266. if %invslt3% == a1 set invslt3dis=Leather Armour
  267. if %invslt3% == a2 set invslt3dis=Iron Armour
  268. if %invslt3% == a3 set invslt3dis=Steel Armour
  269. if %invslt3% == a4 set invslt3dis=Titanium Armour
  270. if %invslt3% == a5 set invslt3dis=Enchanted Armour
  271. if %invslt3% == a6 set invslt3dis=Thor's Armour
  272. if %invslt4% == 0 set invslt4dis=empty
  273. if %invslt4% == 1 set invslt4dis=Dagger
  274. if %invslt4% == 2 set invslt4dis=Sword
  275. if %invslt4% == 3 set invslt4dis=Two-Handed Sword
  276. if %invslt4% == 4 set invslt4dis=Sword Dual Weild
  277. if %invslt4% == 5 set invslt4dis=Fire Blade
  278. if %invslt4% == 6 set invslt4dis=Titanium Claws
  279. if %invslt4% == 7 set invslt4dis=Enchanted Trident
  280. if %invslt4% == 8 set invslt4dis=Thor's Hammer
  281. if %invslt4% == r1 set invslt4dis=Shortbow
  282. if %invslt4% == r2 set invslt4dis=Oak Shortbow
  283. if %invslt4% == r3 set invslt4dis=Longbow
  284. if %invslt4% == r4 set invslt4dis=Oak Longbow
  285. if %invslt4% == r5 set invslt4dis=Crossbow
  286. if %invslt4% == r6 set invslt4dis=Oak Crossbow
  287. if %invslt4% == r7 set invslt4dis=Enchanted Bow
  288. if %invslt4% == r8 set invslt4dis=Enchanted Crossbow
  289. if %invslt4% == a1 set invslt4dis=Leather Armour
  290. if %invslt4% == a2 set invslt4dis=Iron Armour
  291. if %invslt4% == a3 set invslt4dis=Steel Armour
  292. if %invslt4% == a4 set invslt4dis=Titanium Armour
  293. if %invslt4% == a5 set invslt4dis=Enchanted Armour
  294. if %invslt4% == a6 set invslt4dis=Thor's Armour
  295. if %invslt5% == 0 set invslt5dis=empty
  296. if %invslt5% == 1 set invslt5dis=Dagger
  297. if %invslt5% == 2 set invslt5dis=Sword
  298. if %invslt5% == 3 set invslt5dis=Two-Handed Sword
  299. if %invslt5% == 4 set invslt5dis=Sword Dual Weild
  300. if %invslt5% == 5 set invslt5dis=Fire Blade
  301. if %invslt5% == 6 set invslt5dis=Titanium Claws
  302. if %invslt5% == 7 set invslt5dis=Enchanted Trident
  303. if %invslt5% == 8 set invslt5dis=Thor's Hammer
  304. if %invslt5% == r1 set invslt5dis=Shortbow
  305. if %invslt5% == r2 set invslt5dis=Oak Shortbow
  306. if %invslt5% == r3 set invslt5dis=Longbow
  307. if %invslt5% == r4 set invslt5dis=Oak Longbow
  308. if %invslt5% == r5 set invslt5dis=Crossbow
  309. if %invslt5% == r6 set invslt5dis=Oak Crossbow
  310. if %invslt5% == r7 set invslt5dis=Enchanted Bow
  311. if %invslt5% == r8 set invslt5dis=Enchanted Crossbow
  312. if %invslt5% == a1 set invslt5dis=Leather Armour
  313. if %invslt5% == a2 set invslt5dis=Iron Armour
  314. if %invslt5% == a3 set invslt5dis=Steel Armour
  315. if %invslt5% == a4 set invslt5dis=Titanium Armour
  316. if %invslt5% == a5 set invslt5dis=Enchanted Armour
  317. if %invslt5% == a6 set invslt5dis=Thor's Armour
  318. if %invslt6% == 0 set invslt6dis=empty
  319. if %invslt6% == 1 set invslt6dis=Dagger
  320. if %invslt6% == 2 set invslt6dis=Sword
  321. if %invslt6% == 3 set invslt6dis=Two-Handed Sword
  322. if %invslt6% == 4 set invslt6dis=Sword Dual Weild
  323. if %invslt6% == 5 set invslt6dis=Fire Blade
  324. if %invslt6% == 6 set invslt6dis=Titanium Claws
  325. if %invslt6% == 7 set invslt6dis=Enchanted Trident
  326. if %invslt6% == 8 set invslt6dis=Thor's Hammer
  327. if %invslt6% == r1 set invslt6dis=Shortbow
  328. if %invslt6% == r2 set invslt6dis=Oak Shortbow
  329. if %invslt6% == r3 set invslt6dis=Longbow
  330. if %invslt6% == r4 set invslt6dis=Oak Longbow
  331. if %invslt6% == r5 set invslt6dis=Crossbow
  332. if %invslt6% == r6 set invslt6dis=Oak Crossbow
  333. if %invslt6% == r7 set invslt6dis=Enchanted Bow
  334. if %invslt6% == r8 set invslt6dis=Enchanted Crossbow
  335. if %invslt6% == a1 set invslt6dis=Leather Armour
  336. if %invslt6% == a2 set invslt6dis=Iron Armour
  337. if %invslt6% == a3 set invslt6dis=Steel Armour
  338. if %invslt6% == a4 set invslt6dis=Titanium Armour
  339. if %invslt6% == a5 set invslt6dis=Enchanted Armour
  340. if %invslt6% == a6 set invslt6dis=Thor's Armour
  341. if %invslt7% == 0 set invslt7dis=empty
  342. if %invslt7% == 1 set invslt7dis=Dagger
  343. if %invslt7% == 2 set invslt7dis=Sword
  344. if %invslt7% == 3 set invslt7dis=Two-Handed Sword
  345. if %invslt7% == 4 set invslt7dis=Sword Dual Weild
  346. if %invslt7% == 5 set invslt7dis=Fire Blade
  347. if %invslt7% == 6 set invslt7dis=Titanium Claws
  348. if %invslt7% == 7 set invslt7dis=Enchanted Trident
  349. if %invslt7% == 8 set invslt7dis=Thor's Hammer
  350. if %invslt7% == r1 set invslt7dis=Shortbow
  351. if %invslt7% == r2 set invslt7dis=Oak Shortbow
  352. if %invslt7% == r3 set invslt7dis=Longbow
  353. if %invslt7% == r4 set invslt7dis=Oak Longbow
  354. if %invslt7% == r5 set invslt7dis=Crossbow
  355. if %invslt7% == r6 set invslt7dis=Oak Crossbow
  356. if %invslt7% == r7 set invslt7dis=Enchanted Bow
  357. if %invslt7% == r8 set invslt7dis=Enchanted Crossbow
  358. if %invslt7% == a1 set invslt7dis=Leather Armour
  359. if %invslt7% == a2 set invslt7dis=Iron Armour
  360. if %invslt7% == a3 set invslt7dis=Steel Armour
  361. if %invslt7% == a4 set invslt7dis=Titanium Armour
  362. if %invslt7% == a5 set invslt7dis=Enchanted Armour
  363. if %invslt7% == a6 set invslt7dis=Thor's Armour
  364. if %invslt8% == 0 set invslt8dis=empty
  365. if %invslt8% == 1 set invslt8dis=Dagger
  366. if %invslt8% == 2 set invslt8dis=Sword
  367. if %invslt8% == 3 set invslt8dis=Two-Handed Sword
  368. if %invslt8% == 4 set invslt8dis=Sword Dual Weild
  369. if %invslt8% == 5 set invslt8dis=Fire Blade
  370. if %invslt8% == 6 set invslt8dis=Titanium Claws
  371. if %invslt8% == 7 set invslt8dis=Enchanted Trident
  372. if %invslt8% == 8 set invslt8dis=Thor's Hammer
  373. if %invslt8% == r1 set invslt8dis=Shortbow
  374. if %invslt8% == r2 set invslt8dis=Oak Shortbow
  375. if %invslt8% == r3 set invslt8dis=Longbow
  376. if %invslt8% == r4 set invslt8dis=Oak Longbow
  377. if %invslt8% == r5 set invslt8dis=Crossbow
  378. if %invslt8% == r6 set invslt8dis=Oak Crossbow
  379. if %invslt8% == r7 set invslt8dis=Enchanted Bow
  380. if %invslt8% == r8 set invslt8dis=Enchanted Crossbow
  381. if %invslt8% == a1 set invslt8dis=Leather Armour
  382. if %invslt8% == a2 set invslt8dis=Iron Armour
  383. if %invslt8% == a3 set invslt8dis=Steel Armour
  384. if %invslt8% == a4 set invslt8dis=Titanium Armour
  385. if %invslt8% == a5 set invslt8dis=Enchanted Armour
  386. if %invslt8% == a6 set invslt8dis=Thor's Armour
  387. if %invslt9% == 0 set invslt9dis=empty
  388. if %invslt9% == 1 set invslt9dis=Dagger
  389. if %invslt9% == 2 set invslt9dis=Sword
  390. if %invslt9% == 3 set invslt9dis=Two-Handed Sword
  391. if %invslt9% == 4 set invslt9dis=Sword Dual Weild
  392. if %invslt9% == 5 set invslt9dis=Fire Blade
  393. if %invslt9% == 6 set invslt9dis=Titanium Claws
  394. if %invslt9% == 7 set invslt9dis=Enchanted Trident
  395. if %invslt9% == 8 set invslt9dis=Thor's Hammer
  396. if %invslt9% == r1 set invslt9dis=Shortbow
  397. if %invslt9% == r2 set invslt9dis=Oak Shortbow
  398. if %invslt9% == r3 set invslt9dis=Longbow
  399. if %invslt9% == r4 set invslt9dis=Oak Longbow
  400. if %invslt9% == r5 set invslt9dis=Crossbow
  401. if %invslt9% == r6 set invslt9dis=Oak Crossbow
  402. if %invslt9% == r7 set invslt9dis=Enchanted Bow
  403. if %invslt9% == r8 set invslt9dis=Enchanted Crossbow
  404. if %invslt9% == a1 set invslt9dis=Leather Armour
  405. if %invslt9% == a2 set invslt9dis=Iron Armour
  406. if %invslt9% == a3 set invslt9dis=Steel Armour
  407. if %invslt9% == a4 set invslt9dis=Titanium Armour
  408. if %invslt9% == a5 set invslt9dis=Enchanted Armour
  409. if %invslt9% == a6 set invslt9dis=Thor's Armour
  410. if %invslt10% == 0 set invslt10dis=empty
  411. if %invslt10% == 1 set invslt10dis=Dagger
  412. if %invslt10% == 2 set invslt10dis=Sword
  413. if %invslt10% == 3 set invslt10dis=Two-Handed Sword
  414. if %invslt10% == 4 set invslt10dis=Sword Dual Weild
  415. if %invslt10% == 5 set invslt10dis=Fire Blade
  416. if %invslt10% == 6 set invslt10dis=Titanium Claws
  417. if %invslt10% == 7 set invslt10dis=Enchanted Trident
  418. if %invslt10% == 8 set invslt10dis=Thor's Hammer
  419. if %invslt10% == r1 set invslt10dis=Shortbow
  420. if %invslt10% == r2 set invslt10dis=Oak Shortbow
  421. if %invslt10% == r3 set invslt10dis=Longbow
  422. if %invslt10% == r4 set invslt10dis=Oak Longbow
  423. if %invslt10% == r5 set invslt10dis=Crossbow
  424. if %invslt10% == r6 set invslt10dis=Oak Crossbow
  425. if %invslt10% == r7 set invslt10dis=Enchanted Bow
  426. if %invslt10% == r8 set invslt10dis=Enchanted Crossbow
  427. if %invslt10% == a1 set invslt10dis=Leather Armour
  428. if %invslt10% == a2 set invslt10dis=Iron Armour
  429. if %invslt10% == a3 set invslt10dis=Steel Armour
  430. if %invslt10% == a4 set invslt10dis=Titanium Armour
  431. if %invslt10% == a5 set invslt10dis=Enchanted Armour
  432. if %invslt10% == a6 set invslt10dis=Thor's Armour
  433. cls
  434. echo Shadow's Element RPG - Inventory
  435. echo ----------------------------------------------
  436. echo %name% Lvl:%level% Orbs:%orbcount%
  437. echo Hp:%health%/50000
  438. echo Xp:%xp%/%xpmax% Money:$%money%
  439. echo ----------------------------------------------
  440. echo Choose item:
  441. echo.
  442. echo 1) Slot 1:%invslt1dis% d)Delete Items
  443. echo 2) Slot 2:%invslt2dis%
  444. echo 3) Slot 3:%invslt3dis%
  445. echo 4) Slot 4:%invslt4dis%
  446. echo 5) Slot 5:%invslt5dis%
  447. echo 6) Slot 6:%invslt6dis%
  448. echo 7) Slot 7:%invslt7dis%
  449. echo 8) Slot 8:%invslt8dis%
  450. echo 9) Slot 9:%invslt9dis%
  451. echo 10) Slot 10:%invslt10dis%
  452. echo 11) Back
  453. echo.
  454. set invput=12
  455. set /p invput=Enter:
  456.  
  457. if %invput% == 11 goto main
  458. if %invput% == d goto delslot
  459. if %invput% == 1 if not %invslt1% == 0 goto invslt1
  460. if %invput% == 2 if not %invslt2% == 0 goto invslt2
  461. if %invput% == 3 if not %invslt3% == 0 goto invslt3
  462. if %invput% == 4 if not %invslt4% == 0 goto invslt4
  463. if %invput% == 5 if not %invslt5% == 0 goto invslt5
  464. if %invput% == 6 if not %invslt6% == 0 goto invslt6
  465. if %invput% == 7 if not %invslt7% == 0 goto invslt7
  466. if %invput% == 8 if not %invslt8% == 0 goto invslt8
  467. if %invput% == 9 if not %invslt9% == 0 goto invslt9
  468. if %invput% == 10 if not %invslt10% == 0 goto invslt10
  469. goto inv
  470.  
  471. :delslot
  472. cls
  473. echo Shadow's Element RPG - Inventory - Delete
  474. echo ----------------------------------------------
  475. echo %name% Lvl:%level% Orbs:%orbcount%
  476. echo Hp:%health%/50000
  477. echo Xp:%xp%/%xpmax% Money:$%money%
  478. echo ----------------------------------------------
  479. echo Choose item to delete:
  480. echo.
  481. echo 1) Slot 1:%invslt1dis%
  482. echo 2) Slot 2:%invslt2dis%
  483. echo 3) Slot 3:%invslt3dis%
  484. echo 4) Slot 4:%invslt4dis%
  485. echo 5) Slot 5:%invslt5dis%
  486. echo 6) Slot 6:%invslt6dis%
  487. echo 7) Slot 7:%invslt7dis%
  488. echo 8) Slot 8:%invslt8dis%
  489. echo 9) Slot 9:%invslt9dis%
  490. echo 10) Slot 10:%invslt10dis%
  491. echo 11) Back
  492. echo.
  493. set invput=12
  494. set /p invput=Enter:
  495.  
  496. if %invput% == 1 set invslt1=0
  497. if %invput% == 1 goto chnged
  498. if %invput% == 2 set invslt2=0
  499. if %invput% == 2 goto chnged
  500. if %invput% == 3 set invslt3=0
  501. if %invput% == 3 goto chnged
  502. if %invput% == 4 set invslt4=0
  503. if %invput% == 4 goto chnged
  504. if %invput% == 5 set invslt5=0
  505. if %invput% == 5 goto chnged
  506. if %invput% == 6 set invslt6=0
  507. if %invput% == 6 goto chnged
  508. if %invput% == 7 set invslt7=0
  509. if %invput% == 7 goto chnged
  510. if %invput% == 8 set invslt8=0
  511. if %invput% == 8 goto chnged
  512. if %invput% == 9 set invslt9=0
  513. if %invput% == 9 goto chnged
  514. if %invput% == 10 set invslt10=0
  515. if %invput% == 10 goto chnged
  516. goto delslot
  517.  
  518. :chnged
  519. color 0a
  520. cls
  521. echo ITEM DELETED
  522. pause >nul
  523. color 0e
  524. goto inv
  525.  
  526. :invslt1
  527. if %invslt1% == 1 set wep=1
  528. if %invslt1% == 2 set wep=2
  529. if %invslt1% == 3 set wep=3
  530. if %invslt1% == 4 set wep=4
  531. if %invslt1% == 5 set wep=5
  532. if %invslt1% == 6 set wep=6
  533. if %invslt1% == 7 set wep=7
  534. if %invslt1% == 8 set wep=8
  535. if %invslt1% == r1 set wep=r1
  536. if %invslt1% == r2 set wep=r2
  537. if %invslt1% == r3 set wep=r3
  538. if %invslt1% == r4 set wep=r4
  539. if %invslt1% == r5 set wep=r5
  540. if %invslt1% == r6 set wep=r6
  541. if %invslt1% == r7 set wep=r7
  542. if %invslt1% == r8 set wep=r8
  543. if %invslt1% == a1 set arm=1
  544. if %invslt1% == a2 set arm=2
  545. if %invslt1% == a3 set arm=3
  546. if %invslt1% == a4 set arm=4
  547. if %invslt1% == a5 set arm=5
  548. if %invslt1% == a6 set arm=6
  549. goto main
  550.  
  551. :invslt2
  552. if %invslt2% == 1 set wep=1
  553. if %invslt2% == 2 set wep=2
  554. if %invslt2% == 3 set wep=3
  555. if %invslt2% == 4 set wep=4
  556. if %invslt2% == 5 set wep=5
  557. if %invslt2% == 6 set wep=6
  558. if %invslt2% == 7 set wep=7
  559. if %invslt2% == 8 set wep=8
  560. if %invslt2% == r1 set wep=r1
  561. if %invslt2% == r2 set wep=r2
  562. if %invslt2% == r3 set wep=r3
  563. if %invslt2% == r4 set wep=r4
  564. if %invslt2% == r5 set wep=r5
  565. if %invslt2% == r6 set wep=r6
  566. if %invslt2% == r7 set wep=r7
  567. if %invslt2% == r8 set wep=r8
  568. if %invslt2% == a1 set arm=1
  569. if %invslt2% == a2 set arm=2
  570. if %invslt2% == a3 set arm=3
  571. if %invslt2% == a4 set arm=4
  572. if %invslt2% == a5 set arm=5
  573. if %invslt2% == a6 set arm=6
  574. goto main
  575.  
  576. :invslt3
  577. if %invslt3% == 1 set wep=1
  578. if %invslt3% == 2 set wep=2
  579. if %invslt3% == 3 set wep=3
  580. if %invslt3% == 4 set wep=4
  581. if %invslt3% == 5 set wep=5
  582. if %invslt3% == 6 set wep=6
  583. if %invslt3% == 7 set wep=7
  584. if %invslt3% == 8 set wep=8
  585. if %invslt3% == r1 set wep=r1
  586. if %invslt3% == r2 set wep=r2
  587. if %invslt3% == r3 set wep=r3
  588. if %invslt3% == r4 set wep=r4
  589. if %invslt3% == r5 set wep=r5
  590. if %invslt3% == r6 set wep=r6
  591. if %invslt3% == r7 set wep=r7
  592. if %invslt3% == r8 set wep=r8
  593. if %invslt3% == a1 set arm=1
  594. if %invslt3% == a2 set arm=2
  595. if %invslt3% == a3 set arm=3
  596. if %invslt3% == a4 set arm=4
  597. if %invslt3% == a5 set arm=5
  598. if %invslt3% == a6 set arm=6
  599. goto main
  600.  
  601. :invslt4
  602. if %invslt4% == 1 set wep=1
  603. if %invslt4% == 2 set wep=2
  604. if %invslt4% == 3 set wep=3
  605. if %invslt4% == 4 set wep=4
  606. if %invslt4% == 5 set wep=5
  607. if %invslt4% == 6 set wep=6
  608. if %invslt4% == 7 set wep=7
  609. if %invslt4% == 8 set wep=8
  610. if %invslt4% == r1 set wep=r1
  611. if %invslt4% == r2 set wep=r2
  612. if %invslt4% == r3 set wep=r3
  613. if %invslt4% == r4 set wep=r4
  614. if %invslt4% == r5 set wep=r5
  615. if %invslt4% == r6 set wep=r6
  616. if %invslt4% == r7 set wep=r7
  617. if %invslt4% == r8 set wep=r8
  618. if %invslt4% == a1 set arm=1
  619. if %invslt4% == a2 set arm=2
  620. if %invslt4% == a3 set arm=3
  621. if %invslt4% == a4 set arm=4
  622. if %invslt4% == a5 set arm=5
  623. if %invslt4% == a6 set arm=6
  624. goto main
  625.  
  626. :invslt5
  627. if %invslt5% == 1 set wep=1
  628. if %invslt5% == 2 set wep=2
  629. if %invslt5% == 3 set wep=3
  630. if %invslt5% == 4 set wep=4
  631. if %invslt5% == 5 set wep=5
  632. if %invslt5% == 6 set wep=6
  633. if %invslt5% == 7 set wep=7
  634. if %invslt5% == 8 set wep=8
  635. if %invslt5% == r1 set wep=r1
  636. if %invslt5% == r2 set wep=r2
  637. if %invslt5% == r3 set wep=r3
  638. if %invslt5% == r4 set wep=r4
  639. if %invslt5% == r5 set wep=r5
  640. if %invslt5% == r6 set wep=r6
  641. if %invslt5% == r7 set wep=r7
  642. if %invslt5% == r8 set wep=r8
  643. if %invslt5% == a1 set arm=1
  644. if %invslt5% == a2 set arm=2
  645. if %invslt5% == a3 set arm=3
  646. if %invslt5% == a4 set arm=4
  647. if %invslt5% == a5 set arm=5
  648. if %invslt5% == a6 set arm=6
  649. goto main
  650.  
  651. :invslt6
  652. if %invslt6% == 1 set wep=1
  653. if %invslt6% == 2 set wep=2
  654. if %invslt6% == 3 set wep=3
  655. if %invslt6% == 4 set wep=4
  656. if %invslt6% == 5 set wep=5
  657. if %invslt6% == 6 set wep=6
  658. if %invslt6% == 7 set wep=7
  659. if %invslt6% == 8 set wep=8
  660. if %invslt6% == r1 set wep=r1
  661. if %invslt6% == r2 set wep=r2
  662. if %invslt6% == r3 set wep=r3
  663. if %invslt6% == r4 set wep=r4
  664. if %invslt6% == r5 set wep=r5
  665. if %invslt6% == r6 set wep=r6
  666. if %invslt6% == r7 set wep=r7
  667. if %invslt6% == r8 set wep=r8
  668. if %invslt6% == a1 set arm=1
  669. if %invslt6% == a2 set arm=2
  670. if %invslt6% == a3 set arm=3
  671. if %invslt6% == a4 set arm=4
  672. if %invslt6% == a5 set arm=5
  673. if %invslt6% == a6 set arm=6
  674. goto main
  675.  
  676. :invslt7
  677. if %invslt7% == 1 set wep=1
  678. if %invslt7% == 2 set wep=2
  679. if %invslt7% == 3 set wep=3
  680. if %invslt7% == 4 set wep=4
  681. if %invslt7% == 5 set wep=5
  682. if %invslt7% == 6 set wep=6
  683. if %invslt7% == 7 set wep=7
  684. if %invslt7% == 8 set wep=8
  685. if %invslt7% == r1 set wep=r1
  686. if %invslt7% == r2 set wep=r2
  687. if %invslt7% == r3 set wep=r3
  688. if %invslt7% == r4 set wep=r4
  689. if %invslt7% == r5 set wep=r5
  690. if %invslt7% == r6 set wep=r6
  691. if %invslt7% == r7 set wep=r7
  692. if %invslt7% == r8 set wep=r8
  693. if %invslt7% == a1 set arm=1
  694. if %invslt7% == a2 set arm=2
  695. if %invslt7% == a3 set arm=3
  696. if %invslt7% == a4 set arm=4
  697. if %invslt7% == a5 set arm=5
  698. if %invslt7% == a6 set arm=6
  699. goto main
  700.  
  701. :invslt8
  702. if %invslt8% == 1 set wep=1
  703. if %invslt8% == 2 set wep=2
  704. if %invslt8% == 3 set wep=3
  705. if %invslt8% == 4 set wep=4
  706. if %invslt8% == 5 set wep=5
  707. if %invslt8% == 6 set wep=6
  708. if %invslt8% == 7 set wep=7
  709. if %invslt8% == 8 set wep=8
  710. if %invslt8% == r1 set wep=r1
  711. if %invslt8% == r2 set wep=r2
  712. if %invslt8% == r3 set wep=r3
  713. if %invslt8% == r4 set wep=r4
  714. if %invslt8% == r5 set wep=r5
  715. if %invslt8% == r6 set wep=r6
  716. if %invslt8% == r7 set wep=r7
  717. if %invslt8% == r8 set wep=r8
  718. if %invslt8% == a1 set arm=1
  719. if %invslt8% == a2 set arm=2
  720. if %invslt8% == a3 set arm=3
  721. if %invslt8% == a4 set arm=4
  722. if %invslt8% == a5 set arm=5
  723. if %invslt8% == a6 set arm=6
  724. goto main
  725.  
  726. :invslt9
  727. if %invslt9% == 1 set wep=1
  728. if %invslt9% == 2 set wep=2
  729. if %invslt9% == 3 set wep=3
  730. if %invslt9% == 4 set wep=4
  731. if %invslt9% == 5 set wep=5
  732. if %invslt9% == 6 set wep=6
  733. if %invslt9% == 7 set wep=7
  734. if %invslt9% == 8 set wep=8
  735. if %invslt9% == r1 set wep=r1
  736. if %invslt9% == r2 set wep=r2
  737. if %invslt9% == r3 set wep=r3
  738. if %invslt9% == r4 set wep=r4
  739. if %invslt9% == r5 set wep=r5
  740. if %invslt9% == r6 set wep=r6
  741. if %invslt9% == r7 set wep=r7
  742. if %invslt9% == r8 set wep=r8
  743. if %invslt9% == a1 set arm=1
  744. if %invslt9% == a2 set arm=2
  745. if %invslt9% == a3 set arm=3
  746. if %invslt9% == a4 set arm=4
  747. if %invslt9% == a5 set arm=5
  748. if %invslt9% == a6 set arm=6
  749. goto main
  750.  
  751. :invslt10
  752. if %invslt10% == 1 set wep=1
  753. if %invslt10% == 2 set wep=2
  754. if %invslt10% == 3 set wep=3
  755. if %invslt10% == 4 set wep=4
  756. if %invslt10% == 5 set wep=5
  757. if %invslt10% == 6 set wep=6
  758. if %invslt10% == 7 set wep=7
  759. if %invslt10% == 8 set wep=8
  760. if %invslt10% == r1 set wep=r1
  761. if %invslt10% == r2 set wep=r2
  762. if %invslt10% == r3 set wep=r3
  763. if %invslt10% == r4 set wep=r4
  764. if %invslt10% == r5 set wep=r5
  765. if %invslt10% == r6 set wep=r6
  766. if %invslt10% == r7 set wep=r7
  767. if %invslt10% == r8 set wep=r8
  768. if %invslt10% == a1 set arm=1
  769. if %invslt10% == a2 set arm=2
  770. if %invslt10% == a3 set arm=3
  771. if %invslt10% == a4 set arm=4
  772. if %invslt10% == a5 set arm=5
  773. if %invslt10% == a6 set arm=6
  774. goto main
  775.  
  776. :fight
  777. cls
  778. echo Fight
  779. echo -----
  780. echo.
  781. echo 1)Random Fight
  782. echo 2)Arena
  783. echo 3)Back
  784. echo.
  785. set fchoiput=0
  786. set /p fchoiput=Enter:
  787.  
  788. if %fchoiput% == 1 goto rndmfght
  789. if %fchoiput% == 2 goto arena
  790. if %fchoiput% == 3 goto main
  791. goto fight
  792.  
  793. :rndmfght
  794. set endis=a
  795. set enhp=0
  796. set enmaxhp0=
  797. set enlvl=0
  798. set enhit=0
  799. set enemy=%random:~-1%
  800. if %enemy% GTR %level% goto rndmfght
  801. if %enemy% LSS 1 goto rndmfght
  802. if %enemy% == 1 set endis=Goblin
  803. if %enemy% == 1 set enhp=50
  804. if %enemy% == 1 set enmaxhp=50
  805. if %enemy% == 1 set enlvl=1
  806. if %enemy% == 1 set enhit=5
  807. if %enemy% == 2 set endis=Orc
  808. if %enemy% == 2 set enhp=60
  809. if %enemy% == 2 set enmaxhp=60
  810. if %enemy% == 2 set enlvl=2
  811. if %enemy% == 2 set enhit=6
  812. if %enemy% == 3 set endis=Ogre
  813. if %enemy% == 3 set enhp=70
  814. if %enemy% == 3 set enmaxhp=70
  815. if %enemy% == 3 set enlvl=4
  816. if %enemy% == 3 set enhit=8
  817. if %enemy% == 4 set endis=Minatour
  818. if %enemy% == 4 set enhp=75
  819. if %enemy% == 4 set enmaxhp=75
  820. if %enemy% == 4 set enlvl=5
  821. if %enemy% == 4 set enhit=9
  822. if %enemy% == 5 set endis=Gryphon
  823. if %enemy% == 5 set enhp=80
  824. if %enemy% == 5 set enmaxhp=80
  825. if %enemy% == 5 set enlvl=7
  826. if %enemy% == 5 set enhit=12
  827. if %enemy% == 6 set endis=Troll
  828. if %enemy% == 6 set enhp=90
  829. if %enemy% == 6 set enmaxhp=90
  830. if %enemy% == 6 set enlvl=9
  831. if %enemy% == 6 set enhit=14
  832. if %enemy% == 7 set endis=Giant Spider
  833. if %enemy% == 7 set enhp=100
  834. if %enemy% == 7 set enmaxhp=100
  835. if %enemy% == 7 set enlvl=12
  836. if %enemy% == 7 set enhit=15
  837. if %enemy% == 8 set endis=Zombie
  838. if %enemy% == 8 set enhp=125
  839. if %enemy% == 8 set enmaxhp=125
  840. if %enemy% == 8 set enlvl=15
  841. if %enemy% == 8 set enhit=17
  842. if %enemy% == 9 set endis=Dragon
  843. if %enemy% == 9 set enhp=200
  844. if %enemy% == 9 set enmaxhp=200
  845. if %enemy% == 9 set enlvl=20
  846. if %enemy% == 9 set enhit=20
  847. :fightscreen
  848. if %health% GTR 50000 set health=50000
  849. if %health% LSS 1 goto death
  850. cls
  851. echo Shadow's Element RPG - Fight
  852. echo ----------------------------------------------
  853. echo %name% Lvl:%level% Orbs:%orbcount%
  854. echo Hp:%health%/50000
  855. echo Xp:%xp%/%xpmax%
  856. echo Weapon:%wepdis%
  857. echo Armour:%armdis%
  858. echo ----------------------------------------------
  859. echo %endis% Lvl:%enlvl%
  860. echo Hp:%enhp%/%enmaxhp%
  861. echo ----------------------------------------------
  862. echo.
  863. echo 1)Attack
  864. echo 2)Potions
  865. echo 3)Flee
  866. echo.
  867. echo.
  868. set finput=4
  869. set /p finput=Enter:
  870.  
  871. if %finput% == 1 goto attack
  872. if %finput% == 2 goto fightpot
  873. if %finput% == 3 goto flee
  874. goto fightscreen
  875.  
  876. :attack
  877. set att=%random:~-2%
  878. if %att% GTR %str% goto attack
  879. if %att% LSS 0 goto attack
  880. if %att% == 00 set att=0
  881. if %att% == 01 set att=1
  882. if %att% == 02 set att=2
  883. if %att% == 03 set att=3
  884. if %att% == 04 set att=4
  885. if %att% == 05 set att=5
  886. if %att% == 06 set att=6
  887. if %att% == 07 set att=7
  888. if %att% == 08 set att=8
  889. if %att% == 09 set att=9
  890. cls
  891. echo You attack the enemy...
  892. echo.
  893. echo ------
  894. echo %att%
  895. echo ------
  896. echo.
  897. pause >nul
  898. set /a enhp= %enhp% - %att%
  899. set /a xp= %xp% + %att%
  900. goto enattack
  901.  
  902. :enattack
  903. if %enhp% LSS 1 goto fwin
  904. set enatt=%random:~-2%
  905. if %enatt% GTR %enhit% goto enattack
  906. if %enatt% LSS 0 goto enattack
  907. if %enatt% == 00 set enatt=0
  908. if %enatt% == 01 set enatt=1
  909. if %enatt% == 02 set enatt=2
  910. if %enatt% == 03 set enatt=3
  911. if %enatt% == 04 set enatt=4
  912. if %enatt% == 05 set enatt=5
  913. if %enatt% == 06 set enatt=6
  914. if %enatt% == 07 set enatt=7
  915. if %enatt% == 08 set enatt=%enhit%
  916. if %enatt% == 09 set enatt=%enhit%
  917. if %arm% == 1 set /a enatt= %enatt% - 1
  918. if %arm% == 2 set /a enatt= %enatt% - 2
  919. if %arm% == 3 set /a enatt= %enatt% - 3
  920. if %arm% == 4 set /a enatt= %enatt% - 5
  921. if %arm% == 5 set /a enatt= %enatt% - 6
  922. if %arm% == 6 set /a enatt= %enatt% - 8
  923. if %arm% == 50 set /a enatt= %enatt% - 18
  924. if %enatt% LSS 0 set enatt=1
  925. cls
  926. echo The enemy attacks you...
  927. echo.
  928. echo ------
  929. echo %enatt%
  930. echo ------
  931. echo.
  932. pause >nul
  933. set /a health= %health% - %enatt%
  934. goto fightscreen
  935.  
  936. :fightpot
  937. cls
  938. echo Potions
  939. echo 1)Small Health - %hpots%
  940. echo 2)Med Health - %hpotm%
  941. echo 3)Full Health - %hpotl%
  942. echo 4)Back
  943. echo.
  944. set fpinput=5
  945. set /p fpinput=Enter:
  946.  
  947. if %fpinput% == 4 goto fightscreen
  948. if %health% == 50000 goto fullhp
  949. if %fpinput% == 1 if %hpots% GEQ 1 set /a health= %health% + 25
  950. if %fpinput% == 1 if %hpots% GEQ 1 goto hpotsl
  951. if %fpinput% == 1 goto fightpot
  952. if %fpinput% == 2 if %hpotm% GEQ 1 set /a health= %health% + 50
  953. if %fpinput% == 2 if %hpotm% GEQ 1 goto hpotml
  954. if %fpinput% == 2 goto fightpot
  955. if %fpinput% == 3 if %hpotl% GEQ 1 set health=50000
  956. if %fpinput% == 3 if %hpotl% GEQ 1 goto hpotll
  957. if %fpinput% == 3 goto fightpot
  958. goto fightpot
  959.  
  960. :hpotsl
  961. if %hpots% GEQ 1 set /a hpots= %hpots% - 1
  962. goto fightscreen
  963.  
  964. :hpotml
  965. if %hpotm% GEQ 1 set /a hpotm= %hpotm% - 1
  966. goto fightscreen
  967.  
  968. :hpotll
  969. if %hpotl% GEQ 1 set /a hpotl= %hpotl% - 1
  970. goto fightscreen
  971.  
  972. :fullhp
  973. cls
  974. echo Your health is already full!
  975. pause >nul
  976. goto fightscreen
  977.  
  978. :flee
  979. cls
  980. echo Are you sure to run?
  981. echo it will cost you $15!
  982. echo (Y/N)
  983. echo.
  984. set flinput=1
  985. set /p flinput=Enter:
  986.  
  987. if %flinput% == y set /a money= %money% - 15
  988. if %flinput% == y goto main
  989. if %flinput% == n goto fightscreen
  990. goto flee
  991.  
  992. :fwin
  993. set monwin=%random:~-2%
  994. if %monwin% GTR 35 goto fwin
  995. if %monwin% LSS 10 goto fwin
  996. cls
  997. echo Congrats! You killed the
  998. echo enemy!
  999. echo +$%monwin%
  1000. echo.
  1001. pause >nul
  1002. if %enlvl% GTR 6 set /a orbcount= %orbcount% + 1
  1003. set /a money= %money% + %monwin%
  1004. set /a killnum= %killnum% + 1
  1005. goto main
  1006.  
  1007. :arena
  1008. cls
  1009. echo Shadow's Element RPG - Arena
  1010. echo ----------------------------------------------
  1011. echo %name% Lvl:%level% Arena Points:%arenpoints%
  1012. echo Hp:%health%/50000 Armour:%armdis%
  1013. echo Xp:%xp%/%xpmax% Weapon:%wepdis%
  1014. echo Orbs:%orbcount%
  1015. echo ----------------------------------------------
  1016. echo.
  1017. echo 1)Start Battle
  1018. echo 2)Cash in points
  1019. echo 3)Collect prize
  1020. echo 4)Exit
  1021. echo.
  1022. echo.
  1023. echo.
  1024. set arenput=0
  1025. set /p arenput=Enter:
  1026.  
  1027. if %arenput% == 1 goto battle
  1028. if %arenput% == 2 goto cashin
  1029. if %arenput% == 3 goto collprize
  1030. if %arenput% == 4 goto main
  1031. goto arena
  1032.  
  1033. :collprize
  1034. if not %tournlev% GEQ 6 goto morepoints
  1035. color 0a
  1036. cls
  1037. echo +Master Blade Sword
  1038. echo +Champions Armour
  1039. pause >nul
  1040. color 0e
  1041. set wep=50
  1042. set arm=50
  1043. goto arena
  1044.  
  1045. :morepoints
  1046. cls
  1047. color 0c
  1048. echo You need to complete all
  1049. echo tournaments to unlock this
  1050. echo prize.
  1051. pause >nul
  1052. color 0e
  1053. goto arena
  1054.  
  1055. :battle
  1056. cls
  1057. echo Shadow's Element RPG - Arena - Battle
  1058. echo ----------------------------------------------
  1059. echo %name% Lvl:%level% Arena Points:%arenpoints%
  1060. echo Hp:%health%/50000 Armour:%armdis%
  1061. echo Xp:%xp%/%xpmax% Weapon:%wepdis%
  1062. echo Orbs:%orbcount%
  1063. echo ----------------------------------------------
  1064. echo.
  1065. echo 1)Beginners Tournament
  1066. echo 2)Amateurs Tournament
  1067. echo 3)Regular Tournament
  1068. echo 4)Advanced Tournament
  1069. echo 5)Professionals Tournament
  1070. echo 6)Back
  1071. echo.
  1072. set batput=0
  1073. set /p batput=Enter:
  1074.  
  1075. if %batput% == 6 goto arena
  1076. if %batput% == 1 goto begintourn
  1077. if %tournlev% LSS 2 goto completetourn
  1078. if %batput% == 2 goto amattourn
  1079. if %tournlev% LSS 3 goto completetourn
  1080. if %batput% == 3 goto regutourn
  1081. if %tournlev% LSS 4 goto completetourn
  1082. if %batput% == 4 goto advantourn
  1083. if %tournlev% LSS 5 goto completetourn
  1084. if %batput% == 5 goto profetourn
  1085. goto battle
  1086.  
  1087. :begintourn
  1088. set enwave=1
  1089. goto beginfight
  1090.  
  1091. :beginfight
  1092. if %enwave% == 1 set endis=Goblin
  1093. if %enwave% == 1 set enhp=50
  1094. if %enwave% == 1 set enmaxhp=50
  1095. if %enwave% == 1 set enlvl=1
  1096. if %enwave% == 1 set enhit=5
  1097. if %enwave% == 2 set endis=Orc
  1098. if %enwave% == 2 set enhp=60
  1099. if %enwave% == 2 set enmaxhp=60
  1100. if %enwave% == 2 set enlvl=2
  1101. if %enwave% == 2 set enhit=6
  1102. if %enwave% == 3 set endis=Ogre
  1103. if %enwave% == 3 set enhp=70
  1104. if %enwave% == 3 set enmaxhp=70
  1105. if %enwave% == 3 set enlvl=4
  1106. if %enwave% == 3 set enhit=8
  1107. if %enwave% == 4 set endis=Minatour
  1108. if %enwave% == 4 set enhp=75
  1109. if %enwave% == 4 set enmaxhp=75
  1110. if %enwave% == 4 set enlvl=5
  1111. if %enwave% == 4 set enhit=9
  1112. if %enwave% == 5 goto beginwin
  1113. :beginfightscrn
  1114. if %health% GTR 50000 set health=50000
  1115. if %health% LSS 1 goto death
  1116. cls
  1117. echo Shadow's Element RPG - Beginners Tournament
  1118. echo ----------------------------------------------
  1119. echo %name% Lvl:%level% Stage:%enwave%
  1120. echo Hp:%health%/50000
  1121. echo Xp:%xp%/%xpmax%
  1122. echo Weapon:%wepdis%
  1123. echo Armour:%armdis%
  1124. echo Orbs:%orbcount%
  1125. echo ----------------------------------------------
  1126. echo %endis% Lvl:%enlvl%
  1127. echo Hp:%enhp%/%enmaxhp%
  1128. echo ----------------------------------------------
  1129. echo.
  1130. echo 1)Attack
  1131. echo 2)Potions
  1132. echo.
  1133. echo.
  1134. echo.
  1135. set beginput=0
  1136. set /p beginput=Enter:
  1137.  
  1138. if %beginput% == 1 goto beginattack
  1139. if %beginput% == 2 goto beginfightpot
  1140. goto beginfightscrn
  1141.  
  1142. :beginattack
  1143. set begatt=%random:~-2%
  1144. if %begatt% GTR %str% goto beginattack
  1145. if %begatt% LSS 0 goto beginattack
  1146. if %begatt% == 00 set begatt=0
  1147. if %begatt% == 01 set begatt=1
  1148. if %begatt% == 02 set begatt=2
  1149. if %begatt% == 03 set begatt=3
  1150. if %begatt% == 04 set begatt=4
  1151. if %begatt% == 05 set begatt=5
  1152. if %begatt% == 06 set begatt=6
  1153. if %begatt% == 07 set begatt=7
  1154. if %begatt% == 08 set begatt=8
  1155. if %begatt% == 09 set begatt=9
  1156. cls
  1157. echo You attack the enemy...
  1158. echo.
  1159. echo ------
  1160. echo %begatt%
  1161. echo ------
  1162. echo.
  1163. pause >nul
  1164. set /a enhp= %enhp% - %begatt%
  1165. set /a xp= %xp% + %begatt%
  1166. goto beginenattack
  1167.  
  1168. :beginenattack
  1169. if %enhp% LSS 1 goto beginkill
  1170. set begenatt=%random:~-2%
  1171. if %begenatt% GTR %enhit% goto beginenattack
  1172. if %begenatt% LSS 0 goto beginenattack
  1173. if %begenatt% == 00 set begenatt=0
  1174. if %begenatt% == 01 set begenatt=1
  1175. if %begenatt% == 02 set begenatt=2
  1176. if %begenatt% == 03 set begenatt=3
  1177. if %begenatt% == 04 set begenatt=4
  1178. if %begenatt% == 05 set begenatt=5
  1179. if %begenatt% == 06 set begenatt=6
  1180. if %begenatt% == 07 set begenatt=7
  1181. if %begenatt% == 08 set begenatt=%enhit%
  1182. if %begenatt% == 09 set begenatt=%enhit%
  1183. if %arm% == 1 set /a begenatt= %begenatt% - 1
  1184. if %arm% == 2 set /a begenatt= %begenatt% - 2
  1185. if %arm% == 3 set /a begenatt= %begenatt% - 3
  1186. if %arm% == 4 set /a begenatt= %begenatt% - 5
  1187. if %arm% == 5 set /a begenatt= %begenatt% - 6
  1188. if %arm% == 6 set /a begenatt= %begenatt% - 8
  1189. if %arm% == 50 set /a begenatt= %begenatt% - 18
  1190. if %begenatt% LSS 0 set begenatt=1
  1191. cls
  1192. echo The enemy attacks you...
  1193. echo.
  1194. echo ------
  1195. echo %begenatt%
  1196. echo ------
  1197. echo.
  1198. pause >nul
  1199. set /a health= %health% - %begenatt%
  1200. goto beginfightscrn
  1201.  
  1202. :beginfightpot
  1203. cls
  1204. echo Potions
  1205. echo 1)Small Health - %hpots%
  1206. echo 2)Med Health - %hpotm%
  1207. echo 3)Full Health - %hpotl%
  1208. echo 4)Back
  1209. echo.
  1210. set fpinput=5
  1211. set /p fpinput=Enter:
  1212.  
  1213. if %fpinput% == 4 goto beginfightscrn
  1214. if %health% == 50000 goto beginfullhp
  1215. if %fpinput% == 1 if %hpots% GEQ 1 set /a health= %health% + 25
  1216. if %fpinput% == 1 if %hpots% GEQ 1 goto beginhpotsl
  1217. if %fpinput% == 1 goto beginfightpot
  1218. if %fpinput% == 2 if %hpotm% GEQ 1 set /a health= %health% + 50
  1219. if %fpinput% == 2 if %hpotm% GEQ 1 goto beginhpotml
  1220. if %fpinput% == 2 goto beginfightpot
  1221. if %fpinput% == 3 if %hpotl% GEQ 1 set health=50000
  1222. if %fpinput% == 3 if %hpotl% GEQ 1 goto beginhpotll
  1223. if %fpinput% == 3 goto beginfightpot
  1224. goto beginfightpot
  1225.  
  1226. :beginhpotsl
  1227. if %hpots% GEQ 1 set /a hpots= %hpots% - 1
  1228. goto beginfightscrn
  1229.  
  1230. :beginhpotml
  1231. if %hpotm% GEQ 1 set /a hpotm= %hpotm% - 1
  1232. goto beginfightscrn
  1233.  
  1234. :beginhpotll
  1235. if %hpotl% GEQ 1 set /a hpotl= %hpotl% - 1
  1236. goto beginfightscrn
  1237.  
  1238. :beginfullhp
  1239. cls
  1240. echo Your health is already full!
  1241. pause >nul
  1242. goto beginfightscrn
  1243.  
  1244. :beginkill
  1245. cls
  1246. echo You killed the enemy!
  1247. pause >nul
  1248. set /a enwave= %enwave% + 1
  1249. set /a killnum= %killnum% + 1
  1250. goto beginfight
  1251.  
  1252. :beginwin
  1253. cls
  1254. echo Congratulations!
  1255. echo You won the Beginners Tournament!
  1256. echo.
  1257. echo +300 Points!
  1258. echo +100 Xp!
  1259. pause >nul
  1260. set /a arenpoints= %arenpoints% + 300
  1261. set /a xp= %xp% + 100
  1262. set health=50000
  1263. if not %tournlev% GEQ 2 set tournlev=2
  1264. goto arena
  1265.  
  1266. :amattourn
  1267. set enwave=1
  1268. goto amatfight
  1269.  
  1270. :amatfight
  1271. if %enwave% == 1 set endis=Goblin
  1272. if %enwave% == 1 set enhp=50
  1273. if %enwave% == 1 set enmaxhp=50
  1274. if %enwave% == 1 set enlvl=1
  1275. if %enwave% == 1 set enhit=5
  1276. if %enwave% == 2 set endis=Orc
  1277. if %enwave% == 2 set enhp=60
  1278. if %enwave% == 2 set enmaxhp=60
  1279. if %enwave% == 2 set enlvl=2
  1280. if %enwave% == 2 set enhit=6
  1281. if %enwave% == 3 set endis=Ogre
  1282. if %enwave% == 3 set enhp=70
  1283. if %enwave% == 3 set enmaxhp=70
  1284. if %enwave% == 3 set enlvl=4
  1285. if %enwave% == 3 set enhit=8
  1286. if %enwave% == 4 set endis=Minatour
  1287. if %enwave% == 4 set enhp=75
  1288. if %enwave% == 4 set enmaxhp=75
  1289. if %enwave% == 4 set enlvl=5
  1290. if %enwave% == 4 set enhit=9
  1291. if %enwave% == 5 set endis=Gryphon
  1292. if %enwave% == 5 set enhp=80
  1293. if %enwave% == 5 set enmaxhp=80
  1294. if %enwave% == 5 set enlvl=7
  1295. if %enwave% == 5 set enhit=12
  1296. if %enwave% == 6 set endis=Troll
  1297. if %enwave% == 6 set enhp=90
  1298. if %enwave% == 6 set enmaxhp=90
  1299. if %enwave% == 6 set enlvl=9
  1300. if %enwave% == 6 set enhit=14
  1301. if %enwave% == 7 goto amatwin
  1302. :amatfightscrn
  1303. if %health% GTR 50000 set health=50000
  1304. if %health% LSS 1 goto death
  1305. cls
  1306. echo Shadow's Element RPG - Amateurs Tournament
  1307. echo ----------------------------------------------
  1308. echo %name% Lvl:%level% Stage:%enwave%
  1309. echo Hp:%health%/50000
  1310. echo Xp:%xp%/%xpmax%
  1311. echo Weapon:%wepdis%
  1312. echo Armour:%armdis%
  1313. echo Orbs:%orbcount%
  1314. echo ----------------------------------------------
  1315. echo %endis% Lvl:%enlvl%
  1316. echo Hp:%enhp%/%enmaxhp%
  1317. echo ----------------------------------------------
  1318. echo.
  1319. echo 1)Attack
  1320. echo 2)Potions
  1321. echo.
  1322. echo.
  1323. echo.
  1324. set amatput=0
  1325. set /p amatput=Enter:
  1326.  
  1327. if %amatput% == 1 goto amatattack
  1328. if %amatput% == 2 goto amatfightpot
  1329. goto amatfightscrn
  1330.  
  1331. :amatattack
  1332. set amaatt=%random:~-2%
  1333. if %amaatt% GTR %str% goto amatattack
  1334. if %amaatt% LSS 0 goto amatattack
  1335. if %amaatt% == 00 set amaatt=0
  1336. if %amaatt% == 01 set amaatt=1
  1337. if %amaatt% == 02 set amaatt=2
  1338. if %amaatt% == 03 set amaatt=3
  1339. if %amaatt% == 04 set amaatt=4
  1340. if %amaatt% == 05 set amaatt=5
  1341. if %amaatt% == 06 set amaatt=6
  1342. if %amaatt% == 07 set amaatt=7
  1343. if %amaatt% == 08 set amaatt=8
  1344. if %amaatt% == 09 set amaatt=9
  1345. cls
  1346. echo You attack the enemy...
  1347. echo.
  1348. echo ------
  1349. echo %amaatt%
  1350. echo ------
  1351. echo.
  1352. pause >nul
  1353. set /a enhp= %enhp% - %amaatt%
  1354. set /a xp= %xp% + %amaatt%
  1355. goto amatenattack
  1356.  
  1357. :amatenattack
  1358. if %enhp% LSS 1 goto amatkill
  1359. set amaenatt=%random:~-2%
  1360. if %amaenatt% GTR %enhit% goto amatenattack
  1361. if %amaenatt% LSS 0 goto amatenattack
  1362. if %amaenatt% == 00 set amaenatt=0
  1363. if %amaenatt% == 01 set amaenatt=1
  1364. if %amaenatt% == 02 set amaenatt=2
  1365. if %amaenatt% == 03 set amaenatt=3
  1366. if %amaenatt% == 04 set amaenatt=4
  1367. if %amaenatt% == 05 set amaenatt=5
  1368. if %amaenatt% == 06 set amaenatt=6
  1369. if %amaenatt% == 07 set amaenatt=7
  1370. if %amaenatt% == 08 set amaenatt=%enhit%
  1371. if %amaenatt% == 09 set amaenatt=%enhit%
  1372. if %arm% == 1 set /a amaenatt= %amaenatt% - 1
  1373. if %arm% == 2 set /a amaenatt= %amaenatt% - 2
  1374. if %arm% == 3 set /a amaenatt= %amaenatt% - 3
  1375. if %arm% == 4 set /a amaenatt= %amaenatt% - 5
  1376. if %arm% == 5 set /a amaenatt= %amaenatt% - 6
  1377. if %arm% == 6 set /a amaenatt= %amaenatt% - 8
  1378. if %arm% == 50 set /a amaenatt= %amaenatt% - 18
  1379. if %amaenatt% LSS 0 set amaenatt=1
  1380. cls
  1381. echo The enemy attacks you...
  1382. echo.
  1383. echo ------
  1384. echo %amaenatt%
  1385. echo ------
  1386. echo.
  1387. pause >nul
  1388. set /a health= %health% - %amaenatt%
  1389. goto amatfightscrn
  1390.  
  1391. :amatfightpot
  1392. cls
  1393. echo Potions
  1394. echo 1)Small Health - %hpots%
  1395. echo 2)Med Health - %hpotm%
  1396. echo 3)Full Health - %hpotl%
  1397. echo 4)Back
  1398. echo.
  1399. set fpinput=5
  1400. set /p fpinput=Enter:
  1401.  
  1402. if %fpinput% == 4 goto amatfightscrn
  1403. if %health% == 50000 goto amatfullhp
  1404. if %fpinput% == 1 if %hpots% GEQ 1 set /a health= %health% + 25
  1405. if %fpinput% == 1 if %hpots% GEQ 1 goto amathpotsl
  1406. if %fpinput% == 1 goto amatfightpot
  1407. if %fpinput% == 2 if %hpotm% GEQ 1 set /a health= %health% + 50
  1408. if %fpinput% == 2 if %hpotm% GEQ 1 goto amathpotml
  1409. if %fpinput% == 2 goto amatfightpot
  1410. if %fpinput% == 3 if %hpotl% GEQ 1 set health=50000
  1411. if %fpinput% == 3 if %hpotl% GEQ 1 goto amathpotll
  1412. if %fpinput% == 3 goto amatfightpot
  1413. goto amatfightpot
  1414.  
  1415. :amathpotsl
  1416. if %hpots% GEQ 1 set /a hpots= %hpots% - 1
  1417. goto amatfightscrn
  1418.  
  1419. :amathpotml
  1420. if %hpotm% GEQ 1 set /a hpotm= %hpotm% - 1
  1421. goto amatfightscrn
  1422.  
  1423. :amathpotll
  1424. if %hpotl% GEQ 1 set /a hpotl= %hpotl% - 1
  1425. goto amatfightscrn
  1426.  
  1427. :amatfullhp
  1428. cls
  1429. echo Your health is already full!
  1430. pause >nul
  1431. goto amatfightscrn
  1432.  
  1433. :amatkill
  1434. cls
  1435. echo You killed the enemy!
  1436. pause >nul
  1437. set /a enwave= %enwave% + 1
  1438. set /a killnum= %killnum% + 1
  1439. goto amatfight
  1440.  
  1441. :amatwin
  1442. cls
  1443. echo Congratulations!
  1444. echo You won the Amateurs Tournament!
  1445. echo.
  1446. echo +500 Points!
  1447. echo +175 Xp!
  1448. pause >nul
  1449. set /a arenpoints= %arenpoints% + 500
  1450. set /a xp= %xp% + 175
  1451. set health=50000
  1452. if not %tournlev% GEQ 3 set tournlev=3
  1453. goto arena
  1454.  
  1455. :regutourn
  1456. set enwave=1
  1457. goto regufight
  1458.  
  1459. :regufight
  1460. if %enwave% == 1 set endis=Goblin
  1461. if %enwave% == 1 set enhp=50
  1462. if %enwave% == 1 set enmaxhp=50
  1463. if %enwave% == 1 set enlvl=1
  1464. if %enwave% == 1 set enhit=5
  1465. if %enwave% == 2 set endis=Orc
  1466. if %enwave% == 2 set enhp=60
  1467. if %enwave% == 2 set enmaxhp=60
  1468. if %enwave% == 2 set enlvl=2
  1469. if %enwave% == 2 set enhit=6
  1470. if %enwave% == 3 set endis=Ogre
  1471. if %enwave% == 3 set enhp=70
  1472. if %enwave% == 3 set enmaxhp=70
  1473. if %enwave% == 3 set enlvl=4
  1474. if %enwave% == 3 set enhit=8
  1475. if %enwave% == 4 set endis=Minatour
  1476. if %enwave% == 4 set enhp=75
  1477. if %enwave% == 4 set enmaxhp=75
  1478. if %enwave% == 4 set enlvl=5
  1479. if %enwave% == 4 set enhit=9
  1480. if %enwave% == 5 set endis=Gryphon
  1481. if %enwave% == 5 set enhp=80
  1482. if %enwave% == 5 set enmaxhp=80
  1483. if %enwave% == 5 set enlvl=7
  1484. if %enwave% == 5 set enhit=12
  1485. if %enwave% == 6 set endis=Troll
  1486. if %enwave% == 6 set enhp=90
  1487. if %enwave% == 6 set enmaxhp=90
  1488. if %enwave% == 6 set enlvl=9
  1489. if %enwave% == 6 set enhit=14
  1490. if %enwave% == 7 set endis=Giant Spider
  1491. if %enwave% == 7 set enhp=100
  1492. if %enwave% == 7 set enmaxhp=100
  1493. if %enwave% == 7 set enlvl=12
  1494. if %enwave% == 7 set enhit=15
  1495. if %enwave% == 8 set endis=Zombie
  1496. if %enwave% == 8 set enhp=125
  1497. if %enwave% == 8 set enmaxhp=125
  1498. if %enwave% == 8 set enlvl=15
  1499. if %enwave% == 8 set enhit=17
  1500. if %enwave% == 9 goto reguwin
  1501. :regufightscrn
  1502. if %health% GTR 50000 set health=50000
  1503. if %health% LSS 1 goto death
  1504. cls
  1505. echo Shadow's Element RPG - Regular Tournament
  1506. echo ----------------------------------------------
  1507. echo %name% Lvl:%level% Stage:%enwave%
  1508. echo Hp:%health%/50000
  1509. echo Xp:%xp%/%xpmax%
  1510. echo Weapon:%wepdis%
  1511. echo Armour:%armdis%
  1512. echo Orbs:%orbcount%
  1513. echo ----------------------------------------------
  1514. echo %endis% Lvl:%enlvl%
  1515. echo Hp:%enhp%/%enmaxhp%
  1516. echo ----------------------------------------------
  1517. echo.
  1518. echo 1)Attack
  1519. echo 2)Potions
  1520. echo.
  1521. echo.
  1522. echo.
  1523. set reguput=0
  1524. set /p reguput=Enter:
  1525.  
  1526. if %reguput% == 1 goto reguattack
  1527. if %reguput% == 2 goto regufightpot
  1528. goto regufightscrn
  1529.  
  1530. :reguattack
  1531. set regatt=%random:~-2%
  1532. if %regatt% GTR %str% goto reguattack
  1533. if %regatt% LSS 0 goto reguattack
  1534. if %regatt% == 00 set regatt=0
  1535. if %regatt% == 01 set regatt=1
  1536. if %regatt% == 02 set regatt=2
  1537. if %regatt% == 03 set regatt=3
  1538. if %regatt% == 04 set regatt=4
  1539. if %regatt% == 05 set regatt=5
  1540. if %regatt% == 06 set regatt=6
  1541. if %regatt% == 07 set regatt=7
  1542. if %regatt% == 08 set regatt=8
  1543. if %regatt% == 09 set regatt=9
  1544. cls
  1545. echo You attack the enemy...
  1546. echo.
  1547. echo ------
  1548. echo %regatt%
  1549. echo ------
  1550. echo.
  1551. pause >nul
  1552. set /a enhp= %enhp% - %regatt%
  1553. set /a xp= %xp% + %regatt%
  1554. goto reguenattack
  1555.  
  1556. :reguenattack
  1557. if %enhp% LSS 1 goto regukill
  1558. set regenatt=%random:~-2%
  1559. if %regenatt% GTR %enhit% goto reguenattack
  1560. if %regenatt% LSS 0 goto reguenattack
  1561. if %regenatt% == 00 set regenatt=0
  1562. if %regenatt% == 01 set regenatt=1
  1563. if %regenatt% == 02 set regenatt=2
  1564. if %regenatt% == 03 set regenatt=3
  1565. if %regenatt% == 04 set regenatt=4
  1566. if %regenatt% == 05 set regenatt=5
  1567. if %regenatt% == 06 set regenatt=6
  1568. if %regenatt% == 07 set regenatt=7
  1569. if %regenatt% == 08 set regenatt=%enhit%
  1570. if %regenatt% == 09 set regenatt=%enhit%
  1571. if %arm% == 1 set /a regenatt= %regenatt% - 1
  1572. if %arm% == 2 set /a regenatt= %regenatt% - 2
  1573. if %arm% == 3 set /a regenatt= %regenatt% - 3
  1574. if %arm% == 4 set /a regenatt= %regenatt% - 5
  1575. if %arm% == 5 set /a regenatt= %regenatt% - 6
  1576. if %arm% == 6 set /a regenatt= %regenatt% - 8
  1577. if %arm% == 50 set /a regenatt= %regenatt% - 18
  1578. if %regenatt% LSS 0 set regenatt=1
  1579. cls
  1580. echo The enemy attacks you...
  1581. echo.
  1582. echo ------
  1583. echo %regenatt%
  1584. echo ------
  1585. echo.
  1586. pause >nul
  1587. set /a health= %health% - %regenatt%
  1588. goto regufightscrn
  1589.  
  1590. :regufightpot
  1591. cls
  1592. echo Potions
  1593. echo 1)Small Health - %hpots%
  1594. echo 2)Med Health - %hpotm%
  1595. echo 3)Full Health - %hpotl%
  1596. echo 4)Back
  1597. echo.
  1598. set fpinput=5
  1599. set /p fpinput=Enter:
  1600.  
  1601. if %fpinput% == 4 goto regufightscrn
  1602. if %health% == 50000 goto regufullhp
  1603. if %fpinput% == 1 if %hpots% GEQ 1 set /a health= %health% + 25
  1604. if %fpinput% == 1 if %hpots% GEQ 1 goto reguhpotsl
  1605. if %fpinput% == 1 goto regufightpot
  1606. if %fpinput% == 2 if %hpotm% GEQ 1 set /a health= %health% + 50
  1607. if %fpinput% == 2 if %hpotm% GEQ 1 goto reguhpotml
  1608. if %fpinput% == 2 goto regufightpot
  1609. if %fpinput% == 3 if %hpotl% GEQ 1 set health=50000
  1610. if %fpinput% == 3 if %hpotl% GEQ 1 goto reguhpotll
  1611. if %fpinput% == 3 goto regufightpot
  1612. goto regufightpot
  1613.  
  1614. :reguhpotsl
  1615. if %hpots% GEQ 1 set /a hpots= %hpots% - 1
  1616. goto regufightscrn
  1617.  
  1618. :reguhpotml
  1619. if %hpotm% GEQ 1 set /a hpotm= %hpotm% - 1
  1620. goto regufightscrn
  1621.  
  1622. :reguhpotll
  1623. if %hpotl% GEQ 1 set /a hpotl= %hpotl% - 1
  1624. goto regufightscrn
  1625.  
  1626. :regufullhp
  1627. cls
  1628. echo Your health is already full!
  1629. pause >nul
  1630. goto regufightscrn
  1631.  
  1632. :regukill
  1633. cls
  1634. echo You killed the enemy!
  1635. pause >nul
  1636. set /a enwave= %enwave% + 1
  1637. set /a killnum= %killnum% + 1
  1638. goto regufight
  1639.  
  1640. :reguwin
  1641. cls
  1642. echo Congratulations!
  1643. echo You won the Regular Tournament!
  1644. echo.
  1645. echo +700 Points!
  1646. echo +250 Xp!
  1647. pause >nul
  1648. set /a arenpoints= %arenpoints% + 700
  1649. set /a xp= %xp% + 250
  1650. set health=50000
  1651. if not %tournlev% GEQ 4 set tournlev=4
  1652. goto arena
  1653.  
  1654. :advantourn
  1655. set enwave=1
  1656. goto advanfight
  1657.  
  1658. :advanfight
  1659. if %enwave% == 1 set endis=Goblin
  1660. if %enwave% == 1 set enhp=50
  1661. if %enwave% == 1 set enmaxhp=50
  1662. if %enwave% == 1 set enlvl=1
  1663. if %enwave% == 1 set enhit=5
  1664. if %enwave% == 2 set endis=Orc
  1665. if %enwave% == 2 set enhp=60
  1666. if %enwave% == 2 set enmaxhp=60
  1667. if %enwave% == 2 set enlvl=2
  1668. if %enwave% == 2 set enhit=6
  1669. if %enwave% == 3 set endis=Ogre
  1670. if %enwave% == 3 set enhp=70
  1671. if %enwave% == 3 set enmaxhp=70
  1672. if %enwave% == 3 set enlvl=4
  1673. if %enwave% == 3 set enhit=8
  1674. if %enwave% == 4 set endis=Minatour
  1675. if %enwave% == 4 set enhp=75
  1676. if %enwave% == 4 set enmaxhp=75
  1677. if %enwave% == 4 set enlvl=5
  1678. if %enwave% == 4 set enhit=9
  1679. if %enwave% == 5 set endis=Gryphon
  1680. if %enwave% == 5 set enhp=80
  1681. if %enwave% == 5 set enmaxhp=80
  1682. if %enwave% == 5 set enlvl=7
  1683. if %enwave% == 5 set enhit=12
  1684. if %enwave% == 6 set endis=Troll
  1685. if %enwave% == 6 set enhp=90
  1686. if %enwave% == 6 set enmaxhp=90
  1687. if %enwave% == 6 set enlvl=9
  1688. if %enwave% == 6 set enhit=14
  1689. if %enwave% == 7 set endis=Giant Spider
  1690. if %enwave% == 7 set enhp=100
  1691. if %enwave% == 7 set enmaxhp=100
  1692. if %enwave% == 7 set enlvl=12
  1693. if %enwave% == 7 set enhit=15
  1694. if %enwave% == 8 set endis=Zombie
  1695. if %enwave% == 8 set enhp=125
  1696. if %enwave% == 8 set enmaxhp=125
  1697. if %enwave% == 8 set enlvl=15
  1698. if %enwave% == 8 set enhit=17
  1699. if %enwave% == 6 set endis=Dragon
  1700. if %enwave% == 6 set enhp=200
  1701. if %enwave% == 6 set enmaxhp=200
  1702. if %enwave% == 6 set enlvl=20
  1703. if %enwave% == 6 set enhit=20
  1704. if %enwave% == 7 set endis=Giant Snake
  1705. if %enwave% == 7 set enhp=250
  1706. if %enwave% == 7 set enmaxhp=250
  1707. if %enwave% == 7 set enlvl=22
  1708. if %enwave% == 7 set enhit=23
  1709. if %enwave% == 8 set endis=Titan
  1710. if %enwave% == 8 set enhp=310
  1711. if %enwave% == 8 set enmaxhp=310
  1712. if %enwave% == 8 set enlvl=26
  1713. if %enwave% == 8 set enhit=25
  1714. if %enwave% == 12 goto advanwin
  1715. :advanfightscrn
  1716. if %health% GTR 50000 set health=50000
  1717. if %health% LSS 1 goto death
  1718. cls
  1719. echo Shadow's Element RPG - Advanced Tournament
  1720. echo ----------------------------------------------
  1721. echo %name% Lvl:%level% Stage:%enwave%
  1722. echo Hp:%health%/50000
  1723. echo Xp:%xp%/%xpmax%
  1724. echo Weapon:%wepdis%
  1725. echo Armour:%armdis%
  1726. echo Orbs:%orbcount%
  1727. echo ----------------------------------------------
  1728. echo %endis% Lvl:%enlvl%
  1729. echo Hp:%enhp%/%enmaxhp%
  1730. echo ----------------------------------------------
  1731. echo.
  1732. echo 1)Attack
  1733. echo 2)Potions
  1734. echo.
  1735. echo.
  1736. echo.
  1737. set advanput=0
  1738. set /p advanput=Enter:
  1739.  
  1740. if %advanput% == 1 goto advanattack
  1741. if %advanput% == 2 goto advanfightpot
  1742. goto advanfightscrn
  1743.  
  1744. :advanattack
  1745. set advatt=%random:~-2%
  1746. if %advatt% GTR %str% goto advanattack
  1747. if %advatt% LSS 0 goto advanattack
  1748. if %advatt% == 00 set advatt=0
  1749. if %advatt% == 01 set advatt=1
  1750. if %advatt% == 02 set advatt=2
  1751. if %advatt% == 03 set advatt=3
  1752. if %advatt% == 04 set advatt=4
  1753. if %advatt% == 05 set advatt=5
  1754. if %advatt% == 06 set advatt=6
  1755. if %advatt% == 07 set advatt=7
  1756. if %advatt% == 08 set advatt=8
  1757. if %advatt% == 09 set advatt=9
  1758. cls
  1759. echo You attack the enemy...
  1760. echo.
  1761. echo ------
  1762. echo %advatt%
  1763. echo ------
  1764. echo.
  1765. pause >nul
  1766. set /a enhp= %enhp% - %advatt%
  1767. set /a xp= %xp% + %advatt%
  1768. goto advanenattack
  1769.  
  1770. :advanenattack
  1771. if %enhp% LSS 1 goto advankill
  1772. set advenatt=%random:~-2%
  1773. if %advenatt% GTR %enhit% goto advanenattack
  1774. if %advenatt% LSS 0 goto advanenattack
  1775. if %advenatt% == 00 set advenatt=0
  1776. if %advenatt% == 01 set advenatt=1
  1777. if %advenatt% == 02 set advenatt=2
  1778. if %advenatt% == 03 set advenatt=3
  1779. if %advenatt% == 04 set advenatt=4
  1780. if %advenatt% == 05 set advenatt=5
  1781. if %advenatt% == 06 set advenatt=6
  1782. if %advenatt% == 07 set advenatt=7
  1783. if %advenatt% == 08 set advenatt=%enhit%
  1784. if %advenatt% == 09 set advenatt=%enhit%
  1785. if %arm% == 1 set /a advenatt= %advenatt% - 1
  1786. if %arm% == 2 set /a advenatt= %advenatt% - 2
  1787. if %arm% == 3 set /a advenatt= %advenatt% - 3
  1788. if %arm% == 4 set /a advenatt= %advenatt% - 5
  1789. if %arm% == 5 set /a advenatt= %advenatt% - 6
  1790. if %arm% == 6 set /a advenatt= %advenatt% - 8
  1791. if %arm% == 50 set /a advenatt= %advenatt% - 18
  1792. if %advenatt% LSS 0 set advenatt=1
  1793. cls
  1794. echo The enemy attacks you...
  1795. echo.
  1796. echo ------
  1797. echo %advenatt%
  1798. echo ------
  1799. echo.
  1800. pause >nul
  1801. set /a health= %health% - %advenatt%
  1802. goto advanfightscrn
  1803.  
  1804. :advanfightpot
  1805. cls
  1806. echo Potions
  1807. echo 1)Small Health - %hpots%
  1808. echo 2)Med Health - %hpotm%
  1809. echo 3)Full Health - %hpotl%
  1810. echo 4)Back
  1811. echo.
  1812. set fpinput=5
  1813. set /p fpinput=Enter:
  1814.  
  1815. if %fpinput% == 4 goto advanfightscrn
  1816. if %health% == 50000 goto advanfullhp
  1817. if %fpinput% == 1 if %hpots% GEQ 1 set /a health= %health% + 25
  1818. if %fpinput% == 1 if %hpots% GEQ 1 goto advanhpotsl
  1819. if %fpinput% == 1 goto advanfightpot
  1820. if %fpinput% == 2 if %hpotm% GEQ 1 set /a health= %health% + 50
  1821. if %fpinput% == 2 if %hpotm% GEQ 1 goto advanhpotml
  1822. if %fpinput% == 2 goto advanfightpot
  1823. if %fpinput% == 3 if %hpotl% GEQ 1 set health=50000
  1824. if %fpinput% == 3 if %hpotl% GEQ 1 goto advanhpotll
  1825. if %fpinput% == 3 goto advanfightpot
  1826. goto advanfightpot
  1827.  
  1828. :advanhpotsl
  1829. if %hpots% GEQ 1 set /a hpots= %hpots% - 1
  1830. goto advanfightscrn
  1831.  
  1832. :advanhpotml
  1833. if %hpotm% GEQ 1 set /a hpotm= %hpotm% - 1
  1834. goto advanfightscrn
  1835.  
  1836. :advanhpotll
  1837. if %hpotl% GEQ 1 set /a hpotl= %hpotl% - 1
  1838. goto advanfightscrn
  1839.  
  1840. :advanfullhp
  1841. cls
  1842. echo Your health is already full!
  1843. pause >nul
  1844. goto advanfightscrn
  1845.  
  1846. :advankill
  1847. cls
  1848. echo You killed the enemy!
  1849. pause >nul
  1850. set /a enwave= %enwave% + 1
  1851. set /a killnum= %killnum% + 1
  1852. goto advanfight
  1853.  
  1854. :advanwin
  1855. cls
  1856. echo Congratulations!
  1857. echo You won the Advanced Tournament!
  1858. echo.
  1859. echo +1000 Points!
  1860. echo +500 Xp!
  1861. pause >nul
  1862. set /a arenpoints= %arenpoints% + 1000
  1863. set /a xp= %xp% + 500
  1864. set health=50000
  1865. if not %tournlev% GEQ 5 set tournlev=5
  1866. goto arena
  1867.  
  1868. :profetourn
  1869. set enwave=10
  1870. goto profefight
  1871.  
  1872. :profefight
  1873. if %enwave% == 1 set endis=Minatour
  1874. if %enwave% == 1 set enhp=75
  1875. if %enwave% == 1 set enmaxhp=75
  1876. if %enwave% == 1 set enlvl=5
  1877. if %enwave% == 1 set enhit=9
  1878. if %enwave% == 2 set endis=Gryphon
  1879. if %enwave% == 2 set enhp=80
  1880. if %enwave% == 2 set enmaxhp=80
  1881. if %enwave% == 2 set enlvl=7
  1882. if %enwave% == 2 set enhit=12
  1883. if %enwave% == 3 set endis=Troll
  1884. if %enwave% == 3 set enhp=90
  1885. if %enwave% == 3 set enmaxhp=90
  1886. if %enwave% == 3 set enlvl=9
  1887. if %enwave% == 3 set enhit=14
  1888. if %enwave% == 4 set endis=Giant Spider
  1889. if %enwave% == 4 set enhp=100
  1890. if %enwave% == 4 set enmaxhp=100
  1891. if %enwave% == 4 set enlvl=12
  1892. if %enwave% == 4 set enhit=15
  1893. if %enwave% == 5 set endis=Zombie
  1894. if %enwave% == 5 set enhp=125
  1895. if %enwave% == 5 set enmaxhp=125
  1896. if %enwave% == 5 set enlvl=15
  1897. if %enwave% == 5 set enhit=17
  1898. if %enwave% == 6 set endis=Dragon
  1899. if %enwave% == 6 set enhp=200
  1900. if %enwave% == 6 set enmaxhp=200
  1901. if %enwave% == 6 set enlvl=20
  1902. if %enwave% == 6 set enhit=20
  1903. if %enwave% == 7 set endis=Giant Snake
  1904. if %enwave% == 7 set enhp=250
  1905. if %enwave% == 7 set enmaxhp=250
  1906. if %enwave% == 7 set enlvl=22
  1907. if %enwave% == 7 set enhit=23
  1908. if %enwave% == 8 set endis=Titan
  1909. if %enwave% == 8 set enhp=310
  1910. if %enwave% == 8 set enmaxhp=310
  1911. if %enwave% == 8 set enlvl=26
  1912. if %enwave% == 8 set enhit=25
  1913. if %enwave% == 9 set endis=Grim Reaper
  1914. if %enwave% == 9 set enhp=375
  1915. if %enwave% == 9 set enmaxhp=375
  1916. if %enwave% == 9 set enlvl=30
  1917. if %enwave% == 9 set enhit=27
  1918. if %enwave% == 10 set endis=Satan
  1919. if %enwave% == 10 set enhp=500
  1920. if %enwave% == 10 set enmaxhp=500
  1921. if %enwave% == 10 set enlvl=34
  1922. if %enwave% == 10 set enhit=30
  1923. if %enwave% == 11 goto profewin
  1924. :proffightscrn
  1925. if %health% GTR 50000 set health=50000
  1926. if %health% LSS 1 goto death
  1927. cls
  1928. echo Shadow's Element RPG - Professional Tournament
  1929. echo ----------------------------------------------
  1930. echo %name% Lvl:%level% Stage:%enwave%
  1931. echo Hp:%health%/50000
  1932. echo Xp:%xp%/%xpmax%
  1933. echo Weapon:%wepdis%
  1934. echo Armour:%armdis%
  1935. echo Orbs:%orbcount%
  1936. echo ----------------------------------------------
  1937. echo %endis% Lvl:%enlvl%
  1938. echo Hp:%enhp%/%enmaxhp%
  1939. echo ----------------------------------------------
  1940. echo.
  1941. echo 1)Attack
  1942. echo 2)Potions
  1943. echo.
  1944. echo.
  1945. echo.
  1946. set profeput=0
  1947. set /p profeput=Enter:
  1948.  
  1949. if %profeput% == 1 goto profeattack
  1950. if %profeput% == 2 goto profefightpot
  1951. goto proffightscrn
  1952.  
  1953. :profeattack
  1954. set proatt=%random:~-2%
  1955. if %proatt% GTR %str% goto profeattack
  1956. if %proatt% LSS 0 goto profeattack
  1957. if %proatt% == 00 set proatt=0
  1958. if %proatt% == 01 set proatt=1
  1959. if %proatt% == 02 set proatt=2
  1960. if %proatt% == 03 set proatt=3
  1961. if %proatt% == 04 set proatt=4
  1962. if %proatt% == 05 set proatt=5
  1963. if %proatt% == 06 set proatt=6
  1964. if %proatt% == 07 set proatt=7
  1965. if %proatt% == 08 set proatt=8
  1966. if %proatt% == 09 set proatt=9
  1967. cls
  1968. echo You attack the enemy...
  1969. echo.
  1970. echo ------
  1971. echo %proatt%
  1972. echo ------
  1973. echo.
  1974. pause >nul
  1975. set /a enhp= %enhp% - %proatt%
  1976. set /a xp= %xp% + %proatt%
  1977. goto profeenattack
  1978.  
  1979. :profeenattack
  1980. if %enhp% LSS 1 goto profekill
  1981. set proenatt=%random:~-2%
  1982. if %proenatt% GTR %enhit% goto profeenattack
  1983. if %proenatt% LSS 0 goto profeenattack
  1984. if %proenatt% == 00 set proenatt=0
  1985. if %proenatt% == 01 set proenatt=1
  1986. if %proenatt% == 02 set proenatt=2
  1987. if %proenatt% == 03 set proenatt=3
  1988. if %proenatt% == 04 set proenatt=4
  1989. if %proenatt% == 05 set proenatt=5
  1990. if %proenatt% == 06 set proenatt=6
  1991. if %proenatt% == 07 set proenatt=7
  1992. if %proenatt% == 08 set proenatt=%enhit%
  1993. if %proenatt% == 09 set proenatt=%enhit%
  1994. if %arm% == 1 set /a proenatt= %proenatt% - 1
  1995. if %arm% == 2 set /a proenatt= %proenatt% - 2
  1996. if %arm% == 3 set /a proenatt= %proenatt% - 3
  1997. if %arm% == 4 set /a proenatt= %proenatt% - 5
  1998. if %arm% == 5 set /a proenatt= %proenatt% - 6
  1999. if %arm% == 6 set /a proenatt= %proenatt% - 8
  2000. if %arm% == 50 set /a proenatt= %proenatt% - 18
  2001. if %proenatt% LSS 0 set proenatt=1
  2002. cls
  2003. echo The enemy attacks you...
  2004. echo.
  2005. echo ------
  2006. echo %proenatt%
  2007. echo ------
  2008. echo.
  2009. pause >nul
  2010. set /a health= %health% - %proenatt%
  2011. goto proffightscrn
  2012.  
  2013. :profefightpot
  2014. cls
  2015. echo Potions
  2016. echo 1)Small Health - %hpots%
  2017. echo 2)Med Health - %hpotm%
  2018. echo 3)Full Health - %hpotl%
  2019. echo 4)Back
  2020. echo.
  2021. set fpinput=5
  2022. set /p fpinput=Enter:
  2023.  
  2024. if %fpinput% == 4 goto proffightscrn
  2025. if %health% == 50000 goto profefullhp
  2026. if %fpinput% == 1 if %hpots% GEQ 1 set /a health= %health% + 25
  2027. if %fpinput% == 1 if %hpots% GEQ 1 goto profehpotsl
  2028. if %fpinput% == 1 goto profefightpot
  2029. if %fpinput% == 2 if %hpotm% GEQ 1 set /a health= %health% + 50
  2030. if %fpinput% == 2 if %hpotm% GEQ 1 goto profehpotml
  2031. if %fpinput% == 2 goto profefightpot
  2032. if %fpinput% == 3 if %hpotl% GEQ 1 set health=50000
  2033. if %fpinput% == 3 if %hpotl% GEQ 1 goto profehpotll
  2034. if %fpinput% == 3 goto profefightpot
  2035. goto profefightpot
  2036.  
  2037. :profehpotsl
  2038. if %hpots% GEQ 1 set /a hpots= %hpots% - 1
  2039. goto proffightscrn
  2040.  
  2041. :profehpotml
  2042. if %hpotm% GEQ 1 set /a hpotm= %hpotm% - 1
  2043. goto proffightscrn
  2044.  
  2045. :profehpotll
  2046. if %hpotl% GEQ 1 set /a hpotl= %hpotl% - 1
  2047. goto proffightscrn
  2048.  
  2049. :profefullhp
  2050. cls
  2051. echo Your health is already full!
  2052. pause >nul
  2053. goto proffightscrn
  2054.  
  2055. :profekill
  2056. cls
  2057. echo You killed the enemy!
  2058. pause >nul
  2059. set /a enwave= %enwave% + 1
  2060. set /a killnum= %killnum% + 1
  2061. goto profefight
  2062.  
  2063. :profewin
  2064. cls
  2065. echo Congratulations!
  2066. echo You won the Professional Tournament!
  2067. echo.
  2068. echo +1750 Points!
  2069. echo +800 Xp!
  2070. pause >nul
  2071. set /a arenpoints= %arenpoints% + 1750
  2072. set /a xp= %xp% + 800
  2073. set health=50000
  2074. if not %tournlev% GEQ 6 set tournlev=6
  2075. cls
  2076. color 0a
  2077. echo Congratulations! You've conquered all
  2078. echo the tournaments!
  2079. echo.
  2080. echo +Master Blade Sword!
  2081. echo +Champions Armour!
  2082. pause >nul
  2083. color 0e
  2084. set wep=50
  2085. set arm=50
  2086. goto main
  2087.  
  2088. :cashin
  2089. cls
  2090. echo 1)Cash in all points
  2091. echo 2)Cash in half of your points
  2092. echo.
  2093. echo.
  2094. set /p cashput=Enter:
  2095.  
  2096. if %cashput% == 1 goto cashall
  2097. if %cashput% == 2 goto cashhalf
  2098. goto cashin
  2099.  
  2100. :cashall
  2101. set /a money= %money% + %arenpoints% / 2
  2102. color 0a
  2103. cls
  2104. echo Points exchanged successfully.
  2105. pause >nul
  2106. color 0e
  2107. set arenpoints=0
  2108. goto arena
  2109.  
  2110. :cashhalf
  2111. set /a money= %money% + %arenpoints% / 4
  2112. color 0a
  2113. cls
  2114. echo Points exchanged successfully.
  2115. pause >nul
  2116. color 0e
  2117. set /a arenpoints= %arenpoints% / 2
  2118. goto arena
  2119.  
  2120. :completetourn
  2121. cls
  2122. echo You need to complete the previous
  2123. echo tournament in order to start this one.
  2124. pause >nul
  2125. goto battle
  2126.  
  2127. :shop
  2128. cls
  2129. echo Shadow's Element RPG - Shop
  2130. echo ----------------------------------------------
  2131. echo %name%
  2132. echo Money:$%money%
  2133. echo.
  2134. echo ----------------------------------------------
  2135. echo.
  2136. echo 1)Weapons
  2137. echo 2)Armour
  2138. echo 3)Potions
  2139. echo 4)Exit
  2140. echo.
  2141. set shinput=5
  2142. set /p shinput=Enter:
  2143.  
  2144. if %shinput% == 1 goto weapons
  2145. if %shinput% == 2 goto armour
  2146. if %shinput% == 3 goto potions
  2147. if %shinput% == 4 goto main
  2148. goto shop
  2149.  
  2150. :weapons
  2151. cls
  2152. echo Shadow's Element - Shop - Weapons
  2153. echo ----------------------------------------------
  2154. echo %name%
  2155. echo Money:$%money%
  2156. echo [MELEE]RANGED](B)
  2157. echo ----------------------------------------------
  2158. echo 1)Dagger $40 Lvl:1
  2159. echo 2)Sword $80 Lvl:3
  2160. echo 3)Two-Handed Sword $150 Lvl:7
  2161. echo 4)Sword Dual Weild $195 Lvl:10
  2162. echo 5)Fire Blade $240 Lvl:12
  2163. echo 6)Titanium Claws $300 Lvl:14
  2164. echo 7)Enchanted Trident $500 Lvl:17
  2165. echo 8)Thor's Hammer $750 Lvl:21
  2166. echo 9)Exit
  2167. echo.
  2168. set winput=0
  2169. set /p winput=Enter:
  2170.  
  2171. if %winput% == 9 goto shop
  2172. if %winput% == b goto ranged
  2173. if %money% LSS 40 goto nofunds
  2174. if %winput% == 1 set /a money= %money% - 40
  2175. if %winput% == 1 goto invinsert1
  2176. if %level% LSS 3 goto nolev
  2177. if %money% LSS 80 goto nofunds
  2178. if %winput% == 2 set /a money= %money% - 80
  2179. if %winput% == 2 goto invinsert2
  2180. if %level% LSS 7 goto nolev
  2181. if %money% LSS 150 goto nofunds
  2182. if %winput% == 3 set /a money= %money% - 150
  2183. if %winput% == 3 goto invinsert3
  2184. if %level% LSS 10 goto nolev
  2185. if %money% LSS 195 goto nofunds
  2186. if %winput% == 4 set /a money= %money% - 195
  2187. if %winput% == 4 goto invinsert4
  2188. if %level% LSS 12 goto nolev
  2189. if %money% LSS 240 goto nofunds
  2190. if %winput% == 5 set /a money= %money% - 240
  2191. if %winput% == 5 goto invinsert5
  2192. if %level% LSS 14 goto nolev
  2193. if %money% LSS 300 goto nofunds
  2194. if %winput% == 6 set /a money= %money% - 300
  2195. if %winput% == 6 goto invinsert6
  2196. if %level% LSS 17 goto nolev
  2197. if %money% LSS 500 goto nofunds
  2198. if %winput% == 7 set /a money= %money% - 500
  2199. if %winput% == 7 goto invinsert7
  2200. if %level% LSS 21 goto nolev
  2201. if %money% LSS 750 goto nofunds
  2202. if %winput% == 8 set /a money= %money% - 750
  2203. if %winput% == 8 goto invinsert8
  2204. goto weapons
  2205.  
  2206. :invinsert1
  2207. if %invslt1% == 0 set invslt1=1
  2208. if %invslt1% == 1 goto shop
  2209. if %invslt2% == 0 set invslt2=1
  2210. if %invslt2% == 1 goto shop
  2211. if %invslt3% == 0 set invslt3=1
  2212. if %invslt3% == 1 goto shop
  2213. if %invslt4% == 0 set invslt4=1
  2214. if %invslt4% == 1 goto shop
  2215. if %invslt5% == 0 set invslt5=1
  2216. if %invslt5% == 1 goto shop
  2217. if %invslt6% == 0 set invslt6=1
  2218. if %invslt6% == 1 goto shop
  2219. if %invslt7% == 0 set invslt7=1
  2220. if %invslt7% == 1 goto shop
  2221. if %invslt8% == 0 set invslt8=1
  2222. if %invslt8% == 1 goto shop
  2223. if %invslt9% == 0 set invslt9=1
  2224. if %invslt9% == 1 goto shop
  2225. if %invslt10% == 0 set invslt10=1
  2226. if %invslt10% == 1 goto shop
  2227. goto invfull
  2228.  
  2229. :invinsert2
  2230. if %invslt1% == 0 set invslt1=2
  2231. if %invslt1% == 2 goto shop
  2232. if %invslt2% == 0 set invslt2=2
  2233. if %invslt2% == 2 goto shop
  2234. if %invslt3% == 0 set invslt3=2
  2235. if %invslt3% == 2 goto shop
  2236. if %invslt4% == 0 set invslt4=2
  2237. if %invslt4% == 2 goto shop
  2238. if %invslt5% == 0 set invslt5=2
  2239. if %invslt5% == 2 goto shop
  2240. if %invslt6% == 0 set invslt6=2
  2241. if %invslt6% == 2 goto shop
  2242. if %invslt7% == 0 set invslt7=2
  2243. if %invslt7% == 2 goto shop
  2244. if %invslt8% == 0 set invslt8=2
  2245. if %invslt8% == 2 goto shop
  2246. if %invslt9% == 0 set invslt9=2
  2247. if %invslt9% == 2 goto shop
  2248. if %invslt10% == 0 set invslt10=2
  2249. if %invslt10% == 2 goto shop
  2250. goto invfull
  2251.  
  2252. :invinsert3
  2253. if %invslt1% == 0 set invslt1=3
  2254. if %invslt1% == 3 goto shop
  2255. if %invslt2% == 0 set invslt2=3
  2256. if %invslt2% == 3 goto shop
  2257. if %invslt3% == 0 set invslt3=3
  2258. if %invslt3% == 3 goto shop
  2259. if %invslt4% == 0 set invslt4=3
  2260. if %invslt4% == 3 goto shop
  2261. if %invslt5% == 0 set invslt5=3
  2262. if %invslt5% == 3 goto shop
  2263. if %invslt6% == 0 set invslt6=3
  2264. if %invslt6% == 3 goto shop
  2265. if %invslt7% == 0 set invslt7=3
  2266. if %invslt7% == 3 goto shop
  2267. if %invslt8% == 0 set invslt8=3
  2268. if %invslt8% == 3 goto shop
  2269. if %invslt9% == 0 set invslt9=3
  2270. if %invslt9% == 3 goto shop
  2271. if %invslt10% == 0 set invslt10=3
  2272. if %invslt10% == 3 goto shop
  2273. goto invfull
  2274.  
  2275. :invinsert4
  2276. if %invslt1% == 0 set invslt1=4
  2277. if %invslt1% == 4 goto shop
  2278. if %invslt2% == 0 set invslt2=4
  2279. if %invslt2% == 4 goto shop
  2280. if %invslt3% == 0 set invslt3=4
  2281. if %invslt3% == 4 goto shop
  2282. if %invslt4% == 0 set invslt4=4
  2283. if %invslt4% == 4 goto shop
  2284. if %invslt5% == 0 set invslt5=4
  2285. if %invslt5% == 4 goto shop
  2286. if %invslt6% == 0 set invslt6=4
  2287. if %invslt6% == 4 goto shop
  2288. if %invslt7% == 0 set invslt7=4
  2289. if %invslt7% == 4 goto shop
  2290. if %invslt8% == 0 set invslt8=4
  2291. if %invslt8% == 4 goto shop
  2292. if %invslt9% == 0 set invslt9=4
  2293. if %invslt9% == 4 goto shop
  2294. if %invslt10% == 0 set invslt10=4
  2295. if %invslt10% == 4 goto shop
  2296. goto invfull
  2297.  
  2298. :invinsert5
  2299. if %invslt1% == 0 set invslt1=5
  2300. if %invslt1% == 5 goto shop
  2301. if %invslt2% == 0 set invslt2=5
  2302. if %invslt2% == 5 goto shop
  2303. if %invslt3% == 0 set invslt3=5
  2304. if %invslt3% == 5 goto shop
  2305. if %invslt4% == 0 set invslt4=5
  2306. if %invslt4% == 5 goto shop
  2307. if %invslt5% == 0 set invslt5=5
  2308. if %invslt5% == 5 goto shop
  2309. if %invslt6% == 0 set invslt6=5
  2310. if %invslt6% == 5 goto shop
  2311. if %invslt7% == 0 set invslt7=5
  2312. if %invslt7% == 5 goto shop
  2313. if %invslt8% == 0 set invslt8=5
  2314. if %invslt8% == 5 goto shop
  2315. if %invslt9% == 0 set invslt9=5
  2316. if %invslt9% == 5 goto shop
  2317. if %invslt10% == 0 set invslt10=5
  2318. if %invslt10% == 5 goto shop
  2319. goto invfull
  2320.  
  2321. :invinsert6
  2322. if %invslt1% == 0 set invslt1=6
  2323. if %invslt1% == 6 goto shop
  2324. if %invslt2% == 0 set invslt2=6
  2325. if %invslt2% == 6 goto shop
  2326. if %invslt3% == 0 set invslt3=6
  2327. if %invslt3% == 6 goto shop
  2328. if %invslt4% == 0 set invslt4=6
  2329. if %invslt4% == 6 goto shop
  2330. if %invslt5% == 0 set invslt5=6
  2331. if %invslt5% == 6 goto shop
  2332. if %invslt6% == 0 set invslt6=6
  2333. if %invslt6% == 6 goto shop
  2334. if %invslt7% == 0 set invslt7=6
  2335. if %invslt7% == 6 goto shop
  2336. if %invslt8% == 0 set invslt8=6
  2337. if %invslt8% == 6 goto shop
  2338. if %invslt9% == 0 set invslt9=6
  2339. if %invslt9% == 6 goto shop
  2340. if %invslt10% == 0 set invslt10=6
  2341. if %invslt10% == 6 goto shop
  2342. goto invfull
  2343.  
  2344. :invinsert7
  2345. if %invslt1% == 0 set invslt1=7
  2346. if %invslt1% == 7 goto shop
  2347. if %invslt2% == 0 set invslt2=7
  2348. if %invslt2% == 7 goto shop
  2349. if %invslt3% == 0 set invslt3=7
  2350. if %invslt3% == 7 goto shop
  2351. if %invslt4% == 0 set invslt4=7
  2352. if %invslt4% == 7 goto shop
  2353. if %invslt5% == 0 set invslt5=7
  2354. if %invslt5% == 7 goto shop
  2355. if %invslt6% == 0 set invslt6=7
  2356. if %invslt6% == 7 goto shop
  2357. if %invslt7% == 0 set invslt7=7
  2358. if %invslt7% == 7 goto shop
  2359. if %invslt8% == 0 set invslt8=7
  2360. if %invslt8% == 7 goto shop
  2361. if %invslt9% == 0 set invslt9=7
  2362. if %invslt9% == 7 goto shop
  2363. if %invslt10% == 0 set invslt10=7
  2364. if %invslt10% == 7 goto shop
  2365. goto invfull
  2366.  
  2367. :invinsert8
  2368. if %invslt1% == 0 set invslt1=8
  2369. if %invslt1% == 8 goto shop
  2370. if %invslt2% == 0 set invslt2=8
  2371. if %invslt2% == 8 goto shop
  2372. if %invslt3% == 0 set invslt3=8
  2373. if %invslt3% == 8 goto shop
  2374. if %invslt4% == 0 set invslt4=8
  2375. if %invslt4% == 8 goto shop
  2376. if %invslt5% == 0 set invslt5=8
  2377. if %invslt5% == 8 goto shop
  2378. if %invslt6% == 0 set invslt6=8
  2379. if %invslt6% == 8 goto shop
  2380. if %invslt7% == 0 set invslt7=8
  2381. if %invslt7% == 8 goto shop
  2382. if %invslt8% == 0 set invslt8=8
  2383. if %invslt8% == 8 goto shop
  2384. if %invslt9% == 0 set invslt9=8
  2385. if %invslt9% == 8 goto shop
  2386. if %invslt10% == 0 set invslt10=8
  2387. if %invslt10% == 8 goto shop
  2388. goto invfull
  2389.  
  2390. :ranged
  2391. cls
  2392. echo Shadow's Element RPG - Shop - Weapons
  2393. echo ----------------------------------------------
  2394. echo %name%
  2395. echo Money:$%money%
  2396. echo (A)[MELEE[RANGED]
  2397. echo ----------------------------------------------
  2398. echo 1)Shortbow $30 Lvl:1
  2399. echo 2)Oak Shortbow $60 Lvl:3
  2400. echo 3)Longbow $120 Lvl:5
  2401. echo 4)Oak Longbow $160 Lvl:8
  2402. echo 5)Crossbow $225 Lvl:10
  2403. echo 6)Oak Crossbow $250 Lvl:12
  2404. echo 7)Enchanted Bow $330 Lvl:16
  2405. echo 8)Enchanted Crossbow $400 Lvl:20
  2406. echo 9)Exit
  2407. echo.
  2408. set rinput=10
  2409. set /p rinput=Enter:
  2410.  
  2411. if %rinput% == a goto weapons
  2412. if %rinput% == 9 goto shop
  2413. if %money% LSS 30 goto nofunds
  2414. if %rinput% == 1 set /a money= %money% - 30
  2415. if %rinput% == 1 goto invinsertr1
  2416. if %level% LSS 3 goto nolev
  2417. if %money% LSS 60 goto nofunds
  2418. if %rinput% == 2 set /a money= %money% - 60
  2419. if %rinput% == 2 goto invinsertr2
  2420. if %level% LSS 5 goto nolev
  2421. if %money% LSS 120 goto nofunds
  2422. if %rinput% == 3 set /a money= %money% - 120
  2423. if %rinput% == 3 goto invinsertr3
  2424. if %level% LSS 8 goto nolev
  2425. if %money% LSS 160 goto nofunds
  2426. if %rinput% == 4 set /a money= %money% - 160
  2427. if %rinput% == 4 goto invinsertr4
  2428. if %level% LSS 10 goto nolev
  2429. if %money% LSS 225 goto nofunds
  2430. if %rinput% == 5 set /a money= %money% - 225
  2431. if %rinput% == 5 goto invinsertr5
  2432. if %level% LSS 12 goto nolev
  2433. if %money% LSS 250 goto nofunds
  2434. if %rinput% == 6 set /a money= %money% - 250
  2435. if %rinput% == 6 goto invinsertr6
  2436. if %level% LSS 16 goto nolev
  2437. if %money% LSS 330 goto nofunds
  2438. if %rinput% == 7 set /a money= %money% - 330
  2439. if %rinput% == 7 goto invinsertr7
  2440. if %level% LSS 20 goto nolev
  2441. if %money% LSS 400 goto nofunds
  2442. if %rinput% == 8 set /a money= %money% - 400
  2443. if %rinput% == 8 goto invinsertr8
  2444. goto ranged
  2445.  
  2446. :invinsertr1
  2447. if %invslt1% == 0 set invslt1=r1
  2448. if %invslt1% == r1 goto shop
  2449. if %invslt2% == 0 set invslt2=r1
  2450. if %invslt2% == r1 goto shop
  2451. if %invslt3% == 0 set invslt3=r1
  2452. if %invslt3% == r1 goto shop
  2453. if %invslt4% == 0 set invslt4=r1
  2454. if %invslt4% == r1 goto shop
  2455. if %invslt5% == 0 set invslt5=r1
  2456. if %invslt5% == r1 goto shop
  2457. if %invslt6% == 0 set invslt6=r1
  2458. if %invslt6% == r1 goto shop
  2459. if %invslt7% == 0 set invslt7=r1
  2460. if %invslt7% == r1 goto shop
  2461. if %invslt8% == 0 set invslt8=r1
  2462. if %invslt8% == r1 goto shop
  2463. if %invslt9% == 0 set invslt9=r1
  2464. if %invslt9% == r1 goto shop
  2465. if %invslt10% == 0 set invslt10=r1
  2466. if %invslt10% == r1 goto shop
  2467. goto invfull
  2468.  
  2469. :invinsertr2
  2470. if %invslt1% == 0 set invslt1=r2
  2471. if %invslt1% == r2 goto shop
  2472. if %invslt2% == 0 set invslt2=r2
  2473. if %invslt2% == r2 goto shop
  2474. if %invslt3% == 0 set invslt3=r2
  2475. if %invslt3% == r2 goto shop
  2476. if %invslt4% == 0 set invslt4=r2
  2477. if %invslt4% == r2 goto shop
  2478. if %invslt5% == 0 set invslt5=r2
  2479. if %invslt5% == r2 goto shop
  2480. if %invslt6% == 0 set invslt6=r2
  2481. if %invslt6% == r2 goto shop
  2482. if %invslt7% == 0 set invslt7=r2
  2483. if %invslt7% == r2 goto shop
  2484. if %invslt8% == 0 set invslt8=r2
  2485. if %invslt8% == r2 goto shop
  2486. if %invslt9% == 0 set invslt9=r2
  2487. if %invslt9% == r2 goto shop
  2488. if %invslt10% == 0 set invslt10=r2
  2489. if %invslt10% == r2 goto shop
  2490. goto invfull
  2491.  
  2492. :invinsertr3
  2493. if %invslt1% == 0 set invslt1=r3
  2494. if %invslt1% == r3 goto shop
  2495. if %invslt2% == 0 set invslt2=r3
  2496. if %invslt2% == r3 goto shop
  2497. if %invslt3% == 0 set invslt3=r3
  2498. if %invslt3% == r3 goto shop
  2499. if %invslt4% == 0 set invslt4=r3
  2500. if %invslt4% == r3 goto shop
  2501. if %invslt5% == 0 set invslt5=r3
  2502. if %invslt5% == r3 goto shop
  2503. if %invslt6% == 0 set invslt6=r3
  2504. if %invslt6% == r3 goto shop
  2505. if %invslt7% == 0 set invslt7=r3
  2506. if %invslt7% == r3 goto shop
  2507. if %invslt8% == 0 set invslt8=r3
  2508. if %invslt8% == r3 goto shop
  2509. if %invslt9% == 0 set invslt9=r3
  2510. if %invslt9% == r3 goto shop
  2511. if %invslt10% == 0 set invslt10=r3
  2512. if %invslt10% == r3 goto shop
  2513. goto invfull
  2514.  
  2515. :invinsertr4
  2516. if %invslt1% == 0 set invslt1=r4
  2517. if %invslt1% == r4 goto shop
  2518. if %invslt2% == 0 set invslt2=r4
  2519. if %invslt2% == r4 goto shop
  2520. if %invslt3% == 0 set invslt3=r4
  2521. if %invslt3% == r4 goto shop
  2522. if %invslt4% == 0 set invslt4=r4
  2523. if %invslt4% == r4 goto shop
  2524. if %invslt5% == 0 set invslt5=r4
  2525. if %invslt5% == r4 goto shop
  2526. if %invslt6% == 0 set invslt6=r4
  2527. if %invslt6% == r4 goto shop
  2528. if %invslt7% == 0 set invslt7=r4
  2529. if %invslt7% == r4 goto shop
  2530. if %invslt8% == 0 set invslt8=r4
  2531. if %invslt8% == r4 goto shop
  2532. if %invslt9% == 0 set invslt9=r4
  2533. if %invslt9% == r4 goto shop
  2534. if %invslt10% == 0 set invslt10=r4
  2535. if %invslt10% == r4 goto shop
  2536. goto invfull
  2537.  
  2538. :invinsertr5
  2539. if %invslt1% == 0 set invslt1=r5
  2540. if %invslt1% == r5 goto shop
  2541. if %invslt2% == 0 set invslt2=r5
  2542. if %invslt2% == r5 goto shop
  2543. if %invslt3% == 0 set invslt3=r5
  2544. if %invslt3% == r5 goto shop
  2545. if %invslt4% == 0 set invslt4=r5
  2546. if %invslt4% == r5 goto shop
  2547. if %invslt5% == 0 set invslt5=r5
  2548. if %invslt5% == r5 goto shop
  2549. if %invslt6% == 0 set invslt6=r5
  2550. if %invslt6% == r5 goto shop
  2551. if %invslt7% == 0 set invslt7=r5
  2552. if %invslt7% == r5 goto shop
  2553. if %invslt8% == 0 set invslt8=r5
  2554. if %invslt8% == r5 goto shop
  2555. if %invslt9% == 0 set invslt9=r5
  2556. if %invslt9% == r5 goto shop
  2557. if %invslt10% == 0 set invslt10=r5
  2558. if %invslt10% == r5 goto shop
  2559. goto invfull
  2560.  
  2561. :invinsertr6
  2562. if %invslt1% == 0 set invslt1=r6
  2563. if %invslt1% == r6 goto shop
  2564. if %invslt2% == 0 set invslt2=r6
  2565. if %invslt2% == r6 goto shop
  2566. if %invslt3% == 0 set invslt3=r6
  2567. if %invslt3% == r6 goto shop
  2568. if %invslt4% == 0 set invslt4=r6
  2569. if %invslt4% == r6 goto shop
  2570. if %invslt5% == 0 set invslt5=r6
  2571. if %invslt5% == r6 goto shop
  2572. if %invslt6% == 0 set invslt6=r6
  2573. if %invslt6% == r6 goto shop
  2574. if %invslt7% == 0 set invslt7=r6
  2575. if %invslt7% == r6 goto shop
  2576. if %invslt8% == 0 set invslt8=r6
  2577. if %invslt8% == r6 goto shop
  2578. if %invslt9% == 0 set invslt9=r6
  2579. if %invslt9% == r6 goto shop
  2580. if %invslt10% == 0 set invslt10=r6
  2581. if %invslt10% == r6 goto shop
  2582. goto invfull
  2583.  
  2584. :invinsertr7
  2585. if %invslt1% == 0 set invslt1=r7
  2586. if %invslt1% == r7 goto shop
  2587. if %invslt2% == 0 set invslt2=r7
  2588. if %invslt2% == r7 goto shop
  2589. if %invslt3% == 0 set invslt3=r7
  2590. if %invslt3% == r7 goto shop
  2591. if %invslt4% == 0 set invslt4=r7
  2592. if %invslt4% == r7 goto shop
  2593. if %invslt5% == 0 set invslt5=r7
  2594. if %invslt5% == r7 goto shop
  2595. if %invslt6% == 0 set invslt6=r7
  2596. if %invslt6% == r7 goto shop
  2597. if %invslt7% == 0 set invslt7=r7
  2598. if %invslt7% == r7 goto shop
  2599. if %invslt8% == 0 set invslt8=r7
  2600. if %invslt8% == r7 goto shop
  2601. if %invslt9% == 0 set invslt9=r7
  2602. if %invslt9% == r7 goto shop
  2603. if %invslt10% == 0 set invslt10=r7
  2604. if %invslt10% == r7 goto shop
  2605. goto invfull
  2606.  
  2607. :invinsertr8
  2608. if %invslt1% == 0 set invslt1=r8
  2609. if %invslt1% == r8 goto shop
  2610. if %invslt2% == 0 set invslt2=r8
  2611. if %invslt2% == r8 goto shop
  2612. if %invslt3% == 0 set invslt3=r8
  2613. if %invslt3% == r8 goto shop
  2614. if %invslt4% == 0 set invslt4=r8
  2615. if %invslt4% == r8 goto shop
  2616. if %invslt5% == 0 set invslt5=r8
  2617. if %invslt5% == r8 goto shop
  2618. if %invslt6% == 0 set invslt6=r8
  2619. if %invslt6% == r8 goto shop
  2620. if %invslt7% == 0 set invslt7=r8
  2621. if %invslt7% == r8 goto shop
  2622. if %invslt8% == 0 set invslt8=r8
  2623. if %invslt8% == r8 goto shop
  2624. if %invslt9% == 0 set invslt9=r8
  2625. if %invslt9% == r8 goto shop
  2626. if %invslt10% == 0 set invslt10=r8
  2627. if %invslt10% == r8 goto shop
  2628. goto invfull
  2629.  
  2630. :armour
  2631. cls
  2632. echo Shadow's Element RPG - Shop - Armour
  2633. echo ----------------------------------------------
  2634. echo %name%
  2635. echo Money:$%money%
  2636. echo.
  2637. echo ----------------------------------------------
  2638. echo 1)Leather Armour $50 Lvl:1
  2639. echo 2)Iron Armour $100 Lvl:3
  2640. echo 3)Steel Armour $180 Lvl:7
  2641. echo 4)Titanium Armour $275 Lvl:12
  2642. echo 5)Enchanted Armour $360 Lvl:15
  2643. echo 6)Thors Armour $500 Lvl:20
  2644. echo 7)Exit
  2645. echo.
  2646. set ainput=8
  2647. set /p ainput=Enter:
  2648.  
  2649. if %ainput% == 7 goto shop
  2650. if %money% LSS 50 goto nofunds
  2651. if %ainput% == 1 set /a money= %money% - 50
  2652. if %ainput% == 1 goto invinserta1
  2653. if %level% LSS 3 goto nolev
  2654. if %money% LSS 100 goto nofunds
  2655. if %ainput% == 2 set /a money= %money% - 100
  2656. if %ainput% == 2 goto invinserta2
  2657. if %level% LSS 7 goto nolev
  2658. if %money% LSS 180 goto nofunds
  2659. if %ainput% == 3 set /a money= %money% - 180
  2660. if %ainput% == 3 goto invinserta3
  2661. if %level% LSS 12 goto nolev
  2662. if %money% LSS 275 goto nofunds
  2663. if %ainput% == 4 set /a money= %money% - 275
  2664. if %ainput% == 4 goto invinserta4
  2665. if %level% LSS 15 goto nolev
  2666. if %money% LSS 360 goto nofunds
  2667. if %ainput% == 5 set /a money= %money% - 360
  2668. if %ainput% == 5 goto invinserta5
  2669. if %level% LSS 20 goto nolev
  2670. if %money% LSS 500 goto nofunds
  2671. if %ainput% == 6 set /a money= %money% - 500
  2672. if %ainput% == 6 goto invinserta6
  2673. goto armour
  2674.  
  2675. :invinserta1
  2676. if %invslt1% == 0 set invslt1=a1
  2677. if %invslt1% == a1 goto shop
  2678. if %invslt2% == 0 set invslt2=a1
  2679. if %invslt2% == a1 goto shop
  2680. if %invslt3% == 0 set invslt3=a1
  2681. if %invslt3% == a1 goto shop
  2682. if %invslt4% == 0 set invslt4=a1
  2683. if %invslt4% == a1 goto shop
  2684. if %invslt5% == 0 set invslt5=a1
  2685. if %invslt5% == a1 goto shop
  2686. if %invslt6% == 0 set invslt6=a1
  2687. if %invslt6% == a1 goto shop
  2688. if %invslt7% == 0 set invslt7=a1
  2689. if %invslt7% == a1 goto shop
  2690. if %invslt8% == 0 set invslt8=a1
  2691. if %invslt8% == a1 goto shop
  2692. if %invslt9% == 0 set invslt9=a1
  2693. if %invslt9% == a1 goto shop
  2694. if %invslt10% == 0 set invslt10=a1
  2695. if %invslt10% == a1 goto shop
  2696. goto invfull
  2697.  
  2698. :invinserta2
  2699. if %invslt1% == 0 set invslt1=a2
  2700. if %invslt1% == a2 goto shop
  2701. if %invslt2% == 0 set invslt2=a2
  2702. if %invslt2% == a2 goto shop
  2703. if %invslt3% == 0 set invslt3=a2
  2704. if %invslt3% == a2 goto shop
  2705. if %invslt4% == 0 set invslt4=a2
  2706. if %invslt4% == a2 goto shop
  2707. if %invslt5% == 0 set invslt5=a2
  2708. if %invslt5% == a2 goto shop
  2709. if %invslt6% == 0 set invslt6=a2
  2710. if %invslt6% == a2 goto shop
  2711. if %invslt7% == 0 set invslt7=a2
  2712. if %invslt7% == a2 goto shop
  2713. if %invslt8% == 0 set invslt8=a2
  2714. if %invslt8% == a2 goto shop
  2715. if %invslt9% == 0 set invslt9=a2
  2716. if %invslt9% == a2 goto shop
  2717. if %invslt10% == 0 set invslt10=a2
  2718. if %invslt10% == a2 goto shop
  2719. goto invfull
  2720.  
  2721. :invinserta3
  2722. if %invslt1% == 0 set invslt1=a3
  2723. if %invslt1% == a3 goto shop
  2724. if %invslt2% == 0 set invslt2=a3
  2725. if %invslt2% == a3 goto shop
  2726. if %invslt3% == 0 set invslt3=a3
  2727. if %invslt3% == a3 goto shop
  2728. if %invslt4% == 0 set invslt4=a3
  2729. if %invslt4% == a3 goto shop
  2730. if %invslt5% == 0 set invslt5=a3
  2731. if %invslt5% == a3 goto shop
  2732. if %invslt6% == 0 set invslt6=a3
  2733. if %invslt6% == a3 goto shop
  2734. if %invslt7% == 0 set invslt7=a3
  2735. if %invslt7% == a3 goto shop
  2736. if %invslt8% == 0 set invslt8=a3
  2737. if %invslt8% == a3 goto shop
  2738. if %invslt9% == 0 set invslt9=a3
  2739. if %invslt9% == a3 goto shop
  2740. if %invslt10% == 0 set invslt10=a3
  2741. if %invslt10% == a3 goto shop
  2742. goto invfull
  2743.  
  2744. :invinserta4
  2745. if %invslt1% == 0 set invslt1=a4
  2746. if %invslt1% == a4 goto shop
  2747. if %invslt2% == 0 set invslt2=a4
  2748. if %invslt2% == a4 goto shop
  2749. if %invslt3% == 0 set invslt3=a4
  2750. if %invslt3% == a4 goto shop
  2751. if %invslt4% == 0 set invslt4=a4
  2752. if %invslt4% == a4 goto shop
  2753. if %invslt5% == 0 set invslt5=a4
  2754. if %invslt5% == a4 goto shop
  2755. if %invslt6% == 0 set invslt6=a4
  2756. if %invslt6% == a4 goto shop
  2757. if %invslt7% == 0 set invslt7=a4
  2758. if %invslt7% == a4 goto shop
  2759. if %invslt8% == 0 set invslt8=a4
  2760. if %invslt8% == a4 goto shop
  2761. if %invslt9% == 0 set invslt9=a4
  2762. if %invslt9% == a4 goto shop
  2763. if %invslt10% == 0 set invslt10=a4
  2764. if %invslt10% == a4 goto shop
  2765. goto invfull
  2766.  
  2767. :invinserta5
  2768. if %invslt1% == 0 set invslt1=a5
  2769. if %invslt1% == a5 goto shop
  2770. if %invslt2% == 0 set invslt2=a5
  2771. if %invslt2% == a5 goto shop
  2772. if %invslt3% == 0 set invslt3=a5
  2773. if %invslt3% == a5 goto shop
  2774. if %invslt4% == 0 set invslt4=a5
  2775. if %invslt4% == a5 goto shop
  2776. if %invslt5% == 0 set invslt5=a5
  2777. if %invslt5% == a5 goto shop
  2778. if %invslt6% == 0 set invslt6=a5
  2779. if %invslt6% == a5 goto shop
  2780. if %invslt7% == 0 set invslt7=a5
  2781. if %invslt7% == a5 goto shop
  2782. if %invslt8% == 0 set invslt8=a5
  2783. if %invslt8% == a5 goto shop
  2784. if %invslt9% == 0 set invslt9=a5
  2785. if %invslt9% == a5 goto shop
  2786. if %invslt10% == 0 set invslt10=a5
  2787. if %invslt10% == a5 goto shop
  2788. goto invfull
  2789.  
  2790. :invinserta6
  2791. if %invslt1% == 0 set invslt1=a6
  2792. if %invslt1% == a6 goto shop
  2793. if %invslt2% == 0 set invslt2=a6
  2794. if %invslt2% == a6 goto shop
  2795. if %invslt3% == 0 set invslt3=a6
  2796. if %invslt3% == a6 goto shop
  2797. if %invslt4% == 0 set invslt4=a6
  2798. if %invslt4% == a6 goto shop
  2799. if %invslt5% == 0 set invslt5=a6
  2800. if %invslt5% == a6 goto shop
  2801. if %invslt6% == 0 set invslt6=a6
  2802. if %invslt6% == a6 goto shop
  2803. if %invslt7% == 0 set invslt7=a6
  2804. if %invslt7% == a6 goto shop
  2805. if %invslt8% == 0 set invslt8=a6
  2806. if %invslt8% == a6 goto shop
  2807. if %invslt9% == 0 set invslt9=a6
  2808. if %invslt9% == a6 goto shop
  2809. if %invslt10% == 0 set invslt10=a6
  2810. if %invslt10% == a6 goto shop
  2811. goto invfull
  2812.  
  2813. :invfull
  2814. cls
  2815. echo Your inventory is full!
  2816. echo.
  2817. echo Come back when you have extra
  2818. echo slot space...
  2819. pause >nul
  2820. goto shop
  2821.  
  2822. :potions
  2823. cls
  2824. echo Shadow's Element RPG - Shop - Potions
  2825. echo ----------------------------------------------
  2826. echo %name%
  2827. echo Money:$%money%
  2828. echo.
  2829. echo ----------------------------------------------
  2830. echo 1)Health Potion (s) $25
  2831. echo 2)Health Potion (m) $50
  2832. echo 3)Health Potion (l) $100
  2833. echo 4)Level Potion $2500
  2834. echo 5)Exit
  2835. echo.
  2836. set pinput=6
  2837. set /p pinput=Enter:
  2838.  
  2839. if %pinput% == 5 goto shop
  2840. if %money% LSS 25 goto nofunds
  2841. if %pinput% == 1 set /a money= %money% - 25
  2842. if %pinput% == 1 set /a hpots= %hpots% + 1
  2843. if %pinput% == 1 goto shop
  2844. if %money% LSS 50 goto nofunds
  2845. if %pinput% == 2 set /a money= %money% - 50
  2846. if %pinput% == 2 set /a hpotm= %hpotm% + 1
  2847. if %pinput% == 2 goto shop
  2848. if %money% LSS 100 goto nofunds
  2849. if %pinput% == 3 set /a money= %money% - 100
  2850. if %pinput% == 3 set /a hpotl= %hpotl% + 1
  2851. if %pinput% == 3 goto shop
  2852. if %money% LSS 2500 goto nofunds
  2853. if %pinput% == 4 set /a money= %money% - 2500
  2854. if %pinput% == 4 goto levelup
  2855. goto potions
  2856.  
  2857. :nofunds
  2858. cls
  2859. echo Sorry, you don't have enough money
  2860. echo to purchase this item.
  2861. pause >nul
  2862. goto shop
  2863.  
  2864. :nolev
  2865. cls
  2866. echo Sorry, your level isn't high enough
  2867. echo to purchase this item.
  2868. pause >nul
  2869. goto shop
  2870.  
  2871. :save
  2872. cls
  2873. echo Choose slot:
  2874. echo.
  2875. echo 1) Slot1:%slt1%
  2876. echo 2) Slot2:%slt2%
  2877. echo 3) Slot3:%slt3%
  2878. echo 4) Slot4:%slt4%
  2879. echo 5) Slot5:%slt5%
  2880. echo 6) Slot6:%slt6%
  2881. echo 7) Slot7:%slt7%
  2882. echo 8) Slot8:%slt8%
  2883. echo 9) Slot7:%slt7%
  2884. echo 10) Slot8:%slt8%
  2885. echo 11) Back
  2886. echo.
  2887. set sinput=12
  2888. set /p sinput=Enter:
  2889.  
  2890. if %sinput% == 11 goto main
  2891. if %sinput% == 1 if %slt1% == empty goto save1
  2892. if %sinput% == 1 if not %slt1% == empty goto overwrite1
  2893. if %sinput% == 2 if %slt2% == empty goto save2
  2894. if %sinput% == 2 if not %slt2% == empty goto overwrite2
  2895. if %sinput% == 3 if %slt3% == empty goto save3
  2896. if %sinput% == 3 if not %slt3% == empty goto overwrite3
  2897. if %sinput% == 4 if %slt4% == empty goto save4
  2898. if %sinput% == 4 if not %slt4% == empty goto overwrite4
  2899. if %sinput% == 5 if %slt5% == empty goto save5
  2900. if %sinput% == 5 if not %slt5% == empty goto overwrite5
  2901. if %sinput% == 6 if %slt6% == empty goto save6
  2902. if %sinput% == 6 if not %slt6% == empty goto overwrite6
  2903. if %sinput% == 7 if %slt7% == empty goto save7
  2904. if %sinput% == 7 if not %slt7% == empty goto overwrite7
  2905. if %sinput% == 8 if %slt8% == empty goto save8
  2906. if %sinput% == 8 if not %slt8% == empty goto overwrite8
  2907. if %sinput% == 9 if %slt9% == empty goto save9
  2908. if %sinput% == 9 if not %slt9% == empty goto overwrite9
  2909. if %sinput% == 10 if %slt10% == empty goto save10
  2910. if %sinput% == 10 if not %slt10% == empty goto overwrite10
  2911. goto save
  2912.  
  2913. :save1
  2914. set save=sv1
  2915. (
  2916. echo %name%
  2917. echo %pass%
  2918. echo %ifpass%
  2919. echo %save%
  2920. echo %level%
  2921. echo %health%
  2922. echo %money%
  2923. echo %xp%
  2924. echo %xpmax%
  2925. echo %orbcount%
  2926. echo %wep%
  2927. echo %wepdis%
  2928. echo %arm%
  2929. echo %armdis%
  2930. echo %str%
  2931. echo %killnum%
  2932. echo %deaths%
  2933. echo %hpots%
  2934. echo %hpotm%
  2935. echo %hpotl%
  2936. echo %invslt1%
  2937. echo %invslt2%
  2938. echo %invslt3%
  2939. echo %invslt4%
  2940. echo %invslt5%
  2941. echo %invslt6%
  2942. echo %invslt7%
  2943. echo %invslt8%
  2944. echo %invslt9%
  2945. echo %invslt10%
  2946. echo %arenpoints%
  2947. echo %tournlev%
  2948. ) > save1.sav
  2949. set slt1=%name%
  2950. cls
  2951. echo Game successfully saved!
  2952. echo.
  2953. pause >nul
  2954. goto main
  2955.  
  2956. :save2
  2957. set save=sv2
  2958. (
  2959. echo %name%
  2960. echo %pass%
  2961. echo %ifpass%
  2962. echo %save%
  2963. echo %level%
  2964. echo %health%
  2965. echo %money%
  2966. echo %xp%
  2967. echo %xpmax%
  2968. echo %orbcount%
  2969. echo %wep%
  2970. echo %wepdis%
  2971. echo %arm%
  2972. echo %armdis%
  2973. echo %str%
  2974. echo %killnum%
  2975. echo %deaths%
  2976. echo %hpots%
  2977. echo %hpotm%
  2978. echo %hpotl%
  2979. echo %invslt1%
  2980. echo %invslt2%
  2981. echo %invslt3%
  2982. echo %invslt4%
  2983. echo %invslt5%
  2984. echo %invslt6%
  2985. echo %invslt7%
  2986. echo %invslt8%
  2987. echo %invslt9%
  2988. echo %invslt10%
  2989. echo %arenpoints%
  2990. echo %tournlev%
  2991. ) > save2.sav
  2992. set slt2=%name%
  2993. cls
  2994. echo Game successfully saved!
  2995. echo.
  2996. pause >nul
  2997. goto main
  2998.  
  2999. :save3
  3000. set save=sv3
  3001. (
  3002. echo %name%
  3003. echo %pass%
  3004. echo %ifpass%
  3005. echo %save%
  3006. echo %level%
  3007. echo %health%
  3008. echo %money%
  3009. echo %xp%
  3010. echo %xpmax%
  3011. echo %orbcount%
  3012. echo %wep%
  3013. echo %wepdis%
  3014. echo %arm%
  3015. echo %armdis%
  3016. echo %str%
  3017. echo %killnum%
  3018. echo %deaths%
  3019. echo %hpots%
  3020. echo %hpotm%
  3021. echo %hpotl%
  3022. echo %invslt1%
  3023. echo %invslt2%
  3024. echo %invslt3%
  3025. echo %invslt4%
  3026. echo %invslt5%
  3027. echo %invslt6%
  3028. echo %invslt7%
  3029. echo %invslt8%
  3030. echo %invslt9%
  3031. echo %invslt10%
  3032. echo %arenpoints%
  3033. echo %tournlev%
  3034. ) > save3.sav
  3035. set slt3=%name%
  3036. cls
  3037. echo Game successfully saved!
  3038. echo.
  3039. pause >nul
  3040. goto main
  3041.  
  3042. :save4
  3043. set save=sv4
  3044. (
  3045. echo %name%
  3046. echo %pass%
  3047. echo %ifpass%
  3048. echo %save%
  3049. echo %level%
  3050. echo %health%
  3051. echo %money%
  3052. echo %xp%
  3053. echo %xpmax%
  3054. echo %orbcount%
  3055. echo %wep%
  3056. echo %wepdis%
  3057. echo %arm%
  3058. echo %armdis%
  3059. echo %str%
  3060. echo %killnum%
  3061. echo %deaths%
  3062. echo %hpots%
  3063. echo %hpotm%
  3064. echo %hpotl%
  3065. echo %invslt1%
  3066. echo %invslt2%
  3067. echo %invslt3%
  3068. echo %invslt4%
  3069. echo %invslt5%
  3070. echo %invslt6%
  3071. echo %invslt7%
  3072. echo %invslt8%
  3073. echo %invslt9%
  3074. echo %invslt10%
  3075. echo %arenpoints%
  3076. echo %tournlev%
  3077. ) > save4.sav
  3078. set slt4=%name%
  3079. cls
  3080. echo Game successfully saved!
  3081. echo.
  3082. pause >nul
  3083. goto main
  3084.  
  3085. :save5
  3086. set save=sv5
  3087. (
  3088. echo %name%
  3089. echo %pass%
  3090. echo %ifpass%
  3091. echo %save%
  3092. echo %level%
  3093. echo %health%
  3094. echo %money%
  3095. echo %xp%
  3096. echo %xpmax%
  3097. echo %orbcount%
  3098. echo %wep%
  3099. echo %wepdis%
  3100. echo %arm%
  3101. echo %armdis%
  3102. echo %str%
  3103. echo %killnum%
  3104. echo %deaths%
  3105. echo %hpots%
  3106. echo %hpotm%
  3107. echo %hpotl%
  3108. echo %invslt1%
  3109. echo %invslt2%
  3110. echo %invslt3%
  3111. echo %invslt4%
  3112. echo %invslt5%
  3113. echo %invslt6%
  3114. echo %invslt7%
  3115. echo %invslt8%
  3116. echo %invslt9%
  3117. echo %invslt10%
  3118. echo %arenpoints%
  3119. echo %tournlev%
  3120. ) > save5.sav
  3121. set slt5=%name%
  3122. cls
  3123. echo Game successfully saved!
  3124. echo.
  3125. pause >nul
  3126. goto main
  3127.  
  3128. :save6
  3129. set save=sv6
  3130. (
  3131. echo %name%
  3132. echo %pass%
  3133. echo %ifpass%
  3134. echo %save%
  3135. echo %level%
  3136. echo %health%
  3137. echo %money%
  3138. echo %xp%
  3139. echo %xpmax%
  3140. echo %orbcount%
  3141. echo %wep%
  3142. echo %wepdis%
  3143. echo %arm%
  3144. echo %armdis%
  3145. echo %str%
  3146. echo %killnum%
  3147. echo %deaths%
  3148. echo %hpots%
  3149. echo %hpotm%
  3150. echo %hpotl%
  3151. echo %invslt1%
  3152. echo %invslt2%
  3153. echo %invslt3%
  3154. echo %invslt4%
  3155. echo %invslt5%
  3156. echo %invslt6%
  3157. echo %invslt7%
  3158. echo %invslt8%
  3159. echo %invslt9%
  3160. echo %invslt10%
  3161. echo %arenpoints%
  3162. echo %tournlev%
  3163. ) > save6.sav
  3164. set slt6=%name%
  3165. cls
  3166. echo Game successfully saved!
  3167. echo.
  3168. pause >nul
  3169. goto main
  3170.  
  3171. :save7
  3172. set save=sv7
  3173. (
  3174. echo %name%
  3175. echo %pass%
  3176. echo %ifpass%
  3177. echo %save%
  3178. echo %level%
  3179. echo %health%
  3180. echo %money%
  3181. echo %xp%
  3182. echo %xpmax%
  3183. echo %orbcount%
  3184. echo %wep%
  3185. echo %wepdis%
  3186. echo %arm%
  3187. echo %armdis%
  3188. echo %str%
  3189. echo %killnum%
  3190. echo %deaths%
  3191. echo %hpots%
  3192. echo %hpotm%
  3193. echo %hpotl%
  3194. echo %invslt1%
  3195. echo %invslt2%
  3196. echo %invslt3%
  3197. echo %invslt4%
  3198. echo %invslt5%
  3199. echo %invslt6%
  3200. echo %invslt7%
  3201. echo %invslt8%
  3202. echo %invslt9%
  3203. echo %invslt10%
  3204. echo %arenpoints%
  3205. echo %tournlev%
  3206. ) > save7.sav
  3207. set slt7=%name%
  3208. cls
  3209. echo Game successfully saved!
  3210. echo.
  3211. pause >nul
  3212. goto main
  3213.  
  3214. :save8
  3215. set save=sv8
  3216. (
  3217. echo %name%
  3218. echo %pass%
  3219. echo %ifpass%
  3220. echo %save%
  3221. echo %level%
  3222. echo %health%
  3223. echo %money%
  3224. echo %xp%
  3225. echo %xpmax%
  3226. echo %orbcount%
  3227. echo %wep%
  3228. echo %wepdis%
  3229. echo %arm%
  3230. echo %armdis%
  3231. echo %str%
  3232. echo %killnum%
  3233. echo %deaths%
  3234. echo %hpots%
  3235. echo %hpotm%
  3236. echo %hpotl%
  3237. echo %invslt1%
  3238. echo %invslt2%
  3239. echo %invslt3%
  3240. echo %invslt4%
  3241. echo %invslt5%
  3242. echo %invslt6%
  3243. echo %invslt7%
  3244. echo %invslt8%
  3245. echo %invslt9%
  3246. echo %invslt10%
  3247. echo %arenpoints%
  3248. echo %tournlev%
  3249. ) > save8.sav
  3250. set slt8=%name%
  3251. cls
  3252. echo Game successfully saved!
  3253. echo.
  3254. pause >nul
  3255. goto main
  3256.  
  3257. :save9
  3258. set save=sv9
  3259. (
  3260. echo %name%
  3261. echo %pass%
  3262. echo %ifpass%
  3263. echo %save%
  3264. echo %level%
  3265. echo %health%
  3266. echo %money%
  3267. echo %xp%
  3268. echo %xpmax%
  3269. echo %orbcount%
  3270. echo %wep%
  3271. echo %wepdis%
  3272. echo %arm%
  3273. echo %armdis%
  3274. echo %str%
  3275. echo %killnum%
  3276. echo %deaths%
  3277. echo %hpots%
  3278. echo %hpotm%
  3279. echo %hpotl%
  3280. echo %invslt1%
  3281. echo %invslt2%
  3282. echo %invslt3%
  3283. echo %invslt4%
  3284. echo %invslt5%
  3285. echo %invslt6%
  3286. echo %invslt7%
  3287. echo %invslt8%
  3288. echo %invslt9%
  3289. echo %invslt10%
  3290. echo %arenpoints%
  3291. echo %tournlev%
  3292. ) > save9.sav
  3293. set slt9=%name%
  3294. cls
  3295. echo Game successfully saved!
  3296. echo.
  3297. pause >nul
  3298. goto main
  3299.  
  3300. :save10
  3301. set save=sv10
  3302. (
  3303. echo %name%
  3304. echo %pass%
  3305. echo %ifpass%
  3306. echo %save%
  3307. echo %level%
  3308. echo %health%
  3309. echo %money%
  3310. echo %xp%
  3311. echo %xpmax%
  3312. echo %orbcount%
  3313. echo %wep%
  3314. echo %wepdis%
  3315. echo %arm%
  3316. echo %armdis%
  3317. echo %str%
  3318. echo %killnum%
  3319. echo %deaths%
  3320. echo %hpots%
  3321. echo %hpotm%
  3322. echo %hpotl%
  3323. echo %invslt1%
  3324. echo %invslt2%
  3325. echo %invslt3%
  3326. echo %invslt4%
  3327. echo %invslt5%
  3328. echo %invslt6%
  3329. echo %invslt7%
  3330. echo %invslt8%
  3331. echo %invslt9%
  3332. echo %invslt10%
  3333. echo %arenpoints%
  3334. echo %tournlev%
  3335. ) > save10.sav
  3336. set slt10=%name%
  3337. cls
  3338. echo Game successfully saved!
  3339. echo.
  3340. pause >nul
  3341. goto main
  3342.  
  3343. :overwrite1
  3344. cls
  3345. echo This slot has been taken.
  3346. echo Would you like to save over?
  3347. echo (Y/N)
  3348. echo.
  3349. set /p oinput1=Enter:
  3350.  
  3351. if %oinput1% == y goto save1
  3352. if %oinput1% == n goto save
  3353. goto overwrite1
  3354.  
  3355. :overwrite2
  3356. cls
  3357. echo This slot has been taken.
  3358. echo Would you like to save over?
  3359. echo (Y/N)
  3360. echo.
  3361. set /p oinput2=Enter:
  3362.  
  3363. if %oinput2% == y goto save2
  3364. if %oinput2% == n goto save
  3365. goto overwrite2
  3366.  
  3367. :overwrite3
  3368. cls
  3369. echo This slot has been taken.
  3370. echo Would you like to save over?
  3371. echo (Y/N)
  3372. echo.
  3373. set /p oinput3=Enter:
  3374.  
  3375. if %oinput3% == y goto save3
  3376. if %oinput3% == n goto save
  3377. goto overwrite3
  3378.  
  3379. :overwrite4
  3380. cls
  3381. echo This slot has been taken.
  3382. echo Would you like to save over?
  3383. echo (Y/N)
  3384. echo.
  3385. set /p oinput4=Enter:
  3386.  
  3387. if %oinput4% == y goto save4
  3388. if %oinput4% == n goto save
  3389. goto overwrite4
  3390.  
  3391. :overwrite5
  3392. cls
  3393. echo This slot has been taken.
  3394. echo Would you like to save over?
  3395. echo (Y/N)
  3396. echo.
  3397. set /p oinput5=Enter:
  3398.  
  3399. if %oinput5% == y goto save5
  3400. if %oinput5% == n goto save
  3401. goto overwrite5
  3402.  
  3403. :overwrite6
  3404. cls
  3405. echo This slot has been taken.
  3406. echo Would you like to save over?
  3407. echo (Y/N)
  3408. echo.
  3409. set /p oinput6=Enter:
  3410.  
  3411. if %oinput6% == y goto save6
  3412. if %oinput6% == n goto save
  3413. goto overwrite6
  3414.  
  3415. :overwrite7
  3416. cls
  3417. echo This slot has been taken.
  3418. echo Would you like to save over?
  3419. echo (Y/N)
  3420. echo.
  3421. set /p oinput7=Enter:
  3422.  
  3423. if %oinput7% == y goto save7
  3424. if %oinput7% == n goto save
  3425. goto overwrite7
  3426.  
  3427. :overwrite8
  3428. cls
  3429. echo This slot has been taken.
  3430. echo Would you like to save over?
  3431. echo (Y/N)
  3432. echo.
  3433. set /p oinput8=Enter:
  3434.  
  3435. if %oinput8% == y goto save8
  3436. if %oinput8% == n goto save
  3437. goto overwrite8
  3438.  
  3439. :overwrite9
  3440. cls
  3441. echo This slot has been taken.
  3442. echo Would you like to save over?
  3443. echo (Y/N)
  3444. echo.
  3445. set /p oinput9=Enter:
  3446.  
  3447. if %oinput9% == y goto save9
  3448. if %oinput9% == n goto save
  3449. goto overwrite9
  3450.  
  3451. :overwrite10
  3452. cls
  3453. echo This slot has been taken.
  3454. echo Would you like to save over?
  3455. echo (Y/N)
  3456. echo.
  3457. set /p oinput10=Enter:
  3458.  
  3459. if %oinput10% == y goto save10
  3460. if %oinput10% == n goto save
  3461. goto overwrite10
  3462.  
  3463. :load
  3464. < savemain.sav (
  3465. set /p slt1=
  3466. set /p slt2=
  3467. set /p slt3=
  3468. set /p slt4=
  3469. set /p slt5=
  3470. set /p slt6=
  3471. set /p slt7=
  3472. set /p slt8=
  3473. set /p slt9=
  3474. set /p slt10=
  3475. )
  3476. cls
  3477. echo Choose slot:
  3478. echo.
  3479. echo 1) Slot1:%slt1%
  3480. echo 2) Slot2:%slt2%
  3481. echo 3) Slot3:%slt3%
  3482. echo 4) Slot4:%slt4%
  3483. echo 5) Slot5:%slt5%
  3484. echo 6) Slot6:%slt6%
  3485. echo 7) Slot7:%slt7%
  3486. echo 8) Slot8:%slt8%
  3487. echo 9) Slot9:%slt9%
  3488. echo 10) Slot10:%slt10%
  3489. echo 11) Back
  3490. echo.
  3491. set linput=12
  3492. set /p linput=Enter:
  3493.  
  3494. if %linput% == 11 goto menu
  3495. if %linput% == 1 if not %slt1% == empty goto load1
  3496. if %linput% == 2 if not %slt2% == empty goto load2
  3497. if %linput% == 3 if not %slt3% == empty goto load3
  3498. if %linput% == 4 if not %slt4% == empty goto load4
  3499. if %linput% == 5 if not %slt5% == empty goto load5
  3500. if %linput% == 6 if not %slt6% == empty goto load6
  3501. if %linput% == 7 if not %slt7% == empty goto load7
  3502. if %linput% == 8 if not %slt8% == empty goto load8
  3503. if %linput% == 9 if not %slt9% == empty goto load9
  3504. if %linput% == 10 if not %slt10% == empty goto load10
  3505. goto load
  3506.  
  3507. :load1
  3508. < save1.sav (
  3509. set /p name=
  3510. set /p pass=
  3511. set /p ifpass=
  3512. set /p save=
  3513. set /p level=
  3514. set /p health=
  3515. set /p money=
  3516. set /p xp=
  3517. set /p xpmax=
  3518. set /p Orbs=
  3519. set /p wep=
  3520. set /p wepdis=
  3521. set /p arm=
  3522. set /p armdis=
  3523. set /p str=
  3524. set /p killnum=
  3525. set /p deaths=
  3526. set /p hpots=
  3527. set /p hpotm=
  3528. set /p hpotl=
  3529. set /p invslt1=
  3530. set /p invslt2=
  3531. set /p invslt3=
  3532. set /p invslt4=
  3533. set /p invslt5=
  3534. set /p invslt6=
  3535. set /p invslt7=
  3536. set /p invslt8=
  3537. set /p invslt9=
  3538. set /p invslt10=
  3539. set /p arenpoints=
  3540. set /p tournlev=
  3541. )
  3542. if not %name% == %slt1% goto loaderror1
  3543. if %ifpass% == 2 goto passreq
  3544. cls
  3545. echo Game loaded successfully!
  3546. echo.
  3547. pause >nul
  3548. goto main
  3549.  
  3550. :load2
  3551. if not exist save2.sav goto loaderror2
  3552. < save2.sav (
  3553. set /p name=
  3554. set /p pass=
  3555. set /p ifpass=
  3556. set /p save=
  3557. set /p level=
  3558. set /p health=
  3559. set /p money=
  3560. set /p xp=
  3561. set /p xpmax=
  3562. set /p wep=
  3563. set /p wepdis=
  3564. set /p arm=
  3565. set /p armdis=
  3566. set /p str=
  3567. set /p killnum=
  3568. set /p deaths=
  3569. set /p hpots=
  3570. set /p hpotm=
  3571. set /p hpotl=
  3572. set /p invslt1=
  3573. set /p invslt2=
  3574. set /p invslt3=
  3575. set /p invslt4=
  3576. set /p invslt5=
  3577. set /p invslt6=
  3578. set /p invslt7=
  3579. set /p invslt8=
  3580. set /p invslt9=
  3581. set /p invslt10=
  3582. set /p arenpoints=
  3583. set /p tournlev=
  3584. )
  3585. if not %name% == %slt2% goto loaderror2
  3586. if %ifpass% == 2 goto passreq
  3587. cls
  3588. echo Game loaded successfully!
  3589. echo.
  3590. pause >nul
  3591. goto main
  3592.  
  3593. :load3
  3594. if not exist save3.sav goto loaderror3
  3595. < save3.sav (
  3596. set /p name=
  3597. set /p pass=
  3598. set /p ifpass=
  3599. set /p save=
  3600. set /p level=
  3601. set /p health=
  3602. set /p money=
  3603. set /p xp=
  3604. set /p xpmax=
  3605. set /p wep=
  3606. set /p wepdis=
  3607. set /p arm=
  3608. set /p armdis=
  3609. set /p str=
  3610. set /p killnum=
  3611. set /p deaths=
  3612. set /p hpots=
  3613. set /p hpotm=
  3614. set /p hpotl=
  3615. set /p invslt1=
  3616. set /p invslt2=
  3617. set /p invslt3=
  3618. set /p invslt4=
  3619. set /p invslt5=
  3620. set /p invslt6=
  3621. set /p invslt7=
  3622. set /p invslt8=
  3623. set /p invslt9=
  3624. set /p invslt10=
  3625. set /p arenpoints=
  3626. set /p tournlev=
  3627. )
  3628. if not %name% == %slt3% goto loaderror3
  3629. if %ifpass% == 2 goto passreq
  3630. cls
  3631. echo Game loaded successfully!
  3632. echo.
  3633. pause >nul
  3634. goto main
  3635.  
  3636. :load4
  3637. if not exist save4.sav goto loaderror4
  3638. < save4.sav (
  3639. set /p name=
  3640. set /p pass=
  3641. set /p ifpass=
  3642. set /p save=
  3643. set /p level=
  3644. set /p health=
  3645. set /p money=
  3646. set /p xp=
  3647. set /p xpmax=
  3648. set /p wep=
  3649. set /p wepdis=
  3650. set /p arm=
  3651. set /p armdis=
  3652. set /p str=
  3653. set /p killnum=
  3654. set /p deaths=
  3655. set /p hpots=
  3656. set /p hpotm=
  3657. set /p hpotl=
  3658. set /p invslt1=
  3659. set /p invslt2=
  3660. set /p invslt3=
  3661. set /p invslt4=
  3662. set /p invslt5=
  3663. set /p invslt6=
  3664. set /p invslt7=
  3665. set /p invslt8=
  3666. set /p invslt9=
  3667. set /p invslt10=
  3668. set /p arenpoints=
  3669. set /p tournlev=
  3670. )
  3671. if not %name% == %slt4% goto loaderror4
  3672. if %ifpass% == 2 goto passreq
  3673. cls
  3674. echo Game loaded successfully!
  3675. echo.
  3676. pause >nul
  3677. goto main
  3678.  
  3679. :load5
  3680. if not exist save5.sav goto loaderror5
  3681. < save5.sav (
  3682. set /p name=
  3683. set /p pass=
  3684. set /p ifpass=
  3685. set /p save=
  3686. set /p level=
  3687. set /p health=
  3688. set /p money=
  3689. set /p xp=
  3690. set /p xpmax=
  3691. set /p wep=
  3692. set /p wepdis=
  3693. set /p arm=
  3694. set /p armdis=
  3695. set /p str=
  3696. set /p killnum=
  3697. set /p deaths=
  3698. set /p hpots=
  3699. set /p hpotm=
  3700. set /p hpotl=
  3701. set /p invslt1=
  3702. set /p invslt2=
  3703. set /p invslt3=
  3704. set /p invslt4=
  3705. set /p invslt5=
  3706. set /p invslt6=
  3707. set /p invslt7=
  3708. set /p invslt8=
  3709. set /p invslt9=
  3710. set /p invslt10=
  3711. set /p arenpoints=
  3712. set /p tournlev=
  3713. )
  3714. if not %name% == %slt5% goto loaderror5
  3715. if %ifpass% == 2 goto passreq
  3716. cls
  3717. echo Game loaded successfully!
  3718. echo.
  3719. pause >nul
  3720. goto main
  3721.  
  3722. :load6
  3723. if not exist save6.sav goto loaderror6
  3724. < save6.sav (
  3725. set /p name=
  3726. set /p pass=
  3727. set /p ifpass=
  3728. set /p save=
  3729. set /p level=
  3730. set /p health=
  3731. set /p money=
  3732. set /p xp=
  3733. set /p xpmax=
  3734. set /p wep=
  3735. set /p wepdis=
  3736. set /p arm=
  3737. set /p armdis=
  3738. set /p str=
  3739. set /p killnum=
  3740. set /p deaths=
  3741. set /p hpots=
  3742. set /p hpotm=
  3743. set /p hpotl=
  3744. set /p invslt1=
  3745. set /p invslt2=
  3746. set /p invslt3=
  3747. set /p invslt4=
  3748. set /p invslt5=
  3749. set /p invslt6=
  3750. set /p invslt7=
  3751. set /p invslt8=
  3752. set /p invslt9=
  3753. set /p invslt10=
  3754. set /p arenpoints=
  3755. set /p tournlev=
  3756. )
  3757. if not %name% == %slt6% goto loaderror6
  3758. if %ifpass% == 2 goto passreq
  3759. cls
  3760. echo Game loaded successfully!
  3761. echo.
  3762. pause >nul
  3763. goto main
  3764.  
  3765. :load7
  3766. if not exist save7.sav goto loaderror7
  3767. < save7.sav (
  3768. set /p name=
  3769. set /p pass=
  3770. set /p ifpass=
  3771. set /p save=
  3772. set /p level=
  3773. set /p health=
  3774. set /p money=
  3775. set /p xp=
  3776. set /p xpmax=
  3777. set /p wep=
  3778. set /p wepdis=
  3779. set /p arm=
  3780. set /p armdis=
  3781. set /p str=
  3782. set /p killnum=
  3783. set /p deaths=
  3784. set /p hpots=
  3785. set /p hpotm=
  3786. set /p hpotl=
  3787. set /p invslt1=
  3788. set /p invslt2=
  3789. set /p invslt3=
  3790. set /p invslt4=
  3791. set /p invslt5=
  3792. set /p invslt6=
  3793. set /p invslt7=
  3794. set /p invslt8=
  3795. set /p invslt9=
  3796. set /p invslt10=
  3797. set /p arenpoints=
  3798. set /p tournlev=
  3799. )
  3800. if not %name% == %slt7% goto loaderror7
  3801. if %ifpass% == 2 goto passreq
  3802. cls
  3803. echo Game loaded successfully!
  3804. echo.
  3805. pause >nul
  3806. goto main
  3807.  
  3808. :load8
  3809. if not exist save8.sav goto loaderror8
  3810. < save8.sav (
  3811. set /p name=
  3812. set /p pass=
  3813. set /p ifpass=
  3814. set /p save=
  3815. set /p level=
  3816. set /p health=
  3817. set /p money=
  3818. set /p xp=
  3819. set /p xpmax=
  3820. set /p wep=
  3821. set /p wepdis=
  3822. set /p arm=
  3823. set /p armdis=
  3824. set /p str=
  3825. set /p killnum=
  3826. set /p deaths=
  3827. set /p hpots=
  3828. set /p hpotm=
  3829. set /p hpotl=
  3830. set /p invslt1=
  3831. set /p invslt2=
  3832. set /p invslt3=
  3833. set /p invslt4=
  3834. set /p invslt5=
  3835. set /p invslt6=
  3836. set /p invslt7=
  3837. set /p invslt8=
  3838. set /p invslt9=
  3839. set /p invslt10=
  3840. set /p arenpoints=
  3841. set /p tournlev=
  3842. )
  3843. if not %name% == %slt8% goto loaderror8
  3844. if %ifpass% == 2 goto passreq
  3845. cls
  3846. echo Game loaded successfully!
  3847. echo.
  3848. pause >nul
  3849. goto main
  3850.  
  3851. :load9
  3852. if not exist save9.sav goto loaderror9
  3853. < save9.sav (
  3854. set /p name=
  3855. set /p pass=
  3856. set /p ifpass=
  3857. set /p save=
  3858. set /p level=
  3859. set /p health=
  3860. set /p money=
  3861. set /p xp=
  3862. set /p xpmax=
  3863. set /p wep=
  3864. set /p wepdis=
  3865. set /p arm=
  3866. set /p armdis=
  3867. set /p str=
  3868. set /p killnum=
  3869. set /p deaths=
  3870. set /p hpots=
  3871. set /p hpotm=
  3872. set /p hpotl=
  3873. set /p invslt1=
  3874. set /p invslt2=
  3875. set /p invslt3=
  3876. set /p invslt4=
  3877. set /p invslt5=
  3878. set /p invslt6=
  3879. set /p invslt7=
  3880. set /p invslt8=
  3881. set /p invslt9=
  3882. set /p invslt10=
  3883. set /p arenpoints=
  3884. set /p tournlev=
  3885. )
  3886. if not %name% == %slt9% goto loaderror9
  3887. if %ifpass% == 2 goto passreq
  3888. cls
  3889. echo Game loaded successfully!
  3890. echo.
  3891. pause >nul
  3892. goto main
  3893.  
  3894. :load10
  3895. if not exist save10.sav goto loaderror10
  3896. < save10.sav (
  3897. set /p name=
  3898. set /p pass=
  3899. set /p ifpass=
  3900. set /p save=
  3901. set /p level=
  3902. set /p health=
  3903. set /p money=
  3904. set /p xp=
  3905. set /p xpmax=
  3906. set /p wep=
  3907. set /p wepdis=
  3908. set /p arm=
  3909. set /p armdis=
  3910. set /p str=
  3911. set /p killnum=
  3912. set /p deaths=
  3913. set /p hpots=
  3914. set /p hpotm=
  3915. set /p hpotl=
  3916. set /p invslt1=
  3917. set /p invslt2=
  3918. set /p invslt3=
  3919. set /p invslt4=
  3920. set /p invslt5=
  3921. set /p invslt6=
  3922. set /p invslt7=
  3923. set /p invslt8=
  3924. set /p invslt9=
  3925. set /p invslt10=
  3926. set /p arenpoints=
  3927. set /p tournlev=
  3928. )
  3929. if not %name% == %slt10% goto loaderror10
  3930. if %ifpass% == 2 goto passreq
  3931. cls
  3932. echo Game loaded successfully!
  3933. echo.
  3934. pause >nul
  3935. goto main
  3936.  
  3937. :loaderror1
  3938. set slt1=empty
  3939. color 0c
  3940. cls
  3941. echo ERROR!
  3942. echo.
  3943. echo This file has been deleted or renamed.
  3944. echo Try again.
  3945. pause >nul
  3946. (
  3947. echo %slt1%
  3948. echo %slt2%
  3949. echo %slt3%
  3950. echo %slt4%
  3951. echo %slt5%
  3952. echo %slt6%
  3953. echo %slt7%
  3954. echo %slt8%
  3955. echo %slt9%
  3956. echo %slt10%
  3957. ) > savemain.sav
  3958. color 0e
  3959. goto load
  3960.  
  3961. :loaderror2
  3962. set slt2=empty
  3963. color 0c
  3964. cls
  3965. echo ERROR!
  3966. echo.
  3967. echo This file has been deleted or renamed.
  3968. echo Try again.
  3969. pause >nul
  3970. (
  3971. echo %slt1%
  3972. echo %slt2%
  3973. echo %slt3%
  3974. echo %slt4%
  3975. echo %slt5%
  3976. echo %slt6%
  3977. echo %slt7%
  3978. echo %slt8%
  3979. echo %slt9%
  3980. echo %slt10%
  3981. ) > savemain.sav
  3982. color 0e
  3983. goto load
  3984.  
  3985. :loaderror3
  3986. set slt3=empty
  3987. color 0c
  3988. cls
  3989. echo ERROR!
  3990. echo.
  3991. echo This file has been deleted or renamed.
  3992. echo Try again.
  3993. pause >nul
  3994. (
  3995. echo %slt1%
  3996. echo %slt2%
  3997. echo %slt3%
  3998. echo %slt4%
  3999. echo %slt5%
  4000. echo %slt6%
  4001. echo %slt7%
  4002. echo %slt8%
  4003. echo %slt9%
  4004. echo %slt10%
  4005. ) > savemain.sav
  4006. color 0e
  4007. goto load
  4008.  
  4009. :loaderror4
  4010. set slt4=empty
  4011. color 0c
  4012. cls
  4013. echo ERROR!
  4014. echo.
  4015. echo This file has been deleted or renamed.
  4016. echo Try again.
  4017. pause >nul
  4018. (
  4019. echo %slt1%
  4020. echo %slt2%
  4021. echo %slt3%
  4022. echo %slt4%
  4023. echo %slt5%
  4024. echo %slt6%
  4025. echo %slt7%
  4026. echo %slt8%
  4027. echo %slt9%
  4028. echo %slt10%
  4029. ) > savemain.sav
  4030. color 0e
  4031. goto load
  4032.  
  4033. :loaderror5
  4034. set slt5=empty
  4035. color 0c
  4036. cls
  4037. echo ERROR!
  4038. echo.
  4039. echo This file has been deleted or renamed.
  4040. echo Try again.
  4041. pause >nul
  4042. (
  4043. echo %slt1%
  4044. echo %slt2%
  4045. echo %slt3%
  4046. echo %slt4%
  4047. echo %slt5%
  4048. echo %slt6%
  4049. echo %slt7%
  4050. echo %slt8%
  4051. echo %slt9%
  4052. echo %slt10%
  4053. ) > savemain.sav
  4054. color 0e
  4055. goto load
  4056.  
  4057. :loaderror6
  4058. set slt6=empty
  4059. color 0c
  4060. cls
  4061. echo ERROR!
  4062. echo.
  4063. echo This file has been deleted or renamed.
  4064. echo Try again.
  4065. pause >nul
  4066. (
  4067. echo %slt1%
  4068. echo %slt2%
  4069. echo %slt3%
  4070. echo %slt4%
  4071. echo %slt5%
  4072. echo %slt6%
  4073. echo %slt7%
  4074. echo %slt8%
  4075. echo %slt9%
  4076. echo %slt10%
  4077. ) > savemain.sav
  4078. color 0e
  4079. goto load
  4080.  
  4081. :loaderror7
  4082. set slt7=empty
  4083. color 0c
  4084. cls
  4085. echo ERROR!
  4086. echo.
  4087. echo This file has been deleted or renamed.
  4088. echo Try again.
  4089. pause >nul
  4090. (
  4091. echo %slt1%
  4092. echo %slt2%
  4093. echo %slt3%
  4094. echo %slt4%
  4095. echo %slt5%
  4096. echo %slt6%
  4097. echo %slt7%
  4098. echo %slt8%
  4099. echo %slt9%
  4100. echo %slt10%
  4101. ) > savemain.sav
  4102. color 0e
  4103. goto load
  4104.  
  4105. :loaderror8
  4106. set slt8=empty
  4107. color 0c
  4108. cls
  4109. echo ERROR!
  4110. echo.
  4111. echo This file has been deleted or renamed.
  4112. echo Try again.
  4113. pause >nul
  4114. (
  4115. echo %slt1%
  4116. echo %slt2%
  4117. echo %slt3%
  4118. echo %slt4%
  4119. echo %slt5%
  4120. echo %slt6%
  4121. echo %slt7%
  4122. echo %slt8%
  4123. echo %slt9%
  4124. echo %slt10%
  4125. ) > savemain.sav
  4126. color 0e
  4127. goto load
  4128.  
  4129. :loaderror9
  4130. set slt9=empty
  4131. color 0c
  4132. cls
  4133. echo ERROR!
  4134. echo.
  4135. echo This file has been deleted or renamed.
  4136. echo Try again.
  4137. pause >nul
  4138. (
  4139. echo %slt1%
  4140. echo %slt2%
  4141. echo %slt3%
  4142. echo %slt4%
  4143. echo %slt5%
  4144. echo %slt6%
  4145. echo %slt7%
  4146. echo %slt8%
  4147. echo %slt9%
  4148. echo %slt10%
  4149. ) > savemain.sav
  4150. color 0e
  4151. goto load
  4152.  
  4153. :loaderror10
  4154. set slt10=empty
  4155. color 0c
  4156. cls
  4157. echo ERROR!
  4158. echo.
  4159. echo This file has been deleted or renamed.
  4160. echo Try again.
  4161. pause >nul
  4162. (
  4163. echo %slt1%
  4164. echo %slt2%
  4165. echo %slt3%
  4166. echo %slt4%
  4167. echo %slt5%
  4168. echo %slt6%
  4169. echo %slt7%
  4170. echo %slt8%
  4171. echo %slt9%
  4172. echo %slt10%
  4173. ) > savemain.sav
  4174. color 0e
  4175. goto load
  4176.  
  4177. :passreq
  4178. cls
  4179. set passcon=0
  4180. set /p passcon=Enter password:
  4181. if not %passcon% == %pass% goto wrongpass
  4182. cls
  4183. echo Game loaded successfully!
  4184. echo.
  4185. pause >nul
  4186. goto main
  4187.  
  4188. :wrongpass
  4189. color 0c
  4190. cls
  4191. echo Wrong password.
  4192. pause >nul
  4193. color 0e
  4194. goto load
  4195.  
  4196. :death
  4197. set /a money= %money% - 30
  4198. set /a deaths= %deaths% + 1
  4199. set health=50000
  4200. cls
  4201. echo Oh no! You died!
  4202. echo -$30!
  4203. echo.
  4204. pause >nul
  4205. goto main
  4206.  
  4207. :levelup
  4208. set /a level= %level% + 1
  4209. set xp=0
  4210. set /a xpmax= %xpmax% * 150 / 100
  4211. set health=50000
  4212. cls
  4213. echo Congrats! You leveled up!
  4214. echo You are now level %level%!
  4215. pause >nul
  4216. goto main
  4217.  
  4218. :exit
  4219. cls
  4220. echo Are you sure you want
  4221. echo to exit Shadow's Element RPG?
  4222. echo All unsaved progress will
  4223. echo be lost! (Y/N)
  4224. echo.
  4225. set /p einput=Enter:
  4226.  
  4227. if %einput% == y exit
  4228. if %einput% == n goto main
  4229. goto exit
  4230.  
  4231. :extras
  4232. cls
  4233. echo EXTRAS
  4234. echo ------
  4235. echo.
  4236. echo 1)Cheats
  4237. echo 2)Character Editor
  4238. echo 3)Armoury
  4239. echo 4)Back
  4240. echo.
  4241. set extinput=0
  4242. set /p extinput=Enter:
  4243.  
  4244. if %extinput% == 1 goto chts
  4245. if %extinput% == 2 goto charedit
  4246. if %extinput% == 3 goto armoury
  4247. if %extinput% == 4 goto main
  4248. goto extras
  4249.  
  4250. :chts
  4251. cls
  4252. echo 1)+$50,000
  4253. echo 2)Super Strength
  4254. echo 3)God Mode
  4255. echo 4)Back
  4256. echo.
  4257. set cheat=0
  4258. set /p cheat=ENTER:
  4259.  
  4260. if %cheat% == 1 set money=50000
  4261. if %cheat% == 1 goto main
  4262. if %cheat% == 2 set str=99
  4263. if %cheat% == 2 goto main
  4264. if %cheat% == 3 goto gmode
  4265. if %cheat% == 4 goto main
  4266. goto chts
  4267.  
  4268. :gmode
  4269. set level=99
  4270. set money=100000
  4271. set xp=0
  4272. set xpmax=999999
  4273. set wep=8
  4274. set arm=6
  4275. set hpots=99
  4276. set hpotm=99
  4277. set hpotl=99
  4278. goto main
  4279.  
  4280. :armoury
  4281. cls
  4282. echo CHOOSE YOUR WEAPON:
  4283. echo.
  4284. echo 1)Dagger
  4285. echo 2)Sword
  4286. echo 3)2h Sword
  4287. echo 4)Sword Dual Weild
  4288. echo 5)Fire Blade
  4289. echo 6)Titanium Claws
  4290. echo 7)Enchanted Trident
  4291. echo 8)Thor's Hammer
  4292. echo.
  4293. set wepchoice=0
  4294. set /p wepchoice=ENTER:
  4295.  
  4296. if %wepchoice% == 1 set wep=1
  4297. if %wepchoice% == 1 goto main
  4298. if %wepchoice% == 2 set wep=2
  4299. if %wepchoice% == 2 goto main
  4300. if %wepchoice% == 3 set wep=3
  4301. if %wepchoice% == 3 goto main
  4302. if %wepchoice% == 4 set wep=4
  4303. if %wepchoice% == 4 goto main
  4304. if %wepchoice% == 5 set wep=5
  4305. if %wepchoice% == 5 goto main
  4306. if %wepchoice% == 6 set wep=6
  4307. if %wepchoice% == 6 goto main
  4308. if %wepchoice% == 7 set wep=7
  4309. if %wepchoice% == 7 goto main
  4310. if %wepchoice% == 8 set wep=7
  4311. if %wepchoice% == 8 goto main
  4312. goto armoury
  4313.  
  4314. :changename
  4315. cls
  4316. echo Enter new name:
  4317. echo.
  4318. set /p name=
  4319.  
  4320. if %name% == %slt1% goto taken2
  4321. if %name% == %slt2% goto taken2
  4322. if %name% == %slt3% goto taken2
  4323. if %name% == %slt4% goto taken2
  4324. if %name% == %slt5% goto taken2
  4325. if %name% == %slt6% goto taken2
  4326. if %name% == %slt7% goto taken2
  4327. if %name% == %slt8% goto taken2
  4328. if %name% == %slt9% goto taken2
  4329. if %name% == %slt10% goto taken2
  4330. goto main
  4331.  
  4332. :taken2
  4333. color 0c
  4334. cls
  4335. echo That name has already been taken...
  4336. echo.
  4337. echo Try again.
  4338. pause >nul
  4339. color 0e
  4340. goto changename
  4341.  
  4342. :password
  4343. cls
  4344. set /p pass=New password:
  4345. echo.
  4346. set /p passc=Confirm password:
  4347. if %passc% == %pass% if %save% == sv0 goto passdone
  4348. if %passc% == %pass% if %save% == sv1 goto passdone1
  4349. if %passc% == %pass% if %save% == sv2 goto passdone2
  4350. if %passc% == %pass% if %save% == sv3 goto passdone3
  4351. if %passc% == %pass% if %save% == sv4 goto passdone4
  4352. if %passc% == %pass% if %save% == sv5 goto passdone5
  4353. if %passc% == %pass% if %save% == sv6 goto passdone6
  4354. if %passc% == %pass% if %save% == sv7 goto passdone7
  4355. if %passc% == %pass% if %save% == sv8 goto passdone8
  4356. if %passc% == %pass% if %save% == sv9 goto passdone9
  4357. if %passc% == %pass% if %save% == sv10 goto passdone10
  4358. cls
  4359. color 0c
  4360. echo Passwords did not match.
  4361. echo.
  4362. echo 1)Try again
  4363. echo 2)Exit
  4364. echo.
  4365. set pwrans=3
  4366. set /p pwrans=Enter:
  4367. color 0e
  4368. if %pwrans% == 1 goto password
  4369. if %pwrans% == 2 goto passexit
  4370. goto password
  4371.  
  4372. :passdone
  4373. set ifpass=2
  4374. cls
  4375. echo Your password has been changed.
  4376. pause >nul
  4377. goto main
  4378.  
  4379. :passdone1
  4380. set ifpass=2
  4381. (
  4382. echo %name%
  4383. echo %pass%
  4384. echo %ifpass%
  4385. echo %save%
  4386. echo %level%
  4387. echo %health%
  4388. echo %money%
  4389. echo %xp%
  4390. echo %xpmax%
  4391. echo %wep%
  4392. echo %wepdis%
  4393. echo %arm%
  4394. echo %armdis%
  4395. echo %str%
  4396. echo %killnum%
  4397. echo %deaths%
  4398. echo %hpots%
  4399. echo %hpotm%
  4400. echo %hpotl%
  4401. echo %invslt1%
  4402. echo %invslt2%
  4403. echo %invslt3%
  4404. echo %invslt4%
  4405. echo %invslt5%
  4406. echo %invslt6%
  4407. echo %invslt7%
  4408. echo %invslt8%
  4409. echo %invslt9%
  4410. echo %invslt10%
  4411. echo %arenpoints%
  4412. echo %tournlev%
  4413. ) > save1.sav
  4414. cls
  4415. echo Your password has been changed.
  4416. pause >nul
  4417. goto main
  4418.  
  4419. :passdone2
  4420. set ifpass=2
  4421. (
  4422. echo %name%
  4423. echo %pass%
  4424. echo %ifpass%
  4425. echo %save%
  4426. echo %level%
  4427. echo %health%
  4428. echo %money%
  4429. echo %xp%
  4430. echo %xpmax%
  4431. echo %wep%
  4432. echo %wepdis%
  4433. echo %arm%
  4434. echo %armdis%
  4435. echo %str%
  4436. echo %killnum%
  4437. echo %deaths%
  4438. echo %hpots%
  4439. echo %hpotm%
  4440. echo %hpotl%
  4441. echo %invslt1%
  4442. echo %invslt2%
  4443. echo %invslt3%
  4444. echo %invslt4%
  4445. echo %invslt5%
  4446. echo %invslt6%
  4447. echo %invslt7%
  4448. echo %invslt8%
  4449. echo %invslt9%
  4450. echo %invslt10%
  4451. echo %arenpoints%
  4452. echo %tournlev%
  4453. ) > save2.sav
  4454. cls
  4455. echo Your password has been changed.
  4456. pause >nul
  4457. goto main
  4458.  
  4459. :passdone3
  4460. set ifpass=2
  4461. (
  4462. echo %name%
  4463. echo %pass%
  4464. echo %ifpass%
  4465. echo %save%
  4466. echo %level%
  4467. echo %health%
  4468. echo %money%
  4469. echo %xp%
  4470. echo %xpmax%
  4471. echo %wep%
  4472. echo %wepdis%
  4473. echo %arm%
  4474. echo %armdis%
  4475. echo %str%
  4476. echo %killnum%
  4477. echo %deaths%
  4478. echo %hpots%
  4479. echo %hpotm%
  4480. echo %hpotl%
  4481. echo %invslt1%
  4482. echo %invslt2%
  4483. echo %invslt3%
  4484. echo %invslt4%
  4485. echo %invslt5%
  4486. echo %invslt6%
  4487. echo %invslt7%
  4488. echo %invslt8%
  4489. echo %invslt9%
  4490. echo %invslt10%
  4491. echo %arenpoints%
  4492. echo %tournlev%
  4493. ) > save3.sav
  4494. cls
  4495. echo Your password has been changed.
  4496. pause >nul
  4497. goto main
  4498.  
  4499. :passdone4
  4500. set ifpass=2
  4501. (
  4502. echo %name%
  4503. echo %pass%
  4504. echo %ifpass%
  4505. echo %save%
  4506. echo %level%
  4507. echo %health%
  4508. echo %money%
  4509. echo %xp%
  4510. echo %xpmax%
  4511. echo %wep%
  4512. echo %wepdis%
  4513. echo %arm%
  4514. echo %armdis%
  4515. echo %str%
  4516. echo %killnum%
  4517. echo %deaths%
  4518. echo %hpots%
  4519. echo %hpotm%
  4520. echo %hpotl%
  4521. echo %invslt1%
  4522. echo %invslt2%
  4523. echo %invslt3%
  4524. echo %invslt4%
  4525. echo %invslt5%
  4526. echo %invslt6%
  4527. echo %invslt7%
  4528. echo %invslt8%
  4529. echo %invslt9%
  4530. echo %invslt10%
  4531. echo %arenpoints%
  4532. echo %tournlev%
  4533. ) > save4.sav
  4534. cls
  4535. echo Your password has been changed.
  4536. pause >nul
  4537. goto main
  4538.  
  4539. :passdone5
  4540. set ifpass=2
  4541. (
  4542. echo %name%
  4543. echo %pass%
  4544. echo %ifpass%
  4545. echo %save%
  4546. echo %level%
  4547. echo %health%
  4548. echo %money%
  4549. echo %xp%
  4550. echo %xpmax%
  4551. echo %wep%
  4552. echo %wepdis%
  4553. echo %arm%
  4554. echo %armdis%
  4555. echo %str%
  4556. echo %killnum%
  4557. echo %deaths%
  4558. echo %hpots%
  4559. echo %hpotm%
  4560. echo %hpotl%
  4561. echo %invslt1%
  4562. echo %invslt2%
  4563. echo %invslt3%
  4564. echo %invslt4%
  4565. echo %invslt5%
  4566. echo %invslt6%
  4567. echo %invslt7%
  4568. echo %invslt8%
  4569. echo %invslt9%
  4570. echo %invslt10%
  4571. echo %arenpoints%
  4572. echo %tournlev%
  4573. ) > save5.sav
  4574. cls
  4575. echo Your password has been changed.
  4576. pause >nul
  4577. goto main
  4578.  
  4579. :passdone6
  4580. set ifpass=2
  4581. (
  4582. echo %name%
  4583. echo %pass%
  4584. echo %ifpass%
  4585. echo %save%
  4586. echo %level%
  4587. echo %health%
  4588. echo %money%
  4589. echo %xp%
  4590. echo %xpmax%
  4591. echo %wep%
  4592. echo %wepdis%
  4593. echo %arm%
  4594. echo %armdis%
  4595. echo %str%
  4596. echo %killnum%
  4597. echo %deaths%
  4598. echo %hpots%
  4599. echo %hpotm%
  4600. echo %hpotl%
  4601. echo %invslt1%
  4602. echo %invslt2%
  4603. echo %invslt3%
  4604. echo %invslt4%
  4605. echo %invslt5%
  4606. echo %invslt6%
  4607. echo %invslt7%
  4608. echo %invslt8%
  4609. echo %invslt9%
  4610. echo %invslt10%
  4611. echo %arenpoints%
  4612. echo %tournlev%
  4613. ) > save6.sav
  4614. cls
  4615. echo Your password has been changed.
  4616. pause >nul
  4617. goto main
  4618.  
  4619. :passdone7
  4620. set ifpass=2
  4621. (
  4622. echo %name%
  4623. echo %pass%
  4624. echo %ifpass%
  4625. echo %save%
  4626. echo %level%
  4627. echo %health%
  4628. echo %money%
  4629. echo %xp%
  4630. echo %xpmax%
  4631. echo %wep%
  4632. echo %wepdis%
  4633. echo %arm%
  4634. echo %armdis%
  4635. echo %str%
  4636. echo %killnum%
  4637. echo %deaths%
  4638. echo %hpots%
  4639. echo %hpotm%
  4640. echo %hpotl%
  4641. echo %invslt1%
  4642. echo %invslt2%
  4643. echo %invslt3%
  4644. echo %invslt4%
  4645. echo %invslt5%
  4646. echo %invslt6%
  4647. echo %invslt7%
  4648. echo %invslt8%
  4649. echo %invslt9%
  4650. echo %invslt10%
  4651. echo %arenpoints%
  4652. echo %tournlev%
  4653. ) > save7.sav
  4654. cls
  4655. echo Your password has been changed.
  4656. pause >nul
  4657. goto main
  4658.  
  4659. :passdone8
  4660. set ifpass=2
  4661. (
  4662. echo %name%
  4663. echo %pass%
  4664. echo %ifpass%
  4665. echo %save%
  4666. echo %level%
  4667. echo %health%
  4668. echo %money%
  4669. echo %xp%
  4670. echo %xpmax%
  4671. echo %wep%
  4672. echo %wepdis%
  4673. echo %arm%
  4674. echo %armdis%
  4675. echo %str%
  4676. echo %killnum%
  4677. echo %deaths%
  4678. echo %hpots%
  4679. echo %hpotm%
  4680. echo %hpotl%
  4681. echo %invslt1%
  4682. echo %invslt2%
  4683. echo %invslt3%
  4684. echo %invslt4%
  4685. echo %invslt5%
  4686. echo %invslt6%
  4687. echo %invslt7%
  4688. echo %invslt8%
  4689. echo %invslt9%
  4690. echo %invslt10%
  4691. echo %arenpoints%
  4692. echo %tournlev%
  4693. ) > save8.sav
  4694. cls
  4695. echo Your password has been changed.
  4696. pause >nul
  4697. goto main
  4698.  
  4699. :passdone9
  4700. set ifpass=2
  4701. (
  4702. echo %name%
  4703. echo %pass%
  4704. echo %ifpass%
  4705. echo %save%
  4706. echo %level%
  4707. echo %health%
  4708. echo %money%
  4709. echo %xp%
  4710. echo %xpmax%
  4711. echo %wep%
  4712. echo %wepdis%
  4713. echo %arm%
  4714. echo %armdis%
  4715. echo %str%
  4716. echo %killnum%
  4717. echo %deaths%
  4718. echo %hpots%
  4719. echo %hpotm%
  4720. echo %hpotl%
  4721. echo %invslt1%
  4722. echo %invslt2%
  4723. echo %invslt3%
  4724. echo %invslt4%
  4725. echo %invslt5%
  4726. echo %invslt6%
  4727. echo %invslt7%
  4728. echo %invslt8%
  4729. echo %invslt9%
  4730. echo %invslt10%
  4731. echo %arenpoints%
  4732. echo %tournlev%
  4733. ) > save9.sav
  4734. cls
  4735. echo Your password has been changed.
  4736. pause >nul
  4737. goto main
  4738.  
  4739. :passdone10
  4740. set ifpass=2
  4741. (
  4742. echo %name%
  4743. echo %pass%
  4744. echo %ifpass%
  4745. echo %save%
  4746. echo %level%
  4747. echo %health%
  4748. echo %money%
  4749. echo %xp%
  4750. echo %xpmax%
  4751. echo %wep%
  4752. echo %wepdis%
  4753. echo %arm%
  4754. echo %armdis%
  4755. echo %str%
  4756. echo %killnum%
  4757. echo %deaths%
  4758. echo %hpots%
  4759. echo %hpotm%
  4760. echo %hpotl%
  4761. echo %invslt1%
  4762. echo %invslt2%
  4763. echo %invslt3%
  4764. echo %invslt4%
  4765. echo %invslt5%
  4766. echo %invslt6%
  4767. echo %invslt7%
  4768. echo %invslt8%
  4769. echo %invslt9%
  4770. echo %invslt10%
  4771. echo %arenpoints%
  4772. echo %tournlev%
  4773. ) > save10.sav
  4774. cls
  4775. echo Your password has been changed.
  4776. pause >nul
  4777. goto main
  4778.  
  4779. :passexit
  4780. set pass=
  4781. set passc=
  4782. goto main
  4783.  
  4784. :taken
  4785. color 0c
  4786. cls
  4787. echo That name has already been taken...
  4788. echo.
  4789. echo Try again.
  4790. pause >nul
  4791. color 0e
  4792. goto start
  4793.  
  4794. :charedit
  4795. if %save% == sv1 goto charedit1
  4796. if %save% == sv2 goto charedit2
  4797. if %save% == sv3 goto charedit3
  4798. if %save% == sv4 goto charedit4
  4799. if %save% == sv5 goto charedit5
  4800. if %save% == sv6 goto charedit6
  4801. if %save% == sv7 goto charedit7
  4802. if %save% == sv8 goto charedit8
  4803. if %save% == sv9 goto charedit9
  4804. if %save% == sv10 goto charedit10
  4805. cls
  4806. echo You need to save a game to do this...
  4807. pause >nul
  4808. goto extras
  4809.  
  4810. :charedit1
  4811. set slt1=%name%
  4812. (
  4813. echo %name%
  4814. echo %pass%
  4815. echo %ifpass%
  4816. echo %save%
  4817. echo %level%
  4818. echo %health%
  4819. echo %money%
  4820. echo %xp%
  4821. echo %xpmax%
  4822. echo %wep%
  4823. echo %wepdis%
  4824. echo %arm%
  4825. echo %armdis%
  4826. echo %str%
  4827. echo %killnum%
  4828. echo %deaths%
  4829. echo %hpots%
  4830. echo %hpotm%
  4831. echo %hpotl%
  4832. echo %invslt1%
  4833. echo %invslt2%
  4834. echo %invslt3%
  4835. echo %invslt4%
  4836. echo %invslt5%
  4837. echo %invslt6%
  4838. echo %invslt7%
  4839. echo %invslt8%
  4840. echo %invslt9%
  4841. echo %invslt10%
  4842. echo %arenpoints%
  4843. echo %tournlev%
  4844. ) > chareditsave.sav
  4845. cls
  4846. echo Saving...
  4847. ping localhost -n 3 >nul
  4848. chareditor.bat
  4849.  
  4850. :charedit2
  4851. set slt2=%name%
  4852. (
  4853. echo %name%
  4854. echo %pass%
  4855. echo %ifpass%
  4856. echo %save%
  4857. echo %level%
  4858. echo %health%
  4859. echo %money%
  4860. echo %xp%
  4861. echo %xpmax%
  4862. echo %wep%
  4863. echo %wepdis%
  4864. echo %arm%
  4865. echo %armdis%
  4866. echo %str%
  4867. echo %killnum%
  4868. echo %deaths%
  4869. echo %hpots%
  4870. echo %hpotm%
  4871. echo %hpotl%
  4872. echo %invslt1%
  4873. echo %invslt2%
  4874. echo %invslt3%
  4875. echo %invslt4%
  4876. echo %invslt5%
  4877. echo %invslt6%
  4878. echo %invslt7%
  4879. echo %invslt8%
  4880. echo %invslt9%
  4881. echo %invslt10%
  4882. echo %arenpoints%
  4883. echo %tournlev%
  4884. ) > chareditsave.sav
  4885. cls
  4886. echo Saving...
  4887. ping localhost -n 3 >nul
  4888. chareditor.bat
  4889.  
  4890. :charedit3
  4891. set slt3=%name%
  4892. (
  4893. echo %name%
  4894. echo %pass%
  4895. echo %ifpass%
  4896. echo %save%
  4897. echo %level%
  4898. echo %health%
  4899. echo %money%
  4900. echo %xp%
  4901. echo %xpmax%
  4902. echo %wep%
  4903. echo %wepdis%
  4904. echo %arm%
  4905. echo %armdis%
  4906. echo %str%
  4907. echo %killnum%
  4908. echo %deaths%
  4909. echo %hpots%
  4910. echo %hpotm%
  4911. echo %hpotl%
  4912. echo %invslt1%
  4913. echo %invslt2%
  4914. echo %invslt3%
  4915. echo %invslt4%
  4916. echo %invslt5%
  4917. echo %invslt6%
  4918. echo %invslt7%
  4919. echo %invslt8%
  4920. echo %invslt9%
  4921. echo %invslt10%
  4922. echo %arenpoints%
  4923. echo %tournlev%
  4924. ) > chareditsave.sav
  4925. cls
  4926. echo Saving...
  4927. ping localhost -n 3 >nul
  4928. chareditor.bat
  4929.  
  4930. :charedit4
  4931. set slt4=%name%
  4932. (
  4933. echo %name%
  4934. echo %pass%
  4935. echo %ifpass%
  4936. echo %save%
  4937. echo %level%
  4938. echo %health%
  4939. echo %money%
  4940. echo %xp%
  4941. echo %xpmax%
  4942. echo %wep%
  4943. echo %wepdis%
  4944. echo %arm%
  4945. echo %armdis%
  4946. echo %str%
  4947. echo %killnum%
  4948. echo %deaths%
  4949. echo %hpots%
  4950. echo %hpotm%
  4951. echo %hpotl%
  4952. echo %invslt1%
  4953. echo %invslt2%
  4954. echo %invslt3%
  4955. echo %invslt4%
  4956. echo %invslt5%
  4957. echo %invslt6%
  4958. echo %invslt7%
  4959. echo %invslt8%
  4960. echo %invslt9%
  4961. echo %invslt10%
  4962. echo %arenpoints%
  4963. echo %tournlev%
  4964. ) > chareditsave.sav
  4965. cls
  4966. echo Saving...
  4967. ping localhost -n 3 >nul
  4968. chareditor.bat
  4969.  
  4970. :charedit5
  4971. set slt5=%name%
  4972. (
  4973. echo %name%
  4974. echo %pass%
  4975. echo %ifpass%
  4976. echo %save%
  4977. echo %level%
  4978. echo %health%
  4979. echo %money%
  4980. echo %xp%
  4981. echo %xpmax%
  4982. echo %wep%
  4983. echo %wepdis%
  4984. echo %arm%
  4985. echo %armdis%
  4986. echo %str%
  4987. echo %killnum%
  4988. echo %deaths%
  4989. echo %hpots%
  4990. echo %hpotm%
  4991. echo %hpotl%
  4992. echo %invslt1%
  4993. echo %invslt2%
  4994. echo %invslt3%
  4995. echo %invslt4%
  4996. echo %invslt5%
  4997. echo %invslt6%
  4998. echo %invslt7%
  4999. echo %invslt8%
  5000. echo %invslt9%
  5001. echo %invslt10%
  5002. echo %arenpoints%
  5003. echo %tournlev%
  5004. ) > chareditsave.sav
  5005. cls
  5006. echo Saving...
  5007. ping localhost -n 3 >nul
  5008. chareditor.bat
  5009.  
  5010. :charedit6
  5011. set slt6=%name%
  5012. (
  5013. echo %name%
  5014. echo %pass%
  5015. echo %ifpass%
  5016. echo %save%
  5017. echo %level%
  5018. echo %health%
  5019. echo %money%
  5020. echo %xp%
  5021. echo %xpmax%
  5022. echo %wep%
  5023. echo %wepdis%
  5024. echo %arm%
  5025. echo %armdis%
  5026. echo %str%
  5027. echo %killnum%
  5028. echo %deaths%
  5029. echo %hpots%
  5030. echo %hpotm%
  5031. echo %hpotl%
  5032. echo %invslt1%
  5033. echo %invslt2%
  5034. echo %invslt3%
  5035. echo %invslt4%
  5036. echo %invslt5%
  5037. echo %invslt6%
  5038. echo %invslt7%
  5039. echo %invslt8%
  5040. echo %invslt9%
  5041. echo %invslt10%
  5042. echo %arenpoints%
  5043. echo %tournlev%
  5044. ) > chareditsave.sav
  5045. cls
  5046. echo Saving...
  5047. ping localhost -n 3 >nul
  5048. chareditor.bat
  5049.  
  5050. :charedit7
  5051. set slt7=%name%
  5052. (
  5053. echo %name%
  5054. echo %pass%
  5055. echo %ifpass%
  5056. echo %save%
  5057. echo %level%
  5058. echo %health%
  5059. echo %money%
  5060. echo %xp%
  5061. echo %xpmax%
  5062. echo %wep%
  5063. echo %wepdis%
  5064. echo %arm%
  5065. echo %armdis%
  5066. echo %str%
  5067. echo %killnum%
  5068. echo %deaths%
  5069. echo %hpots%
  5070. echo %hpotm%
  5071. echo %hpotl%
  5072. echo %invslt1%
  5073. echo %invslt2%
  5074. echo %invslt3%
  5075. echo %invslt4%
  5076. echo %invslt5%
  5077. echo %invslt6%
  5078. echo %invslt7%
  5079. echo %invslt8%
  5080. echo %invslt9%
  5081. echo %invslt10%
  5082. echo %arenpoints%
  5083. echo %tournlev%
  5084. ) > chareditsave.sav
  5085. cls
  5086. echo Saving...
  5087. ping localhost -n 3 >nul
  5088. chareditor.bat
  5089.  
  5090. :charedit8
  5091. set slt8=%name%
  5092. (
  5093. echo %name%
  5094. echo %pass%
  5095. echo %ifpass%
  5096. echo %save%
  5097. echo %level%
  5098. echo %health%
  5099. echo %money%
  5100. echo %xp%
  5101. echo %xpmax%
  5102. echo %wep%
  5103. echo %wepdis%
  5104. echo %arm%
  5105. echo %armdis%
  5106. echo %str%
  5107. echo %killnum%
  5108. echo %deaths%
  5109. echo %hpots%
  5110. echo %hpotm%
  5111. echo %hpotl%
  5112. echo %invslt1%
  5113. echo %invslt2%
  5114. echo %invslt3%
  5115. echo %invslt4%
  5116. echo %invslt5%
  5117. echo %invslt6%
  5118. echo %invslt7%
  5119. echo %invslt8%
  5120. echo %invslt9%
  5121. echo %invslt10%
  5122. echo %arenpoints%
  5123. echo %tournlev%
  5124. ) > chareditsave.sav
  5125. cls
  5126. echo Saving...
  5127. ping localhost -n 3 >nul
  5128. chareditor.bat
  5129.  
  5130. :charedit9
  5131. set slt9=%name%
  5132. (
  5133. echo %name%
  5134. echo %pass%
  5135. echo %ifpass%
  5136. echo %save%
  5137. echo %level%
  5138. echo %health%
  5139. echo %money%
  5140. echo %xp%
  5141. echo %xpmax%
  5142. echo %wep%
  5143. echo %wepdis%
  5144. echo %arm%
  5145. echo %armdis%
  5146. echo %str%
  5147. echo %killnum%
  5148. echo %deaths%
  5149. echo %hpots%
  5150. echo %hpotm%
  5151. echo %hpotl%
  5152. echo %invslt1%
  5153. echo %invslt2%
  5154. echo %invslt3%
  5155. echo %invslt4%
  5156. echo %invslt5%
  5157. echo %invslt6%
  5158. echo %invslt7%
  5159. echo %invslt8%
  5160. echo %invslt9%
  5161. echo %invslt10%
  5162. echo %arenpoints%
  5163. echo %tournlev%
  5164. ) > chareditsave.sav
  5165. cls
  5166. echo Saving...
  5167. ping localhost -n 3 >nul
  5168. chareditor.bat
  5169.  
  5170. :charedit10
  5171. set slt10=%name%
  5172. (
  5173. echo %name%
  5174. echo %pass%
  5175. echo %ifpass%
  5176. echo %save%
  5177. echo %level%
  5178. echo %health%
  5179. echo %money%
  5180. echo %xp%
  5181. echo %xpmax%
  5182. echo %wep%
  5183. echo %wepdis%
  5184. echo %arm%
  5185. echo %armdis%
  5186. echo %str%
  5187. echo %killnum%
  5188. echo %deaths%
  5189. echo %hpots%
  5190. echo %hpotm%
  5191. echo %hpotl%
  5192. echo %invslt1%
  5193. echo %invslt2%
  5194. echo %invslt3%
  5195. echo %invslt4%
  5196. echo %invslt5%
  5197. echo %invslt6%
  5198. echo %invslt7%
  5199. echo %invslt8%
  5200. echo %invslt9%
  5201. echo %invslt10%
  5202. echo %arenpoints%
  5203. echo %tournlev%
  5204. ) > chareditsave.sav
  5205. cls
  5206. echo Saving...
  5207. ping localhost -n 3 >nul
  5208. chareditor.bat
  5209.  
  5210. :register
  5211. if not exist register.bat goto regexist
  5212. set save=sv1
  5213. set level=1
  5214. set ifpass=2
  5215. set pass=
  5216. set health=50000
  5217. set money=50
  5218. set xp=0
  5219. set xpmax=100
  5220. set wep=0
  5221. set wepdis=None
  5222. set arm=0
  5223. set armdis=None
  5224. set str=10
  5225. set killnum=0
  5226. set deaths=0
  5227. set hpots=2
  5228. set hpotm=0
  5229. set hpotl=0
  5230. set invslt1=0
  5231. set invslt2=0
  5232. set invslt3=0
  5233. set invslt4=0
  5234. set invslt5=0
  5235. set invslt6=0
  5236. set invslt7=0
  5237. set invslt8=0
  5238. set invslt9=0
  5239. set invslt10=0
  5240. set arenpoints=0
  5241. set tournlev=1
  5242. (
  5243. echo %name%
  5244. echo %pass%
  5245. echo %ifpass%
  5246. echo %save%
  5247. echo %level%
  5248. echo %health%
  5249. echo %money%
  5250. echo %xp%
  5251. echo %xpmax%
  5252. echo %wep%
  5253. echo %wepdis%
  5254. echo %arm%
  5255. echo %armdis%
  5256. echo %str%
  5257. echo %killnum%
  5258. echo %deaths%
  5259. echo %hpots%
  5260. echo %hpotm%
  5261. echo %hpotl%
  5262. echo %invslt1%
  5263. echo %invslt2%
  5264. echo %invslt3%
  5265. echo %invslt4%
  5266. echo %invslt5%
  5267. echo %invslt6%
  5268. echo %invslt7%
  5269. echo %invslt8%
  5270. echo %invslt9%
  5271. echo %invslt10%
  5272. echo %arenpoints%
  5273. echo %tournlev%
  5274. ) > savereg.sav
  5275. cls
  5276. echo Saving...
  5277. ping localhost -n 3 >nul
  5278. register.bat
  5279.  
  5280. :regexist
  5281. color 0f
  5282. @echo off
  5283. < savemain.sav (
  5284. set /p slt1=
  5285. set /p slt2=
  5286. set /p slt3=
  5287. set /p slt4=
  5288. set /p slt5=
  5289. set /p slt6=
  5290. set /p slt7=
  5291. set /p slt8=
  5292. set /p slt9=
  5293. set /p slt10=
  5294. )
  5295. cls
  5296. < savereg.sav (
  5297. set /p name=
  5298. set /p pass=
  5299. set /p ifpass=
  5300. set /p save=
  5301. set /p level=
  5302. set /p health=
  5303. set /p money=
  5304. set /p xp=
  5305. set /p xpmax=
  5306. set /p wep=
  5307. set /p wepdis=
  5308. set /p arm=
  5309. set /p armdis=
  5310. set /p str=
  5311. set /p killnum=
  5312. set /p deaths=
  5313. set /p hpots=
  5314. set /p hpotm=
  5315. set /p hpotl=
  5316. set /p invslt1=
  5317. set /p invslt2=
  5318. set /p invslt3=
  5319. set /p invslt4=
  5320. set /p invslt5=
  5321. set /p invslt6=
  5322. set /p invslt7=
  5323. set /p invslt8=
  5324. set /p invslt9=
  5325. set /p invslt10=
  5326. set /p arenpoints=
  5327. set /p tournlev=
  5328. )
  5329. :start
  5330. cls
  5331. echo REGISTER
  5332. echo --------
  5333. echo.
  5334. set /p uname=New username:
  5335. set /p passw=New password:
  5336. echo.
  5337. set /p cpass=Confirm pass:
  5338. if %cpass% == %passw% goto next
  5339. cls
  5340. echo Passwords do not match...
  5341. echo.
  5342. echo Try again.
  5343. goto start
  5344.  
  5345. :next
  5346. set name=%uname%
  5347. set pass=%passw%
  5348. cls
  5349. echo Registration complete!
  5350. pause >nul
  5351. goto exit
  5352.  
  5353. :exit
  5354. if %slt1% == empty goto save1
  5355. if %slt2% == empty goto save2
  5356. if %slt3% == empty goto save3
  5357. if %slt4% == empty goto save4
  5358. if %slt5% == empty goto save5
  5359. if %slt6% == empty goto save6
  5360. if %slt7% == empty goto save7
  5361. if %slt8% == empty goto save8
  5362. if %slt9% == empty goto save9
  5363. if %slt10% == empty goto save10
  5364. goto full
  5365.  
  5366. :save1
  5367. set slt1=%name%
  5368. (
  5369. echo %slt1%
  5370. echo %slt2%
  5371. echo %slt3%
  5372. echo %slt4%
  5373. echo %slt5%
  5374. echo %slt6%
  5375. echo %slt7%
  5376. echo %slt8%
  5377. echo %slt9%
  5378. echo %slt10%
  5379. ) > savemain.sav
  5380. (
  5381. echo %name%
  5382. echo %pass%
  5383. echo %ifpass%
  5384. echo %save%
  5385. echo %level%
  5386. echo %health%
  5387. echo %money%
  5388. echo %xp%
  5389. echo %xpmax%
  5390. echo %wep%
  5391. echo %wepdis%
  5392. echo %arm%
  5393. echo %armdis%
  5394. echo %str%
  5395. echo %killnum%
  5396. echo %deaths%
  5397. echo %hpots%
  5398. echo %hpotm%
  5399. echo %hpotl%
  5400. echo %invslt1%
  5401. echo %invslt2%
  5402. echo %invslt3%
  5403. echo %invslt4%
  5404. echo %invslt5%
  5405. echo %invslt6%
  5406. echo %invslt7%
  5407. echo %invslt8%
  5408. echo %invslt9%
  5409. echo %invslt10%
  5410. echo %arenpoints%
  5411. echo %tournlev%
  5412. ) > save1.sav
  5413. cls
  5414. echo Saving...
  5415. ping localhost -n 3 >nul
  5416. goto startscreen
  5417.  
  5418. :save2
  5419. set slt2=%name%
  5420. (
  5421. echo %slt1%
  5422. echo %slt2%
  5423. echo %slt3%
  5424. echo %slt4%
  5425. echo %slt5%
  5426. echo %slt6%
  5427. echo %slt7%
  5428. echo %slt8%
  5429. echo %slt9%
  5430. echo %slt10%
  5431. ) > savemain.sav
  5432. (
  5433. echo %name%
  5434. echo %pass%
  5435. echo %ifpass%
  5436. echo %save%
  5437. echo %level%
  5438. echo %health%
  5439. echo %money%
  5440. echo %xp%
  5441. echo %xpmax%
  5442. echo %wep%
  5443. echo %wepdis%
  5444. echo %arm%
  5445. echo %armdis%
  5446. echo %str%
  5447. echo %killnum%
  5448. echo %deaths%
  5449. echo %hpots%
  5450. echo %hpotm%
  5451. echo %hpotl%
  5452. echo %invslt1%
  5453. echo %invslt2%
  5454. echo %invslt3%
  5455. echo %invslt4%
  5456. echo %invslt5%
  5457. echo %invslt6%
  5458. echo %invslt7%
  5459. echo %invslt8%
  5460. echo %invslt9%
  5461. echo %invslt10%
  5462. echo %arenpoints%
  5463. echo %tournlev%
  5464. ) > save2.sav
  5465. cls
  5466. echo Saving...
  5467. ping localhost -n 3 >nul
  5468. goto startscreen
  5469.  
  5470. :save3
  5471. set slt3=%name%
  5472. (
  5473. echo %slt1%
  5474. echo %slt2%
  5475. echo %slt3%
  5476. echo %slt4%
  5477. echo %slt5%
  5478. echo %slt6%
  5479. echo %slt7%
  5480. echo %slt8%
  5481. echo %slt9%
  5482. echo %slt10%
  5483. ) > savemain.sav
  5484. (
  5485. echo %name%
  5486. echo %pass%
  5487. echo %ifpass%
  5488. echo %save%
  5489. echo %level%
  5490. echo %health%
  5491. echo %money%
  5492. echo %xp%
  5493. echo %xpmax%
  5494. echo %wep%
  5495. echo %wepdis%
  5496. echo %arm%
  5497. echo %armdis%
  5498. echo %str%
  5499. echo %killnum%
  5500. echo %deaths%
  5501. echo %hpots%
  5502. echo %hpotm%
  5503. echo %hpotl%
  5504. echo %invslt1%
  5505. echo %invslt2%
  5506. echo %invslt3%
  5507. echo %invslt4%
  5508. echo %invslt5%
  5509. echo %invslt6%
  5510. echo %invslt7%
  5511. echo %invslt8%
  5512. echo %invslt9%
  5513. echo %invslt10%
  5514. echo %arenpoints%
  5515. echo %tournlev%
  5516. ) > save3.sav
  5517. cls
  5518. echo Saving...
  5519. ping localhost -n 3 >nul
  5520. goto startscreen
  5521.  
  5522. :save4
  5523. set slt4=%name%
  5524. (
  5525. echo %slt1%
  5526. echo %slt2%
  5527. echo %slt3%
  5528. echo %slt4%
  5529. echo %slt5%
  5530. echo %slt6%
  5531. echo %slt7%
  5532. echo %slt8%
  5533. echo %slt9%
  5534. echo %slt10%
  5535. ) > savemain.sav
  5536. (
  5537. echo %name%
  5538. echo %pass%
  5539. echo %ifpass%
  5540. echo %save%
  5541. echo %level%
  5542. echo %health%
  5543. echo %money%
  5544. echo %xp%
  5545. echo %xpmax%
  5546. echo %wep%
  5547. echo %wepdis%
  5548. echo %arm%
  5549. echo %armdis%
  5550. echo %str%
  5551. echo %killnum%
  5552. echo %deaths%
  5553. echo %hpots%
  5554. echo %hpotm%
  5555. echo %hpotl%
  5556. echo %invslt1%
  5557. echo %invslt2%
  5558. echo %invslt3%
  5559. echo %invslt4%
  5560. echo %invslt5%
  5561. echo %invslt6%
  5562. echo %invslt7%
  5563. echo %invslt8%
  5564. echo %invslt9%
  5565. echo %invslt10%
  5566. echo %arenpoints%
  5567. echo %tournlev%
  5568. ) > save4.sav
  5569. cls
  5570. echo Saving...
  5571. ping localhost -n 3 >nul
  5572. goto startscreen
  5573.  
  5574. :save5
  5575. set slt5=%name%
  5576. (
  5577. echo %slt1%
  5578. echo %slt2%
  5579. echo %slt3%
  5580. echo %slt4%
  5581. echo %slt5%
  5582. echo %slt6%
  5583. echo %slt7%
  5584. echo %slt8%
  5585. echo %slt9%
  5586. echo %slt10%
  5587. ) > savemain.sav
  5588. (
  5589. echo %name%
  5590. echo %pass%
  5591. echo %ifpass%
  5592. echo %save%
  5593. echo %level%
  5594. echo %health%
  5595. echo %money%
  5596. echo %xp%
  5597. echo %xpmax%
  5598. echo %wep%
  5599. echo %wepdis%
  5600. echo %arm%
  5601. echo %armdis%
  5602. echo %str%
  5603. echo %killnum%
  5604. echo %deaths%
  5605. echo %hpots%
  5606. echo %hpotm%
  5607. echo %hpotl%
  5608. echo %invslt1%
  5609. echo %invslt2%
  5610. echo %invslt3%
  5611. echo %invslt4%
  5612. echo %invslt5%
  5613. echo %invslt6%
  5614. echo %invslt7%
  5615. echo %invslt8%
  5616. echo %invslt9%
  5617. echo %invslt10%
  5618. echo %arenpoints%
  5619. echo %tournlev%
  5620. ) > save5.sav
  5621. cls
  5622. echo Saving...
  5623. ping localhost -n 3 >nul
  5624. goto startscreen
  5625.  
  5626. :save6
  5627. set slt6=%name%
  5628. (
  5629. echo %slt1%
  5630. echo %slt2%
  5631. echo %slt3%
  5632. echo %slt4%
  5633. echo %slt5%
  5634. echo %slt6%
  5635. echo %slt7%
  5636. echo %slt8%
  5637. echo %slt9%
  5638. echo %slt10%
  5639. ) > savemain.sav
  5640. (
  5641. echo %name%
  5642. echo %pass%
  5643. echo %ifpass%
  5644. echo %save%
  5645. echo %level%
  5646. echo %health%
  5647. echo %money%
  5648. echo %xp%
  5649. echo %xpmax%
  5650. echo %wep%
  5651. echo %wepdis%
  5652. echo %arm%
  5653. echo %armdis%
  5654. echo %str%
  5655. echo %killnum%
  5656. echo %deaths%
  5657. echo %hpots%
  5658. echo %hpotm%
  5659. echo %hpotl%
  5660. echo %invslt1%
  5661. echo %invslt2%
  5662. echo %invslt3%
  5663. echo %invslt4%
  5664. echo %invslt5%
  5665. echo %invslt6%
  5666. echo %invslt7%
  5667. echo %invslt8%
  5668. echo %invslt9%
  5669. echo %invslt10%
  5670. echo %arenpoints%
  5671. echo %tournlev%
  5672. ) > save6.sav
  5673. cls
  5674. echo Saving...
  5675. ping localhost -n 3 >nul
  5676. goto startscreen
  5677.  
  5678. :save7
  5679. set slt7=%name%
  5680. (
  5681. echo %slt1%
  5682. echo %slt2%
  5683. echo %slt3%
  5684. echo %slt4%
  5685. echo %slt5%
  5686. echo %slt6%
  5687. echo %slt7%
  5688. echo %slt8%
  5689. echo %slt9%
  5690. echo %slt10%
  5691. ) > savemain.sav
  5692. (
  5693. echo %name%
  5694. echo %pass%
  5695. echo %ifpass%
  5696. echo %save%
  5697. echo %level%
  5698. echo %health%
  5699. echo %money%
  5700. echo %xp%
  5701. echo %xpmax%
  5702. echo %wep%
  5703. echo %wepdis%
  5704. echo %arm%
  5705. echo %armdis%
  5706. echo %str%
  5707. echo %killnum%
  5708. echo %deaths%
  5709. echo %hpots%
  5710. echo %hpotm%
  5711. echo %hpotl%
  5712. echo %invslt1%
  5713. echo %invslt2%
  5714. echo %invslt3%
  5715. echo %invslt4%
  5716. echo %invslt5%
  5717. echo %invslt6%
  5718. echo %invslt7%
  5719. echo %invslt8%
  5720. echo %invslt9%
  5721. echo %invslt10%
  5722. echo %arenpoints%
  5723. echo %tournlev%
  5724. ) > save7.sav
  5725. cls
  5726. echo Saving...
  5727. ping localhost -n 3 >nul
  5728. goto startscreen
  5729.  
  5730. :save8
  5731. set slt8=%name%
  5732. (
  5733. echo %slt1%
  5734. echo %slt2%
  5735. echo %slt3%
  5736. echo %slt4%
  5737. echo %slt5%
  5738. echo %slt6%
  5739. echo %slt7%
  5740. echo %slt8%
  5741. echo %slt9%
  5742. echo %slt10%
  5743. ) > savemain.sav
  5744. (
  5745. echo %name%
  5746. echo %pass%
  5747. echo %ifpass%
  5748. echo %save%
  5749. echo %level%
  5750. echo %health%
  5751. echo %money%
  5752. echo %xp%
  5753. echo %xpmax%
  5754. echo %wep%
  5755. echo %wepdis%
  5756. echo %arm%
  5757. echo %armdis%
  5758. echo %str%
  5759. echo %killnum%
  5760. echo %deaths%
  5761. echo %hpots%
  5762. echo %hpotm%
  5763. echo %hpotl%
  5764. echo %invslt1%
  5765. echo %invslt2%
  5766. echo %invslt3%
  5767. echo %invslt4%
  5768. echo %invslt5%
  5769. echo %invslt6%
  5770. echo %invslt7%
  5771. echo %invslt8%
  5772. echo %invslt9%
  5773. echo %invslt10%
  5774. echo %arenpoints%
  5775. echo %tournlev%
  5776. ) > save8.sav
  5777. cls
  5778. echo Saving...
  5779. ping localhost -n 3 >nul
  5780. goto startscreen
  5781.  
  5782. :save9
  5783. set slt9=%name%
  5784. (
  5785. echo %slt1%
  5786. echo %slt2%
  5787. echo %slt3%
  5788. echo %slt4%
  5789. echo %slt5%
  5790. echo %slt6%
  5791. echo %slt7%
  5792. echo %slt8%
  5793. echo %slt9%
  5794. echo %slt10%
  5795. ) > savemain.sav
  5796. (
  5797. echo %name%
  5798. echo %pass%
  5799. echo %ifpass%
  5800. echo %save%
  5801. echo %level%
  5802. echo %health%
  5803. echo %money%
  5804. echo %xp%
  5805. echo %xpmax%
  5806. echo %wep%
  5807. echo %wepdis%
  5808. echo %arm%
  5809. echo %armdis%
  5810. echo %str%
  5811. echo %killnum%
  5812. echo %deaths%
  5813. echo %hpots%
  5814. echo %hpotm%
  5815. echo %hpotl%
  5816. echo %invslt1%
  5817. echo %invslt2%
  5818. echo %invslt3%
  5819. echo %invslt4%
  5820. echo %invslt5%
  5821. echo %invslt6%
  5822. echo %invslt7%
  5823. echo %invslt8%
  5824. echo %invslt9%
  5825. echo %invslt10%
  5826. echo %arenpoints%
  5827. echo %tournlev%
  5828. ) > save9.sav
  5829. cls
  5830. echo Saving...
  5831. ping localhost -n 3 >nul
  5832. goto startscreen
  5833.  
  5834. :save10
  5835. set slt10=%name%
  5836. (
  5837. echo %slt1%
  5838. echo %slt2%
  5839. echo %slt3%
  5840. echo %slt4%
  5841. echo %slt5%
  5842. echo %slt6%
  5843. echo %slt7%
  5844. echo %slt8%
  5845. echo %slt9%
  5846. echo %slt10%
  5847. ) > savemain.sav
  5848. (
  5849. echo %name%
  5850. echo %pass%
  5851. echo %ifpass%
  5852. echo %save%
  5853. echo %level%
  5854. echo %health%
  5855. echo %money%
  5856. echo %xp%
  5857. echo %xpmax%
  5858. echo %wep%
  5859. echo %wepdis%
  5860. echo %arm%
  5861. echo %armdis%
  5862. echo %str%
  5863. echo %killnum%
  5864. echo %deaths%
  5865. echo %hpots%
  5866. echo %hpotm%
  5867. echo %hpotl%
  5868. echo %invslt1%
  5869. echo %invslt2%
  5870. echo %invslt3%
  5871. echo %invslt4%
  5872. echo %invslt5%
  5873. echo %invslt6%
  5874. echo %invslt7%
  5875. echo %invslt8%
  5876. echo %invslt9%
  5877. echo %invslt10%
  5878. echo %arenpoints%
  5879. echo %tournlev%
  5880. ) > save10.sav
  5881. cls
  5882. echo Saving...
  5883. ping localhost -n 3 >nul
  5884. goto startscreen
  5885.  
  5886. :full
  5887. cls
  5888. echo All save slots taken!
  5889. pause >nul
  5890. exit
  5891.  
  5892. :charedit
  5893. title Character Editor
  5894. color 1f
  5895. @echo off
  5896. cls
  5897. :main
  5898. < savemain.sav (
  5899. set /p slt1=
  5900. set /p slt2=
  5901. set /p slt3=
  5902. set /p slt4=
  5903. set /p slt5=
  5904. set /p slt6=
  5905. set /p slt7=
  5906. set /p slt8=
  5907. set /p slt9=
  5908. set /p slt10=
  5909. )
  5910. cls
  5911. < chareditsave.sav (
  5912. set /p name=
  5913. set /p pass=
  5914. set /p ifpass=
  5915. set /p save=
  5916. set /p level=
  5917. set /p health=
  5918. set /p money=
  5919. set /p xp=
  5920. set /p xpmax=
  5921. set /p wep=
  5922. set /p wepdis=
  5923. set /p arm=
  5924. set /p armdis=
  5925. set /p str=
  5926. set /p killnum=
  5927. set /p deaths=
  5928. set /p hpots=
  5929. set /p hpotm=
  5930. set /p hpotl=
  5931. set /p invslt1=
  5932. set /p invslt2=
  5933. set /p invslt3=
  5934. set /p invslt4=
  5935. set /p invslt5=
  5936. set /p invslt6=
  5937. set /p invslt7=
  5938. set /p invslt8=
  5939. set /p invslt9=
  5940. set /p invslt10=
  5941. set /p arenpoints=
  5942. set /p tournlev=
  5943. )
  5944. :start
  5945. cls
  5946. echo 1)Change Name
  5947. echo 2)Change Password
  5948. echo 3)Change Level
  5949. echo 4)Change Health
  5950. echo 5)Change Money
  5951. echo 6)Change XP
  5952. echo 7)Change Weapon
  5953. echo 8)Change Armour
  5954. echo 9)Change Potions
  5955. echo 10)Change Inventory Items
  5956. echo.
  5957. echo 11)Back To RPG
  5958. echo 12)Exit
  5959. set input=0
  5960. set /p input=Enter:
  5961.  
  5962. if %input% == 1 goto name
  5963. if %input% == 2 goto pass
  5964. if %input% == 3 goto level
  5965. if %input% == 4 goto health
  5966. if %input% == 5 goto money
  5967. if %input% == 6 goto exp
  5968. if %input% == 7 goto weapon
  5969. if %input% == 8 goto armour
  5970. if %input% == 9 goto potions
  5971. if %input% == 10 goto invitems
  5972. if %input% == 11 goto rpg
  5973. if %input% == 12 goto exit
  5974. goto start
  5975.  
  5976. :name
  5977. cls
  5978. echo Change Name
  5979. echo -----------
  5980. echo.
  5981. set /p name=New name:
  5982.  
  5983. goto start
  5984.  
  5985. :pass
  5986. cls
  5987. echo Change Pass
  5988. echo -----------
  5989. echo.
  5990. set /p pass=New Password:
  5991.  
  5992. goto start
  5993.  
  5994. :level
  5995. cls
  5996. echo Change Level
  5997. echo ------------
  5998. echo.
  5999. set /p level=Set level:
  6000.  
  6001. goto start
  6002.  
  6003. :health
  6004. cls
  6005. echo Change Health
  6006. echo -------------
  6007. echo.
  6008. set /p health=Set health:
  6009.  
  6010. goto start
  6011.  
  6012. :money
  6013. cls
  6014. echo Change Money
  6015. echo ------------
  6016. echo.
  6017. set /p money=Set money:
  6018.  
  6019. goto start
  6020.  
  6021. :exp
  6022. cls
  6023. echo Change Experience
  6024. echo -----------------
  6025. echo.
  6026. set /p xp=Set Xp:
  6027. set /p xpmax=Set Xp Goal:
  6028.  
  6029. goto start
  6030.  
  6031. :weapon
  6032. cls
  6033. echo Change Weapon
  6034. echo -------------
  6035. echo 1)Dagger
  6036. echo 2)Sword
  6037. echo 3)2h Sword
  6038. echo 4)Sword Dual Weild
  6039. echo 5)Fire Blade
  6040. echo 6)Titanium Claws
  6041. echo 7)Enchanted Trident
  6042. echo 8)Thor's Hammer
  6043. echo.
  6044. set /p wep=Set weapon:
  6045.  
  6046. if %wep% GTR 8 set wep=8
  6047. if %wep% LSS 1 set wep=1
  6048. goto start
  6049.  
  6050. :armour
  6051. cls
  6052. echo Change Armour
  6053. echo -------------
  6054. echo.
  6055. echo 1)Leather Armour
  6056. echo 2)Iron Armour
  6057. echo 3)Steel Armour
  6058. echo 4)Titanium Armour
  6059. echo 5)Enchanted Armour
  6060. echo 6)Thor's Armour
  6061. echo.
  6062. set /p arm=Set armour:
  6063.  
  6064. if %arm% GTR 6 set arm=6
  6065. if %arm% LSS 1 set arm=1
  6066. goto start
  6067.  
  6068. :potions
  6069. cls
  6070. echo Change Potions
  6071. echo --------------
  6072. echo Current health potions:
  6073. echo Small:%hpots%
  6074. echo Medium:%hpotm%
  6075. echo Full:%hpotl%
  6076. set /p hpots=Set small health:
  6077. set /p hpotm=Set medium health:
  6078. set /p hpotl=Set full health:
  6079.  
  6080. goto start
  6081.  
  6082. :invitems
  6083. cls
  6084. echo Edit Inventory
  6085. echo --------------
  6086. echo Current Inventory:
  6087. echo 1) Slot 1
  6088. echo 2) Slot 2
  6089. echo 3) Slot 3
  6090. echo 4) Slot 4
  6091. echo 5) Slot 5
  6092. echo 6) Slot 6
  6093. echo 7) Slot 7
  6094. echo 8) Slot 8
  6095. echo 9) Slot 9
  6096. echo 10) Slot 10
  6097. echo.
  6098. set /p inchoice=Select slot to change:
  6099.  
  6100. if %inchoice% == 1 goto slt1edit
  6101. if %inchoice% == 2 goto slt2edit
  6102. if %inchoice% == 3 goto slt3edit
  6103. if %inchoice% == 4 goto slt4edit
  6104. if %inchoice% == 5 goto slt5edit
  6105. if %inchoice% == 6 goto slt6edit
  6106. if %inchoice% == 7 goto slt7edit
  6107. if %inchoice% == 8 goto slt8edit
  6108. if %inchoice% == 9 goto slt9edit
  6109. if %inchoice% == 10 goto slt10edit
  6110. goto invitems
  6111.  
  6112. :slt1edit
  6113. cls
  6114. echo Choose item:
  6115. echo.
  6116. echo [Weapons]Armour](b)
  6117. echo.
  6118. echo 1)Dagger
  6119. echo 2)Sword
  6120. echo 3)2h Sword
  6121. echo 4)Sword Dual Wield
  6122. echo 5)Fire Blade
  6123. echo 6)Titanium Claws
  6124. echo 7)Enchanted Trident
  6125. echo 8)Thor's Hammer
  6126. echo.
  6127. set /p invslt1=Set weapon:
  6128.  
  6129. if %invslt1% == b goto slt1aedit
  6130. if %invslt1% GTR 8 set invslt1=8
  6131. if %invslt1% LSS 1 set invslt1=1
  6132. goto start
  6133.  
  6134. :slt2edit
  6135. cls
  6136. echo Choose item:
  6137. echo.
  6138. echo [Weapons]Armour](b)
  6139. echo.
  6140. echo 1)Dagger
  6141. echo 2)Sword
  6142. echo 3)2h Sword
  6143. echo 4)Sword Dual Wield
  6144. echo 5)Fire Blade
  6145. echo 6)Titanium Claws
  6146. echo 7)Enchanted Trident
  6147. echo 8)Thor's Hammer
  6148. echo.
  6149. set /p invslt2=Set weapon:
  6150.  
  6151. if %invslt2% == b goto slt2aedit
  6152. if %invslt2% GTR 8 set invslt2=8
  6153. if %invslt2% LSS 1 set invslt2=1
  6154. goto start
  6155.  
  6156. :slt3edit
  6157. cls
  6158. echo Choose item:
  6159. echo.
  6160. echo [Weapons]Armour](b)
  6161. echo.
  6162. echo 1)Dagger
  6163. echo 2)Sword
  6164. echo 3)2h Sword
  6165. echo 4)Sword Dual Wield
  6166. echo 5)Fire Blade
  6167. echo 6)Titanium Claws
  6168. echo 7)Enchanted Trident
  6169. echo 8)Thor's Hammer
  6170. echo.
  6171. set /p invslt3=Set weapon:
  6172.  
  6173. if %invslt3% == b goto slt3aedit
  6174. if %invslt3% GTR 8 set invslt3=8
  6175. if %invslt3% LSS 1 set invslt3=1
  6176. goto start
  6177.  
  6178. :slt4edit
  6179. cls
  6180. echo Choose item:
  6181. echo.
  6182. echo [Weapons]Armour](b)
  6183. echo.
  6184. echo 1)Dagger
  6185. echo 2)Sword
  6186. echo 3)2h Sword
  6187. echo 4)Sword Dual Wield
  6188. echo 5)Fire Blade
  6189. echo 6)Titanium Claws
  6190. echo 7)Enchanted Trident
  6191. echo 8)Thor's Hammer
  6192. echo.
  6193. set /p invslt4=Set weapon:
  6194.  
  6195. if %invslt4% == b goto slt4aedit
  6196. if %invslt4% GTR 8 set invslt4=8
  6197. if %invslt4% LSS 1 set invslt4=1
  6198. goto start
  6199.  
  6200. :slt5edit
  6201. cls
  6202. echo Choose item:
  6203. echo.
  6204. echo [Weapons]Armour](b)
  6205. echo.
  6206. echo 1)Dagger
  6207. echo 2)Sword
  6208. echo 3)2h Sword
  6209. echo 4)Sword Dual Wield
  6210. echo 5)Fire Blade
  6211. echo 6)Titanium Claws
  6212. echo 7)Enchanted Trident
  6213. echo 8)Thor's Hammer
  6214. echo.
  6215. set /p slt5=Set weapon:
  6216.  
  6217. if %invslt5% == b goto slt5aedit
  6218. if %invslt5% GTR 8 set invslt5=8
  6219. if %invslt5% LSS 1 set invslt5=1
  6220. goto start
  6221.  
  6222. :slt6edit
  6223. cls
  6224. echo Choose item:
  6225. echo.
  6226. echo [Weapons]Armour](b)
  6227. echo.
  6228. echo 1)Dagger
  6229. echo 2)Sword
  6230. echo 3)2h Sword
  6231. echo 4)Sword Dual Wield
  6232. echo 5)Fire Blade
  6233. echo 6)Titanium Claws
  6234. echo 7)Enchanted Trident
  6235. echo 8)Thor's Hammer
  6236. echo.
  6237. set /p slt6=Set weapon:
  6238.  
  6239. if %invslt6% == b goto slt6aedit
  6240. if %invslt6% GTR 8 set invslt6=8
  6241. if %invslt6% LSS 1 set invslt6=1
  6242. goto start
  6243.  
  6244. :slt7edit
  6245. cls
  6246. echo Choose item:
  6247. echo.
  6248. echo [Weapons]Armour](b)
  6249. echo.
  6250. echo 1)Dagger
  6251. echo 2)Sword
  6252. echo 3)2h Sword
  6253. echo 4)Sword Dual Wield
  6254. echo 5)Fire Blade
  6255. echo 6)Titanium Claws
  6256. echo 7)Enchanted Trident
  6257. echo 8)Thor's Hammer
  6258. echo.
  6259. set /p invslt7=Set weapon:
  6260.  
  6261. if %invslt7% == b goto slt7aedit
  6262. if %invslt7% GTR 8 set invslt7=8
  6263. if %invslt7% LSS 1 set invslt7=1
  6264. goto start
  6265.  
  6266. :slt8edit
  6267. cls
  6268. echo Choose item:
  6269. echo.
  6270. echo [Weapons]Armour](b)
  6271. echo.
  6272. echo 1)Dagger
  6273. echo 2)Sword
  6274. echo 3)2h Sword
  6275. echo 4)Sword Dual Wield
  6276. echo 5)Fire Blade
  6277. echo 6)Titanium Claws
  6278. echo 7)Enchanted Trident
  6279. echo 8)Thor's Hammer
  6280. echo.
  6281. set /p invslt8=Set weapon:
  6282.  
  6283. if %invslt8% == b goto slt8aedit
  6284. if %invslt8% GTR 8 set invslt8=8
  6285. if %invslt8% LSS 1 set invslt8=1
  6286. goto start
  6287.  
  6288. :slt9edit
  6289. cls
  6290. echo Choose item:
  6291. echo.
  6292. echo [Weapons]Armour](b)
  6293. echo.
  6294. echo 1)Dagger
  6295. echo 2)Sword
  6296. echo 3)2h Sword
  6297. echo 4)Sword Dual Wield
  6298. echo 5)Fire Blade
  6299. echo 6)Titanium Claws
  6300. echo 7)Enchanted Trident
  6301. echo 8)Thor's Hammer
  6302. echo.
  6303. set /p invslt9=Set weapon:
  6304.  
  6305. if %invslt9% == b goto slt9aedit
  6306. if %invslt9% GTR 8 set invslt9=8
  6307. if %invslt9% LSS 1 set invslt9=1
  6308. goto start
  6309.  
  6310. :slt10edit
  6311. cls
  6312. echo Choose item:
  6313. echo.
  6314. echo [Weapons]Armour](b)
  6315. echo.
  6316. echo 1)Dagger
  6317. echo 2)Sword
  6318. echo 3)2h Sword
  6319. echo 4)Sword Dual Wield
  6320. echo 5)Fire Blade
  6321. echo 6)Titanium Claws
  6322. echo 7)Enchanted Trident
  6323. echo 8)Thor's Hammer
  6324. echo.
  6325. set /p invslt10=Set weapon:
  6326.  
  6327. if %invslt10% == b goto slt10aedit
  6328. if %invslt10% GTR 8 set invslt10=8
  6329. if %invslt10% LSS 1 set invslt10=1
  6330. goto start
  6331.  
  6332. :slt1aedit
  6333. cls
  6334. echo Choose item:
  6335. echo.
  6336. echo (a)[Weapons[Armour]
  6337. echo.
  6338. echo 1)Leather Armour
  6339. echo 2)Iron Armour
  6340. echo 3)Steel Armour
  6341. echo 4)Titanium Armour
  6342. echo 5)Enchanted Armour
  6343. echo 6)Thor's Armour
  6344. echo.
  6345. set /p invslt1=Set armour:
  6346.  
  6347. if %invslt1% == a goto slt1edit
  6348. if %invslt1% == 1 set invslt1=a1
  6349. if %invslt1% == 2 set invslt1=a2
  6350. if %invslt1% == 3 set invslt1=a3
  6351. if %invslt1% == 4 set invslt1=a4
  6352. if %invslt1% == 5 set invslt1=a5
  6353. if %invslt1% == 6 set invslt1=a6
  6354. if %invslt1% GTR 6 set invslt1=a6
  6355. if %invslt1% LSS 1 set invslt1=a1
  6356. goto start
  6357.  
  6358. :slt2aedit
  6359. cls
  6360. echo Choose item:
  6361. echo.
  6362. echo (a)[Weapons[Armour]
  6363. echo.
  6364. echo 1)Leather Armour
  6365. echo 2)Iron Armour
  6366. echo 3)Steel Armour
  6367. echo 4)Titanium Armour
  6368. echo 5)Enchanted Armour
  6369. echo 6)Thor's Armour
  6370. echo.
  6371. set /p invslt2=Set armour:
  6372.  
  6373. if %invslt2% == a goto slt2edit
  6374. if %invslt2% == 1 set invslt1=a1
  6375. if %invslt2% == 2 set invslt1=a2
  6376. if %invslt2% == 3 set invslt1=a3
  6377. if %invslt2% == 4 set invslt1=a4
  6378. if %invslt2% == 5 set invslt1=a5
  6379. if %invslt2% == 6 set invslt1=a6
  6380. if %invslt2% GTR 6 set invslt1=a6
  6381. if %invslt2% LSS 1 set invslt1=a1
  6382. goto start
  6383.  
  6384. :slt3aedit
  6385. cls
  6386. echo Choose item:
  6387. echo.
  6388. echo (a)[Weapons[Armour]
  6389. echo.
  6390. echo 1)Leather Armour
  6391. echo 2)Iron Armour
  6392. echo 3)Steel Armour
  6393. echo 4)Titanium Armour
  6394. echo 5)Enchanted Armour
  6395. echo 6)Thor's Armour
  6396. echo.
  6397. set /p invslt3=Set armour:
  6398.  
  6399. if %invslt3% == a goto slt3edit
  6400. if %invslt3% == 1 set invslt1=a1
  6401. if %invslt3% == 2 set invslt1=a2
  6402. if %invslt3% == 3 set invslt1=a3
  6403. if %invslt3% == 4 set invslt1=a4
  6404. if %invslt3% == 5 set invslt1=a5
  6405. if %invslt3% == 6 set invslt1=a6
  6406. if %invslt3% GTR 6 set invslt1=a6
  6407. if %invslt3% LSS 1 set invslt1=a1
  6408. goto start
  6409.  
  6410. :slt4aedit
  6411. cls
  6412. echo Choose item:
  6413. echo.
  6414. echo (a)[Weapons[Armour]
  6415. echo.
  6416. echo 1)Leather Armour
  6417. echo 2)Iron Armour
  6418. echo 3)Steel Armour
  6419. echo 4)Titanium Armour
  6420. echo 5)Enchanted Armour
  6421. echo 6)Thor's Armour
  6422. echo.
  6423. set /p invslt4=Set armour:
  6424.  
  6425. if %invslt4% == a goto slt4edit
  6426. if %invslt4% == 1 set invslt1=a1
  6427. if %invslt4% == 2 set invslt1=a2
  6428. if %invslt4% == 3 set invslt1=a3
  6429. if %invslt4% == 4 set invslt1=a4
  6430. if %invslt4% == 5 set invslt1=a5
  6431. if %invslt4% == 6 set invslt1=a6
  6432. if %invslt4% GTR 6 set invslt1=a6
  6433. if %invslt4% LSS 1 set invslt1=a1
  6434. goto start
  6435.  
  6436. :slt5aedit
  6437. cls
  6438. echo Choose item:
  6439. echo.
  6440. echo (a)[Weapons[Armour]
  6441. echo.
  6442. echo 1)Leather Armour
  6443. echo 2)Iron Armour
  6444. echo 3)Steel Armour
  6445. echo 4)Titanium Armour
  6446. echo 5)Enchanted Armour
  6447. echo 6)Thor's Armour
  6448. echo.
  6449. set /p invslt5=Set armour:
  6450.  
  6451. if %invslt5% == a goto slt5edit
  6452. if %invslt5% == 1 set invslt1=a1
  6453. if %invslt5% == 2 set invslt1=a2
  6454. if %invslt5% == 3 set invslt1=a3
  6455. if %invslt5% == 4 set invslt1=a4
  6456. if %invslt5% == 5 set invslt1=a5
  6457. if %invslt5% == 6 set invslt1=a6
  6458. if %invslt5% GTR 6 set invslt1=a6
  6459. if %invslt5% LSS 1 set invslt1=a1
  6460. goto start
  6461.  
  6462. :slt6aedit
  6463. cls
  6464. echo Choose item:
  6465. echo.
  6466. echo (a)[Weapons[Armour]
  6467. echo.
  6468. echo 1)Leather Armour
  6469. echo 2)Iron Armour
  6470. echo 3)Steel Armour
  6471. echo 4)Titanium Armour
  6472. echo 5)Enchanted Armour
  6473. echo 6)Thor's Armour
  6474. echo.
  6475. set /p invslt6=Set armour:
  6476.  
  6477. if %invslt6% == a goto slt6edit
  6478. if %invslt6% == 1 set invslt1=a1
  6479. if %invslt6% == 2 set invslt1=a2
  6480. if %invslt6% == 3 set invslt1=a3
  6481. if %invslt6% == 4 set invslt1=a4
  6482. if %invslt6% == 5 set invslt1=a5
  6483. if %invslt6% == 6 set invslt1=a6
  6484. if %invslt6% GTR 6 set invslt1=a6
  6485. if %invslt6% LSS 1 set invslt1=a1
  6486. goto start
  6487.  
  6488. :slt7aedit
  6489. cls
  6490. echo Choose item:
  6491. echo.
  6492. echo (a)[Weapons[Armour]
  6493. echo.
  6494. echo 1)Leather Armour
  6495. echo 2)Iron Armour
  6496. echo 3)Steel Armour
  6497. echo 4)Titanium Armour
  6498. echo 5)Enchanted Armour
  6499. echo 6)Thor's Armour
  6500. echo.
  6501. set /p slt7=Set armour:
  6502.  
  6503. if %invslt7% == a goto slt6edit
  6504. if %invslt7% == 1 set invslt1=a1
  6505. if %invslt7% == 2 set invslt1=a2
  6506. if %invslt7% == 3 set invslt1=a3
  6507. if %invslt7% == 4 set invslt1=a4
  6508. if %invslt7% == 5 set invslt1=a5
  6509. if %invslt7% == 6 set invslt1=a6
  6510. if %invslt7% GTR 6 set invslt1=a6
  6511. if %invslt7% LSS 1 set invslt1=a1
  6512. goto start
  6513.  
  6514. :slt8aedit
  6515. cls
  6516. echo Choose item:
  6517. echo.
  6518. echo (a)[Weapons[Armour]
  6519. echo.
  6520. echo 1)Leather Armour
  6521. echo 2)Iron Armour
  6522. echo 3)Steel Armour
  6523. echo 4)Titanium Armour
  6524. echo 5)Enchanted Armour
  6525. echo 6)Thor's Armour
  6526. echo.
  6527. set /p invslt8=Set armour:
  6528.  
  6529. if %invslt8% == a goto slt8edit
  6530. if %invslt8% == 1 set invslt1=a1
  6531. if %invslt8% == 2 set invslt1=a2
  6532. if %invslt8% == 3 set invslt1=a3
  6533. if %invslt8% == 4 set invslt1=a4
  6534. if %invslt8% == 5 set invslt1=a5
  6535. if %invslt8% == 6 set invslt1=a6
  6536. if %invslt8% GTR 6 set invslt1=a6
  6537. if %invslt8% LSS 1 set invslt1=a1
  6538. goto start
  6539.  
  6540. :slt9aedit
  6541. cls
  6542. echo Choose item:
  6543. echo.
  6544. echo (a)[Weapons[Armour]
  6545. echo.
  6546. echo 1)Leather Armour
  6547. echo 2)Iron Armour
  6548. echo 3)Steel Armour
  6549. echo 4)Titanium Armour
  6550. echo 5)Enchanted Armour
  6551. echo 6)Thor's Armour
  6552. echo.
  6553. set /p invslt9=Set armour:
  6554.  
  6555. if %invslt9% == a goto slt9edit
  6556. if %invslt9% == 1 set invslt1=a1
  6557. if %invslt9% == 2 set invslt1=a2
  6558. if %invslt9% == 3 set invslt1=a3
  6559. if %invslt9% == 4 set invslt1=a4
  6560. if %invslt9% == 5 set invslt1=a5
  6561. if %invslt9% == 6 set invslt1=a6
  6562. if %invslt9% GTR 6 set invslt1=a6
  6563. if %invslt9% LSS 1 set invslt1=a1
  6564. goto start
  6565.  
  6566. :slt10aedit
  6567. cls
  6568. echo Choose item:
  6569. echo.
  6570. echo (a)[Weapons[Armour]
  6571. echo.
  6572. echo 1)Leather Armour
  6573. echo 2)Iron Armour
  6574. echo 3)Steel Armour
  6575. echo 4)Titanium Armour
  6576. echo 5)Enchanted Armour
  6577. echo 6)Thor's Armour
  6578. echo.
  6579. set /p invslt10=Set armour:
  6580.  
  6581. if %invslt10% == a goto slt10edit
  6582. if %invslt10% == 1 set invslt1=a1
  6583. if %invslt10% == 2 set invslt1=a2
  6584. if %invslt10% == 3 set invslt1=a3
  6585. if %invslt10% == 4 set invslt1=a4
  6586. if %invslt10% == 5 set invslt1=a5
  6587. if %invslt10% == 6 set invslt1=a6
  6588. if %invslt10% GTR 6 set invslt1=a6
  6589. if %invslt10% LSS 1 set invslt1=a1
  6590. goto start
  6591.  
  6592. :rpg
  6593. if %save% == sv0 goto rpgsv
  6594. if %save% == sv1 goto rpgsv1
  6595. if %save% == sv2 goto rpgsv2
  6596. if %save% == sv3 goto rpgsv3
  6597. if %save% == sv4 goto rpgsv4
  6598. if %save% == sv5 goto rpgsv5
  6599. if %save% == sv6 goto rpgsv6
  6600. if %save% == sv7 goto rpgsv7
  6601. if %save% == sv8 goto rpgsv8
  6602. if %save% == sv9 goto rpgsv9
  6603. if %save% == sv10 goto rpgsv10
  6604. goto start
  6605.  
  6606. :rpgsv
  6607.  
  6608. :rpgsv1
  6609. set slt1=%name%
  6610. (
  6611. echo %slt1%
  6612. echo %slt2%
  6613. echo %slt3%
  6614. echo %slt4%
  6615. echo %slt5%
  6616. echo %slt6%
  6617. echo %slt7%
  6618. echo %slt8%
  6619. echo %slt9%
  6620. echo %slt10%
  6621. ) > savemain.sav
  6622. cls
  6623. (
  6624. echo %name%
  6625. echo %pass%
  6626. echo %ifpass%
  6627. echo %save%
  6628. echo %level%
  6629. echo %health%
  6630. echo %money%
  6631. echo %xp%
  6632. echo %xpmax%
  6633. echo %wep%
  6634. echo %wepdis%
  6635. echo %arm%
  6636. echo %armdis%
  6637. echo %str%
  6638. echo %killnum%
  6639. echo %deaths%
  6640. echo %hpots%
  6641. echo %hpotm%
  6642. echo %hpotl%
  6643. echo %invslt1%
  6644. echo %invslt2%
  6645. echo %invslt3%
  6646. echo %invslt4%
  6647. echo %invslt5%
  6648. echo %invslt6%
  6649. echo %invslt7%
  6650. echo %invslt8%
  6651. echo %invslt9%
  6652. echo %invslt10%
  6653. echo %arenpoints%
  6654. echo %tournlev%
  6655. ) > save1.sav
  6656. cls
  6657. echo Saving...
  6658. ping localhost -n 3 >nul
  6659. goto startscreen
  6660.  
  6661. :rpgsv2
  6662. set slt2=%name%
  6663. (
  6664. echo %slt1%
  6665. echo %slt2%
  6666. echo %slt3%
  6667. echo %slt4%
  6668. echo %slt5%
  6669. echo %slt6%
  6670. echo %slt7%
  6671. echo %slt8%
  6672. echo %slt9%
  6673. echo %slt10%
  6674. ) > savemain.sav
  6675. cls
  6676. (
  6677. echo %name%
  6678. echo %pass%
  6679. echo %ifpass%
  6680. echo %save%
  6681. echo %level%
  6682. echo %health%
  6683. echo %money%
  6684. echo %xp%
  6685. echo %xpmax%
  6686. echo %wep%
  6687. echo %wepdis%
  6688. echo %arm%
  6689. echo %armdis%
  6690. echo %str%
  6691. echo %killnum%
  6692. echo %deaths%
  6693. echo %hpots%
  6694. echo %hpotm%
  6695. echo %hpotl%
  6696. echo %invslt1%
  6697. echo %invslt2%
  6698. echo %invslt3%
  6699. echo %invslt4%
  6700. echo %invslt5%
  6701. echo %invslt6%
  6702. echo %invslt7%
  6703. echo %invslt8%
  6704. echo %invslt9%
  6705. echo %invslt10%
  6706. echo %arenpoints%
  6707. echo %tournlev%
  6708. ) > save2.sav
  6709. cls
  6710. echo Saving...
  6711. ping localhost -n 3 >nul
  6712. goto startscreen
  6713.  
  6714. :rpgsv3
  6715. set slt3=%name%
  6716. (
  6717. echo %slt1%
  6718. echo %slt2%
  6719. echo %slt3%
  6720. echo %slt4%
  6721. echo %slt5%
  6722. echo %slt6%
  6723. echo %slt7%
  6724. echo %slt8%
  6725. echo %slt9%
  6726. echo %slt10%
  6727. ) > savemain.sav
  6728. cls
  6729. (
  6730. echo %name%
  6731. echo %pass%
  6732. echo %ifpass%
  6733. echo %save%
  6734. echo %level%
  6735. echo %health%
  6736. echo %money%
  6737. echo %xp%
  6738. echo %xpmax%
  6739. echo %wep%
  6740. echo %wepdis%
  6741. echo %arm%
  6742. echo %armdis%
  6743. echo %str%
  6744. echo %killnum%
  6745. echo %deaths%
  6746. echo %hpots%
  6747. echo %hpotm%
  6748. echo %hpotl%
  6749. echo %invslt1%
  6750. echo %invslt2%
  6751. echo %invslt3%
  6752. echo %invslt4%
  6753. echo %invslt5%
  6754. echo %invslt6%
  6755. echo %invslt7%
  6756. echo %invslt8%
  6757. echo %invslt9%
  6758. echo %invslt10%
  6759. echo %arenpoints%
  6760. echo %tournlev%
  6761. ) > save3.sav
  6762. cls
  6763. echo Saving...
  6764. ping localhost -n 3 >nul
  6765. goto startscreen
  6766.  
  6767. :rpgsv4
  6768. set slt4=%name%
  6769. (
  6770. echo %slt1%
  6771. echo %slt2%
  6772. echo %slt3%
  6773. echo %slt4%
  6774. echo %slt5%
  6775. echo %slt6%
  6776. echo %slt7%
  6777. echo %slt8%
  6778. echo %slt9%
  6779. echo %slt10%
  6780. ) > savemain.sav
  6781. cls
  6782. (
  6783. echo %name%
  6784. echo %pass%
  6785. echo %ifpass%
  6786. echo %save%
  6787. echo %level%
  6788. echo %health%
  6789. echo %money%
  6790. echo %xp%
  6791. echo %xpmax%
  6792. echo %wep%
  6793. echo %wepdis%
  6794. echo %arm%
  6795. echo %armdis%
  6796. echo %str%
  6797. echo %killnum%
  6798. echo %deaths%
  6799. echo %hpots%
  6800. echo %hpotm%
  6801. echo %hpotl%
  6802. echo %invslt1%
  6803. echo %invslt2%
  6804. echo %invslt3%
  6805. echo %invslt4%
  6806. echo %invslt5%
  6807. echo %invslt6%
  6808. echo %invslt7%
  6809. echo %invslt8%
  6810. echo %invslt9%
  6811. echo %invslt10%
  6812. echo %arenpoints%
  6813. echo %tournlev%
  6814. ) > save4.sav
  6815. cls
  6816. echo Saving...
  6817. ping localhost -n 3 >nul
  6818. goto startscreen
  6819.  
  6820. :rpgsv5
  6821. set slt5=%name%
  6822. (
  6823. echo %slt1%
  6824. echo %slt2%
  6825. echo %slt3%
  6826. echo %slt4%
  6827. echo %slt5%
  6828. echo %slt6%
  6829. echo %slt7%
  6830. echo %slt8%
  6831. echo %slt9%
  6832. echo %slt10%
  6833. ) > savemain.sav
  6834. cls
  6835. (
  6836. echo %name%
  6837. echo %pass%
  6838. echo %ifpass%
  6839. echo %save%
  6840. echo %level%
  6841. echo %health%
  6842. echo %money%
  6843. echo %xp%
  6844. echo %xpmax%
  6845. echo %wep%
  6846. echo %wepdis%
  6847. echo %arm%
  6848. echo %armdis%
  6849. echo %str%
  6850. echo %killnum%
  6851. echo %deaths%
  6852. echo %hpots%
  6853. echo %hpotm%
  6854. echo %hpotl%
  6855. echo %invslt1%
  6856. echo %invslt2%
  6857. echo %invslt3%
  6858. echo %invslt4%
  6859. echo %invslt5%
  6860. echo %invslt6%
  6861. echo %invslt7%
  6862. echo %invslt8%
  6863. echo %invslt9%
  6864. echo %invslt10%
  6865. echo %arenpoints%
  6866. echo %tournlev%
  6867. ) > save5.sav
  6868. cls
  6869. echo Saving...
  6870. ping localhost -n 3 >nul
  6871. goto startscreen
  6872.  
  6873. :rpgsv6
  6874. set slt6=%name%
  6875. (
  6876. echo %slt1%
  6877. echo %slt2%
  6878. echo %slt3%
  6879. echo %slt4%
  6880. echo %slt5%
  6881. echo %slt6%
  6882. echo %slt7%
  6883. echo %slt8%
  6884. echo %slt9%
  6885. echo %slt10%
  6886. ) > savemain.sav
  6887. cls
  6888. (
  6889. echo %name%
  6890. echo %pass%
  6891. echo %ifpass%
  6892. echo %save%
  6893. echo %level%
  6894. echo %health%
  6895. echo %money%
  6896. echo %xp%
  6897. echo %xpmax%
  6898. echo %wep%
  6899. echo %wepdis%
  6900. echo %arm%
  6901. echo %armdis%
  6902. echo %str%
  6903. echo %killnum%
  6904. echo %deaths%
  6905. echo %hpots%
  6906. echo %hpotm%
  6907. echo %hpotl%
  6908. echo %invslt1%
  6909. echo %invslt2%
  6910. echo %invslt3%
  6911. echo %invslt4%
  6912. echo %invslt5%
  6913. echo %invslt6%
  6914. echo %invslt7%
  6915. echo %invslt8%
  6916. echo %invslt9%
  6917. echo %invslt10%
  6918. echo %arenpoints%
  6919. echo %tournlev%
  6920. ) > save6.sav
  6921. cls
  6922. echo Saving...
  6923. ping localhost -n 3 >nul
  6924. goto startscreen
  6925.  
  6926. :rpgsv7
  6927. set slt7=%name%
  6928. (
  6929. echo %slt1%
  6930. echo %slt2%
  6931. echo %slt3%
  6932. echo %slt4%
  6933. echo %slt5%
  6934. echo %slt6%
  6935. echo %slt7%
  6936. echo %slt8%
  6937. echo %slt9%
  6938. echo %slt10%
  6939. ) > savemain.sav
  6940. cls
  6941. (
  6942. echo %name%
  6943. echo %pass%
  6944. echo %ifpass%
  6945. echo %save%
  6946. echo %level%
  6947. echo %health%
  6948. echo %money%
  6949. echo %xp%
  6950. echo %xpmax%
  6951. echo %wep%
  6952. echo %wepdis%
  6953. echo %arm%
  6954. echo %armdis%
  6955. echo %str%
  6956. echo %killnum%
  6957. echo %deaths%
  6958. echo %hpots%
  6959. echo %hpotm%
  6960. echo %hpotl%
  6961. echo %invslt1%
  6962. echo %invslt2%
  6963. echo %invslt3%
  6964. echo %invslt4%
  6965. echo %invslt5%
  6966. echo %invslt6%
  6967. echo %invslt7%
  6968. echo %invslt8%
  6969. echo %invslt9%
  6970. echo %invslt10%
  6971. echo %arenpoints%
  6972. echo %tournlev%
  6973. ) > save7.sav
  6974. cls
  6975. echo Saving...
  6976. ping localhost -n 3 >nul
  6977. goto startscreen
  6978.  
  6979. :rpgsv8
  6980. set slt8=%name%
  6981. (
  6982. echo %slt1%
  6983. echo %slt2%
  6984. echo %slt3%
  6985. echo %slt4%
  6986. echo %slt5%
  6987. echo %slt6%
  6988. echo %slt7%
  6989. echo %slt8%
  6990. echo %slt9%
  6991. echo %slt10%
  6992. ) > savemain.sav
  6993. cls
  6994. (
  6995. echo %name%
  6996. echo %pass%
  6997. echo %ifpass%
  6998. echo %save%
  6999. echo %level%
  7000. echo %health%
  7001. echo %money%
  7002. echo %xp%
  7003. echo %xpmax%
  7004. echo %wep%
  7005. echo %wepdis%
  7006. echo %arm%
  7007. echo %armdis%
  7008. echo %str%
  7009. echo %killnum%
  7010. echo %deaths%
  7011. echo %hpots%
  7012. echo %hpotm%
  7013. echo %hpotl%
  7014. echo %invslt1%
  7015. echo %invslt2%
  7016. echo %invslt3%
  7017. echo %invslt4%
  7018. echo %invslt5%
  7019. echo %invslt6%
  7020. echo %invslt7%
  7021. echo %invslt8%
  7022. echo %invslt9%
  7023. echo %invslt10%
  7024. echo %arenpoints%
  7025. echo %tournlev%
  7026. ) > save8.sav
  7027. cls
  7028. echo Saving...
  7029. ping localhost -n 3 >nul
  7030. goto startscreen
  7031.  
  7032. :rpgsv9
  7033. set slt9=%name%
  7034. (
  7035. echo %slt1%
  7036. echo %slt2%
  7037. echo %slt3%
  7038. echo %slt4%
  7039. echo %slt5%
  7040. echo %slt6%
  7041. echo %slt7%
  7042. echo %slt8%
  7043. echo %slt9%
  7044. echo %slt10%
  7045. ) > savemain.sav
  7046. cls
  7047. (
  7048. echo %name%
  7049. echo %pass%
  7050. echo %ifpass%
  7051. echo %save%
  7052. echo %level%
  7053. echo %health%
  7054. echo %money%
  7055. echo %xp%
  7056. echo %xpmax%
  7057. echo %wep%
  7058. echo %wepdis%
  7059. echo %arm%
  7060. echo %armdis%
  7061. echo %str%
  7062. echo %killnum%
  7063. echo %deaths%
  7064. echo %hpots%
  7065. echo %hpotm%
  7066. echo %hpotl%
  7067. echo %invslt1%
  7068. echo %invslt2%
  7069. echo %invslt3%
  7070. echo %invslt4%
  7071. echo %invslt5%
  7072. echo %invslt6%
  7073. echo %invslt7%
  7074. echo %invslt8%
  7075. echo %invslt9%
  7076. echo %invslt10%
  7077. echo %arenpoints%
  7078. echo %tournlev%
  7079. ) > save9.sav
  7080. cls
  7081. echo Saving...
  7082. ping localhost -n 3 >nul
  7083. goto startscreen
  7084.  
  7085. :rpgsv10
  7086. set slt10=%name%
  7087. (
  7088. echo %slt1%
  7089. echo %slt2%
  7090. echo %slt3%
  7091. echo %slt4%
  7092. echo %slt5%
  7093. echo %slt6%
  7094. echo %slt7%
  7095. echo %slt8%
  7096. echo %slt9%
  7097. echo %slt10%
  7098. ) > savemain.sav
  7099. cls
  7100. (
  7101. echo %name%
  7102. echo %pass%
  7103. echo %ifpass%
  7104. echo %save%
  7105. echo %level%
  7106. echo %health%
  7107. echo %money%
  7108. echo %xp%
  7109. echo %xpmax%
  7110. echo %wep%
  7111. echo %wepdis%
  7112. echo %arm%
  7113. echo %armdis%
  7114. echo %str%
  7115. echo %killnum%
  7116. echo %deaths%
  7117. echo %hpots%
  7118. echo %hpotm%
  7119. echo %hpotl%
  7120. echo %invslt1%
  7121. echo %invslt2%
  7122. echo %invslt3%
  7123. echo %invslt4%
  7124. echo %invslt5%
  7125. echo %invslt6%
  7126. echo %invslt7%
  7127. echo %invslt8%
  7128. echo %invslt9%
  7129. echo %invslt10%
  7130. echo %arenpoints%
  7131. echo %tournlev%
  7132. ) > save10.sav
  7133. cls
  7134. echo Saving...
  7135. ping localhost -n 3 >nul
  7136. goto startscreen
  7137.  
  7138. :exit
  7139. if %save% == sv0 exit
  7140. if %save% == sv1 goto extsv1
  7141. if %save% == sv2 goto extsv2
  7142. if %save% == sv3 goto extsv3
  7143. if %save% == sv4 goto extsv4
  7144. if %save% == sv5 goto extsv5
  7145. if %save% == sv6 goto extsv6
  7146. if %save% == sv7 goto extsv7
  7147. if %save% == sv8 goto extsv8
  7148. if %save% == sv9 goto extsv9
  7149. if %save% == sv10 goto extsv10
  7150. goto start
  7151.  
  7152. :extsv1
  7153. set slt1=%name%
  7154. (
  7155. echo %slt1%
  7156. echo %slt2%
  7157. echo %slt3%
  7158. echo %slt4%
  7159. echo %slt5%
  7160. echo %slt6%
  7161. echo %slt7%
  7162. echo %slt8%
  7163. echo %slt9%
  7164. echo %slt10%
  7165. ) > savemain.sav
  7166. cls
  7167. (
  7168. echo %name%
  7169. echo %pass%
  7170. echo %ifpass%
  7171. echo %save%
  7172. echo %level%
  7173. echo %health%
  7174. echo %money%
  7175. echo %xp%
  7176. echo %xpmax%
  7177. echo %wep%
  7178. echo %wepdis%
  7179. echo %arm%
  7180. echo %armdis%
  7181. echo %str%
  7182. echo %killnum%
  7183. echo %deaths%
  7184. echo %hpots%
  7185. echo %hpotm%
  7186. echo %hpotl%
  7187. echo %invslt1%
  7188. echo %invslt2%
  7189. echo %invslt3%
  7190. echo %invslt4%
  7191. echo %invslt5%
  7192. echo %invslt6%
  7193. echo %invslt7%
  7194. echo %invslt8%
  7195. echo %invslt9%
  7196. echo %invslt10%
  7197. echo %arenpoints%
  7198. echo %tournlev%
  7199. ) > save1.sav
  7200. cls
  7201. echo Saving...
  7202. ping localhost -n 3 >nul
  7203. goto startscreen
  7204. exit
  7205.  
  7206. :extsv2
  7207. set slt2=%name%
  7208. (
  7209. echo %slt1%
  7210. echo %slt2%
  7211. echo %slt3%
  7212. echo %slt4%
  7213. echo %slt5%
  7214. echo %slt6%
  7215. echo %slt7%
  7216. echo %slt8%
  7217. echo %slt9%
  7218. echo %slt10%
  7219. ) > savemain.sav
  7220. cls
  7221. (
  7222. echo %name%
  7223. echo %pass%
  7224. echo %ifpass%
  7225. echo %save%
  7226. echo %level%
  7227. echo %health%
  7228. echo %money%
  7229. echo %xp%
  7230. echo %xpmax%
  7231. echo %wep%
  7232. echo %wepdis%
  7233. echo %arm%
  7234. echo %armdis%
  7235. echo %str%
  7236. echo %killnum%
  7237. echo %deaths%
  7238. echo %hpots%
  7239. echo %hpotm%
  7240. echo %hpotl%
  7241. echo %invslt1%
  7242. echo %invslt2%
  7243. echo %invslt3%
  7244. echo %invslt4%
  7245. echo %invslt5%
  7246. echo %invslt6%
  7247. echo %invslt7%
  7248. echo %invslt8%
  7249. echo %invslt9%
  7250. echo %invslt10%
  7251. echo %arenpoints%
  7252. echo %tournlev%
  7253. ) > save2.sav
  7254. cls
  7255. echo Saving...
  7256. ping localhost -n 3 >nul
  7257. goto startscreen
  7258. exit
  7259.  
  7260. :extsv3
  7261. set slt3=%name%
  7262. (
  7263. echo %slt1%
  7264. echo %slt2%
  7265. echo %slt3%
  7266. echo %slt4%
  7267. echo %slt5%
  7268. echo %slt6%
  7269. echo %slt7%
  7270. echo %slt8%
  7271. echo %slt9%
  7272. echo %slt10%
  7273. ) > savemain.sav
  7274. cls
  7275. (
  7276. echo %name%
  7277. echo %pass%
  7278. echo %ifpass%
  7279. echo %save%
  7280. echo %level%
  7281. echo %health%
  7282. echo %money%
  7283. echo %xp%
  7284. echo %xpmax%
  7285. echo %wep%
  7286. echo %wepdis%
  7287. echo %arm%
  7288. echo %armdis%
  7289. echo %str%
  7290. echo %killnum%
  7291. echo %deaths%
  7292. echo %hpots%
  7293. echo %hpotm%
  7294. echo %hpotl%
  7295. echo %invslt1%
  7296. echo %invslt2%
  7297. echo %invslt3%
  7298. echo %invslt4%
  7299. echo %invslt5%
  7300. echo %invslt6%
  7301. echo %invslt7%
  7302. echo %invslt8%
  7303. echo %invslt9%
  7304. echo %invslt10%
  7305. echo %arenpoints%
  7306. echo %tournlev%
  7307. ) > save3.sav
  7308. cls
  7309. echo Saving...
  7310. ping localhost -n 3 >nul
  7311. goto startscreen
  7312. exit
  7313.  
  7314. :extsv4
  7315. set slt4=%name%
  7316. (
  7317. echo %slt1%
  7318. echo %slt2%
  7319. echo %slt3%
  7320. echo %slt4%
  7321. echo %slt5%
  7322. echo %slt6%
  7323. echo %slt7%
  7324. echo %slt8%
  7325. echo %slt9%
  7326. echo %slt10%
  7327. ) > savemain.sav
  7328. cls
  7329. (
  7330. echo %name%
  7331. echo %pass%
  7332. echo %ifpass%
  7333. echo %save%
  7334. echo %level%
  7335. echo %health%
  7336. echo %money%
  7337. echo %xp%
  7338. echo %xpmax%
  7339. echo %wep%
  7340. echo %wepdis%
  7341. echo %arm%
  7342. echo %armdis%
  7343. echo %str%
  7344. echo %killnum%
  7345. echo %deaths%
  7346. echo %hpots%
  7347. echo %hpotm%
  7348. echo %hpotl%
  7349. echo %invslt1%
  7350. echo %invslt2%
  7351. echo %invslt3%
  7352. echo %invslt4%
  7353. echo %invslt5%
  7354. echo %invslt6%
  7355. echo %invslt7%
  7356. echo %invslt8%
  7357. echo %invslt9%
  7358. echo %invslt10%
  7359. echo %arenpoints%
  7360. echo %tournlev%
  7361. ) > save4.sav
  7362. cls
  7363. echo Saving...
  7364. ping localhost -n 3 >nul
  7365. goto startscreen
  7366. exit
  7367.  
  7368. :extsv5
  7369. set slt5=%name%
  7370. (
  7371. echo %slt1%
  7372. echo %slt2%
  7373. echo %slt3%
  7374. echo %slt4%
  7375. echo %slt5%
  7376. echo %slt6%
  7377. echo %slt7%
  7378. echo %slt8%
  7379. echo %slt9%
  7380. echo %slt10%
  7381. ) > savemain.sav
  7382. cls
  7383. (
  7384. echo %name%
  7385. echo %pass%
  7386. echo %ifpass%
  7387. echo %save%
  7388. echo %level%
  7389. echo %health%
  7390. echo %money%
  7391. echo %xp%
  7392. echo %xpmax%
  7393. echo %wep%
  7394. echo %wepdis%
  7395. echo %arm%
  7396. echo %armdis%
  7397. echo %str%
  7398. echo %killnum%
  7399. echo %deaths%
  7400. echo %hpots%
  7401. echo %hpotm%
  7402. echo %hpotl%
  7403. echo %invslt1%
  7404. echo %invslt2%
  7405. echo %invslt3%
  7406. echo %invslt4%
  7407. echo %invslt5%
  7408. echo %invslt6%
  7409. echo %invslt7%
  7410. echo %invslt8%
  7411. echo %invslt9%
  7412. echo %invslt10%
  7413. echo %arenpoints%
  7414. echo %tournlev%
  7415. ) > save5.sav
  7416. cls
  7417. echo Saving...
  7418. ping localhost -n 3 >nul
  7419. goto startscreen
  7420. exit
  7421.  
  7422. :extsv6
  7423. set slt6=%name%
  7424. (
  7425. echo %slt1%
  7426. echo %slt2%
  7427. echo %slt3%
  7428. echo %slt4%
  7429. echo %slt5%
  7430. echo %slt6%
  7431. echo %slt7%
  7432. echo %slt8%
  7433. echo %slt9%
  7434. echo %slt10%
  7435. ) > savemain.sav
  7436. cls
  7437. (
  7438. echo %name%
  7439. echo %pass%
  7440. echo %ifpass%
  7441. echo %save%
  7442. echo %level%
  7443. echo %health%
  7444. echo %money%
  7445. echo %xp%
  7446. echo %xpmax%
  7447. echo %wep%
  7448. echo %wepdis%
  7449. echo %arm%
  7450. echo %armdis%
  7451. echo %str%
  7452. echo %killnum%
  7453. echo %deaths%
  7454. echo %hpots%
  7455. echo %hpotm%
  7456. echo %hpotl%
  7457. echo %invslt1%
  7458. echo %invslt2%
  7459. echo %invslt3%
  7460. echo %invslt4%
  7461. echo %invslt5%
  7462. echo %invslt6%
  7463. echo %invslt7%
  7464. echo %invslt8%
  7465. echo %invslt9%
  7466. echo %invslt10%
  7467. echo %arenpoints%
  7468. echo %tournlev%
  7469. ) > save6.sav
  7470. cls
  7471. echo Saving...
  7472. ping localhost -n 3 >nul
  7473. goto startscreen
  7474. exit
  7475.  
  7476. :extsv7
  7477. set slt7=%name%
  7478. (
  7479. echo %slt1%
  7480. echo %slt2%
  7481. echo %slt3%
  7482. echo %slt4%
  7483. echo %slt5%
  7484. echo %slt6%
  7485. echo %slt7%
  7486. echo %slt8%
  7487. echo %slt9%
  7488. echo %slt10%
  7489. ) > savemain.sav
  7490. cls
  7491. (
  7492. echo %name%
  7493. echo %pass%
  7494. echo %ifpass%
  7495. echo %save%
  7496. echo %level%
  7497. echo %health%
  7498. echo %money%
  7499. echo %xp%
  7500. echo %xpmax%
  7501. echo %wep%
  7502. echo %wepdis%
  7503. echo %arm%
  7504. echo %armdis%
  7505. echo %str%
  7506. echo %killnum%
  7507. echo %deaths%
  7508. echo %hpots%
  7509. echo %hpotm%
  7510. echo %hpotl%
  7511. echo %invslt1%
  7512. echo %invslt2%
  7513. echo %invslt3%
  7514. echo %invslt4%
  7515. echo %invslt5%
  7516. echo %invslt6%
  7517. echo %invslt7%
  7518. echo %invslt8%
  7519. echo %invslt9%
  7520. echo %invslt10%
  7521. echo %arenpoints%
  7522. echo %tournlev%
  7523. ) > save7.sav
  7524. cls
  7525. echo Saving...
  7526. ping localhost -n 3 >nul
  7527. goto startscreen
  7528. exit
  7529.  
  7530. :extsv8
  7531. set slt8=%name%
  7532. (
  7533. echo %slt1%
  7534. echo %slt2%
  7535. echo %slt3%
  7536. echo %slt4%
  7537. echo %slt5%
  7538. echo %slt6%
  7539. echo %slt7%
  7540. echo %slt8%
  7541. echo %slt9%
  7542. echo %slt10%
  7543. ) > savemain.sav
  7544. cls
  7545. (
  7546. echo %name%
  7547. echo %pass%
  7548. echo %ifpass%
  7549. echo %save%
  7550. echo %level%
  7551. echo %health%
  7552. echo %money%
  7553. echo %xp%
  7554. echo %xpmax%
  7555. echo %wep%
  7556. echo %wepdis%
  7557. echo %arm%
  7558. echo %armdis%
  7559. echo %str%
  7560. echo %killnum%
  7561. echo %deaths%
  7562. echo %hpots%
  7563. echo %hpotm%
  7564. echo %hpotl%
  7565. echo %invslt1%
  7566. echo %invslt2%
  7567. echo %invslt3%
  7568. echo %invslt4%
  7569. echo %invslt5%
  7570. echo %invslt6%
  7571. echo %invslt7%
  7572. echo %invslt8%
  7573. echo %invslt9%
  7574. echo %invslt10%
  7575. echo %arenpoints%
  7576. echo %tournlev%
  7577. ) > save8.sav
  7578. cls
  7579. echo Saving...
  7580. ping localhost -n 3 >nul
  7581. goto startscreen
  7582. exit
  7583.  
  7584. :extsv9
  7585. set slt9=%name%
  7586. (
  7587. echo %slt1%
  7588. echo %slt2%
  7589. echo %slt3%
  7590. echo %slt4%
  7591. echo %slt5%
  7592. echo %slt6%
  7593. echo %slt7%
  7594. echo %slt8%
  7595. echo %slt9%
  7596. echo %slt10%
  7597. ) > savemain.sav
  7598. cls
  7599. (
  7600. echo %name%
  7601. echo %pass%
  7602. echo %ifpass%
  7603. echo %save%
  7604. echo %level%
  7605. echo %health%
  7606. echo %money%
  7607. echo %xp%
  7608. echo %xpmax%
  7609. echo %wep%
  7610. echo %wepdis%
  7611. echo %arm%
  7612. echo %armdis%
  7613. echo %str%
  7614. echo %killnum%
  7615. echo %deaths%
  7616. echo %hpots%
  7617. echo %hpotm%
  7618. echo %hpotl%
  7619. echo %invslt1%
  7620. echo %invslt2%
  7621. echo %invslt3%
  7622. echo %invslt4%
  7623. echo %invslt5%
  7624. echo %invslt6%
  7625. echo %invslt7%
  7626. echo %invslt8%
  7627. echo %invslt9%
  7628. echo %invslt10%
  7629. echo %arenpoints%
  7630. echo %tournlev%
  7631. ) > save9.sav
  7632. cls
  7633. echo Saving...
  7634. ping localhost -n 3 >nul
  7635. goto startscreen
  7636. exit
  7637.  
  7638. :extsv10
  7639. set slt10=%name%
  7640. (
  7641. echo %slt1%
  7642. echo %slt2%
  7643. echo %slt3%
  7644. echo %slt4%
  7645. echo %slt5%
  7646. echo %slt6%
  7647. echo %slt7%
  7648. echo %slt8%
  7649. echo %slt9%
  7650. echo %slt10%
  7651. ) > savemain.sav
  7652. cls
  7653. (
  7654. echo %name%
  7655. echo %pass%
  7656. echo %ifpass%
  7657. echo %save%
  7658. echo %level%
  7659. echo %health%
  7660. echo %money%
  7661. echo %xp%
  7662. echo %xpmax%
  7663. echo %wep%
  7664. echo %wepdis%
  7665. echo %arm%
  7666. echo %armdis%
  7667. echo %str%
  7668. echo %killnum%
  7669. echo %deaths%
  7670. echo %hpots%
  7671. echo %hpotm%
  7672. echo %hpotl%
  7673. echo %invslt1%
  7674. echo %invslt2%
  7675. echo %invslt3%
  7676. echo %invslt4%
  7677. echo %invslt5%
  7678. echo %invslt6%
  7679. echo %invslt7%
  7680. echo %invslt8%
  7681. echo %invslt9%
  7682. echo %invslt10%
  7683. echo %arenpoints%
  7684. echo %tournlev%
  7685. ) > save10.sav
  7686. cls
  7687. echo Saving...
  7688. ping localhost -n 3 >nul
  7689. goto startscreen
  7690. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement