RPGMakerID
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Komunitas RPG Maker Indonesia
 
IndeksIndeks  Latest imagesLatest images  PencarianPencarian  PendaftaranPendaftaran  Login  
Per 2016, RMID pindah ke RMID Discord (Invite link dihapus untuk mencegah spambot -Theo @ 2019). Posting sudah tidak bisa dilakukan lagi.
Mohon maaf atas ketidaknyamanannya dan mohon kerjasamanya.

 

 [SOLVED] Script Background For Victory Scene

Go down 
+3
wltr3565
kareem_ramd
Deenos
7 posters
Pilih halaman : Previous  1, 2
PengirimMessage
Deenos
Advance
Advance
Deenos


Level 5
Posts : 487
Thanked : 7
Engine : RMVX Ace
Skill : Skilled
Type : Databaser

Trophies
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostSubyek: [SOLVED] Script Background For Victory Scene   [SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-21, 18:25

First topic message reminder :

gini.... XD
aku punya 1 permintaan...
gimana cara nampilin background setelah menang?
aku cuman minta script background victory scene...
aku pakai Engine RMVXAce...
pakai script Yanfly Engine Victory Aftermath....
mohon di jawab... :D
Kembali Ke Atas Go down
http://deempty.blogspot.com

PengirimMessage
Rian01
Advance
Advance



Posts : 318

Trophies
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostSubyek: Re: [SOLVED] Script Background For Victory Scene   [SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-23, 20:41

@deenos bisa share scriptnya ?
mungkin saya bisa bantu :)
Kembali Ke Atas Go down
Deenos
Advance
Advance
Deenos


Level 5
Posts : 487
Thanked : 7
Engine : RMVX Ace
Skill : Skilled
Type : Databaser

Trophies
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostSubyek: Re: [SOLVED] Script Background For Victory Scene   [SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-23, 20:49

@rian
edit di Window_Base....
karena di sana berefek ke Scene_Menu
Kembali Ke Atas Go down
http://deempty.blogspot.com
aidilriski
Senior
Senior
aidilriski


Level 5
Posts : 643
Thanked : 2
Engine : Multi-Engine User
Type : Mapper

[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostSubyek: Re: [SOLVED] Script Background For Victory Scene   [SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-23, 20:55

mau ngapain sih? :hmm: Nambahin EXP bar di window menu?
Kembali Ke Atas Go down
http://www.edeledel.blogspot.com
Rian01
Advance
Advance
avatar


Level 5
Posts : 318
Thanked : 0
Engine : RMVX Ace
Skill : Beginner

Trophies
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostSubyek: Re: [SOLVED] Script Background For Victory Scene   [SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-23, 21:54

@deenos
coba ini maaf kalo ada error atau bug ... maklum beginner :hammer: ... Vx ace kan ??
taruh ini di bawah Window_Base dan diatas main
Code:

class Window_Base
   
  def draw_actor_exp(actor, x, y, width = 124)
    exp_color1 = text_color(3)
    exp_color2 = text_color(6)
    exp = actor.next_level_exp / 1.00
    draw_gauge(x, y, width, actor.exp / exp , exp_color1, exp_color2)
    change_color(system_color)
    draw_text(x, y, 30, line_height, "Exp")
    draw_current_and_max_values(x, y, width, actor.exp, actor.next_level_exp,
      hp_color(actor), normal_color)
  end

  alias add_exp draw_actor_simple_status
  def draw_actor_simple_status(actor, x, y)
    add_exp(actor, x, y)
    draw_actor_exp(actor, x + 120, y + line_height * 3)
  end
end

semoga kamu paham tentang ini
oh iya .. letak masih belom saya atur . :hammer:
atur sendiri di

draw_actor_exp(actor, x + 120, y + line_height * 3)

Thx
Kembali Ke Atas Go down
Deenos
Advance
Advance
Deenos


Level 5
Posts : 487
Thanked : 7
Engine : RMVX Ace
Skill : Skilled
Type : Databaser

Trophies
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostSubyek: Re: [SOLVED] Script Background For Victory Scene   [SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-24, 14:24

gx keluar...
udah wa utak atik tetep gx keluar
Kembali Ke Atas Go down
http://deempty.blogspot.com
larkuzo
Advance
Advance
larkuzo


Level 5
Posts : 445
Thanked : 12
Engine : RMXP
Skill : Beginner
Type : Event Designer

[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostSubyek: Re: [SOLVED] Script Background For Victory Scene   [SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-24, 17:16

@Deenos
Emang mau ngasih exp bar di sebelah mana? SS kalo bisa :v
Dan ini buat vxa kan? :v
Kembali Ke Atas Go down
http://fsfsource.blogspot.com
Rian01
Advance
Advance
avatar


Level 5
Posts : 318
Thanked : 0
Engine : RMVX Ace
Skill : Beginner

Trophies
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostSubyek: Re: [SOLVED] Script Background For Victory Scene   [SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-24, 18:07

@TS VX ace kan ?? emang script diatas gk ada efeknya ?? coba ditaruh diantara material adan main.. saya coba dipunya saya berhasil sih :hmm:
Kembali Ke Atas Go down
Deenos
Advance
Advance
Deenos


Level 5
Posts : 487
Thanked : 7
Engine : RMVX Ace
Skill : Skilled
Type : Databaser

Trophies
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostSubyek: Re: [SOLVED] Script Background For Victory Scene   [SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-24, 18:44

udah berhasil mohon di lock ini buktinya :fa:

[SOLVED] Script Background For Victory Scene - Page 2 390570_490631560956774_35473699_n
Direct Link
https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash4/390570_490631560956774_35473699_n.jpg
Kembali Ke Atas Go down
http://deempty.blogspot.com
yerry_great
@> Moderator
@> Moderator
yerry_great


Kosong
Posts : 1251
Thanked : 15
Engine : Multi-Engine User
Skill : Very Beginner
Type : Jack of All Trades

[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostSubyek: Re: [SOLVED] Script Background For Victory Scene   [SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-24, 19:09

Thread Solved & Locked
Kembali Ke Atas Go down
http://ygdevlog.blogspot.com
Sponsored content





[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostSubyek: Re: [SOLVED] Script Background For Victory Scene   [SOLVED] Script Background For Victory Scene - Page 2 Empty

Kembali Ke Atas Go down
 
[SOLVED] Script Background For Victory Scene
Kembali Ke Atas 
Halaman 2 dari 2Pilih halaman : Previous  1, 2
 Similar topics
-
» [REQ] Script menu Background ..
» [SOLVED] Manggil simple scene
» [Solved] Ganti background
» [Solved] cara buat background pd vn?
» [Solved] Background Stretch Remova

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: RMVX Ace Scripts :: RGSS3 Request :: RGSS3 Request Archive-
Navigasi: