This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#176 2012-06-11 12:16:16

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

Servine wrote:

SeptimusHeap wrote:


I gotta add one more thing before you add alerts.

EDIT: Could you test and see if there's a damage blocked line? If so, you can add alerts.

Kinda busy. Is max or fire free?

Already added alerts. No blocked line

Test damage to blocked like and add alerts?  Sure.

Edit: Oh wait, I'm confused.  Where is it?

Never mind. Could you work on combat?


http://i46.tinypic.com/dw7zft.png

Offline

 

#177 2012-06-11 12:37:15

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

maxskywalker wrote:

Servine wrote:


Kinda busy. Is max or fire free?

Already added alerts. No blocked line

Test damage to blocked like and add alerts?  Sure.

Edit: Oh wait, I'm confused.  Where is it?

Never mind. Could you work on combat?

I thought you were working on that.  But I guess sure.  Just... where do I start?  I still don't have a clear picture of what the system should be.  Like how it was in Icarea?

Offline

 

#178 2012-06-11 12:55:51

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

SeptimusHeap wrote:

maxskywalker wrote:


Test damage to blocked like and add alerts?  Sure.

Edit: Oh wait, I'm confused.  Where is it?

Never mind. Could you work on combat?

I thought you were working on that.  But I guess sure.  Just... where do I start?  I still don't have a clear picture of what the system should be.  Like how it was in Icarea?

In Icarea it was pretty sucky. Basically, choose an opponent, and then you basically don't do anything. A formula decides if you win, we want options, like BASH and SHOOT, but obviously more sophisticated!

Putting quite a big burden on you, so if you can't handle it, leave it, we'll all plan it then do it.


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#179 2012-06-11 13:05:34

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

maxskywalker wrote:

SeptimusHeap wrote:


Never mind. Could you work on combat?

I thought you were working on that.  But I guess sure.  Just... where do I start?  I still don't have a clear picture of what the system should be.  Like how it was in Icarea?

In Icarea it was pretty sucky. Basically, choose an opponent, and then you basically don't do anything. A formula decides if you win, we want options, like BASH and SHOOT, but obviously more sophisticated!

Putting quite a big burden on you, so if you can't handle it, leave it, we'll all plan it then do it.

You should be able to equip weapons, each weapon should have special attacks. Some would take up both hands. You could attack with both each turn, they would have a set damage value but some would have special attacks (ie you could melee attack with a gun if you wanted)


http://i46.tinypic.com/dw7zft.png

Offline

 

#180 2012-06-11 13:47:29

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

Servine wrote:

maxskywalker wrote:

I thought you were working on that.  But I guess sure.  Just... where do I start?  I still don't have a clear picture of what the system should be.  Like how it was in Icarea?

In Icarea it was pretty sucky. Basically, choose an opponent, and then you basically don't do anything. A formula decides if you win, we want options, like BASH and SHOOT, but obviously more sophisticated!

Putting quite a big burden on you, so if you can't handle it, leave it, we'll all plan it then do it.

You should be able to equip weapons, each weapon should have special attacks. Some would take up both hands. You could attack with both each turn, they would have a set damage value but some would have special attacks (ie you could melee attack with a gun if you wanted)

This is already going to be hard enough, so could the weapons part please not be my part?  I'm thinking that Javascript might work, but I'm going to leave the weapons to Servine.  Please just make sure that there is a $dmg, $def, and $eva to each equippable item that I can use, preferably in $_SESSION (not that it shouldn't be self-explanatory, but damage, defense, and evasion, respectively).

Last edited by maxskywalker (2012-06-11 13:48:08)

Offline

 

#181 2012-06-11 13:52:18

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

SeptimusHeap wrote:

Servine wrote:


In Icarea it was pretty sucky. Basically, choose an opponent, and then you basically don't do anything. A formula decides if you win, we want options, like BASH and SHOOT, but obviously more sophisticated!

Putting quite a big burden on you, so if you can't handle it, leave it, we'll all plan it then do it.

You should be able to equip weapons, each weapon should have special attacks. Some would take up both hands. You could attack with both each turn, they would have a set damage value but some would have special attacks (ie you could melee attack with a gun if you wanted)

This is already going to be hard enough, so could the weapons part please not be my part?  I'm thinking that Javascript might work, but I'm going to leave the weapons to Servine.  Please just make sure that there is a $dmg, $def, and $eva to each equippable item that I can use, preferably in $_SESSION (not that it shouldn't be self-explanatory, but damage, defense, and evasion, respectively).

Servine, could you handle this? I'm working on spriting some weapons.


http://i46.tinypic.com/dw7zft.png

Offline

 

#182 2012-06-11 14:44:56

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

SeptimusHeap wrote:

Servine wrote:


In Icarea it was pretty sucky. Basically, choose an opponent, and then you basically don't do anything. A formula decides if you win, we want options, like BASH and SHOOT, but obviously more sophisticated!

Putting quite a big burden on you, so if you can't handle it, leave it, we'll all plan it then do it.

You should be able to equip weapons, each weapon should have special attacks. Some would take up both hands. You could attack with both each turn, they would have a set damage value but some would have special attacks (ie you could melee attack with a gun if you wanted)

This is already going to be hard enough, so could the weapons part please not be my part?  I'm thinking that Javascript might work, but I'm going to leave the weapons to Servine.  Please just make sure that there is a $dmg, $def, and $eva to each equippable item that I can use, preferably in $_SESSION (not that it shouldn't be self-explanatory, but damage, defense, and evasion, respectively).

I can do better, I can just have it as $dmg, $def and $eva.

Also, I'm going to force through this today, so I'm going to have to do it my way!


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#183 2012-06-11 15:01:41

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

I can't do it all today as I can't find away around a problem. I'm going to try though. There is an easy way, but it requires using php code in the mysql description of the weapon.

You can start work now though, but it won't function until I've done this.


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#184 2012-06-11 16:52:13

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

I can't do it all today as I can't find away around a problem. I'm going to try though. There is an easy way, but it requires using php code in the mysql description of the weapon.

You can start work now though, but it won't function until I've done this.

So basically, I can now access the $dmg, $def, and $eva variables; it just won't work?  Oh, and by the way, which include will I have to make to get them?  In addition to that, how much HP should be gained each level (it's currently 5 per level), and which variable holds the user's level?

Last edited by maxskywalker (2012-06-11 19:35:02)

Offline

 

#185 2012-06-11 18:01:06

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Oh, could you also add a $acc (accuracy), and which variable is the player's current weapon in?

Last edited by maxskywalker (2012-06-11 18:02:41)

Offline

 

#186 2012-06-12 04:42:46

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

Oh, could you also add a $acc (accuracy), and which variable is the player's current weapon in?

Okay. The variables aren't even anywhere ready. We need to add equipping first.


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#187 2012-06-12 09:00:17

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

Oh, could you also add a $acc (accuracy), and which variable is the player's current weapon in?

Variables are ready!

Emailed you where everything is and how to get it!

Last edited by Servine (2012-06-12 09:12:06)


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#188 2012-06-12 09:31:43

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

maxskywalker wrote:

Oh, could you also add a $acc (accuracy), and which variable is the player's current weapon in?

Variables are ready!

Emailed you where everything is and how to get it!

Can you equip yet?


http://i46.tinypic.com/dw7zft.png

Offline

 

#189 2012-06-12 09:57:43

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

Servine wrote:

maxskywalker wrote:

Oh, could you also add a $acc (accuracy), and which variable is the player's current weapon in?

Variables are ready!

Emailed you where everything is and how to get it!

Can you equip yet?

Yep.


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#190 2012-06-12 09:57:48

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

Servine wrote:

maxskywalker wrote:

Oh, could you also add a $acc (accuracy), and which variable is the player's current weapon in?

Variables are ready!

Emailed you where everything is and how to get it!

Can you equip yet?

Yup! Go to Your City, the  Weapon Manager!


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#191 2012-06-12 10:14:32

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

SeptimusHeap wrote:

Servine wrote:


Variables are ready!

Emailed you where everything is and how to get it!

Can you equip yet?

Yup! Go to Your City, the  Weapon Manager!

Great!  And could someone come up with a quick, basic enemy just to test on?

Offline

 

#192 2012-06-12 10:55:37

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

We need a way to move inventory items. You can do click and drag with html5, I think. Could someone look into that? I've got 3 new weapons sprited, too, I'll add a shop when you guys need me to. The new weps are: Pistol (not rusty), Golden Gun, and Little Man mininuke launcher.

Also, why the heck is there a sword!?

Last edited by SeptimusHeap (2012-06-12 10:58:12)


http://i46.tinypic.com/dw7zft.png

Offline

 

#193 2012-06-12 10:59:52

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

We need a way to move inventory items. You can do click and drag with html5, I think. Could someone look into that? I've got 3 new weapons sprited, too, I'll add a shop when you guys need me to. The new weps are: Pistol (not rusty), Golden Gun, and Little Man mininuke launcher.

Also, why the heck is there a sword!?

For the 2nd rev.


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#194 2012-06-12 11:01:00

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

SeptimusHeap wrote:

We need a way to move inventory items. You can do click and drag with html5, I think. Could someone look into that? I've got 3 new weapons sprited, too, I'll add a shop when you guys need me to. The new weps are: Pistol (not rusty), Golden Gun, and Little Man mininuke launcher.

Also, why the heck is there a sword!?

For the 2nd rev.

Fine. Can I make a better sprite though?


http://i46.tinypic.com/dw7zft.png

Offline

 

#195 2012-06-12 11:02:27

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

Servine wrote:

SeptimusHeap wrote:

We need a way to move inventory items. You can do click and drag with html5, I think. Could someone look into that? I've got 3 new weapons sprited, too, I'll add a shop when you guys need me to. The new weps are: Pistol (not rusty), Golden Gun, and Little Man mininuke launcher.

Also, why the heck is there a sword!?

For the 2nd rev.

Fine. Can I make a better sprite though?

Sure.

I've done enough for now. does ANYONE want to do the drag and drop?


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#196 2012-06-12 11:11:27

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

SeptimusHeap wrote:

Servine wrote:


For the 2nd rev.

Fine. Can I make a better sprite though?

Sure.

I've done enough for now. does ANYONE want to do the drag and drop?

Can I make the shop?


http://i46.tinypic.com/dw7zft.png

Offline

 

#197 2012-06-12 11:15:04

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

Servine wrote:

SeptimusHeap wrote:


Fine. Can I make a better sprite though?

Sure.

I've done enough for now. does ANYONE want to do the drag and drop?

Can I make the shop?

Sure.


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#198 2012-06-12 12:11:34

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

could someone come up with a quick, basic enemy just to test on?

I mean just a name for a basic, sci-fi sounding enemy... anyone?

Last edited by maxskywalker (2012-06-12 12:12:16)

Offline

 

#199 2012-06-12 12:23:58

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

(no idea if this sounds sci-fi  tongue )
Korz- a weak enemy with little control. Often misses it's attacks.


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#200 2012-06-12 12:27:40

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

maxskywalker wrote:

could someone come up with a quick, basic enemy just to test on?

I mean just a name for a basic, sci-fi sounding enemy... anyone?

Dust Digger - These irradiated rats wander around the desolate wasteland, digging for food.

Shop complete! How does evasion work, is that how easily you can dodge? How do all the stats work, for that matter.

EDIT: Buying the golden gun results in purchasing the shiny pistol, could someone look at it?

EDIT 2: How would I get a list of items in a mysql database that have a variable being "1"?

Last edited by SeptimusHeap (2012-06-12 12:53:27)


http://i46.tinypic.com/dw7zft.png

Offline

 

Board footer