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.

 

 Soal Quest RMXP

Go down 
+2
rexoholic
Clavrie
6 posters
PengirimMessage
Clavrie
Newbie
Newbie
Clavrie


Level 5
Posts : 63
Thanked : 0
Engine : Multi-Engine User
Skill : Beginner
Type : Developer

Soal Quest RMXP Empty
PostSubyek: Soal Quest RMXP   Soal Quest RMXP Empty2010-11-14, 18:26

Saya ganti aja ya topiknya ..
keknya ga ada scriptnya ya, hhe* ..
saya mau nanya, cara buat Quest di RMXP gimana ..
saya liat di web - web lain singkad bgt ..
cuma Variabel, self variable, change item, change gold, maksudnya apa ???

Mohon bantuannya ..



_______________________________________________________________________
Lebih baik bertanya daripada sesat di jalan


Spoiler:
Kembali Ke Atas Go down
rexoholic
Advance
Advance
rexoholic


Level 5
Posts : 330
Thanked : 2
Engine : Multi-Engine User
Skill : Beginner
Type : Jack of All Trades

Soal Quest RMXP Empty
PostSubyek: Re: Soal Quest RMXP   Soal Quest RMXP Empty2010-11-15, 17:32

quest tentang apa nih ?soalnya beda tipe beda cara
Kembali Ke Atas Go down
Clavrie
Newbie
Newbie
Clavrie


Level 5
Posts : 63
Thanked : 0
Engine : Multi-Engine User
Skill : Beginner
Type : Developer

Soal Quest RMXP Empty
PostSubyek: Re: Soal Quest RMXP   Soal Quest RMXP Empty2010-11-15, 17:42

yg kakek" suru cari 5 boneka aja ..
kek RMVX tapi yg saya perlu RMXP ..



_______________________________________________________________________
Lebih baik bertanya daripada sesat di jalan


Spoiler:

Kembali Ke Atas Go down
yerry_great
@> Moderator
@> Moderator
yerry_great


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

Soal Quest RMXP Empty
PostSubyek: Re: Soal Quest RMXP   Soal Quest RMXP Empty2010-11-15, 18:23

Hmm simple

Pertama pelajarin variable. Variable itu angka bsa mewakilin apa aja. Nah kalo disuruh cari barang gtu, perpaduan Variable sama Conditional Branch.

Variable disini dipake mewakili Boneka

Code:
@>Control Variable: [0001: Quest Boneka] = [Boneka] In inventory
@>Conditional Branch: Variable: [0001: Quest Boneka] == 5
  @>Text : Makasih nak dah bantuin kakek
  @>Control Switches: [0001: Quest Boneka Complete] = ON
  @>
 : Else
  @>Text : Nak bawain kakek 5 Boneka donk.
  @>
 : Branch End
@>

Yay done!
Kembali Ke Atas Go down
http://ygdevlog.blogspot.com
Phoenix_Reborn
Advance
Advance
Phoenix_Reborn


Level 4
Posts : 358
Thanked : 3
Engine : RMVX
Skill : Intermediate
Type : Spriter

Soal Quest RMXP Empty
PostSubyek: Re: Soal Quest RMXP   Soal Quest RMXP Empty2011-07-03, 14:06

yerry_great wrote:
Hmm simple

Pertama pelajarin variable. Variable itu angka bsa mewakilin apa aja. Nah kalo disuruh cari barang gtu, perpaduan Variable sama Conditional Branch.

Variable disini dipake mewakili Boneka

Code:
@>Control Variable: [0001: Quest Boneka] = [Boneka] In inventory
@>Conditional Branch: Variable: [0001: Quest Boneka] == 5
  @>Text : Makasih nak dah bantuin kakek
  @>Control Switches: [0001: Quest Boneka Complete] = ON
  @>
 : Else
  @>Text : Nak bawain kakek 5 Boneka donk.
  @>
 : Branch End
@>

Yay done!

klo dboneka nya di ganti sama card kok gak bisa kk ??
Kembali Ke Atas Go down
jhontitor
Novice
Novice
jhontitor


Level 5
Posts : 279
Thanked : 4
Engine : RMVX
Skill : Beginner
Type : Mapper

Trophies
Awards:
Soal Quest RMXP Empty
PostSubyek: Re: Soal Quest RMXP   Soal Quest RMXP Empty2011-07-03, 14:25

clo mw ganti item lagi control variablenya nya diganti dengan card kyk gini caranya:
[code]@>Control Variable: [0001: Card] = [Card] In inventory (Barang yang ingin kamu kumpul)
@>Conditional Branch: Variable: [0001: card] == 5 (Jumlah barang yang dipinta)
@>Text : Makasih nak dah bantuin kakek
@>Control Switches: [0001: Quest Boneka Complete] = ON
@>
: Else
@>Text : Nak bawain kakek 5 Boneka donk.
@>
: Branch End
@>
Kembali Ke Atas Go down
http://superiongames.com
TheoAllen
♫ RMID Rebel ♫
♫ RMID Rebel ♫
TheoAllen


Kosong
Posts : 4935
Thanked : 63

Trophies
Awards:




Soal Quest RMXP Empty
PostSubyek: Re: Soal Quest RMXP   Soal Quest RMXP Empty2011-07-03, 14:46

Quote :
Necropost
Dilarang membangkitkan thread yang sudah lama tidak aktif tanpa alasan yang jelas dan penting (Contoh: Hanya ingin mengucapkan terima kasih, bertanya tidak penting, dsb). Thread berumur lebih dari 3 bulan dan sudah tidak aktif akan kami anggap necropost (Kecuali thread yang di sticky).
mengerti? ;)
https://rmid.forumotion.net/h1-boardrules
Kembali Ke Atas Go down
http://theodoric-allen-altar.webs.com/
Phoenix_Reborn
Advance
Advance
Phoenix_Reborn


Level 4
Posts : 358
Thanked : 3
Engine : RMVX
Skill : Intermediate
Type : Spriter

Soal Quest RMXP Empty
PostSubyek: Re: Soal Quest RMXP   Soal Quest RMXP Empty2011-07-04, 14:55

jhontitor wrote:
clo mw ganti item lagi control variablenya nya diganti dengan card kyk gini caranya:
[code]@>Control Variable: [0001: Card] = [Card] In inventory (Barang yang ingin kamu kumpul)
@>Conditional Branch: Variable: [0001: card] == 5 (Jumlah barang yang dipinta)
@>Text : Makasih nak dah bantuin kakek
@>Control Switches: [0001: Quest Boneka Complete] = ON
@>
: Else
@>Text : Nak bawain kakek 5 Boneka donk.
@>
: Branch End
@>

kakak klo bikin Quest anterin surat kaykmana kk???
Kembali Ke Atas Go down
Sponsored content





Soal Quest RMXP Empty
PostSubyek: Re: Soal Quest RMXP   Soal Quest RMXP Empty

Kembali Ke Atas Go down
 
Soal Quest RMXP
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» soal enemies rmxp
» The Alayers On The Quest : Semarang
» Soal Enemis RMXP part 2
» minta kumpulan soal soal dan pembahasan
» [RMXP] Free E-Book RMXP untuk Newbie

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