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.
|
|
| 2012-08-04, 21:39 | Warga Bisa Masuk Rumah |
---|
rafakim Newbie
Posts : 70 Thanked : 0 Engine : RMVX Ace Skill : Beginner Type : Databaser
| Seperti Judulnya Gimana Cara Biar Warga Kalo Jam 12 Masuk Rumah jam 13 keluar dari rumah mereka |
| | | 2012-08-04, 21:46 | Re: Warga Bisa Masuk Rumah |
---|
aidilriski Senior
Posts : 643 Thanked : 2 Engine : Multi-Engine User Type : Mapper
| pke eventing, dan harus main variable... Saya blum bisa ksih SS, mungkin bsok, soalnya rm saya ilang smua Tpi, caranya bisa kok, pas kita bikin event, di bagian kiri window ada kan conditions, nah, pilih variable higher than, variable nya cri variable variable jam itu, misal nomor 80, nah, pilih variable nomor 80, baru silahkan masukkan nominal jam yg mau agar dia bisa keluar/ilang. Abis itu buat ngilangin dia lagi, bikin new event page, variable jam ntu, higher than nya jam berapa dia mau ngilang. Trus tu event dikosongin, bakal ilang tuh orang - Spoiler:
Ilang?!? Diculik ya???
dah, silahkan mencoba |
| | | 2012-08-05, 03:19 | Re: Warga Bisa Masuk Rumah |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| Selain cara yang dikasih sama aidilriski Tentu saja kamu bisa menggunakan combo script Time dengan event biasa Like.. http://www.rpgmakervxace.net/topic/3225-basic-game-time-nightday/page__st__0 Masukkan script itu maka nanti waktu akan muncul di gamemu Tapi..lain lagi kalau udah ada time systemnya Well anyway, jika memakai waktu seperti itu yah caranya sama aja sih.. Anyway, jika kamu ingin menggunakan time system ini kamu harus menggunakan Conditional branch dan pilih bagian "Script" di conditional branchnya Kemudian? Yah masukkan ini : - Code:
-
GameTime::hour? >= xx and GameTime::hour? < xx
Dan jika kamu mau seperti itu maka gunakan : - Code:
-
GameTime::hour? >= 12 and GameTime::hour? < 13
Itu set di common event dan gunakan "Switch" Well semoga paham |
| | | 2012-08-05, 07:39 | Re: Warga Bisa Masuk Rumah |
---|
rafakim Newbie
Posts : 70 Thanked : 0 Engine : RMVX Ace Skill : Beginner Type : Databaser
| | | | 2012-08-05, 07:47 | Re: Warga Bisa Masuk Rumah |
---|
rafakim Newbie
Posts : 70 Thanked : 0 Engine : RMVX Ace Skill : Beginner Type : Databaser
| Game Saya Udah jadi 70% tinggal hari,bulan sama tahun aja cutscene udah bagus |
| | | 2012-08-05, 07:53 | Re: Warga Bisa Masuk Rumah |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| @^ Oh kalau gitu bisa pake' yang satunya tentunya http://www.rpgmakervxace.net/topic/3238-basic-real-time-system-time/ Oh dan satu lagi.. kalau bisa jangan double post ya Mohon dibaca lagi peraturannya Anyway, untuk cara penggunaannya sih ada di instruction |
| | | 2012-08-05, 07:56 | Re: Warga Bisa Masuk Rumah |
---|
rafakim Newbie
Posts : 70 Thanked : 0 Engine : RMVX Ace Skill : Beginner Type : Databaser
| Lupa kak maafmaaf cara makenya gmn kok gak ada hari,bulan sama waktunya!!!!!! |
| | | 2012-08-05, 08:07 | Re: Warga Bisa Masuk Rumah |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| @^ Well anda harus mengerti english lho Liat di "Instructions" di scriptnya Mohon baca2 dulu scriptnya EDIT : Ok saya minta maaf td Sekarang udh bisa buka2 Jadi wa jelasin - Code:
-
#Usage: Within Script and Conditional Branches: # Rtime::fulltime - returns date, year, and time in one string # Rtime::time(m, f) - returns time, m flag is for 24 hour time # f flag is to include seconds # Rtime::year - returns the current year # Rtime::month(n, a) - returns the current month # n flag true, shows month name over number # a flag toggles abbreviation i.e "Jan" # Rtime::day(n, a) - returns the day of the month # n flag true, shows day of the week # a flag toggles abbreviation i.e "Fri" # Rtime::dayweek - returns the day as an integer (Sunday = 0 ..) # Rtime::hour(m) - returns the current hour, m flag for 24 hour # Rtime::minute - returns the current minute # Rtime::second - returns the current second # # Within message boxes: # \RT[FT] - replaced by full time # \RT[Tm] - replaced by system time(24 hour) # \RT[T] - replaced by system time(am/pm) # \RT[Y] - replaced by current year # \RT[N] - replaced by current month, integer # \RT[n] - replaced by current month, name # \RT[D] - replaced by current day of the month # \RT[d] - replaced by current day of the week # \RT[H] - replaced by current hour(am/pm) # \RT[h] - replaced by current hour(24 hour) # \RT[m] - replaced by current minute # \RT[s] - replaced by current second # #Examples: "Why \N[1], it's currently the year \RT[Y]!" # RTime::dayweek == 5 /* Within conditional branch, returns true if it's Friday */ # Rtime::time(true, false)
Itukan ada disana So? Ya baca aja Jelas banget kok IMO
Terakhir diubah oleh marjoni01 tanggal 2012-08-05, 08:13, total 1 kali diubah |
| | | 2012-08-05, 08:13 | Re: Warga Bisa Masuk Rumah |
---|
rafakim Newbie
Posts : 70 Thanked : 0 Engine : RMVX Ace Skill : Beginner Type : Databaser
| | | | 2012-08-05, 08:16 | Re: Warga Bisa Masuk Rumah |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| Yah karena sebenernya dah kuedit.. tapi sepertinya entar gk dibaca so wa kasih penjelasan deh sekalian - Code:
-
#Usage: Within Script and Conditional Branches: # Rtime::fulltime - returns date, year, and time in one string # Rtime::time(m, f) - returns time, m flag is for 24 hour time # f flag is to include seconds # Rtime::year - returns the current year # Rtime::month(n, a) - returns the current month # n flag true, shows month name over number # a flag toggles abbreviation i.e "Jan" # Rtime::day(n, a) - returns the day of the month # n flag true, shows day of the week # a flag toggles abbreviation i.e "Fri" # Rtime::dayweek - returns the day as an integer (Sunday = 0 ..) # Rtime::hour(m) - returns the current hour, m flag for 24 hour # Rtime::minute - returns the current minute # Rtime::second - returns the current second # # Within message boxes: # \RT[FT] - replaced by full time # \RT[Tm] - replaced by system time(24 hour) # \RT[T] - replaced by system time(am/pm) # \RT[Y] - replaced by current year # \RT[N] - replaced by current month, integer # \RT[n] - replaced by current month, name # \RT[D] - replaced by current day of the month # \RT[d] - replaced by current day of the week # \RT[H] - replaced by current hour(am/pm) # \RT[h] - replaced by current hour(24 hour) # \RT[m] - replaced by current minute # \RT[s] - replaced by current second # #Examples: "Why \N[1], it's currently the year \RT[Y]!" # RTime::dayweek == 5 /* Within conditional branch, returns true if it's Friday */ # Rtime::time(true, false)
Seperti yang anda liat.. Disana ada banyak penjelasan Dan sebenernya jelas jika kamu mengerti english meskipun dikit Untuk pertama-tama silahkan kamu coba ke "Examples" Dan copy bagian - Code:
-
Why \N[1], it's currently the year \RT[Y]
Kemudian coba playtest.. Maka kamu akan liat bahwa dia memberimu tahun... Nah coba kamu baca lagi instructionnya.. Well untuk itu sebaiknya digunakan di kalender atau semacamnya |
| | | 2012-08-05, 08:57 | Re: Warga Bisa Masuk Rumah |
---|
rafakim Newbie
Posts : 70 Thanked : 0 Engine : RMVX Ace Skill : Beginner Type : Databaser
| | | | 2012-08-05, 09:05 | Re: Warga Bisa Masuk Rumah |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| @^ Maksud? Gak bisa malam gmn? Ini aku semakin bingung |
| | | 2012-08-05, 10:04 | Re: Warga Bisa Masuk Rumah |
---|
rafakim Newbie
Posts : 70 Thanked : 0 Engine : RMVX Ace Skill : Beginner Type : Databaser
| kan ada AM(siang) Ada PM(malem) gak ada PM(malem) nya |
| | | 2012-08-05, 10:15 | Re: Warga Bisa Masuk Rumah |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| @^ Well ya gk ada.. Kan jamnya versi traditional Jadinya ya gk ada Well kalau mau ada gituan ya harus diedit2 |
| | | 2012-08-05, 11:17 | Re: Warga Bisa Masuk Rumah |
---|
Mynamenicholas Novice
Posts : 149 Thanked : 0 Engine : RMVX Ace Skill : Intermediate Type : Writer
| Wah, vx ace. makasih TS dah buat thread beginain, Marjoni thx ya, ane coba dulu. Thx, ane juga butuh nih |
| | | 2012-08-05, 17:40 | Re: Warga Bisa Masuk Rumah |
---|
rafakim Newbie
Posts : 70 Thanked : 0 Engine : RMVX Ace Skill : Beginner Type : Databaser
| Cara ngeditnya |
| | | 2012-08-05, 17:45 | Re: Warga Bisa Masuk Rumah |
---|
aidilriski Senior
Posts : 643 Thanked : 2 Engine : Multi-Engine User Type : Mapper
| - rafakim wrote:
- Cara ngeditnya
Ya harus bisa rgss3, msa cuman ketik ketik siap |
| | | 2012-08-05, 18:02 | Re: Warga Bisa Masuk Rumah |
---|
Ameron ♚ Leader of Ameron™ ♚
Posts : 440 Thanked : 3 Engine : RMVX Skill : Intermediate Type : Developer
Awards:
| caranya? anda tidak akan mengerti walau udah dikasih tau caranya sebelum anda mengerti apa itu Code2 script, lihat di bagian keterangannya kalau mau ngedit-ngedit. Ingin memakai baca aturan pakai |
| | | 2012-08-06, 00:40 | Re: Warga Bisa Masuk Rumah |
---|
arls Advance
Posts : 412 Thanked : 3 Engine : RMVX Ace Skill : Very Beginner Type : Mapper
Awards:
| kalau untuk xp ada gk kk? |
| | | 2012-08-06, 05:59 | Re: Warga Bisa Masuk Rumah |
---|
aidilriski Senior
Posts : 643 Thanked : 2 Engine : Multi-Engine User Type : Mapper
| maksudnya script time systemnya? ada, silahkan di Klik - Kalo Gk Bisa:
http://www.rmxpunlimited.net/forums/topic/6996-complete-climate-time-system-ccts/
|
| | | 2012-08-06, 06:59 | Re: Warga Bisa Masuk Rumah |
---|
arls Advance
Posts : 412 Thanked : 3 Engine : RMVX Ace Skill : Very Beginner Type : Mapper
Awards:
| maaf,kalau pertanyaan saya krang lngkap.saya sudah punya ccts,prtnyaan nya,buat edit variable itu d ccts di xp ada d sekitar line berapa ya? Kok saya gk ktmu2(mode gk teliti mungkin). Tapi,Thnx. Sperti nya saya slah tempat. Mohon d maaf kan ya admin.
Terakhir diubah oleh arls tanggal 2012-08-06, 08:23, total 1 kali diubah |
| | | 2012-08-06, 07:40 | Re: Warga Bisa Masuk Rumah |
---|
Mynamenicholas Novice
Posts : 149 Thanked : 0 Engine : RMVX Ace Skill : Intermediate Type : Writer
| - aidilriski wrote:
- maksudnya script time systemnya? ada, silahkan di Klik
- Kalo Gk Bisa:
http://www.rmxpunlimited.net/forums/topic/6996-complete-climate-time-system-ccts/
Om, yang ditanyaiin vxa, bukan xp. btw, keknya susah dah buat gituan, pake vxace. |
| | | 2012-09-03, 22:32 | Re: Warga Bisa Masuk Rumah |
---|
dolqiu Newbie
Posts : 1 Thanked : 0 Engine : RMXP Skill : Very Beginner Type : Artist
| thanks atas infonya ya teman teman |
| | | | Re: Warga Bisa Masuk Rumah |
---|
Sponsored content
| | | | Similar topics | |
|
Similar topics | |
| |
Halaman 1 dari 1 | |
| Permissions in this forum: | Anda tidak dapat menjawab topik
| |
| |
Latest 10 Topics | [Web Novel] Gloria Infidelis 2016-11-17, 21:27 by LightNightKnight
[Announcement] Forum baru untuk RMID 2016-08-25, 16:39 by TheoAllen
Where I'm Wrong ? 2016-07-24, 16:10 by ReydVires
flakeheartnet's Resources part III 2016-07-08, 14:30 by flakeheartnet
Keira's Art Warehouse 2016-06-28, 19:27 by KeiraBlaze
Theo Core Time System + Bingung 2016-06-27, 16:24 by Lockin
Error Script, Maybe ? 2016-06-27, 16:20 by Lockin
Nusaimoe @ RMID Lounge 2016-06-21, 05:02 by Jihad Bagas
Call Random Battle 2016-06-15, 17:04 by Lockin
Flakeheartnet Resources Part II [come back gift] 2016-06-07, 15:51 by flakeheartnet
|
Statistics
|
Members: [ 4947 ]
Topics: [ 8258 ]
Posts: [ 112606 ]
Newest member: [ https://rmid.forumotion.net/u4968 ]
|
|
|
|
|
|