|
| [SOLVED] buat key item dan makenya | |
| | Pengirim | Message |
---|
ridho90 Newbie
Posts : 9 Thanked : 0 Engine : RMVX Skill : Intermediate Type : Developer
| Subyek: [SOLVED] buat key item dan makenya 2010-07-18, 15:04 | |
| 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... | |
| | | LightNightKnight Topeng Buaya
Posts : 799 Thanked : 6 Engine : RMVX Skill : Intermediate Type : Developer
| Subyek: Re: [SOLVED] buat key item dan makenya 2010-07-18, 15:12 | |
| script yg dipake script ap dlu? KGC ato yg laen?
Terakhir diubah oleh NightRider tanggal 2010-07-18, 15:17, total 1 kali diubah | |
| | | Savoxit Si Rambut Perak
Posts : 468 Thanked : 10 Engine : RMVX Skill : Intermediate Type : Artist
Trophies
Awards: | Subyek: Re: [SOLVED] buat key item dan makenya 2010-07-18, 15:14 | |
| Bisa jelasin lebih rinci lagi yang kamu maksud key item tuh yang kayak apa.... apa sejenis item key bwat buka pintu gitu???.... ? | |
| | | ridho90 Newbie
Posts : 9 Thanked : 0 Engine : RMVX Skill : Intermediate Type : Developer
| Subyek: Re: [SOLVED] buat key item dan makenya 2010-07-18, 15:19 | |
| 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) | |
| | | LightNightKnight Topeng Buaya
Posts : 799 Thanked : 6 Engine : RMVX Skill : Intermediate Type : Developer
| Subyek: Re: [SOLVED] buat key item dan makenya 2010-07-18, 15:28 | |
| begh doublepost <category Valuables> tulis itu aj di notes d tmpt item | |
| | | ridho90 Newbie
Posts : 9 Thanked : 0 Engine : RMVX Skill : Intermediate Type : Developer
| Subyek: Re: [SOLVED] buat key item dan makenya 2010-07-18, 15:49 | |
| udah di coba... gak ngerti wa.... di puter2 juga gak bisa... | |
| | | LightNightKnight Topeng Buaya
Posts : 799 Thanked : 6 Engine : RMVX Skill : Intermediate Type : Developer
| Subyek: Re: [SOLVED] buat key item dan makenya 2010-07-18, 16:06 | |
| 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 | |
| | | eve Loli Mecha Mesum Musume
Posts : 1620 Thanked : 30 Engine : Other Skill : Beginner Type : Writer
Trophies
Awards:
| Subyek: Re: [SOLVED] buat key item dan makenya 2010-07-18, 16:09 | |
| 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 ] | |
| | | LightNightKnight Topeng Buaya
Posts : 799 Thanked : 6 Engine : RMVX Skill : Intermediate Type : Developer
| Subyek: Re: [SOLVED] buat key item dan makenya 2010-07-18, 16:15 | |
| 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 | |
| | | ridho90 Newbie
Posts : 9 Thanked : 0 Engine : RMVX Skill : Intermediate Type : Developer
| Subyek: Re: [SOLVED] buat key item dan makenya 2010-07-18, 17:48 | |
| sip .... pencerahannya sangat membantu.... udah bisa setelah di tambahin kek gitu skripnya...... makasih ... | |
| | | Sponsored content
| Subyek: Re: [SOLVED] buat key item dan makenya | |
| |
| | | | [SOLVED] buat key item dan makenya | |
|
Similar topics | |
|
| Permissions in this forum: | Anda tidak dapat menjawab topik
| |
| |
| Latest topics | » [Web Novel] Gloria Infidelis by LightNightKnight 2016-11-17, 21:27
» [Announcement] Forum baru untuk RMID by TheoAllen 2016-08-25, 16:39
» Where I'm Wrong ? by ReydVires 2016-07-24, 16:10
» flakeheartnet's Resources part III by flakeheartnet 2016-07-08, 14:30
» Keira's Art Warehouse by KeiraBlaze 2016-06-28, 19:27
» Theo Core Time System + Bingung by Lockin 2016-06-27, 16:24
» Error Script, Maybe ? by Lockin 2016-06-27, 16:20
» Nusaimoe @ RMID Lounge by Jihad Bagas 2016-06-21, 05:02
» Call Random Battle by Lockin 2016-06-15, 17:04
» Flakeheartnet Resources Part II [come back gift] by flakeheartnet 2016-06-07, 15:51
|
Statistics
|
Members: [ 4947 ]
Topics: [ 8258 ]
Posts: [ 112606 ]
Newest member: [ https://rmid.forumotion.net/u4968 ]
|
|
|
|