brendorox

Untitled

Aug 15th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.27 KB | None | 0 0
  1. //-----------Por : ferdnand------------------------------------------------------
  2. //-----------Ajustado e revisado por : -=MaxDragon=------------------------------
  3. //-----------Reajustado por Nickø------------------------------------------------
  4. //-----------modifcado para ser mini boss shamn----------------------------------
  5.  
  6. //-----Teleportador-----
  7. prontera.gat,158,173,4 script Mini-Boss Summoner Warper 766,{
  8. //if(getgmlevel() > 1) goto L_NVIP;
  9. show "[Teleportador MvP]";
  10. show "Olá, gostaria de invocar um Mini boss?";
  11. next;
  12. menu "Claro!",L_MVP,"Não,obrigado.",L_No;
  13.  
  14. L_No:
  15. show "[Teleportador MvP]";
  16. show "volte quando criar coragem para enfrentar um";
  17. close;
  18.  
  19. L_MVP:
  20. show "[Teleportador MvP]";
  21. show "irei te levar para a arena.Você que";
  22. menu "Certo, Me teleporte",Mwarpme,"Nah,mudei de idéia",mudoideia;
  23. close;
  24.  
  25. mudoideia:
  26. show "Ok , até mais !";
  27. close;
  28.  
  29. Mwarpme:
  30. warp "sec_in02.gat", 27, 172; close;
  31. }
  32.  
  33. //-----invocador de MVP's-----
  34. sec_in02.gat,16,170,5 script Summoner de mini-boss 56,{
  35. show "[Summoner]";
  36. show "Ola amigo!";
  37. show "escolha o MvP que você que lembre-se q sao os mais raros nao todos!:";
  38. menu "GR(Ghostring)",gr,"Deviling",devil,"angeling",ange,"arch-angeling",arch,"Mastering",pg,"cavaleiro saanguinario",sangue,"Chepet",chept,"Dragão Mutante",drake,"Grifo",eddga,"Líder Goblin",farao,"Líder Kobold",flor,"Maya Macho",freeoni,"Yakuza",tartaruga,"Tirfing",hatii;
  39.  
  40. gr:
  41. show "irei Invocalo";
  42. atcommand strcharinfo(0)+":@monster 1120";
  43. close;
  44.  
  45. devil:
  46. show "irei Invocalo";
  47. atcommand strcharinfo(0)+":@monster 1582";
  48. close;
  49.  
  50. ange:
  51. show "irei Invocalo";
  52. atcommand strcharinfo(0)+":@monster 1096";
  53. close;
  54.  
  55. arch:
  56. show "irei Invocalo";
  57. atcommand strcharinfo(0)+":@monster 1388";
  58. close;
  59.  
  60. pg:
  61. show "irei Invocalo";
  62. atcommand strcharinfo(0)+":@monster 1090";
  63. close;
  64.  
  65. sangue:
  66. show "irei Invocalo";
  67. atcommand strcharinfo(0)+":@monster 1268";
  68. close;
  69.  
  70. chept:
  71. show "irei Invocalo";
  72. atcommand strcharinfo(0)+":@monster 1250";
  73. close;
  74.  
  75. drake:
  76. show "irei Invocalo";
  77. atcommand strcharinfo(0)+":@monster 1262";
  78. close;
  79.  
  80. eddga:
  81. show "irei Invocalo";
  82. atcommand strcharinfo(0)+":@monster 1259";
  83. close;
  84.  
  85. farao:
  86. show "irei Invocalo";
  87. atcommand strcharinfo(0)+":@monster 1299";
  88. close;
  89.  
  90. flor:
  91. show "irei Invocalo";
  92. atcommand strcharinfo(0)+":@monster 1296";
  93. close;
  94.  
  95. freeoni:
  96. show "irei Invocalo";
  97. atcommand strcharinfo(0)+":@monster 1289";
  98. close;
  99.  
  100. tartaruga:
  101. show "irei Invocalo";
  102. atcommand strcharinfo(0)+":@monster 1313";
  103. close;
  104.  
  105. hatii:
  106. show "irei Invocalo";
  107. atcommand strcharinfo(0)+":@monster 1204";
  108. close;
  109.  
  110. L_NVIP:
  111. close;
  112. }
  113. //2º Mini boss
  114. //-----invocador de MVP's-----
  115. sec_in02.gat,18,183,5 script Summoner de mini-boss 56,{
  116. show "[Summoner]";
  117. show "Ola amigo!";
  118. show "escolha o MvP que você que lembre-se q sao os mais raros nao todos!:";
  119. menu "GR(Ghostring)",gr,"Deviling",devil,"angeling",ange,"arch-angeling",arch,"Mastering",pg,"cavaleiro saanguinario",sangue,"Chepet",chept,"Dragão Mutante",drake,"Grifo",eddga,"Líder Goblin",farao,"Líder Kobold",flor,"Maya Macho",freeoni,"Yakuza",tartaruga,"Tirfing",hatii;
  120.  
  121. gr:
  122. show "irei Invocalo";
  123. atcommand strcharinfo(0)+":@monster 1120";
  124. close;
  125.  
  126. devil:
  127. show "irei Invocalo";
  128. atcommand strcharinfo(0)+":@monster 1582";
  129. close;
  130.  
  131. ange:
  132. show "irei Invocalo";
  133. atcommand strcharinfo(0)+":@monster 1096";
  134. close;
  135.  
  136. arch:
  137. show "irei Invocalo";
  138. atcommand strcharinfo(0)+":@monster 1388";
  139. close;
  140.  
  141. pg:
  142. show "irei Invocalo";
  143. atcommand strcharinfo(0)+":@monster 1090";
  144. close;
  145.  
  146. sangue:
  147. show "irei Invocalo";
  148. atcommand strcharinfo(0)+":@monster 1268";
  149. close;
  150.  
  151. chept:
  152. show "irei Invocalo";
  153. atcommand strcharinfo(0)+":@monster 1250";
  154. close;
  155.  
  156. drake:
  157. show "irei Invocalo";
  158. atcommand strcharinfo(0)+":@monster 1262";
  159. close;
  160.  
  161. eddga:
  162. show "irei Invocalo";
  163. atcommand strcharinfo(0)+":@monster 1259";
  164. close;
  165.  
  166. farao:
  167. show "irei Invocalo";
  168. atcommand strcharinfo(0)+":@monster 1299";
  169. close;
  170.  
  171. flor:
  172. show "irei Invocalo";
  173. atcommand strcharinfo(0)+":@monster 1296";
  174. close;
  175.  
  176. freeoni:
  177. show "irei Invocalo";
  178. atcommand strcharinfo(0)+":@monster 1289";
  179. close;
  180.  
  181. tartaruga:
  182. show "irei Invocalo";
  183. atcommand strcharinfo(0)+":@monster 1313";
  184. close;
  185.  
  186. hatii:
  187. show "irei Invocalo";
  188. atcommand strcharinfo(0)+":@monster 1204";
  189. close;
  190.  
  191. L_NVIP:
  192. close;
  193. }
  194. //3º BOSS
  195. //-----invocador de MVP's-----
  196. sec_in02.gat,37,183,5 script Summoner de mini-boss 56,{
  197. show "[Summoner]";
  198. show "Ola amigo!";
  199. show "escolha o MvP que você que lembre-se q sao os mais raros nao todos!:";
  200. menu "GR(Ghostring)",gr,"Deviling",devil,"angeling",ange,"arch-angeling",arch,"Mastering",pg,"cavaleiro saanguinario",sangue,"Chepet",chept,"Dragão Mutante",drake,"Grifo",eddga,"Líder Goblin",farao,"Líder Kobold",flor,"Maya Macho",freeoni,"Yakuza",tartaruga,"Tirfing",hatii;
  201.  
  202. gr:
  203. show "irei Invocalo";
  204. atcommand strcharinfo(0)+":@monster 1120";
  205. close;
  206.  
  207. devil:
  208. show "irei Invocalo";
  209. atcommand strcharinfo(0)+":@monster 1582";
  210. close;
  211.  
  212. ange:
  213. show "irei Invocalo";
  214. atcommand strcharinfo(0)+":@monster 1096";
  215. close;
  216.  
  217. arch:
  218. show "irei Invocalo";
  219. atcommand strcharinfo(0)+":@monster 1388";
  220. close;
  221.  
  222. pg:
  223. show "irei Invocalo";
  224. atcommand strcharinfo(0)+":@monster 1090";
  225. close;
  226.  
  227. sangue:
  228. show "irei Invocalo";
  229. atcommand strcharinfo(0)+":@monster 1268";
  230. close;
  231.  
  232. chept:
  233. show "irei Invocalo";
  234. atcommand strcharinfo(0)+":@monster 1250";
  235. close;
  236.  
  237. drake:
  238. show "irei Invocalo";
  239. atcommand strcharinfo(0)+":@monster 1262";
  240. close;
  241.  
  242. eddga:
  243. show "irei Invocalo";
  244. atcommand strcharinfo(0)+":@monster 1259";
  245. close;
  246.  
  247. farao:
  248. show "irei Invocalo";
  249. atcommand strcharinfo(0)+":@monster 1299";
  250. close;
  251.  
  252. flor:
  253. show "irei Invocalo";
  254. atcommand strcharinfo(0)+":@monster 1296";
  255. close;
  256.  
  257. freeoni:
  258. show "irei Invocalo";
  259. atcommand strcharinfo(0)+":@monster 1289";
  260. close;
  261.  
  262. tartaruga:
  263. show "irei Invocalo";
  264. atcommand strcharinfo(0)+":@monster 1313";
  265. close;
  266.  
  267. hatii:
  268. show "irei Invocalo";
  269. atcommand strcharinfo(0)+":@monster 1204";
  270. close;
  271.  
  272. L_NVIP:
  273. close;
  274. }
  275. //4º BOSS
  276. //-----invocador de MVP's-----
  277. sec_in02.gat,28,146,5 script Summoner de mini-boss 56,{
  278. show "[Summoner]";
  279. show "Ola amigo!";
  280. show "escolha o MvP que você que lembre-se q sao os mais raros nao todos!:";
  281. menu "GR(Ghostring)",gr,"Deviling",devil,"angeling",ange,"arch-angeling",arch,"Mastering",pg,"cavaleiro saanguinario",sangue,"Chepet",chept,"Dragão Mutante",drake,"Grifo",eddga,"Líder Goblin",farao,"Líder Kobold",flor,"Maya Macho",freeoni,"Yakuza",tartaruga,"Tirfing",hatii;
  282.  
  283. gr:
  284. show "irei Invocalo";
  285. atcommand strcharinfo(0)+":@monster 1120";
  286. close;
  287.  
  288. devil:
  289. show "irei Invocalo";
  290. atcommand strcharinfo(0)+":@monster 1582";
  291. close;
  292.  
  293. ange:
  294. show "irei Invocalo";
  295. atcommand strcharinfo(0)+":@monster 1096";
  296. close;
  297.  
  298. arch:
  299. show "irei Invocalo";
  300. atcommand strcharinfo(0)+":@monster 1388";
  301. close;
  302.  
  303. pg:
  304. show "irei Invocalo";
  305. atcommand strcharinfo(0)+":@monster 1090";
  306. close;
  307.  
  308. sangue:
  309. show "irei Invocalo";
  310. atcommand strcharinfo(0)+":@monster 1268";
  311. close;
  312.  
  313. chept:
  314. show "irei Invocalo";
  315. atcommand strcharinfo(0)+":@monster 1250";
  316. close;
  317.  
  318. drake:
  319. show "irei Invocalo";
  320. atcommand strcharinfo(0)+":@monster 1262";
  321. close;
  322.  
  323. eddga:
  324. show "irei Invocalo";
  325. atcommand strcharinfo(0)+":@monster 1259";
  326. close;
  327.  
  328. farao:
  329. show "irei Invocalo";
  330. atcommand strcharinfo(0)+":@monster 1299";
  331. close;
  332.  
  333. flor:
  334. show "irei Invocalo";
  335. atcommand strcharinfo(0)+":@monster 1296";
  336. close;
  337.  
  338. freeoni:
  339. show "irei Invocalo";
  340. atcommand strcharinfo(0)+":@monster 1289";
  341. close;
  342.  
  343. tartaruga:
  344. show "irei Invocalo";
  345. atcommand strcharinfo(0)+":@monster 1313";
  346. close;
  347.  
  348. hatii:
  349. show "irei Invocalo";
  350. atcommand strcharinfo(0)+":@monster 1204";
  351. close;
  352.  
  353. L_NVIP:
  354. close;
  355. }
  356. //5º BOSS
  357. //-----invocador de MVP's-----
  358. sec_in02.gat,27,160,5 script Summoner de mini-boss 56,{
  359. show "[Summoner]";
  360. show "Ola amigo!";
  361. show "escolha o MvP que você que lembre-se q sao os mais raros nao todos!:";
  362. menu "GR(Ghostring)",gr,"Deviling",devil,"angeling",ange,"arch-angeling",arch,"Mastering",pg,"cavaleiro saanguinario",sangue,"Chepet",chept,"Dragão Mutante",drake,"Grifo",eddga,"Líder Goblin",farao,"Líder Kobold",flor,"Maya Macho",freeoni,"Yakuza",tartaruga,"Tirfing",hatii;
  363.  
  364. gr:
  365. show "irei Invocalo";
  366. atcommand strcharinfo(0)+":@monster 1120";
  367. close;
  368.  
  369. devil:
  370. show "irei Invocalo";
  371. atcommand strcharinfo(0)+":@monster 1582";
  372. close;
  373.  
  374. ange:
  375. show "irei Invocalo";
  376. atcommand strcharinfo(0)+":@monster 1096";
  377. close;
  378.  
  379. arch:
  380. show "irei Invocalo";
  381. atcommand strcharinfo(0)+":@monster 1388";
  382. close;
  383.  
  384. pg:
  385. show "irei Invocalo";
  386. atcommand strcharinfo(0)+":@monster 1090";
  387. close;
  388.  
  389. sangue:
  390. show "irei Invocalo";
  391. atcommand strcharinfo(0)+":@monster 1268";
  392. close;
  393.  
  394. chept:
  395. show "irei Invocalo";
  396. atcommand strcharinfo(0)+":@monster 1250";
  397. close;
  398.  
  399. drake:
  400. show "irei Invocalo";
  401. atcommand strcharinfo(0)+":@monster 1262";
  402. close;
  403.  
  404. eddga:
  405. show "irei Invocalo";
  406. atcommand strcharinfo(0)+":@monster 1259";
  407. close;
  408.  
  409. farao:
  410. show "irei Invocalo";
  411. atcommand strcharinfo(0)+":@monster 1299";
  412. close;
  413.  
  414. flor:
  415. show "irei Invocalo";
  416. atcommand strcharinfo(0)+":@monster 1296";
  417. close;
  418.  
  419. freeoni:
  420. show "irei Invocalo";
  421. atcommand strcharinfo(0)+":@monster 1289";
  422. close;
  423.  
  424. tartaruga:
  425. show "irei Invocalo";
  426. atcommand strcharinfo(0)+":@monster 1313";
  427. close;
  428.  
  429. hatii:
  430. show "irei Invocalo";
  431. atcommand strcharinfo(0)+":@monster 1204";
  432. close;
  433.  
  434. L_NVIP:
  435. close;
  436. }
  437. //6º BOSS
  438. //-----invocador de MVP's-----
  439. sec_in02.gat,38,177,5 script Summoner de mini-boss 56,{
  440. show "[Summoner]";
  441. show "Ola amigo!";
  442. show "escolha o MvP que você que lembre-se q sao os mais raros nao todos!:";
  443. menu "GR(Ghostring)",gr,"Deviling",devil,"angeling",ange,"arch-angeling",arch,"Mastering",pg,"cavaleiro saanguinario",sangue,"Chepet",chept,"Dragão Mutante",drake,"Grifo",eddga,"Líder Goblin",farao,"Líder Kobold",flor,"Maya Macho",freeoni,"Yakuza",tartaruga,"Tirfing",hatii;
  444.  
  445. gr:
  446. show "irei Invocalo";
  447. atcommand strcharinfo(0)+":@monster 1120";
  448. close;
  449.  
  450. devil:
  451. show "irei Invocalo";
  452. atcommand strcharinfo(0)+":@monster 1582";
  453. close;
  454.  
  455. ange:
  456. show "irei Invocalo";
  457. atcommand strcharinfo(0)+":@monster 1096";
  458. close;
  459.  
  460. arch:
  461. show "irei Invocalo";
  462. atcommand strcharinfo(0)+":@monster 1388";
  463. close;
  464.  
  465. pg:
  466. show "irei Invocalo";
  467. atcommand strcharinfo(0)+":@monster 1090";
  468. close;
  469.  
  470. sangue:
  471. show "irei Invocalo";
  472. atcommand strcharinfo(0)+":@monster 1268";
  473. close;
  474.  
  475. chept:
  476. show "irei Invocalo";
  477. atcommand strcharinfo(0)+":@monster 1250";
  478. close;
  479.  
  480. drake:
  481. show "irei Invocalo";
  482. atcommand strcharinfo(0)+":@monster 1262";
  483. close;
  484.  
  485. eddga:
  486. show "irei Invocalo";
  487. atcommand strcharinfo(0)+":@monster 1259";
  488. close;
  489.  
  490. farao:
  491. show "irei Invocalo";
  492. atcommand strcharinfo(0)+":@monster 1299";
  493. close;
  494.  
  495. flor:
  496. show "irei Invocalo";
  497. atcommand strcharinfo(0)+":@monster 1296";
  498. close;
  499.  
  500. freeoni:
  501. show "irei Invocalo";
  502. atcommand strcharinfo(0)+":@monster 1289";
  503. close;
  504.  
  505. tartaruga:
  506. show "irei Invocalo";
  507. atcommand strcharinfo(0)+":@monster 1313";
  508. close;
  509.  
  510. hatii:
  511. show "irei Invocalo";
  512. atcommand strcharinfo(0)+":@monster 1204";
  513. close;
  514.  
  515. L_NVIP:
  516. close;
  517. }
  518. //7º BOSS
  519. //-----invocador de MVP's-----
  520. sec_in02.gat,64,177,5 script Summoner de mini-boss 56,{
  521. show "[Summoner]";
  522. show "Ola amigo!";
  523. show "escolha o MvP que você que lembre-se q sao os mais raros nao todos!:";
  524. menu "GR(Ghostring)",gr,"Deviling",devil,"angeling",ange,"arch-angeling",arch,"Mastering",pg,"cavaleiro saanguinario",sangue,"Chepet",chept,"Dragão Mutante",drake,"Grifo",eddga,"Líder Goblin",farao,"Líder Kobold",flor,"Maya Macho",freeoni,"Yakuza",tartaruga,"Tirfing",hatii;
  525.  
  526. gr:
  527. show "irei Invocalo";
  528. atcommand strcharinfo(0)+":@monster 1120";
  529. close;
  530.  
  531. devil:
  532. show "irei Invocalo";
  533. atcommand strcharinfo(0)+":@monster 1582";
  534. close;
  535.  
  536. ange:
  537. show "irei Invocalo";
  538. atcommand strcharinfo(0)+":@monster 1096";
  539. close;
  540.  
  541. arch:
  542. show "irei Invocalo";
  543. atcommand strcharinfo(0)+":@monster 1388";
  544. close;
  545.  
  546. pg:
  547. show "irei Invocalo";
  548. atcommand strcharinfo(0)+":@monster 1090";
  549. close;
  550.  
  551. sangue:
  552. show "irei Invocalo";
  553. atcommand strcharinfo(0)+":@monster 1268";
  554. close;
  555.  
  556. chept:
  557. show "irei Invocalo";
  558. atcommand strcharinfo(0)+":@monster 1250";
  559. close;
  560.  
  561. drake:
  562. show "irei Invocalo";
  563. atcommand strcharinfo(0)+":@monster 1262";
  564. close;
  565.  
  566. eddga:
  567. show "irei Invocalo";
  568. atcommand strcharinfo(0)+":@monster 1259";
  569. close;
  570.  
  571. farao:
  572. show "irei Invocalo";
  573. atcommand strcharinfo(0)+":@monster 1299";
  574. close;
  575.  
  576. flor:
  577. show "irei Invocalo";
  578. atcommand strcharinfo(0)+":@monster 1296";
  579. close;
  580.  
  581. freeoni:
  582. show "irei Invocalo";
  583. atcommand strcharinfo(0)+":@monster 1289";
  584. close;
  585.  
  586. tartaruga:
  587. show "irei Invocalo";
  588. atcommand strcharinfo(0)+":@monster 1313";
  589. close;
  590.  
  591. hatii:
  592. show "irei Invocalo";
  593. atcommand strcharinfo(0)+":@monster 1204";
  594. close;
  595.  
  596. L_NVIP:
  597. close;
  598. }
  599. //8º BOSS
  600. //-----invocador de MVP's-----
  601. sec_in02.gat,76,164,5 script Summoner de mini-boss 56,{
  602. show "[Summoner]";
  603. show "Ola amigo!";
  604. show "escolha o MvP que você que lembre-se q sao os mais raros nao todos!:";
  605. menu "GR(Ghostring)",gr,"Deviling",devil,"angeling",ange,"arch-angeling",arch,"Mastering",pg,"cavaleiro saanguinario",sangue,"Chepet",chept,"Dragão Mutante",drake,"Grifo",eddga,"Líder Goblin",farao,"Líder Kobold",flor,"Maya Macho",freeoni,"Yakuza",tartaruga,"Tirfing",hatii;
  606.  
  607. gr:
  608. show "irei Invocalo";
  609. atcommand strcharinfo(0)+":@monster 1120";
  610. close;
  611.  
  612. devil:
  613. show "irei Invocalo";
  614. atcommand strcharinfo(0)+":@monster 1582";
  615. close;
  616.  
  617. ange:
  618. show "irei Invocalo";
  619. atcommand strcharinfo(0)+":@monster 1096";
  620. close;
  621.  
  622. arch:
  623. show "irei Invocalo";
  624. atcommand strcharinfo(0)+":@monster 1388";
  625. close;
  626.  
  627. pg:
  628. show "irei Invocalo";
  629. atcommand strcharinfo(0)+":@monster 1090";
  630. close;
  631.  
  632. sangue:
  633. show "irei Invocalo";
  634. atcommand strcharinfo(0)+":@monster 1268";
  635. close;
  636.  
  637. chept:
  638. show "irei Invocalo";
  639. atcommand strcharinfo(0)+":@monster 1250";
  640. close;
  641.  
  642. drake:
  643. show "irei Invocalo";
  644. atcommand strcharinfo(0)+":@monster 1262";
  645. close;
  646.  
  647. eddga:
  648. show "irei Invocalo";
  649. atcommand strcharinfo(0)+":@monster 1259";
  650. close;
  651.  
  652. farao:
  653. show "irei Invocalo";
  654. atcommand strcharinfo(0)+":@monster 1299";
  655. close;
  656.  
  657. flor:
  658. show "irei Invocalo";
  659. atcommand strcharinfo(0)+":@monster 1296";
  660. close;
  661.  
  662. freeoni:
  663. show "irei Invocalo";
  664. atcommand strcharinfo(0)+":@monster 1289";
  665. close;
  666.  
  667. tartaruga:
  668. show "irei Invocalo";
  669. atcommand strcharinfo(0)+":@monster 1313";
  670. close;
  671.  
  672. hatii:
  673. show "irei Invocalo";
  674. atcommand strcharinfo(0)+":@monster 1204";
  675. close;
  676.  
  677. L_NVIP:
  678. close;
  679. }
Advertisement
Add Comment
Please, Sign In to add comment