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.

Share | 
 

 [SOLVED] Script Background For Victory Scene

Topik sebelumnya Topik selanjutnya Go down 
Pilih halaman : Previous  1, 2
[SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-21, 18:25
Post[SOLVED] Script Background For Victory Scene
#1
Deenos 
Advance
Advance
Deenos

Level 5
Posts : 487
Thanked : 7
Engine : RMVX Ace
Skill : Skilled
Type : Databaser
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Vide
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

[SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-23, 20:41
PostRe: [SOLVED] Script Background For Victory Scene
Rian01 
Advance
Advance


Posts : 318
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Vide
@deenos bisa share scriptnya ?
mungkin saya bisa bantu :)
[SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-23, 20:49
PostRe: [SOLVED] Script Background For Victory Scene
Deenos 
Advance
Advance
Deenos

Level 5
Posts : 487
Thanked : 7
Engine : RMVX Ace
Skill : Skilled
Type : Databaser
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Vide
@rian
edit di Window_Base....
karena di sana berefek ke Scene_Menu
[SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-23, 20:55
PostRe: [SOLVED] Script Background For Victory Scene
aidilriski 
Senior
Senior
aidilriski

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

[SOLVED] Script Background For Victory Scene - Page 2 Vide
mau ngapain sih? :hmm: Nambahin EXP bar di window menu?
[SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-23, 21:54
PostRe: [SOLVED] Script Background For Victory Scene
Rian01 
Advance
Advance
avatar

Level 5
Posts : 318
Thanked : 0
Engine : RMVX Ace
Skill : Beginner
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Vide
@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
[SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-24, 14:24
PostRe: [SOLVED] Script Background For Victory Scene
Deenos 
Advance
Advance
Deenos

Level 5
Posts : 487
Thanked : 7
Engine : RMVX Ace
Skill : Skilled
Type : Databaser
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Vide
gx keluar...
udah wa utak atik tetep gx keluar
[SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-24, 17:16
PostRe: [SOLVED] Script Background For Victory Scene
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 Vide
@Deenos
Emang mau ngasih exp bar di sebelah mana? SS kalo bisa :v
Dan ini buat vxa kan? :v
[SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-24, 18:07
PostRe: [SOLVED] Script Background For Victory Scene
Rian01 
Advance
Advance
avatar

Level 5
Posts : 318
Thanked : 0
Engine : RMVX Ace
Skill : Beginner
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Vide
@TS VX ace kan ?? emang script diatas gk ada efeknya ?? coba ditaruh diantara material adan main.. saya coba dipunya saya berhasil sih :hmm:
[SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-24, 18:44
PostRe: [SOLVED] Script Background For Victory Scene
Deenos 
Advance
Advance
Deenos

Level 5
Posts : 487
Thanked : 7
Engine : RMVX Ace
Skill : Skilled
Type : Databaser
Awards:
[SOLVED] Script Background For Victory Scene - Page 2 Vide
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
[SOLVED] Script Background For Victory Scene - Page 2 Empty2012-09-24, 19:09
PostRe: [SOLVED] Script Background For Victory Scene
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 Vide
Thread Solved & Locked
[SOLVED] Script Background For Victory Scene - Page 2 Empty
PostRe: [SOLVED] Script Background For Victory Scene
Sponsored content 




[SOLVED] Script Background For Victory Scene - Page 2 Vide
 

[SOLVED] Script Background For Victory Scene

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 2 dari 2Pilih halaman : Previous  1, 2

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