RPG Developer Bakin

RPG Developer Bakin

Maikydany91 2024 年 2 月 9 日 下午 1:04
Can we add a numeric percentage % to activate Special Attack?
Like in the old RPG, when the enemy attacks you the Special Attack percentage fills a little from "0% to 2%, 7% etc. up to max100%",
When you reach the maximum % - "100%" you can use any Special Attack.
If so, would it be possible to send a sample? Thankyou
PS:I hope you understood what I meant...
最后由 Maikydany91 编辑于; 2024 年 2 月 9 日 下午 1:06
< >
正在显示第 1 - 15 条,共 15 条留言
sylardean 2024 年 2 月 10 日 上午 5:19 
Kinda like a limit break type meter and check.. its possible but ive not personally done this myself, but I have seen it done.
I think it was achieved by setting up a battle common event running sync to check if character is hit, if it is add +1 (or +whatever) to the variable, then do a check to see if say the variable has +100 (or whatever you set it as) if it does then activate the skill or place the skill in your skill list to be used. Once used reset the variable back to 0 via the use of a common event call on the skill setup. Showing a progress bar i have no idea on but you could show it as a % display on screen no problem.
sylardean 2024 年 2 月 10 日 上午 5:20 
引用自 sylardean
Kinda like a limit break type meter and check.. its possible but ive not personally done this myself, but I have seen it done.
I think it was achieved by setting up a battle common event running sync to check if character is hit, if it is add +1 (or +whatever) to the variable, then do a check to see if say the variable has +100 (or whatever you set it as) if it does then activate the skill or place the skill in your skill list to be used. Once used reset the variable back to 0 via the use of a common event call on the skill setup. Showing a progress bar i have no idea on but you could show it as a % display on screen no problem.

Remember though, you'd have to set up one for each character separately.
Maikydany91 2024 年 2 月 10 日 上午 5:51 
引用自 sylardean
Kinda like a limit break type meter and check.. its possible but ive not personally done this myself, but I have seen it done.
I think it was achieved by setting up a battle common event running sync to check if character is hit, if it is add +1 (or +whatever) to the variable, then do a check to see if say the variable has +100 (or whatever you set it as) if it does then activate the skill or place the skill in your skill list to be used. Once used reset the variable back to 0 via the use of a common event call on the skill setup. Showing a progress bar i have no idea on but you could show it as a % display on screen no problem.

ooh.. hmm, thanks for explaining this seriously, but I'm not very good with variables, a stupid person like me needs images to try to understand where these options are xD, I hope someone uses your method to try to help me with images or send a sample to put in my game...
Maikydany91 2024 年 2 月 10 日 上午 5:52 
引用自 sylardean
引用自 sylardean
Kinda like a limit break type meter and check.. its possible but ive not personally done this myself, but I have seen it done.
I think it was achieved by setting up a battle common event running sync to check if character is hit, if it is add +1 (or +whatever) to the variable, then do a check to see if say the variable has +100 (or whatever you set it as) if it does then activate the skill or place the skill in your skill list to be used. Once used reset the variable back to 0 via the use of a common event call on the skill setup. Showing a progress bar i have no idea on but you could show it as a % display on screen no problem.

Remember though, you'd have to set up one for each character separately.

Yes, that's what I wanted most
Maikydany91 2024 年 2 月 13 日 上午 8:13 
anyone to help?
Jagonz 2024 年 2 月 13 日 上午 10:51 
引用自 Maikydany91
anyone to help?

I think you can get some help on the official discord, some people are very helpful there (me too when I have time for it xd).

https://discord.gg/QRHx3CrGQU
Maikydany91 2024 年 2 月 14 日 上午 3:54 
引用自 Jagonz
引用自 Maikydany91
anyone to help?

I think you can get some help on the official discord, some people are very helpful there (me too when I have time for it xd).

https://discord.gg/QRHx3CrGQU

Hey thankyou for your help! :D
Maikydany91 2024 年 2 月 14 日 上午 11:45 
引用自 Jagonz
引用自 Maikydany91
anyone to help?

I think you can get some help on the official discord, some people are very helpful there (me too when I have time for it xd).

https://discord.gg/QRHx3CrGQU

haam no one wants to help me on discord xD
最后由 Maikydany91 编辑于; 2024 年 2 月 14 日 上午 11:46
Jagonz 2024 年 2 月 14 日 下午 5:10 
引用自 Maikydany91
引用自 Jagonz

I think you can get some help on the official discord, some people are very helpful there (me too when I have time for it xd).

https://discord.gg/QRHx3CrGQU

haam no one wants to help me on discord xD

You have to wait a little, there are few of them and we are in the middle of the week :3
If no one helps you, I could help you on the weekend.
Maikydany91 2024 年 2 月 15 日 上午 3:54 
引用自 Jagonz
引用自 Maikydany91

haam no one wants to help me on discord xD

You have to wait a little, there are few of them and we are in the middle of the week :3
If no one helps you, I could help you on the weekend.

Thankyou so much for your help! yes so far I don't have any answer, but if I can count on you I promise I'll be very grateful
sylardean 2024 年 2 月 15 日 上午 4:57 
引用自 Maikydany91
引用自 Jagonz

You have to wait a little, there are few of them and we are in the middle of the week :3
If no one helps you, I could help you on the weekend.

Thankyou so much for your help! yes so far I don't have any answer, but if I can count on you I promise I'll be very grateful

Dont take the non-help personally in the Discord group, it could just be that no one knows the answer OR dont know how to do what your asking so are investigating first before getting your hopes up. However, Jagonz will help you if no one steps up, he's definitely capable with his knowledge in using Bakin.
最后由 sylardean 编辑于; 2024 年 2 月 15 日 上午 4:58
Maikydany91 2024 年 2 月 16 日 上午 3:57 
引用自 sylardean
引用自 Maikydany91

Thankyou so much for your help! yes so far I don't have any answer, but if I can count on you I promise I'll be very grateful

Dont take the non-help personally in the Discord group, it could just be that no one knows the answer OR dont know how to do what your asking so are investigating first before getting your hopes up. However, Jagonz will help you if no one steps up, he's definitely capable with his knowledge in using Bakin.

You are right, sorry and thank you
Maikydany91 2024 年 2 月 20 日 上午 3:25 
引用自 Jagonz
引用自 Maikydany91

haam no one wants to help me on discord xD

You have to wait a little, there are few of them and we are in the middle of the week :3
If no one helps you, I could help you on the weekend.

Hello Jagonz, I haven't had any answers yet on the official discord, or here, could you help me? sorry if I'm being annoying to you
Jagonz 2024 年 2 月 20 日 上午 8:46 
引用自 Maikydany91
引用自 Jagonz

You have to wait a little, there are few of them and we are in the middle of the week :3
If no one helps you, I could help you on the weekend.

Hello Jagonz, I haven't had any answers yet on the official discord, or here, could you help me? sorry if I'm being annoying to you

Hello there, ah I see, then, what's your discord user? :3
Maikydany91 2024 年 2 月 20 日 上午 10:00 
引用自 Jagonz
引用自 Maikydany91

Hello Jagonz, I haven't had any answers yet on the official discord, or here, could you help me? sorry if I'm being annoying to you

Hello there, ah I see, then, what's your discord user? :3

my discord user is whitefeatherprojects If you don't find any, please send me yours so I can add you
< >
正在显示第 1 - 15 条,共 15 条留言
每页显示数: 1530 50