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

#101 2011-06-25 06:17:15

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

meew0 wrote:

It all worked fine for me...  hmm
And, experience isn't possible...

Hmm... Then we'll just let people do as much training, with no max level. and you should only lose and get 50PD.

Offline

 

#102 2011-06-25 06:21:41

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

This is great!

I can level up WITHOUT using forums! I might soon challenge teh champion!

Offline

 

#103 2011-06-25 06:27:25

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

can u triple the prices for teh shop?

Offline

 

#104 2011-06-25 06:29:52

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

one last thing,

random pkmn in the wild.

Even if they are evolved, who cares?

We really need it and it saves us having to update daily.

Offline

 

#105 2011-06-25 14:38:19

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

bump

Offline

 

#106 2011-06-26 02:55:23

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: MagmaRPG

@Torn: What did you do with the homepage? There is some weird PHP code at the bottom...


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#107 2011-06-26 03:11:43

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

meew0 wrote:

@Torn: What did you do with the homepage? There is some weird PHP code at the bottom...

Sorry, forgot to get rid of that. Copied and Pasted it for a test.

My graphics on the internet keep playing up, do you know how to fix it?

Offline

 

#108 2011-06-26 03:28:07

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: MagmaRPG

TornFusion wrote:

meew0 wrote:

@Torn: What did you do with the homepage? There is some weird PHP code at the bottom...

Sorry, forgot to get rid of that. Copied and Pasted it for a test.

My graphics on the internet keep playing up, do you know how to fix it?

Sorry, no  sad


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#109 2011-06-26 10:07:36

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

sad

Offline

 

#110 2011-06-27 15:10:35

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

ding, dong,

Offline

 

#111 2011-06-28 01:05:38

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: MagmaRPG

TornFusion wrote:

ding, dong,

Hi.
I am very busy currently, so don't expect it in the next few days...

Last edited by meew0 (2011-06-28 01:05:52)


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#112 2011-06-28 15:27:27

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

ok

Offline

 

#113 2011-06-29 10:49:04

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

<!--
function process_form(the_form)
{
    var element_names = new Object()
    element_names["req_message"] = "Message"

    if (document.all || document.getElementById)
    {
        for (i = 0; i < the_form.length; ++i)
        {
            var elem = the_form.elements[i]
            if (elem.name && elem.name.substring(0, 4) == "req_")
            {
                if (elem.type && (elem.type=="text" || elem.type=="textarea" || elem.type=="password" || elem.type=="file") && elem.value=='')
                {
                    alert("\"" + element_names[elem.name] + "\" is a required field in this form.")
                    elem.focus()
                    return false
                }
            }
        }
    }

    return true
}
// -->

bump

Offline

 

#114 2011-06-29 15:11:07

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: MagmaRPG

TornFusion wrote:

<!--
function process_form(the_form)
{
    var element_names = new Object()
    element_names["req_message"] = "Message"

    if (document.all || document.getElementById)
    {
        for (i = 0; i < the_form.length; ++i)
        {
            var elem = the_form.elements[i]
            if (elem.name && elem.name.substring(0, 4) == "req_")
            {
                if (elem.type && (elem.type=="text" || elem.type=="textarea" || elem.type=="password" || elem.type=="file") && elem.value=='')
                {
                    alert("\"" + element_names[elem.name] + "\" is a required field in this form.")
                    elem.focus()
                    return false
                }
            }
        }
    }

    return true
}
// -->

bump

What do you mean?


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#115 2011-06-29 15:42:57

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

meew0 wrote:

TornFusion wrote:

<!--
function process_form(the_form)
{
    var element_names = new Object()
    element_names["req_message"] = "Message"

    if (document.all || document.getElementById)
    {
        for (i = 0; i < the_form.length; ++i)
        {
            var elem = the_form.elements[i]
            if (elem.name && elem.name.substring(0, 4) == "req_")
            {
                if (elem.type && (elem.type=="text" || elem.type=="textarea" || elem.type=="password" || elem.type=="file") && elem.value=='')
                {
                    alert("\"" + element_names[elem.name] + "\" is a required field in this form.")
                    elem.focus()
                    return false
                }
            }
        }
    }

    return true
}
// -->

bump

What do you mean?

seems there was an error in my message...

Offline

 

#116 2011-06-30 04:37:18

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

. neutral  Bump |:.

Offline

 

#117 2011-07-02 00:54:45

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: MagmaRPG

Bump! School's out! Started working!  big_smile


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#118 2011-07-02 03:03:51

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

meew0 wrote:

Bump! School's out! Started working!  big_smile

Lol.

Offline

 

#119 2011-07-02 03:22:43

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: MagmaRPG

TornFusion wrote:

meew0 wrote:

Bump! School's out! Started working!  big_smile

Lol.

Done! I'm testing currently.


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#120 2011-07-02 05:46:28

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

ok, can u deposit me eeveelutions?

can u put one of my eevees in my party?

Im gonna go to teh wild!

Offline

 

#121 2011-07-02 05:56:11

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

Error On Teh Wild

Pkmn Is On Teh Left!!!!!!!!!!!!!!!!

Offline

 

#122 2011-07-02 05:59:34

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: MagmaRPG

TornFusion wrote:

Error On Teh Wild

Pkmn Is On Teh Left!!!!!!!!!!!!!!!!

Why are you talking so weird? I'll look.


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#123 2011-07-02 06:11:38

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

meew0 wrote:

TornFusion wrote:

Error On Teh Wild

Pkmn Is On Teh Left!!!!!!!!!!!!!!!!

Why are you talking so weird? I'll look.

Dunno. HYPER.

Offline

 

#124 2011-07-02 08:40:53

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: MagmaRPG

Does it work now?


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#125 2011-07-05 11:14:28

TornFusion
Scratcher
Registered: 2010-09-03
Posts: 1000+

Re: MagmaRPG

idk. We need quick deposit!

Can't it be like:

(495,99)

1 = Pokedex number, in this case, Snivy
99 = Level

This way if the code can save the info to MyPhpAdmin (with username) there shouldbe a button where you enter the code, if it exists, it will give it you back!

Offline

 

Board footer