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.

 

 About the script...

Go down 
3 posters
PengirimMessage
mocha.frappe
Newbie
Newbie
mocha.frappe


Level 5
Posts : 52
Thanked : 0
Engine : RMVX

About the script... Empty
PostSubyek: About the script...   About the script... Empty2010-03-24, 01:12

Mengenai script yg aq dapat dari kk shikami...

Spoiler:


So far so good, UNTIL i found something's wrong =P (I guess...)

Script diatas kan untuk mengadakan skill yang telah dipelajari sehingga dapat dipakai di battle, tapi bagaimana dengan skill yang tanpa elemen? (Seperti healing & buffing spells)

Ketika saya buat tanpa elemen ternyata tidak bisa dipakai...
Please, help... XP
Kembali Ke Atas Go down
rusted_71
Scripter Karatan
rusted_71


Level 5
Posts : 392
Thanked : 11
Engine : RMVX
Skill : Beginner
Type : Scripter

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-24, 05:03

gw coba jawab ya...

Code:

module PARA_WSKL
 
  # WEAPON RESTRICTED ELEMENT
  # Skills with this tag are only available if no weapon is equipped.
  # (Ensure that these skills have extremely low PDEF-F scores... '0' is best.)
  NO_WEAPON_NAME = "NoWeapon"

  # SKILL RESTRICTING ELEMENT
  # Only skills with this element tag are available.
  # Any skill without this element is disabled.  Also, skills with this element
  # prevents disabling through the NO_WEAPON_NAME and VARIABLE_WEAPON elements.
  VARIABLE_SKILL = "Skill"
 
  # WEAPON PERMITTING ELEMENT
  # If a weapon and skill both share this element, the skill becomes available.
  # If a skill has two element attributes, a weapon with at least one of these
  # elements will make the skill available.
  VARIABLE_WEAPON = ["Slash", "Pierce", "Strike"]

  # VISIBILITY OPTION
  # (0: Normal / 1: Restricted skills hidden in combat / 2: Restricted skills hidden)
  VISIBLE_TYPE = 0
end

coba cek deh configurationnya...

kan ada 3 bagian tuh
WEAPON RESTRICTED ELEMENT
kamu bikin element "NoWeapon", trus setiap skill yang di tag nih element bisa di pake tanpa equip weapon yang dipake (klo di pake malah ilang tuh skill)

SKILL RESTRICTING ELEMENT
kamu bikin element "Skill", trus setiap skill yang di tag nih element bisa di pake di battle tanpa merhatiiin 2 bagian yang laen, tapi klo ga di tag ama element ini skill itu ga bisa di pake dan klo mo make mesti liat 2 bagian yang laen

WEAPON PERMITTING ELEMENT
nih bagian element2 yang mau di bikin ambil contoh aja kamu buat ["Sword","Spear"], tar setiap skill yang di tag ama element2 yang ada di bagian ini bakal dicocokin sama element weapon yang lagi di equip, klo sama ya bisa di pake , klo beda ya ga bisa...


Cth Skill:
Heal di tag element "Skill"
Spear Trust di tag element "Spear"
Knuckle Dust di tag element "NoWeapon"

tuh skill "Heal" bs di pake terus, klo Spear Trust bisa di pake klo pake weapon yang element "Spear" juga, klo Knuckle Dust cuba bisa di pake klo charnya ga pake weapon...

dah gw coba kok... cobain deh
Kembali Ke Atas Go down
mocha.frappe
Newbie
Newbie
mocha.frappe


Level 5
Posts : 52
Thanked : 0
Engine : RMVX

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-24, 09:19

OK... thx ^^

Tapi kalau misalkan mau buat skill misalnya:

Mass Fire: Fire damage to all enemies (Must equip staff)

Jadi configuration-nya gmn? Apakah harus centang elemen strike juga? (Staff kan element strike)

thx b4
Kembali Ke Atas Go down
rusted_71
Scripter Karatan
rusted_71


Level 5
Posts : 392
Thanked : 11
Engine : RMVX
Skill : Beginner
Type : Scripter

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-24, 13:21

ya centang strike aja... tapi tar firenya ga bisa dipake klo ga pake staff... (pan katanya mang "must equip staff"?)


OOT: klo kk ngerasa postingan saya ngebantu, saya rela kk klik tuh tanda tambah di kanan atas postingan saya... :- hehehe
Kembali Ke Atas Go down
mocha.frappe
Newbie
Newbie
mocha.frappe


Level 5
Posts : 52
Thanked : 0
Engine : RMVX

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-24, 18:16

Tapi ntar jadi dual element dunk? =P

OOT: Klik tanda tambah dimana ya? =)
Kembali Ke Atas Go down
rusted_71
Scripter Karatan
rusted_71


Level 5
Posts : 392
Thanked : 11
Engine : RMVX
Skill : Beginner
Type : Scripter

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-24, 18:48

ya satu aja... yang skill ga usah di centang... jadi tar firenya jadi skill based weapon...

tambahan OOT: di kanan atas setiap post(bukan window)... di bawah tombol quote, edit, !!!, !!!
Kembali Ke Atas Go down
mocha.frappe
Newbie
Newbie
mocha.frappe


Level 5
Posts : 52
Thanked : 0
Engine : RMVX

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-24, 19:21

Jadi maksudnya yang di centang di bagian weapon aj...?
Kembali Ke Atas Go down
rusted_71
Scripter Karatan
rusted_71


Level 5
Posts : 392
Thanked : 11
Engine : RMVX
Skill : Beginner
Type : Scripter

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-24, 19:36

zzzzz....

tuh skill fire di samain confignya kayak skill Spear Thrust di cnth gw yang tas... bukan di samain ama contoh yang Heal...

Fire => elementnya strike

trus semua staff juga elementnya strike...

jadi tar tuh fire cuma bisa di pake klo charnya make staff...

klo elementnya di set jadi "skill" ama "Strike"... yang dianggep cuma element "skill"nya doank...
kan "Also, skills with this element prevents disabling through the NO_WEAPON_NAME and VARIABLE_WEAPON elements."

klo Heal ama Buff atau skill2 laen yang mau di set bisa dipake tanpa liat weapon yang di pake cuma centang element "skill" pada skill heal, buff atau skill2 itu (weapon ga usah di centang)
Kembali Ke Atas Go down
mocha.frappe
Newbie
Newbie
mocha.frappe


Level 5
Posts : 52
Thanked : 0
Engine : RMVX

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-24, 20:52

O~K... Ud aq set jadi kyq contoh... Tapi monster yg kebal ama fire kuq jadi gaq kebal lagi ya? (Apa gara2 dual element ?)
Kembali Ke Atas Go down
rusted_71
Scripter Karatan
rusted_71


Level 5
Posts : 392
Thanked : 11
Engine : RMVX
Skill : Beginner
Type : Scripter

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-24, 23:27

klo menurut gw element yang laen, selain element yang diset di confignya itu ga bakal ngaruh ke penggunaan skill...

jadi klo kamu set

FIRE >> elementnya "Strike" ama "Fire"

jadi tuh skill cuma bisa di pake klo char itu make staff (Strike), trus serangannya tar berelement "Fire"...
trus soal kekebalan firenya, coba cek lagi... apa monsternya di set element firenya jadi "D" atau "E"?
Kembali Ke Atas Go down
mocha.frappe
Newbie
Newbie
mocha.frappe


Level 5
Posts : 52
Thanked : 0
Engine : RMVX

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-24, 23:39

Udh... Tapi damage-nya tetap normal... Disetting ke F juga tetap kena damage... (Harusnya kan jadi Drain)
Kembali Ke Atas Go down
rusted_71
Scripter Karatan
rusted_71


Level 5
Posts : 392
Thanked : 11
Engine : RMVX
Skill : Beginner
Type : Scripter

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-25, 09:35

wah klo itu mungkin masalah script laen...

soalnya gw liat di scriptnya itu ga ada tuh ngubah2 damage ke element...

coba deh liat script laen yang kamu pake...
Kembali Ke Atas Go down
mocha.frappe
Newbie
Newbie
mocha.frappe


Level 5
Posts : 52
Thanked : 0
Engine : RMVX

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-25, 13:44

Emm... Script yang mananya y? =P

Soalnya aq gaq ubah2 script yang lain c...
Kembali Ke Atas Go down
reijubv
Kai Runes
Kai Runes
reijubv


Kosong
Posts : 1476
Thanked : 33
Engine : RMVX

Trophies
Awards:

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-25, 13:57

skrip apa aja yang dipake di game kamu selain yg ini ?
mungkin kesalahannya di script itu deh :hmm:

bener kata ted kayaknya g ngaruhin element damage :hmm:
Kembali Ke Atas Go down
mocha.frappe
Newbie
Newbie
mocha.frappe


Level 5
Posts : 52
Thanked : 0
Engine : RMVX

About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty2010-03-25, 16:53

Hmm... Crafting, Shop Interface, Cursor, Battle Results, Custom Menu sama yang ini =)

Tapi kyqnya ga ada yang berhubungan sama element d... =(
Kembali Ke Atas Go down
Sponsored content





About the script... Empty
PostSubyek: Re: About the script...   About the script... Empty

Kembali Ke Atas Go down
 
About the script...
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Script-script buat RMID's Secret Thread
» Help! Script Error warning. (Movie Script)
» [ask] Script Journal & cara pasang script
» Minta Abs Battle Script donk...ama Sds script
» script-script yg sangat aq butuh

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: RMXP Scripts :: RGSS Support-
Navigasi: