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.
|
|
| [SOLVED] buat key item dan makenya | |
| 2010-07-18, 15:04 | [SOLVED] buat key item dan makenya |
---|
ridho90 Newbie
Posts : 9 Thanked : 0 Engine : RMVX Skill : Intermediate Type : Developer
| para master VX... mau tanya gimana buat key item.. soalnya di script yg saya pakek ada folder sendiri buat key item... kalo gak kepakek kan sayang jugak jadinya... bantuin... please... |
| | | 2010-07-18, 15:12 | Re: [SOLVED] buat key item dan makenya |
---|
LightNightKnight Topeng Buaya
Posts : 799 Thanked : 6 Engine : RMVX Skill : Intermediate Type : Developer
| script yg dipake script ap dlu? KGC ato yg laen?
Terakhir diubah oleh NightRider tanggal 2010-07-18, 15:17, total 1 kali diubah |
| | | 2010-07-18, 15:14 | Re: [SOLVED] buat key item dan makenya |
---|
Savoxit Si Rambut Perak
Posts : 468 Thanked : 10 Engine : RMVX Skill : Intermediate Type : Artist
Awards:
| Bisa jelasin lebih rinci lagi yang kamu maksud key item tuh yang kayak apa.... apa sejenis item key bwat buka pintu gitu???.... ? |
| | | 2010-07-18, 15:19 | Re: [SOLVED] buat key item dan makenya |
---|
ridho90 Newbie
Posts : 9 Thanked : 0 Engine : RMVX Skill : Intermediate Type : Developer
| pake yg punya yanfly yg ada di compilasi : battle engine melody... key item buat event.. kek surat buat bisa lewat ke suatu tempat atau gimana gitu... jadi kan nanti bisa lewat. maksudnya gini.. normalnya kan misal potion masuk ke menu item... tapi yg di script ada buat key item.. cara biar item tuh gak masuk ke folder item biasa.. tapi masuk ke key item.. masih belum ngerti ane yg kek gitu.... mohon pencerahannya
Terakhir diubah oleh dnasman tanggal 2010-07-18, 15:33, total 1 kali diubah (Reason for editing : merge postingan) |
| | | 2010-07-18, 15:28 | Re: [SOLVED] buat key item dan makenya |
---|
LightNightKnight Topeng Buaya
Posts : 799 Thanked : 6 Engine : RMVX Skill : Intermediate Type : Developer
| begh doublepost <category Valuables> tulis itu aj di notes d tmpt item |
| | | 2010-07-18, 15:49 | Re: [SOLVED] buat key item dan makenya |
---|
ridho90 Newbie
Posts : 9 Thanked : 0 Engine : RMVX Skill : Intermediate Type : Developer
| udah di coba... gak ngerti wa.... di puter2 juga gak bisa... |
| | | 2010-07-18, 16:06 | Re: [SOLVED] buat key item dan makenya |
---|
LightNightKnight Topeng Buaya
Posts : 799 Thanked : 6 Engine : RMVX Skill : Intermediate Type : Developer
| Hueh penjelasan sngt panjangnya neh di bagian Script cari script ini abis tu cari bagian code kek gini - Code:
-
#==============================================================================# # ★ Customization ★ # #==============================================================================#
module KGC module CategorizeItem # ◆ Automatically Catagorize Items ◆ ENABLE_AUTO_CATEGORIZE = true # ◆ Duplicate Category Entries. ◆ # Set to false, items can have multiple categories. # Set to true, items will be classified under the last tag (In the item # database "Notes") NOT_ALLOW_DUPLICATE = true
# ◆ Category Identifier ◆ # Arrange names in order to identify a category with the category identifier. # These are the default item catagories translated for future reference. # "Goods", "Combat", "Weapons", "Shields", "Helmets", "Armor", # "Accessories", "Valuables", "Special Items", "All Items" [b]CATEGORY_IDENTIFIER = [ "Goods", # Consumable items (potion) "Combat", # Battle-only items (fire bomb) "Weapons", # Weapons "Shields", # Shields "Helmets", # Head Gear / Helmets "Armor", # Body Gear / Armor "Accessories", # Accessories / Rings, Necklaces, etc "Valuables", # Treasures and the like "Special Items", # AKA Plot Devices. Special keys, etc. "All Items", # All Items[/b] ] di bagian ntu ngejelasin tipe2 ap aj yg ad di custom menu, klo mo diganti, ganti bagian yg ditebelin trus d ditu masukin seperti itu, klo mo ganti tipe ganti aj blakangnya klo nanya lagi |
| | | 2010-07-18, 16:09 | Re: [SOLVED] buat key item dan makenya |
---|
eve Loli Mecha Mesum Musume
Posts : 1620 Thanked : 30 Engine : Other Skill : Beginner Type : Writer
Awards:
| di codenya ada BBCode tuh.,.,., - Code:
-
CATEGORY_IDENTIFIER = [ "Goods", # Consumable items (potion) "Combat", # Battle-only items (fire bomb) "Weapons", # Weapons "Shields", # Shields "Helmets", # Head Gear / Helmets "Armor", # Body Gear / Armor "Accessories", # Accessories / Rings, Necklaces, etc "Valuables", # Treasures and the like "Special Items", # AKA Plot Devices. Special keys, etc. "All Items", # All Items ] |
| | | 2010-07-18, 16:15 | Re: [SOLVED] buat key item dan makenya |
---|
LightNightKnight Topeng Buaya
Posts : 799 Thanked : 6 Engine : RMVX Skill : Intermediate Type : Developer
| Bagh wa kira bisa Bold di Code yaudeh code lgi - Code:
-
#==============================================================================# # ★ Customization ★ # #==============================================================================#
module KGC module CategorizeItem # ◆ Automatically Catagorize Items ◆ ENABLE_AUTO_CATEGORIZE = true # ◆ Duplicate Category Entries. ◆ # Set to false, items can have multiple categories. # Set to true, items will be classified under the last tag (In the item # database "Notes") NOT_ALLOW_DUPLICATE = true
# ◆ Category Identifier ◆ # Arrange names in order to identify a category with the category identifier. # These are the default item catagories translated for future reference. # "Goods", "Combat", "Weapons", "Shields", "Helmets", "Armor", # "Accessories", "Valuables", "Special Items", "All Items" CATEGORY_IDENTIFIER = [ "Goods", # Consumable items (potion) "Combat", # Battle-only items (fire bomb) "Weapons", # Weapons "Shields", # Shields "Helmets", # Head Gear / Helmets "Armor", # Body Gear / Armor "Accessories", # Accessories / Rings, Necklaces, etc "Valuables", # Treasures and the like "Special Items", # AKA Plot Devices. Special keys, etc. "All Items", # All Items ] eh tpi kan wa gk nyuruh buat ngopi ni script |
| | | 2010-07-18, 17:48 | Re: [SOLVED] buat key item dan makenya |
---|
ridho90 Newbie
Posts : 9 Thanked : 0 Engine : RMVX Skill : Intermediate Type : Developer
| sip .... pencerahannya sangat membantu.... udah bisa setelah di tambahin kek gitu skripnya...... makasih ... |
| | | | Re: [SOLVED] buat key item dan makenya |
---|
Sponsored content
| | | | | [SOLVED] buat key item dan makenya | |
|
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 ]
|
|
|
|
|
|