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.

 

 [REQ] Map Turn Battle Demo

Go down 
3 posters
PengirimMessage
cleosetric
Newbie
Newbie
cleosetric


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

[REQ] Map Turn Battle Demo Empty
PostSubyek: [REQ] Map Turn Battle Demo   [REQ] Map Turn Battle Demo Empty2013-02-25, 15:06



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 ?

Kembali Ke Atas Go down
http://www.a3substream.net
TheoAllen
♫ RMID Rebel ♫
♫ RMID Rebel ♫
TheoAllen


Kosong
Posts : 4935
Thanked : 63

Trophies
Awards:




[REQ] Map Turn Battle Demo Empty
PostSubyek: Re: [REQ] Map Turn Battle Demo   [REQ] Map Turn Battle Demo Empty2013-02-25, 15:37

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
Kembali Ke Atas Go down
http://theodoric-allen-altar.webs.com/
cleosetric
Newbie
Newbie
cleosetric


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

[REQ] Map Turn Battle Demo Empty
PostSubyek: Re: [REQ] Map Turn Battle Demo   [REQ] Map Turn Battle Demo Empty2013-02-25, 15:46

Syaa belum terlalu mengerti dengan comment"an gitu...?
bisa diajarkan secara sederhana saja ?
Kembali Ke Atas Go down
http://www.a3substream.net
TheoAllen
♫ RMID Rebel ♫
♫ RMID Rebel ♫
TheoAllen


Kosong
Posts : 4935
Thanked : 63

Trophies
Awards:




[REQ] Map Turn Battle Demo Empty
PostSubyek: Re: [REQ] Map Turn Battle Demo   [REQ] Map Turn Battle Demo Empty2013-02-25, 16:00

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
Kembali Ke Atas Go down
http://theodoric-allen-altar.webs.com/
aganiz
Novice
Novice
aganiz


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

[REQ] Map Turn Battle Demo Empty
PostSubyek: Re: [REQ] Map Turn Battle Demo   [REQ] Map Turn Battle Demo Empty2013-02-25, 16:02

ya itu copy paste aja yg di quote yang call map battle , masukin ke event>comment, ilangin tanda # nya kalo ga salah
Kembali Ke Atas Go down
cleosetric
Newbie
Newbie
cleosetric


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

[REQ] Map Turn Battle Demo Empty
PostSubyek: Re: [REQ] Map Turn Battle Demo   [REQ] Map Turn Battle Demo Empty2013-02-25, 21:52

Arigato..
... hehe... akhirnya mengerti juga :3
Kembali Ke Atas Go down
http://www.a3substream.net
Sponsored content





[REQ] Map Turn Battle Demo Empty
PostSubyek: Re: [REQ] Map Turn Battle Demo   [REQ] Map Turn Battle Demo Empty

Kembali Ke Atas Go down
 
[REQ] Map Turn Battle Demo
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Demo
» [VXA] TSBS Add-on State Turn Control
» [BS] Action Cost Card Turn System v1.4
» Battle mirip Megaman Battle Network?
» [ASK]Megaman Battle network battle system

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