Pages (904):    1 888 889 890 891 892 904   

Shoutbox archive

Go to last read | Mark all read

avatar
แนะนำหน้อยครับ
avatar
(เดาจากที่ผมแก้ให้ไปเมื่อวันก่อน) ในปาร์ตี้ไม่มีคนที่ 2 ใช่ไหม สริคปต์เลยหาค่า HP มาใช้ไม่ได้
avatar
แก้ ตรงไหนดรครับ
avatar
#original_unknow #mod_sora #note_ please add two party members in your project module Score Switch = 1 Variable = 1 VariableR = 2 Hp = 0 HpR = 1 Text = "Member1 : %d" TextR = "Member2 : %d" end class Window_Score < Window_Base def initialize super(0, 0, window_width, window_height) self.opacity = 0 refresh end def update super refresh end def window_width return Graphics.width end def window_height return line_height*2 + 32 end def line_height if defined?(super) return super else return WLH end end def refresh self.visible = $game_switches[Score::Switch] contents.clear make_score end def make_score text = sprintf(Score::Text, $game_variables[Score::Variable]) self.contents.draw_text(0, 0, window_width - 32, line_height, text) self.draw_actor_hp($game_party.members[Score::Hp], 0, line_height, 200 - 32) textr = sprintf(Score::TextR, $game_variables[Score::VariableR]) self.contents.draw_text(300, 0, window_width - 32, line_height, textr) self.draw_actor_hp($game_party.members[Score::HpR], 300, line_height, 200 - 32) end end class Scene_Map < Scene_Base alias cur_start start def start cur_start make_window end def make_window @score_window = Window_Score.new end alias cur_update update def update cur_update @score_window.update end end
avatar
ผมเอาสคริปของคุณ sora มา
avatar
สคริปต์มีปัญหา
avatar
avatar
หืม?
avatar
Rpg vx ace ครับ
avatar
สอบ มันขึ้นแบบนี้ แก้ไข อย่างรดีครับ
avatar
โอ้ เว็บ evoled แล้ว
avatar
แต่เนื้อเรื่องก็ดูน่าสนใจดี(มั้ง) think
avatar
ช่วงนี้เริ่มเบื่อๆ พวกภาพแบบ RTP แล้วง่ะ แมวร้อง
avatar
http://irpg.in.th/thread-3142.html <<< ฝากเดโม่เกมสืด้วยนะทุกคน อิอิ (ร้องไห้เป็นสายเลือด)
avatar
avatar
What
avatar
แง
avatar
เด้งไปเด้งมาจริงๆ /ตายแปป
avatar
ไปปั้นโมเดลหุ่นก็ก็แล้วก- /โดนตบ
avatar
พอของใหม่เปิดตัวปุ๊ป ไม่รู้จะอธิบายข้อมูลไหนก่อนดีเลย แมวร้อง

Pages (904):    1 888 889 890 891 892 904   
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.