{"id":21,"date":"2005-10-16T07:19:48","date_gmt":"2005-10-15T22:19:48","guid":{"rendered":"http:\/\/frea.in\/wordpress\/?p=20"},"modified":"2005-10-16T07:19:48","modified_gmt":"2005-10-15T22:19:48","slug":"mc","status":"publish","type":"post","link":"https:\/\/frea.in\/ventory\/2005\/10\/mc.html","title":{"rendered":"\u30b9\u30b1\u30eb\u30c8\u30f3\u30a2\u30c3\u30af\u30b9MC"},"content":{"rendered":"<p>\u5ea7\u6a19\u304b\u3089\u65b9\u5411\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u3001\u66f8\u304d\u63db\u3048\u304c\u5fc5\u8981\u306b\u3002<br \/>\n\u3061\u3087\u3063\u3068\u624b\u9593\u53d6\u3063\u3066\u307e\u3059\u3002<br \/>\n\u3057\u3070\u3089\u304f\u8a18\u8ff0\u8f09\u305b\u3066\u306a\u304b\u3063\u305f\u3093\u3067\u3001\u65e7\u30b9\u30b1\u30eb\u30c8\u30f3\u30a2\u30c3\u30af\u30b9MC\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u8f09\u305b\u3068\u304d\u307e\u3059\u30cd\u3002<br \/>\nif\u6587\u30b5\u30a4\u30b3\u30fc<br \/>\n&#8212;-<br \/>\nonClipEvent (load) {<br \/>\nHP = 10;<br \/>\nattack_direction = &#8220;none&#8221;;<br \/>\ndead_direction = &#8220;none2&#8221;;<br \/>\nnockback_direction = &#8220;none3&#8221;;<br \/>\nattack_direction_hit = &#8220;hit&#8221;;<br \/>\n\/\/<br \/>\n}<br \/>\nonClipEvent (enterFrame) {<br \/>\nif (HP>1 &#038;&#038; HP<10) {\nrad = Math.atan2(this._parent.deathknight._y-this._y, this._parent.deathknight._x-this._y);\nenemy_rotations = rad*180\/Math.PI;\n}\n}\nonClipEvent (enterFrame) {\nif (HP>0) {<br \/>\nif (this.hitTest(this._parent.deathknight.attack_top.hitter)) {<br \/>\nthis._parent.chatbox.supermes += &#8220;\u30b9\u30b1\u30eb\u30c8\u30f3\u30a2\u30c3\u30af\u30b9\u306b\uff08\u30c0\u30e1\u30fc\u30b8\u8868\u793a\uff09\u306e\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f\u3002&#8221;+&#8221;r&#8221;;<br \/>\nthis._parent.chatbox.supermes.scroll += 2;<br \/>\nHP -= 2;<br \/>\nattack_direction = &#8220;attackbottom&#8221;;<br \/>\ndead_direction = &#8220;deadbottom&#8221;;<br \/>\nnockback_direction = &#8220;nockbackbottom&#8221;;<br \/>\n} else if (this.hitTest(this._parent.deathknight.attack_bottom.hitter)) {<br \/>\nthis._parent.chatbox.supermes += &#8220;\u30b9\u30b1\u30eb\u30c8\u30f3\u30a2\u30c3\u30af\u30b9\u306b\uff08\u30c0\u30e1\u30fc\u30b8\u8868\u793a\uff09\u306e\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f\u3002&#8221;+&#8221;r&#8221;;<br \/>\nthis._parent.chatbox.supermes.scroll += 2;<br \/>\nHP -= 2;<br \/>\nattack_direction = &#8220;attacktop&#8221;;<br \/>\ndead_direction = &#8220;deadtop&#8221;;<br \/>\nnockback_direction = &#8220;nockbacktop&#8221;;<br \/>\n} else if (this.hitTest(this._parent.deathknight.attack_left.hitter)) {<br \/>\nthis._parent.chatbox.supermes += &#8220;\u30b9\u30b1\u30eb\u30c8\u30f3\u30a2\u30c3\u30af\u30b9\u306b\uff08\u30c0\u30e1\u30fc\u30b8\u8868\u793a\uff09\u306e\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f\u3002&#8221;+&#8221;r&#8221;;<br \/>\nthis._parent.chatbox.supermes.scroll += 2;<br \/>\nHP -= 2;<br \/>\nattack_direction = &#8220;attackright&#8221;;<br \/>\ndead_direction = &#8220;deadright&#8221;;<br \/>\nnockback_direction = &#8220;nockbackright&#8221;;<br \/>\n} else if (this.hitTest(this._parent.deathknight.attack_right.hitter)) {<br \/>\nthis._parent.chatbox.supermes += &#8220;\u30b9\u30b1\u30eb\u30c8\u30f3\u30a2\u30c3\u30af\u30b9\u306b\uff08\u30c0\u30e1\u30fc\u30b8\u8868\u793a\uff09\u306e\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f\u3002&#8221;+&#8221;r&#8221;;<br \/>\nthis._parent.chatbox.supermes.scroll += 2;<br \/>\nHP -= 2;<br \/>\nattack_direction = &#8220;attackleft&#8221;;<br \/>\ndead_direction = &#8220;deadleft&#8221;;<br \/>\nnockback_direction = &#8220;nockbackleft&#8221;;<br \/>\n}<br \/>\n}<br \/>\n}<br \/>\nonClipEvent (enterFrame) {<br \/>\nif (HP<1) {\nHP = \"dead_delay\";\n} else if (HP == \"dead_delay\") {\nthis._parent.chatbox.supermes += \"<font color=\"#FFFF99\">\u30b9\u30b1\u30eb\u30c8\u30f3\u30a2\u30c3\u30af\u30b9\u3092\u5012\u3057\u307e\u3057\u305f\u3002<\/font>&#8220;+&#8221;r&#8221;;<br \/>\nthis._parent.chatbox.supermes += &#8220;<font color=\"#FFFF99\">\u30a2\u30c7\u30ca\uff08\u6570\uff09\u3001EXP\uff08\u6570\uff09\u3092\u53d6\u5f97\u3002<\/font>&#8220;+&#8221;r&#8221;;<br \/>\nthis._parent.chatbox.supermes.scroll += 2;<br \/>\nthis._parent.state_box.PlayerNowEXP += 10.5;<br \/>\nHP = &#8220;mobdead&#8221;;<br \/>\n}<br \/>\n}<br \/>\nonClipEvent (enterFrame) {<br \/>\nif (HP>1 &#038;&#038; HP<9) {\nif (attack_direction == \"attackbottom\") {\nthis.gotoAndStop(\"attack_bottom\");\nif (attack_direction_hit == \"hit\") {\nthis._parent.enemy_attack_hit._x = this._x;\nthis._parent.enemy_attack_hit._y = this._y;\nthis._parent.enemy_attack_hit.gotoAndPlay(\"hit_bottom_f\");\nattack_direction_hit = \"hitted\";\nattack_direction = \"bottom\";\n}\nif (attack_direction == \"bottom\") {\nif (_parent.deathknight.PlayerHP<=0) {\nthis.gotoAndStop(\"stand_bottom\");\n} else {\nattack_direction = \"attackbottom\";\n}\n}\n} else if (attack_direction == \"attacktop\") {\nthis.gotoAndStop(\"attack_top\");\nif (attack_direction_hit == \"hit\") {\nthis._parent.enemy_attack_hit._x = this._x;\nthis._parent.enemy_attack_hit._y = this._y;\nthis._parent.enemy_attack_hit.gotoAndPlay(\"hit_top_f\");\nattack_direction_hit = \"hitted\";\nattack_direction = \"top\";\n}\nif (attack_direction == \"top\") {\nif (_parent.deathknight.PlayerHP<=0) {\nthis.gotoAndStop(\"stand_top\");\n} else {\nattack_direction = \"attacktop\";\n}\n}\n} else if (attack_direction == \"attackright\") {\nthis.gotoAndStop(\"attack_right\");\nif (attack_direction_hit == \"hit\") {\nthis._parent.enemy_attack_hit._x = this._x;\nthis._parent.enemy_attack_hit._y = this._y;\nthis._parent.enemy_attack_hit.gotoAndPlay(\"hit_right_f\");\nattack_direction_hit = \"hitted\";\nattack_direction = \"right\";\n}\nif (attack_direction == \"right\") {\nif (_parent.deathknight.PlayerHP<=0) {\nthis.gotoAndStop(\"stand_right\");\n} else {\nattack_direction = \"attackright\";\n}\n}\n} else if (attack_direction == \"attackleft\") {\nthis.gotoAndStop(\"attack_left\");\nif (attack_direction_hit == \"hit\") {\nthis._parent.enemy_attack_hit._x = this._x;\nthis._parent.enemy_attack_hit._y = this._y;\nthis._parent.enemy_attack_hit.gotoAndPlay(\"hit_left_f\");\nattack_direction_hit = \"hitted\";\nattack_direction = \"left\";\n}\nif (attack_direction == \"left\") {\nif (_parent.deathknight.PlayerHP<=0) {\nthis.gotoAndStop(\"stand_left\");\n} else {\nattack_direction = \"attackleft\";\n}\n}\n}\n}\n}\nonClipEvent (enterFrame) {\nif (HP !== \"dead_delay\") {\nif (HP !== \"mobdead\") {\nif (nockback_direction == \"nockbackbottom\") {\nthis.gotoAndStop(\"nockback_bottom\");\nnockback_direction = \"none3\";\n} else if (nockback_direction == \"nockbacktop\") {\nthis.gotoAndStop(\"nockback_top\");\nnockback_direction = \"none3\";\n} else if (nockback_direction == \"nockbackright\") {\nthis.gotoAndStop(\"nockback_right\");\nnockback_direction = \"none3\";\n} else if (nockback_direction == \"nockbackleft\") {\nthis.gotoAndStop(\"nockback_left\");\nnockback_direction = \"none3\";\n}\n}\n}\n}\nonClipEvent (enterFrame) {\nif (HP == \"mobdead\") {\nif (dead_direction == \"deadbottom\") {\nthis.gotoAndStop(\"dead_bottom\");\n} else if (dead_direction == \"deadtop\") {\nthis.gotoAndStop(\"dead_top\");\n} else if (dead_direction == \"deadright\") {\nthis.gotoAndStop(\"dead_right\");\n} else if (dead_direction == \"deadleft\") {\nthis.gotoAndStop(\"dead_left\");\n}\n}\n}\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5ea7\u6a19\u304b\u3089\u65b9\u5411\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u3001\u66f8\u304d\u63db\u3048\u304c\u5fc5\u8981\u306b\u3002 \u3061\u3087\u3063\u3068\u624b\u9593\u53d6\u3063\u3066\u307e\u3059\u3002 \u3057\u3070\u3089\u304f\u8a18\u8ff0\u8f09\u305b\u3066\u306a\u304b\u3063\u305f\u3093\u3067\u3001\u65e7\u30b9\u30b1\u30eb\u30c8\u30f3\u30a2\u30c3\u30af\u30b9MC\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u8f09\u305b\u3068\u304d\u307e\u3059\u30cd\u3002 if\u6587\u30b5\u30a4\u30b3\u30fc &#8212;- onClipEvent ( &hellip;<\/p>\n<p class=\"read-more\"><a href=\"https:\/\/frea.in\/ventory\/2005\/10\/mc.html\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22],"tags":[],"class_list":["post-21","post","type-post","status-publish","format-standard","hentry","category-c_lineage_flash"],"_links":{"self":[{"href":"https:\/\/frea.in\/ventory\/wp-json\/wp\/v2\/posts\/21","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/frea.in\/ventory\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/frea.in\/ventory\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/frea.in\/ventory\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/frea.in\/ventory\/wp-json\/wp\/v2\/comments?post=21"}],"version-history":[{"count":0,"href":"https:\/\/frea.in\/ventory\/wp-json\/wp\/v2\/posts\/21\/revisions"}],"wp:attachment":[{"href":"https:\/\/frea.in\/ventory\/wp-json\/wp\/v2\/media?parent=21"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/frea.in\/ventory\/wp-json\/wp\/v2\/categories?post=21"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/frea.in\/ventory\/wp-json\/wp\/v2\/tags?post=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}