RPG Astral
Login to do a more feature .. Like joining chat , post a topic , reply to a topic , or subscribe . You can also find other friends too!

<font color="red">Attention : Login to do full feature. Register didnt need Activation</font>
RPG Astral
Login to do a more feature .. Like joining chat , post a topic , reply to a topic , or subscribe . You can also find other friends too!

<font color="red">Attention : Login to do full feature. Register didnt need Activation</font>
RPG Astral
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
IndeksLatest imagesPendaftaranLogin
Silahkan bertanya-tanya pada forum yang tepat, kalo ada temen boleh juga diajakin kesini :hammer:

Share
 

 Bayu Simple Status Screen

Topik sebelumnya Topik selanjutnya Go down 
PengirimMessage
BayuDwinata
BayuDwinata
Basket Maniac
The Powerless Warrior
Basket ManiacThe Powerless Warrior

Jumlah posting : 194
Lokasi : Rengat

Bayu Simple Status Screen Empty
PostSubyek: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSun 14 Apr 2013 - 10:44

yaaay.. akhirnya simple status selesai .. padahal berminggu minggu :lol:

Screenshot
[You must be registered and logged in to see this link.]

Cara penggunaan:
langsung ke menu , cek status screen :>

Special Thanks :
GubiD for tutorial
Heartbreak61 for revision
TheoAllen for some help
and othe guys :>

Code:

#-----------------------------------------------------------------------------
#                      Bayu.D Simple Status screen
#-----------------------------------------------------------------------------
=begin
Ini screen keliatannya  termasuk mudah , tapi aku kebingungan sih . Boleh
mengcantumkan kredit , boleh tidak karena termasuk simple mungkin yah ..
Screen nya udah langsung bisa di cek . Masuk menu , pilih status :>
-----------------------------------------------------------------------------
Bug jelas belum ada .hehe mohon lapor jika ada bug , dan mohon doa untuk kreasi
script saya selanjutnya semoga saya semakin mengerti :>
=end
    class Scene_Bayu < Scene_Status
      def initialize(actor_index = 0)
        @actor_index = actor_index
      end
      def start
        super
        create_menu_background
        @actor = $game_party.members[@actor_index]
        @status_window = Window_Bayu.new(@actor)
      end
    end
   
    class Window_Bayu < Window_Status
      def initialize(actor)
        super(actor)
      end
   
      def refresh
        x, y = 5, 50
        self.contents.clear
        draw_actor_face(@actor, x, y)
        draw_actor_name(@actor, x + 5, y + 77)
        draw_actor_hp(@actor, x + 100, y + 45, 150)
        draw_actor_mp(@actor, x + 100, y + 65, 150)
        draw_actor_graphic(@actor, x + 112, y + 38)
        draw_actor_level(@actor, x + 130, y + 28)
        draw_actor_class(@actor, x + 5, y + 97)
        draw_actor_state(@actor, x + 124, y + 12)
        draw_parameters(x + 25, y + 150)
        draw_equipments(288, 160)
        draw_exp_info(288, 60)
      end
   
      def draw_parameters(x, y)
        (0..4).each {|n| draw_actor_parameter(@actor, x, y + 20 * n, n)}
      end
    end
   
    class Scene_Menu < Scene_Base
      def update_actor_selection
        if Input.trigger?(Input::B)
          Sound.play_cancel
          end_actor_selection
        elsif Input.trigger?(Input::C)
          $game_party.last_actor_index = @status_window.index
          Sound.play_decision
          case @command_window.index
          when 1  # skill
            $scene = Scene_Skill.new(@status_window.index)
          when 2  # equipment
            $scene = Scene_Equip.new(@status_window.index)
          when 3  # status << bagian ini diedit
            $scene = Scene_Bayu.new(@status_window.index)
          end
        end
      end
    end
Kembali Ke Atas Go down
http://bayud10.blogspot.com
Fortiz~
Fortiz~


Jumlah posting : 14

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSun 14 Apr 2013 - 10:53

gimana sih bisa mainan script gitu? keknya susah banget ~ :orz:
Kembali Ke Atas Go down
BayuDwinata
BayuDwinata
Basket Maniac
The Powerless Warrior
Basket ManiacThe Powerless Warrior

Jumlah posting : 194
Lokasi : Rengat

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSun 14 Apr 2013 - 10:55

bisa maenin script ? belajar ruby dahulu , pelajari struktur yang mau dipelajari :
RGSS - RMXP
RGSS2-RMVX
RGSS3-RMVXA

Terus coba eksperimen :>
minta bantuan temen kalo memang KESULITAN TANPA BISA SOLVE SENDIRI :lol:
Kembali Ke Atas Go down
http://bayud10.blogspot.com
Fortiz~
Fortiz~


Jumlah posting : 14

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSun 14 Apr 2013 - 11:05

kalo belajar ruby tu enaknya mulai dari mana? aku liat script gitu udah pusing. ga tau arah XD
Kembali Ke Atas Go down
BayuDwinata
BayuDwinata
Basket Maniac
The Powerless Warrior
Basket ManiacThe Powerless Warrior

Jumlah posting : 194
Lokasi : Rengat

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSun 14 Apr 2013 - 11:13

belajar ruby ?
kalo ane belajar dari video GubiD dari rpgmakervx.net :>
terus kalau ada yang nggak ngerti ane tanya Theo Allen :>

BTW coba cari Beginner Guide to RGSS3 by Theo Allen :> itu mulai dari basic ke urutan membuatnya kok :>
Kembali Ke Atas Go down
http://bayud10.blogspot.com
Nefusa
Nefusa
Admin
Admin

Jumlah posting : 14
Lokasi : Pati

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSun 14 Apr 2013 - 13:51

sejak taun kemaren yang jadi scripter banyak amat :v
yang ini..
itu hampir mirip yang default, tapi ga papalah for new scripter :3
Kembali Ke Atas Go down
BayuDwinata
BayuDwinata
Basket Maniac
The Powerless Warrior
Basket ManiacThe Powerless Warrior

Jumlah posting : 194
Lokasi : Rengat

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSun 14 Apr 2013 - 14:05

Nefusa wrote:
sejak taun kemaren yang jadi scripter banyak amat :v
yang ini..
itu hampir mirip yang default, tapi ga papalah for new scripter :3

kalo ngerti menyenangkan memang om =w=b
tapi kalo nggak ngerti .. hancur kepala Bayu Simple Status Screen 3926675924
Kembali Ke Atas Go down
http://bayud10.blogspot.com
SkyChampion
SkyChampion
Assasin RMer
Mysterious Assasin from Future
Assasin RMerMysterious Assasin from Future

Jumlah posting : 43
Lokasi : di dalam dunia chranter

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeFri 19 Apr 2013 - 20:12

lumayan gan..
Kembali Ke Atas Go down
3ferry3
3ferry3
Young Developers
The Youngest Admin
Young DevelopersThe Youngest Admin

Jumlah posting : 40
Lokasi : Tenggarong

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeFri 19 Apr 2013 - 20:36

Manthab
Mungkin Aku Akan Menggunakan Script Ini Disalah Satu Gameku Bayu Simple Status Screen 2501769412
Kembali Ke Atas Go down
BayuDwinata
BayuDwinata
Basket Maniac
The Powerless Warrior
Basket ManiacThe Powerless Warrior

Jumlah posting : 194
Lokasi : Rengat

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeFri 19 Apr 2013 - 21:37

minta cendol merci dong Bayu Simple Status Screen 2091198150
:kabur:
Kembali Ke Atas Go down
http://bayud10.blogspot.com
3ferry3
3ferry3
Young Developers
The Youngest Admin
Young DevelopersThe Youngest Admin

Jumlah posting : 40
Lokasi : Tenggarong

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSat 20 Apr 2013 - 10:10

Cendol?
Apa Itu Cendol? Bayu Simple Status Screen 2091198150
Kembali Ke Atas Go down
SkyChampion
SkyChampion
Assasin RMer
Mysterious Assasin from Future
Assasin RMerMysterious Assasin from Future

Jumlah posting : 43
Lokasi : di dalam dunia chranter

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSat 20 Apr 2013 - 14:25

liat aja di forum kek kaskus atau vixep dsana ada cendol2an
Kembali Ke Atas Go down
3ferry3
3ferry3
Young Developers
The Youngest Admin
Young DevelopersThe Youngest Admin

Jumlah posting : 40
Lokasi : Tenggarong

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSat 20 Apr 2013 - 14:45

Maksudnya Cendol Cendolan Itu Apa? Bayu Simple Status Screen 2091198150
Kembali Ke Atas Go down
BayuDwinata
BayuDwinata
Basket Maniac
The Powerless Warrior
Basket ManiacThe Powerless Warrior

Jumlah posting : 194
Lokasi : Rengat

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSat 20 Apr 2013 - 16:02

Cendol dalam maksud lain itu thanks Bayu Simple Status Screen 2091198150 di kita button e MERCI :hammer: ntah bahasa apa itu :hammer:
Kembali Ke Atas Go down
http://bayud10.blogspot.com
3ferry3
3ferry3
Young Developers
The Youngest Admin
Young DevelopersThe Youngest Admin

Jumlah posting : 40
Lokasi : Tenggarong

Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitimeSat 20 Apr 2013 - 17:53

Oh Jadi Cendol Itu Thanks

MERCI Itu Bahasa Rusia :hammer:
Kembali Ke Atas Go down

Sponsored content



Bayu Simple Status Screen Empty
PostSubyek: Re: Bayu Simple Status Screen   Bayu Simple Status Screen Icon_minitime

Kembali Ke Atas Go down
 

Bayu Simple Status Screen

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPG Astral :: Scripts & Codes :: RGSS2 - RMVX Script-