Advertisement
Guest User

Untitled

a guest
May 27th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.24 KB | None | 0 0
  1.  
  2. send("clearqueue all")
  3.  
  4.  
  5. function stance()
  6.  
  7.  
  8. return string.lower(string.sub(gmcp.Char.Vitals.charstats[4], 7, #gmcp.Char.Vitals.charstats[4]))
  9.  
  10. end
  11. combolist = {oak = {z = "nervestrike light", a = "livestrike", q = "ruku left", s = "ruku right", x = "kuro right", w = "kuro left"}}
  12.  
  13. cc = {}
  14. cc[1] = string.sub(matches[2], 1, 1)
  15. cc[2] = string.sub(matches[2], 2, 2)
  16. cc[3] = string.sub(matches[2], 3, 3)
  17. combostring = "combo "..target.." "
  18.  
  19.  
  20. lighthits = {["left leg"] = false, ["right leg"] = false, ["left arm"] = false, ["right arm"] = false, ["head"] = false, ["torso"] = false}
  21.  
  22.  
  23. --send("queue add eqbal "..transmute())
  24.  
  25. --if shielded == 1 then
  26.  
  27. --combostring = combostring.." shatter "
  28.  
  29.  
  30.  
  31. --end
  32.  
  33. if stance() == "oak" then
  34.  
  35.  
  36.  
  37. if cc[1] == "w" then
  38.  
  39.  
  40. combostring = combostring.." kuro left"
  41.  
  42.  
  43.  
  44. end
  45.  
  46.  
  47. if cc[1] == "x" then
  48.  
  49.  
  50. combostring = combostring.." kuro right"
  51.  
  52.  
  53.  
  54. end
  55.  
  56. if cc[1] == "W" then
  57.  
  58.  
  59. combostring = combostring.." kuro light left"
  60.  
  61. lighthits["left leg"] = true
  62.  
  63. end
  64.  
  65.  
  66. if cc[1] == "X" then
  67.  
  68.  
  69. combostring = combostring.." kuro light right"
  70.  
  71. lighthits["right leg"] = true
  72.  
  73. end
  74.  
  75.  
  76.  
  77.  
  78. if cc[1] == "q" then
  79.  
  80. combostring = combostring.." ruku left "
  81.  
  82.  
  83. end
  84.  
  85.  
  86. if cc[1] == "s" then
  87.  
  88. combostring = combostring.." ruku right "
  89.  
  90.  
  91. end
  92.  
  93.  
  94. if cc[1] == "Q" then
  95.  
  96. combostring = combostring.." ruku light left "
  97. lighthits["left arm"] = true
  98.  
  99. end
  100.  
  101.  
  102.  
  103.  
  104.  
  105. if cc[1] == "S" then
  106.  
  107. combostring = combostring.." ruku light right "
  108. lighthits["right arm"] = true
  109.  
  110. end
  111.  
  112. if cc[1] == "z" then
  113.  
  114. combostring = combostring.." nervestrike "
  115.  
  116.  
  117.  
  118. end
  119. if cc[1] == "Z" then
  120.  
  121. combostring = combostring.." nervestrike "
  122. lighthits["head"] = true
  123.  
  124.  
  125. end
  126.  
  127.  
  128. if cc[1] == "a" then
  129.  
  130. combostring = combostring.." livestrike "
  131.  
  132.  
  133.  
  134. end
  135. if cc[1] == "A" then
  136.  
  137. combostring = combostring.." livestrike light "
  138.  
  139.  
  140.  
  141.  
  142. end
  143.  
  144.  
  145.  
  146. if cc[1] == "e" then
  147.  
  148. combostring = combostring.." ruku torso "
  149.  
  150.  
  151.  
  152. end
  153. if cc[1] == "E" then
  154.  
  155. combostring = combostring.." ruku torso "
  156.  
  157.  
  158.  
  159.  
  160. end
  161.  
  162.  
  163. end
  164.  
  165.  
  166.  
  167. if stance() == "oak" then
  168.  
  169.  
  170.  
  171. if cc[2] == "w" then
  172.  
  173.  
  174. combostring = combostring.." kuro left"
  175.  
  176.  
  177.  
  178. end
  179.  
  180.  
  181. if cc[2] == "x" then
  182.  
  183.  
  184. combostring = combostring.." kuro right"
  185.  
  186.  
  187.  
  188. end
  189.  
  190. if cc[2] == "W" then
  191.  
  192.  
  193. combostring = combostring.." kuro light left"
  194.  
  195. lighthits["left leg"] = true
  196.  
  197. end
  198.  
  199.  
  200. if cc[2] == "X" then
  201.  
  202.  
  203. combostring = combostring.." kuro light right"
  204.  
  205. lighthits["right leg"] = true
  206.  
  207. end
  208.  
  209.  
  210.  
  211.  
  212. if cc[2] == "q" then
  213.  
  214. combostring = combostring.." ruku left "
  215.  
  216.  
  217. end
  218.  
  219.  
  220. if cc[2] == "s" then
  221.  
  222. combostring = combostring.." ruku right "
  223.  
  224.  
  225. end
  226.  
  227.  
  228. if cc[2] == "Q" then
  229.  
  230. combostring = combostring.." ruku light left "
  231. lighthits["left arm"] = true
  232.  
  233. end
  234.  
  235.  
  236.  
  237.  
  238.  
  239. if cc[2] == "S" then
  240.  
  241. combostring = combostring.." ruku light right "
  242. lighthits["right arm"] = true
  243.  
  244. end
  245.  
  246. if cc[2] == "z" then
  247.  
  248. combostring = combostring.." risingkick head "
  249.  
  250.  
  251.  
  252. end
  253. if cc[2] == "Z" then
  254.  
  255. combostring = combostring.." risingkick head "
  256. lighthits["head"] = true
  257.  
  258.  
  259. end
  260.  
  261.  
  262. if cc[2] == "a" then
  263.  
  264. combostring = combostring.." livestrike "
  265.  
  266.  
  267.  
  268. end
  269. if cc[2] == "A" then
  270.  
  271. combostring = combostring.." livestrike light "
  272.  
  273.  
  274.  
  275.  
  276. end
  277.  
  278.  
  279.  
  280. if cc[2] == "e" then
  281.  
  282. combostring = combostring.." ruku torso "
  283.  
  284.  
  285.  
  286. end
  287. if cc[2] == "E" then
  288.  
  289. combostring = combostring.." ruku torso "
  290.  
  291.  
  292.  
  293.  
  294. end
  295.  
  296.  
  297. end
  298.  
  299.  
  300.  
  301. if stance() == "oak" then
  302.  
  303.  
  304.  
  305. if cc[3] == "w" then
  306.  
  307.  
  308. combostring = combostring.." kuro left"
  309.  
  310.  
  311.  
  312. end
  313.  
  314.  
  315. if cc[3] == "x" then
  316.  
  317.  
  318. combostring = combostring.." kuro right"
  319.  
  320.  
  321.  
  322. end
  323.  
  324. if cc[3] == "W" then
  325.  
  326.  
  327. combostring = combostring.." kuro light left"
  328.  
  329. lighthits["left leg"] = true
  330.  
  331. end
  332.  
  333.  
  334. if cc[3] == "X" then
  335.  
  336.  
  337. combostring = combostring.." kuro light right"
  338.  
  339. lighthits["right leg"] = true
  340.  
  341. end
  342.  
  343.  
  344.  
  345.  
  346. if cc[3] == "q" then
  347.  
  348. combostring = combostring.." ruku left "
  349.  
  350.  
  351. end
  352.  
  353.  
  354. if cc[3] == "s" then
  355.  
  356. combostring = combostring.." ruku right "
  357.  
  358.  
  359. end
  360.  
  361.  
  362. if cc[3] == "Q" then
  363.  
  364. combostring = combostring.." ruku light left "
  365. lighthits["left arm"] = true
  366.  
  367. end
  368.  
  369.  
  370.  
  371.  
  372.  
  373. if cc[3] == "S" then
  374.  
  375. combostring = combostring.." ruku light right "
  376. lighthits["right arm"] = true
  377.  
  378. end
  379.  
  380. if cc[3] == "z" then
  381.  
  382. combostring = combostring.." risingkick head "
  383.  
  384.  
  385.  
  386. end
  387. if cc[3] == "Z" then
  388.  
  389. combostring = combostring.." risingkick head "
  390. lighthits["head"] = true
  391.  
  392.  
  393. end
  394.  
  395.  
  396. if cc[3] == "a" then
  397.  
  398. combostring = combostring.." livestrike "
  399.  
  400.  
  401.  
  402. end
  403. if cc[3] == "A" then
  404.  
  405. combostring = combostring.." livestrike light "
  406.  
  407.  
  408.  
  409.  
  410. end
  411.  
  412.  
  413.  
  414. if cc[3] == "e" then
  415.  
  416. combostring = combostring.." ruku torso "
  417.  
  418.  
  419.  
  420. end
  421. if cc[3] == "E" then
  422.  
  423. combostring = combostring.." ruku torso "
  424.  
  425.  
  426.  
  427.  
  428. end
  429.  
  430.  
  431. end
  432.  
  433.  
  434.  
  435. if stance() == "rain" then
  436.  
  437.  
  438. if cc[1] == "q" then
  439.  
  440. combostring = combostring.."frontkick left"
  441.  
  442.  
  443. end
  444.  
  445.  
  446. if cc[1] == "s" then
  447.  
  448. combostring = combostring.."frontkick right"
  449.  
  450.  
  451. end
  452.  
  453.  
  454. if cc[1] == "Q" then
  455.  
  456. combostring = combostring.."frontkick light left"
  457. lighthits["left arm"] = true
  458.  
  459. end
  460.  
  461.  
  462. if cc[1] == "S" then
  463.  
  464. combostring = combostring.."frontkick light right"
  465.  
  466. lighthits["right arm"] = true
  467.  
  468. end
  469.  
  470. ---legs for rain
  471.  
  472. if cc[1] == "w" then
  473.  
  474.  
  475. combostring = combostring.." kuro left"
  476.  
  477.  
  478.  
  479. end
  480.  
  481.  
  482. if cc[1] == "x" then
  483.  
  484.  
  485. combostring = combostring.." kuro right"
  486.  
  487.  
  488.  
  489. end
  490.  
  491. if cc[1] == "W" then
  492.  
  493.  
  494. combostring = combostring.." kuro light left"
  495.  
  496. lighthits["left leg"] = true
  497.  
  498. end
  499.  
  500.  
  501. if cc[1] == "X" then
  502.  
  503.  
  504. combostring = combostring.." kuro light right"
  505.  
  506. lighthits["right leg"] = true
  507.  
  508. end
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516. end
  517.  
  518.  
  519. if stance() == "willow" then
  520.  
  521.  
  522.  
  523. if cc[1] == "w" then
  524.  
  525. combostring = combostring.." flashheel left "
  526.  
  527.  
  528. end
  529.  
  530.  
  531. if cc[1] == "x" then
  532.  
  533. combostring = combostring.." flashheel right "
  534.  
  535.  
  536. end
  537.  
  538.  
  539. if cc[1] == "W" then
  540.  
  541. combostring = combostring.." flashheel light left "
  542. lighthits["left leg"] = true
  543.  
  544. end
  545.  
  546.  
  547. if cc[1] == "X" then
  548.  
  549. combostring = combostring.." flashheel light right "
  550.  
  551. lighthits["right leg"] = true
  552.  
  553. end
  554.  
  555.  
  556.  
  557.  
  558. if cc[1] == "c" then
  559.  
  560. combostring = combostring.." sweep "
  561.  
  562.  
  563. end
  564.  
  565.  
  566.  
  567.  
  568.  
  569. if cc[1] == "z" then
  570.  
  571. combostring = combostring.." hiru "
  572.  
  573.  
  574. end
  575.  
  576. if cc[1] == "Z" then
  577.  
  578. combostring = combostring.." hiru light "
  579. lighthits["head"] = true
  580.  
  581. end
  582.  
  583.  
  584. if cc[1] == "a" then
  585.  
  586. combostring = combostring.." hiru "
  587.  
  588.  
  589. end
  590.  
  591. if cc[1] == "A" then
  592.  
  593. combostring = combostring.." hiraku light "
  594. lighthits["head"] = true
  595.  
  596. end
  597.  
  598.  
  599.  
  600.  
  601.  
  602. end
  603.  
  604.  
  605. if stance() == "willow" then
  606.  
  607.  
  608.  
  609. if cc[2] == "w" then
  610.  
  611. combostring = combostring.." flashheel left "
  612.  
  613.  
  614. end
  615.  
  616.  
  617. if cc[2] == "x" then
  618.  
  619. combostring = combostring.." flashheel right "
  620.  
  621.  
  622. end
  623.  
  624.  
  625. if cc[2] == "W" then
  626.  
  627. combostring = combostring.." flashheel light left "
  628. lighthits["left leg"] = true
  629.  
  630. end
  631.  
  632.  
  633. if cc[2] == "X" then
  634.  
  635. combostring = combostring.." flashheel light right "
  636.  
  637. lighthits["right leg"] = true
  638.  
  639. end
  640.  
  641.  
  642.  
  643.  
  644. if cc[2] == "c" then
  645.  
  646. combostring = combostring.." sweep "
  647.  
  648.  
  649. end
  650.  
  651.  
  652.  
  653.  
  654.  
  655. if cc[2] == "z" then
  656.  
  657. combostring = combostring.." hiru "
  658.  
  659.  
  660. end
  661.  
  662. if cc[2] == "Z" then
  663.  
  664. combostring = combostring.." hiru light "
  665. lighthits["head"] = true
  666.  
  667. end
  668.  
  669.  
  670. if cc[2] == "a" then
  671.  
  672. combostring = combostring.." hiru "
  673.  
  674.  
  675. end
  676.  
  677. if cc[2] == "A" then
  678.  
  679. combostring = combostring.." hiraku light "
  680. lighthits["head"] = true
  681.  
  682. end
  683.  
  684.  
  685.  
  686.  
  687.  
  688. end
  689.  
  690.  
  691.  
  692. if stance() == "willow" then
  693.  
  694.  
  695.  
  696. if cc[3] == "w" then
  697.  
  698. combostring = combostring.." flashheel left "
  699.  
  700.  
  701. end
  702.  
  703.  
  704. if cc[3] == "x" then
  705.  
  706. combostring = combostring.." flashheel right "
  707.  
  708.  
  709. end
  710.  
  711.  
  712. if cc[3] == "W" then
  713.  
  714. combostring = combostring.." flashheel light left "
  715. lighthits["left leg"] = true
  716.  
  717. end
  718.  
  719.  
  720. if cc[3] == "X" then
  721.  
  722. combostring = combostring.." flashheel light right "
  723.  
  724. lighthits["right leg"] = true
  725.  
  726. end
  727.  
  728.  
  729.  
  730.  
  731. if cc[3] == "c" then
  732.  
  733. combostring = combostring.." sweep "
  734.  
  735.  
  736. end
  737.  
  738.  
  739.  
  740.  
  741.  
  742. if cc[3] == "z" then
  743.  
  744. combostring = combostring.." hiru "
  745.  
  746.  
  747. end
  748.  
  749. if cc[3] == "Z" then
  750.  
  751. combostring = combostring.." hiru light "
  752. lighthits["head"] = true
  753.  
  754. end
  755.  
  756.  
  757. if cc[3] == "a" then
  758.  
  759. combostring = combostring.." hiru "
  760.  
  761.  
  762. end
  763.  
  764. if cc[3] == "A" then
  765.  
  766. combostring = combostring.." hiraku light "
  767. lighthits["head"] = true
  768.  
  769. end
  770.  
  771.  
  772.  
  773.  
  774.  
  775. end
  776.  
  777.  
  778.  
  779.  
  780. if stance() == "gaital" then
  781.  
  782.  
  783.  
  784. if cc[1] == "w" then
  785.  
  786. combostring = combostring.." flashheel left "
  787.  
  788.  
  789. end
  790.  
  791.  
  792. if cc[1] == "x" then
  793.  
  794. combostring = combostring.." flashheel right "
  795.  
  796.  
  797. end
  798.  
  799.  
  800. if cc[1] == "W" then
  801.  
  802. combostring = combostring.." flashheel light left "
  803. lighthits["left leg"] = true
  804.  
  805. end
  806.  
  807.  
  808. if cc[1] == "X" then
  809.  
  810. combostring = combostring.." flashheel light right "
  811.  
  812. lighthits["right leg"] = true
  813.  
  814. end
  815.  
  816.  
  817. if cc[1] == "q" then
  818.  
  819. combostring = combostring.." ruku left "
  820.  
  821.  
  822. end
  823.  
  824.  
  825. if cc[1] == "s" then
  826.  
  827. combostring = combostring.." ruku right "
  828.  
  829.  
  830. end
  831.  
  832.  
  833. if cc[1] == "Q" then
  834.  
  835. combostring = combostring.." ruku light left "
  836. lighthits["left arm"] = true
  837.  
  838. end
  839.  
  840.  
  841.  
  842.  
  843.  
  844. if cc[1] == "S" then
  845.  
  846. combostring = combostring.." ruku light right "
  847. lighthits["right arm"] = true
  848.  
  849. end
  850.  
  851. if cc[1] == "z" then
  852.  
  853.  
  854. combostring = combostring.." needle "
  855.  
  856. end
  857.  
  858.  
  859. if cc[1] == "c" then
  860.  
  861. combostring = combostring.." sweep "
  862.  
  863.  
  864. end
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873. end
  874.  
  875.  
  876.  
  877.  
  878. if stance() == "rain" then
  879.  
  880.  
  881.  
  882. ---legs for rain
  883.  
  884. if cc[2] == "w" then
  885.  
  886.  
  887. combostring = combostring.." kuro left"
  888.  
  889.  
  890.  
  891. end
  892.  
  893.  
  894. if cc[2] == "x" then
  895.  
  896.  
  897. combostring = combostring.." kuro right"
  898.  
  899.  
  900.  
  901. end
  902.  
  903. if cc[2] == "W" then
  904.  
  905.  
  906. combostring = combostring.." kuro light left"
  907.  
  908. lighthits["left leg"] = true
  909.  
  910. end
  911.  
  912.  
  913. if cc[2] == "X" then
  914.  
  915.  
  916. combostring = combostring.." kuro light right"
  917.  
  918. lighthits["right leg"] = true
  919.  
  920. end
  921.  
  922.  
  923.  
  924.  
  925. if cc[2] == "q" then
  926.  
  927. combostring = combostring.." ruku left "
  928.  
  929.  
  930. end
  931.  
  932.  
  933. if cc[2] == "s" then
  934.  
  935. combostring = combostring.." ruku right "
  936.  
  937.  
  938. end
  939.  
  940.  
  941. if cc[2] == "Q" then
  942.  
  943. combostring = combostring.." ruku light left "
  944. lighthits["left arm"] = true
  945.  
  946. end
  947.  
  948.  
  949.  
  950.  
  951.  
  952. if cc[2] == "S" then
  953.  
  954. combostring = combostring.." ruku light right "
  955. lighthits["right arm"] = true
  956.  
  957. end
  958.  
  959.  
  960.  
  961.  
  962.  
  963. if cc[2] == "z" then
  964.  
  965. combostring = combostring.." hiru "
  966.  
  967.  
  968. end
  969.  
  970. if cc[2] == "Z" then
  971.  
  972. combostring = combostring.." hiru light "
  973. lighthits["head"] = true
  974.  
  975. end
  976.  
  977.  
  978.  
  979.  
  980. end
  981.  
  982.  
  983.  
  984.  
  985. if stance() == "gaital" then
  986.  
  987. if cc[2] == "z" then
  988.  
  989.  
  990. combostring = combostring.." needle "
  991.  
  992.  
  993.  
  994. end
  995.  
  996.  
  997.  
  998. if cc[2] == "w" then
  999.  
  1000.  
  1001. combostring = combostring.." kuro left "
  1002.  
  1003.  
  1004.  
  1005. end
  1006.  
  1007.  
  1008. if cc[2] == "x" then
  1009.  
  1010.  
  1011. combostring = combostring.." kuro right "
  1012.  
  1013.  
  1014.  
  1015. end
  1016.  
  1017. if cc[2] == "W" then
  1018.  
  1019.  
  1020. combostring = combostring.." kuro light left"
  1021.  
  1022. lighthits["left leg"] = true
  1023.  
  1024. end
  1025.  
  1026.  
  1027. if cc[2] == "X" then
  1028.  
  1029.  
  1030. combostring = combostring.." kuro light right"
  1031.  
  1032. lighthits["right leg"] = true
  1033.  
  1034. end
  1035.  
  1036.  
  1037.  
  1038. if cc[2] == "q" then
  1039.  
  1040. combostring = combostring.." ruku left "
  1041.  
  1042.  
  1043. end
  1044.  
  1045.  
  1046. if cc[2] == "s" then
  1047.  
  1048. combostring = combostring.." ruku right "
  1049.  
  1050.  
  1051. end
  1052.  
  1053.  
  1054. if cc[2] == "Q" then
  1055.  
  1056. combostring = combostring.." ruku light left "
  1057. lighthits["left arm"] = true
  1058.  
  1059. end
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065. if cc[2] == "S" then
  1066.  
  1067. combostring = combostring.." ruku light right "
  1068. lighthits["right arm"] = true
  1069.  
  1070. end
  1071.  
  1072.  
  1073.  
  1074.  
  1075. if cc[2] == "a" then
  1076.  
  1077.  
  1078. combostring = combostring.." needle "
  1079.  
  1080. end
  1081.  
  1082.  
  1083.  
  1084.  
  1085. end
  1086.  
  1087.  
  1088.  
  1089.  
  1090. if stance() == "rain" then
  1091.  
  1092.  
  1093.  
  1094. ---legs for rain
  1095.  
  1096. if cc[3] == "w" then
  1097.  
  1098.  
  1099. combostring = combostring.." kuro left"
  1100.  
  1101.  
  1102.  
  1103. end
  1104.  
  1105.  
  1106. if cc[3] == "x" then
  1107.  
  1108.  
  1109. combostring = combostring.." kuro right"
  1110.  
  1111.  
  1112.  
  1113. end
  1114.  
  1115. if cc[3] == "W" then
  1116.  
  1117.  
  1118. combostring = combostring.." kuro light left"
  1119.  
  1120. lighthits["left leg"] = true
  1121.  
  1122. end
  1123.  
  1124.  
  1125. if cc[3] == "X" then
  1126.  
  1127.  
  1128. combostring = combostring.." kuro light right"
  1129.  
  1130. lighthits["right leg"] = true
  1131.  
  1132. end
  1133.  
  1134.  
  1135.  
  1136.  
  1137. if cc[3] == "q" then
  1138.  
  1139. combostring = combostring.." ruku left "
  1140.  
  1141.  
  1142. end
  1143.  
  1144.  
  1145. if cc[3] == "s" then
  1146.  
  1147. combostring = combostring.." ruku right "
  1148.  
  1149.  
  1150. end
  1151.  
  1152.  
  1153. if cc[3] == "Q" then
  1154.  
  1155. combostring = combostring.." ruku light left "
  1156. lighthits["left arm"] = true
  1157.  
  1158. end
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164. if cc[3] == "S" then
  1165.  
  1166. combostring = combostring.." ruku light right "
  1167. lighthits["right arm"] = true
  1168.  
  1169. end
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175. if cc[3] == "z" then
  1176.  
  1177. combostring = combostring.." hiru "
  1178.  
  1179.  
  1180. end
  1181.  
  1182. if cc[3] == "Z" then
  1183.  
  1184. combostring = combostring.." hiru light "
  1185. lighthits["head"] = true
  1186.  
  1187. end
  1188.  
  1189.  
  1190.  
  1191.  
  1192. end
  1193.  
  1194.  
  1195.  
  1196.  
  1197. if stance() == "gaital" then
  1198.  
  1199. if cc[3] == "z" then
  1200.  
  1201.  
  1202. combostring = combostring.." needle "
  1203.  
  1204.  
  1205.  
  1206. end
  1207.  
  1208.  
  1209.  
  1210. if cc[3] == "w" then
  1211.  
  1212.  
  1213. combostring = combostring.." kuro left "
  1214.  
  1215.  
  1216.  
  1217. end
  1218.  
  1219.  
  1220. if cc[3] == "x" then
  1221.  
  1222.  
  1223. combostring = combostring.." kuro right "
  1224.  
  1225.  
  1226.  
  1227. end
  1228.  
  1229. if cc[3] == "W" then
  1230.  
  1231.  
  1232. combostring = combostring.." kuro light left"
  1233.  
  1234. lighthits["left leg"] = true
  1235.  
  1236. end
  1237.  
  1238.  
  1239. if cc[3] == "X" then
  1240.  
  1241.  
  1242. combostring = combostring.." kuro light right"
  1243.  
  1244. lighthits["right leg"] = true
  1245.  
  1246. end
  1247.  
  1248.  
  1249.  
  1250. if cc[3] == "q" then
  1251.  
  1252. combostring = combostring.." ruku left "
  1253.  
  1254.  
  1255. end
  1256.  
  1257.  
  1258. if cc[3] == "s" then
  1259.  
  1260. combostring = combostring.." ruku right "
  1261.  
  1262.  
  1263. end
  1264.  
  1265.  
  1266. if cc[3] == "Q" then
  1267.  
  1268. combostring = combostring.." ruku light left "
  1269. lighthits["left arm"] = true
  1270.  
  1271. end
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277. if cc[3] == "S" then
  1278.  
  1279. combostring = combostring.." ruku light right "
  1280. lighthits["right arm"] = true
  1281.  
  1282. end
  1283.  
  1284.  
  1285.  
  1286.  
  1287. if cc[3] == "a" then
  1288.  
  1289.  
  1290. combostring = combostring.." needle "
  1291.  
  1292. end
  1293.  
  1294.  
  1295.  
  1296.  
  1297. end
  1298.  
  1299. -- cecho(combostring)
  1300.  
  1301. send("queue add eqbal "..combostring)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement