The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Creative Discussions > Game Development > Resources > Scripts & Tutorials
Register New Account FAQ/Rules Chat Blogs Mark Forums Read

Notices

Scripts & Tutorials This forum is for scripts and code, as well as all kinds of tutorials, software, tools and so forth. Remember to give credit!
The thread revival limit does not apply here.



Closed Thread
Thread Tools
  #201  
Unread January 13th, 2011, 05:25 AM
This username is already in use's Avatar
This username is already in use
Beginning Trainer
 
Join Date: Dec 2010
Gender: Female
How about flying with flying pokemon, or better yet, flying ON them! Just kidding, that's asking for way too much hehe. Thanks for this
__________________
http://www.pokecommunity.com/signaturepics/sigpic244574_1.gif

  #202  
Unread January 24th, 2011, 11:25 AM
p.claydon
Smoochum
 
Join Date: Jan 2011
can we get it so a pokeball is shown on pokemon if there caught (wild/trainer battles)
  #203  
Unread January 24th, 2011, 04:34 PM
carmaniac's Avatar
carmaniac
Where the pickle surprise at?
 
Join Date: Apr 2009
Location: England
Age: 18
Nature: Relaxed
Quote:
Originally Posted by p.claydon View Post
can we get it so a pokeball is shown on pokemon if there caught (wild/trainer battles)
Think you're asking the wrong place, this thread was purely for the pokemon following character script.
__________________

Pokémon: Lost Souls.







Developed by Carmaniac.
  #204  
Unread January 24th, 2011, 04:54 PM
p.claydon
Smoochum
 
Join Date: Jan 2011
ok i posted it here as the Pokemon Follow demo seams to use slightly different scripts to other starter kits.
  #205  
Unread January 27th, 2011, 02:46 AM
superanthony182's Avatar
superanthony182
Unhatched Egg
 
Join Date: Oct 2010
Gender: Male
Is there a way to make this script work without getting 6 Pokemon? Trying to make it work when getting a starter Pokemon.
  #206  
Unread March 20th, 2011, 01:20 PM
KittenCry66's Avatar
KittenCry66
Beginning Trainer
 
Join Date: Jun 2010
Gender: Male
Uhh...When I recieve my Pokemon, it won't appear?
__________________
When the kitten cried I was born.
- KittenCry66
  #207  
Unread May 1st, 2011, 03:51 AM
Cobe's Avatar
Cobe
Beginning Trainer
 
Join Date: Dec 2010
Gender: Male
Great script, waiting for more!

Last edited by Cobe; May 1st, 2011 at 04:08 AM.
  #208  
Unread May 5th, 2011, 07:56 PM
ironlucario's Avatar
ironlucario
SuperKamiMudkip
 
Join Date: Dec 2010
Location: CT
Gender: Male
Nature: Lonely
Thanks for the script. i even add zorua as a follower Woot!
__________________

Fear The Rainbow Mudkip
  #209  
Unread May 8th, 2011, 03:29 AM
JakeG's Avatar
JakeG
Pokemon Awakening-Coming Soon!
 
Join Date: May 2010
Location: NSW, Australia
Gender: Male
Nature: Brave
Anyone able to supply 5th Gen Pokemon sprites for this? Design them even?
__________________
Quote:
Originally Posted by Fireworks View Post
And what exactly looks like a Pokemon?
It still amazes me how people look at these Pokemon--yes, I called them Pokemon, deal with it--and still complain that they look un-original, when they are far more original then eighty percent of Kanto. The only reason people say this, is because Unova are newer, and the designs are more aimed at slightly older kids, whereas most older designs were directed at younger kids. I think they expected fans to grow up with the designs, but honestly it looks like they were almost completely wrong. If Unova was the first generation, and Kanto the newer one, people would complain that they look too boring and cute. Looks like people will always moan about something. Nobody's ever content with what they get :\
  #210  
Unread May 15th, 2011, 01:11 PM
aardbei95
Creator of Pokemon Darkness
 
Join Date: Jul 2010
Gender: Male
heey, I realy love your script but I've got 1 problem:

I have some maps that are connected to another one, that map becomes black if I use this script...

at this moment that means I can't use the script, can you pleas fix this bug?

thanx
  #211  
Unread May 29th, 2011, 03:17 AM
tolis's Avatar
tolis
Beginning Trainer
 
Join Date: May 2010
Gender: Male
Yea..same here...this is the most basic problem i got with pokemon followin v3.1
  #212  
Unread June 3rd, 2011, 12:35 AM
Zesk12
Beginning Trainer
 
Join Date: Mar 2011
Gender: Male
I have the same problem with the script ... the connections doesn't work.
  #213  
Unread June 3rd, 2011, 09:06 PM
Jullya96
Beginning Trainer
 
Join Date: May 2011
Gender: Female
Could someone pls tell me how to use it?
  #214  
Unread August 27th, 2011, 11:18 AM
Yero
Unhatched Egg
 
Join Date: Aug 2011
Gender: Male
Yo guys, let me get this right, everytime when you use the 'follow' script, you got errors by surfing or any other special attack which can be used outside of battle. But what script has been used for that, and placed where specifically?
  #215  
Unread March 17th, 2012, 11:21 PM
Rick1234
See ya' round some time!
 
Join Date: Mar 2010
Location: Ponyville, Equestria
Age: 15
Gender: Male
Nature: Quiet
Ok so I found the perfect script thanks from help-14 but I don't want it to add 6 pokemon into the party... this is what I took to use but don't know how to change it so it adds 1 pokemon like Charmander
Script:
Kernel.pbCreatePokemon
Kernel.pnAddDependency2(29,"Dependent",3)
$PokemonTemp.dependantEvents.refresh_sprite
I just need to know how to change it to add one Pokemon not 6 anyone able to help?
  #216  
Unread March 17th, 2012, 11:41 PM
IceGod64's Avatar
IceGod64
My imagination.
 
Join Date: Oct 2008
Location: Castelia City
Age: 25
Gender: Male
Nature: Naive
Quote:
Originally Posted by Rick1234 View Post
Ok so I found the perfect script thanks from help-14 but I don't want it to add 6 pokemon into the party... this is what I took to use but don't know how to change it so it adds 1 pokemon like Charmander
Script:
Kernel.pbCreatePokemon
Kernel.pnAddDependency2(29,"Dependent",3)
$PokemonTemp.dependantEvents.refresh_sprite
I just need to know how to change it to add one Pokemon not 6 anyone able to help?
pbCreatePokemon is not meant to be used in a game. Use this instead:

Code:
pbAddToPartySilent(PBSpecies::species,level)
If you want to give the player a level 10 Pikachu for example, you'll be using:

Code:
pbAddToPartySilent(PBSpecies::PIKACHU,10)
Additionally, if you want the player to be told they were given a Pokémon, just remove "Silent" from pbAddToPartySilent.
__________________

  #217  
Unread May 8th, 2012, 07:25 PM
Rick1234
See ya' round some time!
 
Join Date: Mar 2010
Location: Ponyville, Equestria
Age: 15
Gender: Male
Nature: Quiet
Wow. I posted this some time ago. I did not notice a reply. Thanks. And what if I wanted all six to come out of the pokeball what would I press?
__________________
Peace out Pokecommunity! It was fun but I'm gone for now!
  #218  
Unread June 29th, 2012, 09:41 AM
darkdemon
Beginning Trainer
 
Join Date: Jun 2011
Gender: Male
Wait what's the script to make a pokemon follow you?
  This is the last staff post in this thread.   #219  
Unread June 29th, 2012, 05:21 PM
Abnegation's Avatar
Abnegation
chime & charm
 
Join Date: Apr 2009
Location: rooftops
Age: 20
Gender: Female
http://www.pokecommunity.com/showthread.php?t=281323

Locked.
  #220  
Unread 1 Week Ago, 04:59 PM
heitres
Unhatched Egg
 
Join Date: May 2013
Gender: Male
Sorry to revive this threat, but my question is. Where is the tutorial?
Closed Thread
Quick Reply

Sponsored Links


Thread Tools

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 UTC. The time now is 03:17 PM.


Style by Perdition Haze, artwork by Sa-Dui.
Like our Facebook Page Follow us on TwitterMessage Board Statistics | © 2002 - 2013 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to Pokémon USA, Inc. and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company, Pokémon USA, Inc., The Pokémon Company International, or Wizards of the Coast. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2013 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User posts belong to the user.