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

#201 2012-06-12 13:41:33

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

Re: BlueTetra RPG - A follow on to Icarea!

MySQL server is down D:


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

Offline

 

#202 2012-06-12 14:03:59

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

Re: BlueTetra RPG - A follow on to Icarea!

Battling is 'online' in the sense that it doesn't raise any errors, but 'offline' in the sense that it just displays the logo, member's bar, and toolbar.

SeptimusHeap wrote:

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"?

Evasion increases the chance of dodging.  Apparently I forgot to implement it into the calculations though  tongue  I'll fix that now.

Offline

 

#203 2012-06-12 14:46:51

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

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

MySQL server is down D:

No its not...


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

Offline

 

#204 2012-06-12 14:59:56

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

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

SeptimusHeap wrote:

MySQL server is down D:

No its not...

It was. Updated some forum-y stuff, Servine. Take a look!


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

Offline

 

#205 2012-06-12 15:06:39

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

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

Servine wrote:

SeptimusHeap wrote:

MySQL server is down D:

No its not...

It was. Updated some forum-y stuff, Servine. Take a look!

It looks much cooler!


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

Offline

 

#206 2012-06-12 15:31:35

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

Re: BlueTetra RPG - A follow on to Icarea!

A question: Is evasion/accuracy a %, or what? So is 100 mean 100% accurate/evasion chance?

Also, we should move all dev descussion to a private thread in the forums.


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

Offline

 

#207 2012-06-12 15:36:44

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

Re: BlueTetra RPG - A follow on to Icarea!

Could someone take a look at battle.html and tell me what the problem might be?  Is the logo just over the stuff I'm trying to write?

Offline

 

#208 2012-06-12 16:02:03

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

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

A question: Is evasion/accuracy a %, or what? So is 100 mean 100% accurate/evasion chance?

Also, we should move all dev descussion to a private thread in the forums.

Ok. And yes, 100 is 100%


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

Offline

 

#209 2012-06-12 16:04:38

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

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

Could someone take a look at battle.html and tell me what the problem might be?  Is the logo just over the stuff I'm trying to write?

I REALLY don't get the code for it.


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

Offline

 

#210 2012-06-12 16:25:20

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

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

maxskywalker wrote:

Could someone take a look at battle.html and tell me what the problem might be?  Is the logo just over the stuff I'm trying to write?

I REALLY don't get the code for it.

Having trouble with the weapon buy code. I made it so the page loads from the Sql server, which ran fine, but now an error happens when I go to buy something. Look at the weapon_purchase code and the error you get when you try to buy something. The SQL query fails even though it shouldn't. If you find anything, tell me, because I don't want you to accidentally overwrite something fixing it yourself.


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

Offline

 

#211 2012-06-12 18:19:14

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

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

Servine wrote:

maxskywalker wrote:

Could someone take a look at battle.html and tell me what the problem might be?  Is the logo just over the stuff I'm trying to write?

I REALLY don't get the code for it.

Having trouble with the weapon buy code. I made it so the page loads from the Sql server, which ran fine, but now an error happens when I go to buy something. Look at the weapon_purchase code and the error you get when you try to buy something. The SQL query fails even though it shouldn't. If you find anything, tell me, because I don't want you to accidentally overwrite something fixing it yourself.

Anyone?


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

Offline

 

#212 2012-06-12 18:31:59

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

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

SeptimusHeap wrote:

Servine wrote:

I REALLY don't get the code for it.

Having trouble with the weapon buy code. I made it so the page loads from the Sql server, which ran fine, but now an error happens when I go to buy something. Look at the weapon_purchase code and the error you get when you try to buy something. The SQL query fails even though it shouldn't. If you find anything, tell me, because I don't want you to accidentally overwrite something fixing it yourself.

Anyone?

Don't look at me; I'm busy with combat, and I guess that Sep's working on buying weapons.

Last edited by maxskywalker (2012-06-12 18:32:50)

Offline

 

#213 2012-06-12 18:47:05

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

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

SeptimusHeap wrote:

SeptimusHeap wrote:


Having trouble with the weapon buy code. I made it so the page loads from the Sql server, which ran fine, but now an error happens when I go to buy something. Look at the weapon_purchase code and the error you get when you try to buy something. The SQL query fails even though it shouldn't. If you find anything, tell me, because I don't want you to accidentally overwrite something fixing it yourself.

Anyone?

Don't look at me; I'm busy with combat, and I guess that Sep's working on buying weapons.

I AM Sep

tongue   tongue   tongue   tongue   tongue   tongue   tongue   tongue   tongue


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

Offline

 

#214 2012-06-12 21:02:41

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

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

maxskywalker wrote:

SeptimusHeap wrote:


Anyone?

Don't look at me; I'm busy with combat, and I guess that Sep's working on buying weapons.

I AM Sep

tongue   tongue   tongue   tongue   tongue   tongue   tongue   tongue   tongue

Oh LOL misread; I thought I was talking to Servine.  Your names both start with Se!

Offline

 

#215 2012-06-13 03:48:59

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

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

SeptimusHeap wrote:

maxskywalker wrote:


Don't look at me; I'm busy with combat, and I guess that Sep's working on buying weapons.

I AM Sep

tongue   tongue   tongue   tongue   tongue   tongue   tongue   tongue   tongue

Oh LOL misread; I thought I was talking to Servine.  Your names both start with Se!

Lol.

Septimus, I'll look at yours now because it's easier.

Max, your's is next.


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

Offline

 

#216 2012-06-13 03:56:48

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

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

Servine wrote:

maxskywalker wrote:

Could someone take a look at battle.html and tell me what the problem might be?  Is the logo just over the stuff I'm trying to write?

I REALLY don't get the code for it.

Having trouble with the weapon buy code. I made it so the page loads from the Sql server, which ran fine, but now an error happens when I go to buy something. Look at the weapon_purchase code and the error you get when you try to buy something. The SQL query fails even though it shouldn't. If you find anything, tell me, because I don't want you to accidentally overwrite something fixing it yourself.

I know you told me NOT to edit, but I did. Don't worry, I got the latest version and you're offline. You're code basically said (in scratch blocks)

when gf clicked
if <weapon exists>
Say [That weapon does NOT exist!]
else
Say [You bought dat weapon!]
It's the other way round! If the weapon DOES exist, then you can buy it. If not, then you can't!


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

Offline

 

#217 2012-06-13 08:01:11

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

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

SeptimusHeap wrote:

Servine wrote:


I REALLY don't get the code for it.

Having trouble with the weapon buy code. I made it so the page loads from the Sql server, which ran fine, but now an error happens when I go to buy something. Look at the weapon_purchase code and the error you get when you try to buy something. The SQL query fails even though it shouldn't. If you find anything, tell me, because I don't want you to accidentally overwrite something fixing it yourself.

I know you told me NOT to edit, but I did. Don't worry, I got the latest version and you're offline. You're code basically said (in scratch blocks)

when gf clicked
if <weapon exists>
Say [That weapon does NOT exist!]
else
Say [You bought dat weapon!]
It's the other way round! If the weapon DOES exist, then you can buy it. If not, then you can't!

I am a total moron sometimes...

Once I was coding some semi-complicated js for my friend, and had an error. I searched for it for 30 minutes. It was a missing =


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

Offline

 

#218 2012-06-13 08:03:27

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

Re: BlueTetra RPG - A follow on to Icarea!

SeptimusHeap wrote:

Servine wrote:

SeptimusHeap wrote:


Having trouble with the weapon buy code. I made it so the page loads from the Sql server, which ran fine, but now an error happens when I go to buy something. Look at the weapon_purchase code and the error you get when you try to buy something. The SQL query fails even though it shouldn't. If you find anything, tell me, because I don't want you to accidentally overwrite something fixing it yourself.

I know you told me NOT to edit, but I did. Don't worry, I got the latest version and you're offline. You're code basically said (in scratch blocks)

when gf clicked
if <weapon exists>
Say [That weapon does NOT exist!]
else
Say [You bought dat weapon!]
It's the other way round! If the weapon DOES exist, then you can buy it. If not, then you can't!

I am a total moron sometimes...

Once I was coding some semi-complicated js for my friend, and had an error. I searched for it for 30 minutes. It was a missing =

lol.

@max Your JS code is SOOO complex.


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

Offline

 

#219 2012-06-13 09:07:00

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

Re: BlueTetra RPG - A follow on to Icarea!

I'm going to start to drop hints about the storyline through the actual game. You may find them in items, the forums, games, weapons, pages, images. Be ALERT!


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

Offline

 

#220 2012-06-13 09:23:33

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

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

SeptimusHeap wrote:

Servine wrote:


I know you told me NOT to edit, but I did. Don't worry, I got the latest version and you're offline. You're code basically said (in scratch blocks)

when gf clicked
if <weapon exists>
Say [That weapon does NOT exist!]
else
Say [You bought dat weapon!]
It's the other way round! If the weapon DOES exist, then you can buy it. If not, then you can't!

I am a total moron sometimes...

Once I was coding some semi-complicated js for my friend, and had an error. I searched for it for 30 minutes. It was a missing =

lol.

@max Your JS code is SOOO complex.

...it is?  I thought it was pretty simple.  Maybe it's just my background in software development.  I'll add some comments to see if I can walk you through what's going on.

Offline

 

#221 2012-06-13 09:44:47

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

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

Servine wrote:

SeptimusHeap wrote:


I am a total moron sometimes...

Once I was coding some semi-complicated js for my friend, and had an error. I searched for it for 30 minutes. It was a missing =

lol.

@max Your JS code is SOOO complex.

...it is?  I thought it was pretty simple.  Maybe it's just my background in software development.  I'll add some comments to see if I can walk you through what's going on.

Now with comments on almost every line.  Less complex, or at least more understandable?

Offline

 

#222 2012-06-13 10:10:52

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

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

maxskywalker wrote:

Servine wrote:


lol.

@max Your JS code is SOOO complex.

...it is?  I thought it was pretty simple.  Maybe it's just my background in software development.  I'll add some comments to see if I can walk you through what's going on.

Now with comments on almost every line.  Less complex, or at least more understandable?

I'll check it later.

I sent you, fire and septimus an email.

DO NOT DISCLOSE ANY INFO IN IT TO ANYONE!


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

Offline

 

#223 2012-06-13 10:32:47

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

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

maxskywalker wrote:

maxskywalker wrote:

...it is?  I thought it was pretty simple.  Maybe it's just my background in software development.  I'll add some comments to see if I can walk you through what's going on.

Now with comments on almost every line.  Less complex, or at least more understandable?

I'll check it later.

I sent you, fire and septimus an email.

DO NOT DISCLOSE ANY INFO IN IT TO ANYONE!

No info disclosed.  Wait, but what about the first 3 things to help with?

Last edited by maxskywalker (2012-06-13 10:33:08)

Offline

 

#224 2012-06-13 10:42:24

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

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

Servine wrote:

maxskywalker wrote:


Now with comments on almost every line.  Less complex, or at least more understandable?

I'll check it later.

I sent you, fire and septimus an email.

DO NOT DISCLOSE ANY INFO IN IT TO ANYONE!

No info disclosed.  Wait, but what about the first 3 things to help with?

first thing yes, rest no.


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

Offline

 

#225 2012-06-13 11:06:50

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

Re: BlueTetra RPG - A follow on to Icarea!

The story is pretty sweet, I think everyone's gonna like it.  smile


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

Offline

 

Board footer