Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
cbs questions
« previous
next »
Print
Pages: [
1
]
2
Author
Topic: cbs questions (Read 5465 times)
karlc
Member
Associate
Posts: 188
?
cbs questions
«
on:
July 07, 2008, 10:43:06 PM »
im kinda in experienced with cbs
Well actually its just a question for now but i might have more and i dont want to make new topics.
Oh and maybe if some of you guys have similar questions maybe you could post it here because i might have
the same question but i just didnt think of it yet.
ok my first question is
when i have a cbs how do i show a number? like the damage. how can i show it on the enemy?
can someone please help me?
thanx
Logged
karlc
Member
Associate
Posts: 188
?
Re: cbs questions
«
Reply #1 on:
July 07, 2008, 10:52:19 PM »
oh yeah dats right
do i make like a picture of each digit? 1-9
Logged
lilsniffs3
Exemplar
Posts: 1,573
Re: cbs questions
«
Reply #2 on:
July 07, 2008, 11:04:16 PM »
0-9. yeah.
Logged
karlc
Member
Associate
Posts: 188
?
Re: cbs questions
«
Reply #3 on:
July 07, 2008, 11:06:27 PM »
cool thanks!
hey does anyone know how i can make a person slash with a sword in an abs
without having to make like so much different sprites for each weapon??
Logged
karlc
Member
Associate
Posts: 188
?
Re: cbs questions
«
Reply #4 on:
July 08, 2008, 03:22:37 AM »
o and also do i have to do like 999 branches if that is the maximum damage?
Logged
A Forgotten Legend
Your neighborhood box of colors
Royal
Posts: 4,428
Re: cbs questions
«
Reply #5 on:
July 11, 2008, 04:32:48 AM »
No, I think you can use Mod for that, but I'm not sure quite how.
Logged
Fisherson
Jedi Sentinel of the Charasian Cluster.
Royal
Posts: 4,200
Just call me Fish.
Re: cbs questions
«
Reply #6 on:
July 11, 2008, 05:37:12 PM »
I have a question how do you make a custom ATB system that my one problem.
By the way you can use a random number represent the amout of damage.
Logged
karlc
Member
Associate
Posts: 188
?
Re: cbs questions
«
Reply #7 on:
July 11, 2008, 06:16:21 PM »
yeah dats what im going to do.
but i meant
do i have to do 999 conditional branches for each picture to show up.
Logged
karlc
Member
Associate
Posts: 188
?
Re: cbs questions
«
Reply #8 on:
July 11, 2008, 06:35:15 PM »
o ok thanks. do you remember which board it was on?
Logged
karlc
Member
Associate
Posts: 188
?
Re: cbs questions
«
Reply #9 on:
July 11, 2008, 06:37:51 PM »
cool thanks ill try to find it
Logged
Ben
Some dude
Staff
Royal
Posts: 4,844
butts
Re: cbs questions
«
Reply #10 on:
July 11, 2008, 06:38:21 PM »
I think it would help if you made a couple of projects before embarking on something like this.
Follow an ABS tutorial so you can get a better idea
Try some other tutorials.
A CBS is not something you can just whip up if you dont know things like displaying numerics on screen or Creating Real time ABS elements. I think you may be in too deep here
Logged
karlc
Member
Associate
Posts: 188
?
Re: cbs questions
«
Reply #11 on:
July 11, 2008, 07:51:23 PM »
actually i posted a demo of one of my projects but its not up anymore.
if u kno can you just please tell me how to "display numerics on screen"
??
please please pleasepleaseplease
Logged
Ben
Some dude
Staff
Royal
Posts: 4,844
butts
Re: cbs questions
«
Reply #12 on:
July 11, 2008, 07:53:30 PM »
Its basic Events, X Y's, variables and conditional branches.
If you cant figure it out, then a full on CBS probably isnt for you man.
Try finding a HUD tutorial, it should help you get the concepts.
Logged
karlc
Member
Associate
Posts: 188
?
Re: cbs questions
«
Reply #13 on:
July 11, 2008, 08:11:28 PM »
no i kno how to do it its just dat if like for hp how do i have to make a conditional branch to show each number on the screen? like if the hp is 800 then i would have to make a conditional branch for each number from 0-800 right?
Logged
Ben
Some dude
Staff
Royal
Posts: 4,844
butts
Re: cbs questions
«
Reply #14 on:
July 11, 2008, 08:21:37 PM »
Youre displaying a variable with a picture file right?
So You need a Conditional Branch to handle ones, tens, hundreds, thousands.
And you need to use a show picture command for all of these digits.
Having 800 different branches just proves to me that you dont "kno how to do it"
Logged
Print
Pages: [
1
]
2
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
cbs questions