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 | 
 

 [REQ] Map Turn Battle Demo

Topik sebelumnya Topik selanjutnya Go down 
[REQ] Map Turn Battle Demo Empty2013-02-25, 15:06
Post[REQ] Map Turn Battle Demo
#1
cleosetric 
Newbie
Newbie
cleosetric

Level 5
Posts : 16
Thanked : 0
Engine : RMVX Ace
Skill : Skilled
Type : Scripter

[REQ] Map Turn Battle Demo Vide


Dari video Diatas.. saya masih bingung dengan .. script" nya...
saya dapet dari blog luar ini. : VictorScript

Saya bngung script nya .. walaupun Gak Error tapi kok pas battle .. sama ajh sama yang default... ada .. yang punya demonstrasi nya... atau Game yang basis nya sama kaya itu ?

[REQ] Map Turn Battle Demo Empty2013-02-25, 15:37
PostRe: [REQ] Map Turn Battle Demo
#2
TheoAllen 
♫ RMID Rebel ♫
♫ RMID Rebel ♫
TheoAllen

Kosong
Posts : 4935
Thanked : 63
Awards:




[REQ] Map Turn Battle Demo Vide
kalo gw baca scriptnya, itu script dipanggil lewat comment via event.
Code:
# Comment calls note tags:
#  Tags to be used in events comment box, works like a script call.
#
#  <call map battle>
#  start: [x, y]; end: [x, y]; escape: [x, y]; defeat: [x, y];
#  actors: [x, y], [x, y], [x, y];
#  enemies: [event, enemy, switch],  [event, enemy];
#  can escape; can lose; skip return; troop: x;
#  </call map battle>
#  This call is used to call battles on maps, using the normal event battle
#  call will end on a normal battle with transition.
#    start: [x, y];
#      position of the screen at the battle start
#    end: [x, y];
#        position of the party at battle end, in case of victory
#    escape: [x, y];
#        position of the party at battle end, in case of escape
#    defeat: [x, y];
#        position of the party at battle end, in case of defeat (only if the
#        battle is set up to continue after defeat)
#    actors: [x, y], [x, y], [x, y];
#        position of each actor during the battle, you must add a value [x, y]
#        for every actor in the party, so always add an ammount equal the
#        max number of party members to avoid errors.
#    enemies: [event, enemy, switch], [event, enemy];
#        enemies info
#        event is the Event ID of the event that represents the enemye
#        enemy is the Enemy ID on the database.
#        switch is an opitional value that represents the switch that will
#        be turned on when the enemy dies, it can be a numeric value, or the
#        the letters A, B, C or D. If numeric, it turn on a switch, if it's a
#        letter, it turn on the switch local with that letter. If omited
#        it don't turn on any switch using an erase event instead.
#    can escape;
#        optional value that must be added to allow escaping from battles
#    can lose;
#        optional value that must be added to avoid game over after a defeat
#    skip return;
#        optional value that makes the actors not return to their positions
#        after the battle end, can be used for after battle cutscenes, remember
#        that you must make a call manually to gather the party before allowing
#        the player to control them.
#    troop: x;
#        setup the troop id, this can be used for in battle events, the
#        battle called with this command will use the event list of the
#        troop id X. Other troop settings are ignored.
examplenya ada di bawah tu. Coba2 aja bikin event isinya comment kyak yg diinstruksikan di scriptnya
[REQ] Map Turn Battle Demo Empty2013-02-25, 15:46
PostRe: [REQ] Map Turn Battle Demo
#3
cleosetric 
Newbie
Newbie
cleosetric

Level 5
Posts : 16
Thanked : 0
Engine : RMVX Ace
Skill : Skilled
Type : Scripter

[REQ] Map Turn Battle Demo Vide
Syaa belum terlalu mengerti dengan comment"an gitu...?
bisa diajarkan secara sederhana saja ?
[REQ] Map Turn Battle Demo Empty2013-02-25, 16:00
PostRe: [REQ] Map Turn Battle Demo
#4
TheoAllen 
♫ RMID Rebel ♫
♫ RMID Rebel ♫
TheoAllen

Kosong
Posts : 4935
Thanked : 63
Awards:




[REQ] Map Turn Battle Demo Vide
kaek gini [REQ] Map Turn Battle Demo Comment
tulis disana misalnya kaek gini
Code:
# Examples:
#
#  <call map battle>
#  start: [12, 15]; end: [12, 15]; escape: [12, 21];
#  actors: [7, 14], [14, 17], [17, 14], [10, 17];
#  enemies: [1, 1, A],  [2, 1, A],  [3, 1, A];
#  can escape;
#  </call map battle>
kalo gw g salah, itu buat bikin battle processing
kalo soal kterangannya itu apa, gw anggap u dah ngerti inggrisan
baca di comment script victor :kabur:

EDIT: jangan lupa ilangin #-nya :hmm:


Terakhir diubah oleh TheoAllen tanggal 2013-02-25, 16:02, total 1 kali diubah
[REQ] Map Turn Battle Demo Empty2013-02-25, 16:02
PostRe: [REQ] Map Turn Battle Demo
#5
aganiz 
Novice
Novice
aganiz

Level 5
Posts : 120
Thanked : 1
Engine : Multi-Engine User
Skill : Intermediate
Type : Event Designer

[REQ] Map Turn Battle Demo Vide
ya itu copy paste aja yg di quote yang call map battle , masukin ke event>comment, ilangin tanda # nya kalo ga salah
[REQ] Map Turn Battle Demo Empty2013-02-25, 21:52
PostRe: [REQ] Map Turn Battle Demo
#6
cleosetric 
Newbie
Newbie
cleosetric

Level 5
Posts : 16
Thanked : 0
Engine : RMVX Ace
Skill : Skilled
Type : Scripter

[REQ] Map Turn Battle Demo Vide
Arigato..
... hehe... akhirnya mengerti juga :3
[REQ] Map Turn Battle Demo Empty
PostRe: [REQ] Map Turn Battle Demo
#7
Sponsored content 




[REQ] Map Turn Battle Demo Vide
 

[REQ] Map Turn Battle Demo

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Engines :: RMVX Ace-