The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > The PokéCommunity Archives > The Team Room Archive
Reload this Page Scarlet Productions

Notices
For all updates, view the main page.

The Team Room Archive
The Team Room is now closed—no new posts can be made at this point. This forum will no longer be visible from the end of the month, but remains accessible by the URL.
Original description: Team up, start a formation of dedicated hackers and helpers. Here, you can discuss production of hacks with other groups, or make your own hacking group (through approval processes).

Ad Content
 
 
Thread Tools
  #26   Link to this post, but load the entire thread.  
Old July 28th, 2011 (5:37 AM).
negative's Avatar
negative negative is offline
Life returns. Life prevails.
 
Join Date: Aug 2008
Location: Ptuj, Slovenia.
Gender: Male
Nature: Naughty
Posts: 501
Quote:
Originally Posted by 5qwerty View Post
I could do some too, if you don't mind having 2.
I don't mind. In that case, the work will be finished quicker :) Do you have MSN, or is PM/VM-ing the only communication ? :D
__________________
Pokémon Twisted Mind
  #27   Link to this post, but load the entire thread.  
Old July 28th, 2011 (6:02 AM).
Lyzo Lyzo is offline
Back from vacation
 
Join Date: Mar 2007
Location: The Netherlands
Age: 28
Gender: Male
Nature: Bold
Posts: 261
Quote:
Originally Posted by Flandre Scarlet View Post


I like your map, I guess it'd be nice to have another mapper on the team. You're accepted.
Alright! Thanks :D So, I kind of want to do something, does anyone have anything for me to do? :)
__________________


^^ Thank you The Blueprint !!!
  #28   Link to this post, but load the entire thread.  
Old July 29th, 2011 (12:16 PM).
Fortunado Fortunado is offline
Prof. Hemlock is busy now...
 
Join Date: Jul 2011
Age: 27
Gender: Male
Nature: Lax
Posts: 30
What role are you applying for: Scripter
Proof of work: I don't have any projects under my belt currently, but I can prove it through work.
Contact information: Private messaging, [email protected]
Timezone: US Central
  #29   Link to this post, but load the entire thread.  
Old July 30th, 2011 (1:35 AM).
Spherical Ice's Avatar
Spherical Ice Spherical Ice is offline
 
Join Date: Nov 2007
Location: Leicester, UK
Age: 25
Posts: 5,251
Flandre, sorry the trainer sprites are taking so long. I really can't get the shapes right. >:
__________________
  #30   Link to this post, but load the entire thread.  
Old July 30th, 2011 (5:12 AM). Edited July 30th, 2011 by Flandre Scarlet.
Flandre Scarlet's Avatar
Flandre Scarlet Flandre Scarlet is offline
Free your mind.
 
Join Date: Feb 2008
Location: Australia
Age: 27
Gender: Male
Nature: Adamant
Posts: 356
Quote:
Originally Posted by Spherical Ice View Post
Flandre, sorry the trainer sprites are taking so long. I really can't get the shapes right. >:
No worries. I'll try and do them.


Quote:
Originally Posted by Fortunado View Post
What role are you applying for: Scripter
Proof of work: I don't have any projects under my belt currently, but I can prove it through work.
Contact information: Private messaging, [email protected]
Timezone: US Central
Could you write me a script? I can use that as proof of work. Thanks.
__________________
  #31   Link to this post, but load the entire thread.  
Old July 30th, 2011 (11:31 AM).
Fortunado Fortunado is offline
Prof. Hemlock is busy now...
 
Join Date: Jul 2011
Age: 27
Gender: Male
Nature: Lax
Posts: 30
Quote:
Originally Posted by Flandre Scarlet View Post


No worries. I'll try and do them.




Could you write me a script? I can use that as proof of work. Thanks.
Any specific event you want scripted?
  #32   Link to this post, but load the entire thread.  
Old July 30th, 2011 (12:06 PM).
Lyzo Lyzo is offline
Back from vacation
 
Join Date: Mar 2007
Location: The Netherlands
Age: 28
Gender: Male
Nature: Bold
Posts: 261
Quote:
Originally Posted by Fortunado View Post
Any specific event you want scripted?
I may be speaking out of line here. But write something that you think is high level, so that Flandre can see how qualified you are. So make a nice and lengthy script with a varied use of commands. It doesn't have to fit into a story, but he needs to see that you are capable of doing reasonable scripting ;)
__________________


^^ Thank you The Blueprint !!!
  #33   Link to this post, but load the entire thread.  
Old July 30th, 2011 (5:45 PM).
Flandre Scarlet's Avatar
Flandre Scarlet Flandre Scarlet is offline
Free your mind.
 
Join Date: Feb 2008
Location: Australia
Age: 27
Gender: Male
Nature: Adamant
Posts: 356
Quote:
Originally Posted by Fortunado View Post
Any specific event you want scripted?
Quote:
Originally Posted by Lyzo View Post
I may be speaking out of line here. But write something that you think is high level, so that Flandre can see how qualified you are. So make a nice and lengthy script with a varied use of commands. It doesn't have to fit into a story, but he needs to see that you are capable of doing reasonable scripting ;)
This is what I was going to say, but Lyzo said it for me. :) Thanks!
__________________
  #34   Link to this post, but load the entire thread.  
Old July 30th, 2011 (5:56 PM).
[T]ouko's Avatar
[T]ouko [T]ouko is offline
Dedicated Scripter!
 
Join Date: Jul 2011
Gender: Female
Posts: 46
Quote:
Originally Posted by Lyzo View Post
I may be speaking out of line here. But write something that you think is high level, so that Flandre can see how qualified you are. So make a nice and lengthy script with a varied use of commands. It doesn't have to fit into a story, but he needs to see that you are capable of doing reasonable scripting ;)
Lyzo knows it all:)

At the risk of being pushy: Need any scripting done?
__________________


Credits to: .Mini
  #35   Link to this post, but load the entire thread.  
Old July 30th, 2011 (8:04 PM). Edited July 30th, 2011 by Fortunado.
Fortunado Fortunado is offline
Prof. Hemlock is busy now...
 
Join Date: Jul 2011
Age: 27
Gender: Male
Nature: Lax
Posts: 30
Code:
#dynamic 0x800000

#org @start
checkflag 0x12D
if 0x1 goto @end
lock
faceplayer
msgbox @RitualSlab 0x5
compare LASTRESULT 0x1
if 0x1 goto @TheySay
msgbox @Followme 0x6
applymovement @leading 0x1
applymovement @following 0xFF
waitmovement 0x0
msgbox @sotheysay 0x6
checkflag 0x12C
if 0x1 goto @end
checkitem 0x(whateveritem) 0x1
if 0x1 goto @Regice
release
end

#org @RitualSlab
= [blue_fr]Have you been to ever been to\n[green_fr]Ritual Slab[blue_fr]?

#org @TheySay
msgbox @sotheysay 0x6
release
end

#org @Followme
= [blue_fr]I'll show it to you!\nFollow me!

#org @leading
#raw 0x10 0x10 0x13 0x13 0x13 0x13 0x11 0x11 0x11 0x12 0xFE

#org @following
#raw 0x10 0x10 0x10 0x13 0x13 0x13 0x13 0x11 0x11 0x11 0x11 0xFE

#org @sotheysay
= [blue_fr]They say people used to\nuse this site to summon legendary\lmonsters.

#org @Regice
msgbox @what 0x6
applymovement @stepback 0x1
cry 0x192 0x0
fadescreen 0x1
wildbattle 0x192 0x1E 0xD4
fadescreen 0x0
setflag 0x12C
setflag 0x12D
msgbox @thatwas 0x6
release
end

#org @what
= [blue_fr]What's going on? The air's\nlike ice here!

#org @stepback
#raw 0x8 0x4 0xFE

#org @thatwas
= [blue_fr]That was Regice! I've\nheard stories about that\lPokémon,but I never thought I'd see\lit!

#org @end
release
end
  #36   Link to this post, but load the entire thread.  
Old August 2nd, 2011 (3:45 AM).
Flandre Scarlet's Avatar
Flandre Scarlet Flandre Scarlet is offline
Free your mind.
 
Join Date: Feb 2008
Location: Australia
Age: 27
Gender: Male
Nature: Adamant
Posts: 356
Quote:
Originally Posted by Fortunado View Post
Code:
#dynamic 0x800000

#org @start
checkflag 0x12D
if 0x1 goto @end
lock
faceplayer
msgbox @RitualSlab 0x5
compare LASTRESULT 0x1
if 0x1 goto @TheySay
msgbox @Followme 0x6
applymovement @leading 0x1
applymovement @following 0xFF
waitmovement 0x0
msgbox @sotheysay 0x6
checkflag 0x12C
if 0x1 goto @end
checkitem 0x(whateveritem) 0x1
if 0x1 goto @Regice
release
end

#org @RitualSlab
= [blue_fr]Have you been to ever been to\n[green_fr]Ritual Slab[blue_fr]?

#org @TheySay
msgbox @sotheysay 0x6
release
end

#org @Followme
= [blue_fr]I'll show it to you!\nFollow me!

#org @leading
#raw 0x10 0x10 0x13 0x13 0x13 0x13 0x11 0x11 0x11 0x12 0xFE

#org @following
#raw 0x10 0x10 0x10 0x13 0x13 0x13 0x13 0x11 0x11 0x11 0x11 0xFE

#org @sotheysay
= [blue_fr]They say people used to\nuse this site to summon legendary\lmonsters.

#org @Regice
msgbox @what 0x6
applymovement @stepback 0x1
cry 0x192 0x0
fadescreen 0x1
wildbattle 0x192 0x1E 0xD4
fadescreen 0x0
setflag 0x12C
setflag 0x12D
msgbox @thatwas 0x6
release
end

#org @what
= [blue_fr]What's going on? The air's\nlike ice here!

#org @stepback
#raw 0x8 0x4 0xFE

#org @thatwas
= [blue_fr]That was Regice! I've\nheard stories about that\lPokémon,but I never thought I'd see\lit!

#org @end
release
end
Sorry, but it really isn't what I'm looking for, thanks for applying and I wish you luck in your future endeavors.
__________________
  #37   Link to this post, but load the entire thread.  
Old August 2nd, 2011 (4:06 AM).
Lord Varion's Avatar
Lord Varion Lord Varion is offline
Guess who's back?
 
Join Date: Feb 2009
Age: 28
Gender: Other
Nature: Naughty
Posts: 2,642
What role are you applying for: Overworld Spriter / Mapper
Proof of work: Overworld:http://nintendork15.weebly.com/sprites--pixely-things.html -Bottom of page- Map:
Spoiler:

Contact information:[email protected]
Timezone: Whichever London's is. :3
__________________
gone.
  #38   Link to this post, but load the entire thread.  
Old August 2nd, 2011 (12:46 PM). Edited August 2nd, 2011 by solspear.
solspear's Avatar
solspear solspear is offline
PKMN Trainer Kame
 
Join Date: May 2010
Location: Belgium
Age: 29
Gender: Male
Nature: Bold
Posts: 129
Quote:
Originally Posted by The Scarecrow Toxin View Post
Is it possible to get a fakemon back-spriter ? Anyone ?

xD Since you asked on Deviant, here i am old friend!

Flandre, idk if you remember me, but Haaaaai!

What role i want: Spriter (everything.)
Proof of work:


Timezone: GMT+1
Contact: solspear1 on Skype.
I'm never on MSN anymore, sorry :P Skype is so much easier.

Thats it =3=
__________________

I made Pokémon Chu version!

Member of Team Mirage!
  #39   Link to this post, but load the entire thread.  
Old August 2nd, 2011 (2:12 PM).
Flandre Scarlet's Avatar
Flandre Scarlet Flandre Scarlet is offline
Free your mind.
 
Join Date: Feb 2008
Location: Australia
Age: 27
Gender: Male
Nature: Adamant
Posts: 356
Quote:
Originally Posted by Nintendork15 View Post
What role are you applying for: Overworld Spriter / Mapper
Proof of work: Overworld:http://nintendork15.weebly.com/sprites--pixely-things.html -Bottom of page- Map:
Spoiler:

Contact information:[email protected]
Timezone: Whichever London's is. :3
I like your maps, they're filled with flowers and things and have a nice shape. Your overworlds aren't that bad, so I'll accept you as a backup OW spriter. Welcome to the team.

Quote:
Originally Posted by solspear View Post
xD Since you asked on Deviant, here i am old friend!

Flandre, idk if you remember me, but Haaaaai!

What role i want: Spriter (everything.)
Proof of work:


Timezone: GMT+1
Contact: solspear1 on Skype.
I'm never on MSN anymore, sorry :P Skype is so much easier.

Thats it =3=
Haha, yes I remember you, of course you're accepted. Welcome to the team. :)
__________________
  #40   Link to this post, but load the entire thread.  
Old August 3rd, 2011 (5:27 AM). Edited August 3rd, 2011 by PokemonyellowX.
PokemonyellowX's Avatar
PokemonyellowX PokemonyellowX is offline
Team Black Forest owner
 
Join Date: Jul 2011
Nature: Quiet
Posts: 163
What role are you applying for:Mapper
Proof of work:Soon
Contact information:PM
Timezone:UTC -5
Attached Images
File Type: png ROUTE 1.png‎ (27.2 KB, 11 views) (Save to Dropbox)
__________________
Pokemon white friend code 5372-1562-5273

nuttallart.blogspot.com owner

http://lego.cuusoo.com/ideas/view/6363
  #41   Link to this post, but load the entire thread.  
Old August 4th, 2011 (2:44 AM).
solspear's Avatar
solspear solspear is offline
PKMN Trainer Kame
 
Join Date: May 2010
Location: Belgium
Age: 29
Gender: Male
Nature: Bold
Posts: 129
If anyone needs any sprites, just contact me on skype with what you need, and it shall be done. =3=
__________________

I made Pokémon Chu version!

Member of Team Mirage!
  #42   Link to this post, but load the entire thread.  
Old August 7th, 2011 (2:54 PM).
Spherical Ice's Avatar
Spherical Ice Spherical Ice is offline
 
Join Date: Nov 2007
Location: Leicester, UK
Age: 25
Posts: 5,251
Hey guys, would any of you be able to do me some Pokémon inserting? I seem to be getting glitches from the programme's I'm using, so some help would be much appreciated. :P
__________________
  #43   Link to this post, but load the entire thread.  
Old August 8th, 2011 (2:22 AM).
Flandre Scarlet's Avatar
Flandre Scarlet Flandre Scarlet is offline
Free your mind.
 
Join Date: Feb 2008
Location: Australia
Age: 27
Gender: Male
Nature: Adamant
Posts: 356
Quote:
Originally Posted by PokemonyellowX View Post
What role are you applying for:Mapper
Proof of work:Soon
Contact information:PM
Timezone:UTC -5
Sorry, but your maps aren't quite exactly what I'm looking for... Declined, and I wish you luck in your future projects.

Quote:
Originally Posted by Spherical Ice View Post
Hey guys, would any of you be able to do me some Pokémon inserting? I seem to be getting glitches from the programme's I'm using, so some help would be much appreciated. :P
I could do it I suppose, send me a VM or a PM whenever you want me to do it and I'll get on it. :)
__________________
  #44   Link to this post, but load the entire thread.  
Old August 8th, 2011 (6:07 AM).
Tetra's Avatar
Tetra Tetra is offline
 
Join Date: Sep 2009
Gender: Male
Nature: Quirky
Posts: 1,084
What are you Applying for: Spriter, (I can do WAY more like sprite inserting, scripting, mapping, cry inserting stat editing, but I'm only a spriter for now)
Proof of Work:
Contact Info: PMs, VM, MSN.
Timezone: UTC +1
 

Quick Reply

Join the conversation!

Create an account to post a reply in this thread, participate in other discussions, and more!

Create a PokéCommunity Account
Ad Content

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 8:55 AM.