• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Neo Team Aeon Project Corp.

Kyaru-san

Mysterious Trainer
  • 273
    Posts
    19
    Years
    I know but my our not much of a help except the people who have stars on before their names the other our out...
    If I forget your name please lemme know
    .....:Welcome to Neo Team Aeon Project Corporation:.....

    Introduce:
    Hey, I am Kyaru, creator of DBZ: Tanner Last Stand (look on Game Development) I am making squad who can help me on my upcoming game called Pokemon Garnet and Amethyst. And after we done The Games we can get started on the next game we (as in us and you included if you join) decided.

    Members: *=rates of their work
    :pokeball:****Kyaru_Amishina:pokeball: Storyliner, Spriter, Mapper
    :pokeball:**Kid Nino:pokeball: Mapper, Co-Storyliner
    :pokeball:**Har D Har:pokeball: Mapper
    :pokeball:**Esmas:pokeball: Spriter
    :pokeball:***Thethethethe:pokeball: Scripter
    :pokeball:***DragonHacker:pokeball: Mapper, Scripter
    :pokeball:***Shiun Enshidia:pokeball: Sketcher, Co-storyliner
    :pokeball:Celebi XD:pokeball: Spriter, Scripter, Mapper
    :pokeball:Coin3:pokeball: Scripter
    :pokeball:Kristian:pokeball: Scripter,Mapper
    :pokeball:Al(Mutsuanime):pokeball: Mapper
    :pokeball:~Daisuke~:pokeball: Spriter


    Hacks:
    :pokeball:Pokemon Garnet
    Hack of Fire Red

    ---Then Upcoming Pokemon Game----
    Pokemon Peridot and Topaz
    Pokemon Gammaz
    Pokemon Aurora


    In Need Of:

    Experience Scripters
    Mappers
    more Spriters for fakemon
    Trainer spriters
    and OW spriters
    (Show your work)

    Name:
    Job:
    *Show work here*

    Our website is under construction and forum is up Check my sig

    Thank You,
    Kyaru_Amishina
     
    Last edited:

    Binary

    え?
  • 3,977
    Posts
    16
    Years
    • Seen Apr 7, 2014
    Name:Celebi_XD
    Job:Basic scripter and mapper
    Work:
    #org $begin
    lock
    faceplayer
    checkflag 0x200
    if B_true goto $gotpoke
    message $ask
    boxset 6
    givepokemon 398 5 0
    setflag 0x200
    release
    end

    #org $gotpoke
    message $hi
    boxset 6
    release
    end

    #org $hi
    $hi= Hi mate, how's my old BELDUM?

    #org $ask
    $ask= Hi mate, here take this\n Little pokemon i got from the\p daycare

    Mapping:
    Neo Team Aeon Project Corp.
     
  • 84
    Posts
    17
    Years
    • Seen Dec 7, 2020
    Name: Coin3
    Job: Scripter

    I made this script for my game. Yes it does work, but I can't get a video.

    #ORG $wow
    checkflag 0x206
    if B_TRUE goto $done
    special 0x62
    applymovement 0x03 $movespearow
    pausemove 0
    message $go
    boxset 6
    wildbattle 21 5 0
    setflag 0x206
    #raw 0x53 0x03 0x00
    fadescreen 0
    release
    end

    #ORG $done
    release
    end

    #ORG $movespearow
    #Binary 0x08 0x08 0x08 0xFE

    $ORG $go
    $go 1 = Ash: Go Pikachu!\pPikachu: Pika...chu!!!
     
  • 1,104
    Posts
    16
    Years
    Since I'm apart of the team I might give some advice on this. Celebi XD, you're script has some mistakes, and I don't know why, but you're map just doesn't look right to me, maybe it's the stairs that are bugging me...

    mutsudaime, no offence but, that map is terrible... You should try and re-do it and fix all the mistakes and then try again...

    coin3, the script looks fine to me... You're application seems like the best one posted, no offence to the other two...

    Well it's not up to me, it's up to Kyaru, we'lll have to wait to see what he says...
     
  • 170
    Posts
    16
    Years
    Name: Kristian..
    Job: Mapper and scripter..
    work:
    Spoiler:
     

    Kyaru-san

    Mysterious Trainer
  • 273
    Posts
    19
    Years
    Celebi XD:
    Welcome try your best to make less mistake on the game

    Al: need a lil work on the map

    Coin3:
    Welcome to the team hope you suceed in you job

    Kristen:
    Welcome but I cannot see your script
     
    Last edited:
  • 170
    Posts
    16
    Years
    Kristian:
    Welcome but I cannot see your script
    ahh, thanks, but here is the script:
    Code:
    1: Wildbattle script:
    #org $startscript 
    checkflag 0x200 //checks if flag 0x200 is set, if true, it will goto offset #done
    if 1 goto $done
    message $look
    $look 1 = \v\h01: What is this creature?
    callstd 6
    applymovement 0xFF $move1
    $move1 1 ; #binary 0x62 0x56 0xFE // makes the player jump back with the "!" pops up..
    pausemove 0
    message $attack
    $attack 1 = \v\h01: WHOA!!\pIt's attacking!
    callstd 6
    message $aro
    $aro 1 = AROOOOO!
    callstd 6
    wildbattle 142 73 0 //the wildbattle, lvl 73 AERODACTYL with no item...
    setflag 0x200 //sets flag 0x200
    fadescreen 0 //makes a blinking effect
    #raw 0x53 //
    #raw 0x01 // }makes the sprite vanish from map..
    #raw 0x00 //
    release
    end
    
    #org $done
    release
    end
    
    
    
    2. Give Pokemon script..:
    #org $givepoke
    lock
    faceplayer
    checkflag 0x200
    if 1 goto $done
    message $hi1
    $hi1 1 = Hi \v\h01!\pI found this pokemon\nand since your a trainer\pdo you want it?
    callstd 5
    compare LASTRESULT 1
    if 0 goto $Nope //gets the "YES/NO" box..
    message $here
    $here 1 = Ok, here you go!
    callstd 6
    givepokemon 371 5 0x0 //Give the pokemon..
    message $got
    $got 1 = \v\h01 received a Pokemon!
    callstd 2
    setflag 0x200
    release
    end
    
    #org $done
    lock
    faceplayer 
    message $did you
    $did you 1 = Did you train the pokemon\ni gave you?
    callstd 6
    release
    end
    
    3. Checkgender and a giveitem script:
    #org $ewqkjf
    lock
    faceplayer 
    checkgender
    compare LASTRESULT 1
    if 0 goto $boy
    checkflag 0x200
    if 1 goto $done
    message $himiss
    $himiss 1 = Hi, miss. \v\h01!\pDo you want a candy?
    callstd 5
    compare LASTRESULT 1
    if 1 goto $yes
    message $no
    $no 1 = No?\pAhh, Okey!\pGood bye!
    callstd 6
    release
    end
    
    #org $boy
    checkflag 0x200
    if 1 goto $done1
    message $hisir
    $himiss 1 = Hi, mr. \v\h01!\pDo you want a candy?
    callstd 5
    compare LASTRESULT 1
    if 1 goto $yes
    message $no2
    $no2 1 = No?\pAhh, Okey!\pGood bye!
    callstd 6
    release
    end
    
    #org $yes
    message $here
    $here 1 = Here you go!
    callstd 6
    giveitem 44 1
    release
    end
    
    #org $done
    message $sorry
    $sorry 1 = Sorry, miss. \v\h01.\nI got no more candy..\pHave a good day!
    callstd 6
    release
    end
    
    #org $done1
    message $sorry1
    $sorry 1 = Sorry, mr. \v\h01.\nI got no more candy..\pHave a good day!
    callstd 6
    release
    end
     
    Last edited:
  • 1,104
    Posts
    16
    Years
    2. Give Pokemon script..:
    Spoiler:


    The first one looks alright, but the second one I found a couple of mistakes... Again, it's up to tanner(Kyaru), I just like to give my 'two cents.'

    In the second script you've 'doubled up' on the locks and faceplayers, you can remove them in $done and the second is...
    You have a space in $did you. It should be like this $didyou
    Correct me if I'm wrong but I'm pretty sure that you can't have a space in a pointer.
     

    Shiun Enshidia

    The Demon Nicknamer
  • 100
    Posts
    16
    Years
    • Seen May 29, 2020
    Well, since I'm a member of Team Aeon, I suppose I can post...right?
    I'm the creator of Peridot and Topaz, but due to lack of experience, I can only give rough sketches. I joined in hope of helping them, I scratch their back, they scratch mine, I must thank Kyaru for that...thanks man.
     

    Kyaru-san

    Mysterious Trainer
  • 273
    Posts
    19
    Years
    Celebi XD yep you in great
    Shiun Enshidia No problem still working on your map but Let get into Garnet and we'll continue into everyonelse including yours
    Coin3 I might need to see in on pm you have msn?
    as a matter of fact please make you all have msn messenger
     
  • 84
    Posts
    17
    Years
    • Seen Dec 7, 2020
    I sent you my msn. But where is the link in your sig like you said there is?
     

    Binary

    え?
  • 3,977
    Posts
    16
    Years
    • Seen Apr 7, 2014
    Ok so what are we gonna work on?
    *To be honest im not really good at scripting, just basic scripts*
     

    Shiun Enshidia

    The Demon Nicknamer
  • 100
    Posts
    16
    Years
    • Seen May 29, 2020
    well at the moment, were working on Tanner's current project, Pokemon Garnet/Amethyst. I'm not too aware of the details so ask him.
     
  • 84
    Posts
    17
    Years
    • Seen Dec 7, 2020
    Ok so what are we gonna work on?
    *To be honest im not really good at scripting, just basic scripts*
    Well you will probably just be making simple scripts like signposts then. Thethethethe did a bunch of scripts and is fixing them now, but after that I will continue where he left off.
     
    Back
    Top