Search results

  1. leilou

    Iron Mapper IRON MAPPER: Trial III

    Map Name: Mt. Snow Trial: Trial III, Dungeon Map Map: Critique Requested: Yes, please. Credits: Articuno statue: Laidjon Rest: Faking Omega Notes: When I started out I was in a Christmas mood. So I wanted to do a snow map. I also regret not having done a map progression gif like Arma shared on...
  2. leilou

    Checking for a Pokémon with a specific Nickname

    I'm happy that I could help :)
  3. leilou

    Checking for a Pokémon with a specific Nickname

    you need to do pkmn.name == "Flash" if you do pkmn.name = "Flash" it sets the name of the Pokémon to Flash and returns Flash which is not a boolean and thus cannot be used for the check
  4. leilou

    Checking for a Pokémon with a specific Nickname

    ah sorry I didn't read the error properly ... you mispelled it it's pbChooseTradablePokemon ... you got an e too much
  5. leilou

    Checking for a Pokémon with a specific Nickname

    does it work if you change !pkmn.egg? to !pkmn.isEgg? Edit: I just noticed ... maybe you should try to change just this one first you're poke.isShadow should probably be a pkmn.isShadow
  6. leilou

    Checking for a Pokémon with a specific Nickname

    Thundaga made a Tutorial on that here: YouTube Video yay
  7. leilou

    Starters

    I think it is totally ok to have non balanced starters. Pokémon is not about stats. It's about raising any Pokémon you like and every Pokémon being able to become strong. (That's why I don't like the design of male Combee) As long as there is no rival battle at the very start e.g r/s/e/oras...
  8. leilou

    Iron Mapper IRON MAPPER: Season 3 Discussion

    Since I'm not too sure about the definition of a dungeon could someone tell me what is needed to make it count as a dungeon ... because I'm not sure if what I'm making right now is a dungeon(it's not a prison either).
  9. leilou

    Iron Mapper HYPE!! (thanks deo)

    Iron Mapper HYPE!! (thanks deo)
  10. leilou

    Resource Rotation Battle

    leilou submitted a new resource: Rotation Battle - Rotation Battle Read more about this resource...
  11. leilou

    Rotation Battle 1.1

    Rotation Battle This script makes it possible to do rotation battle in Pokémon Essentials. This script is not compatible with EBS! To start a battle call the script command pbRotationBattle(trainerid,trainername,endspeech,trainerparty,canlose,variable) Those are the same as in pbTrainerBattle...
  12. leilou

    Map [Legacy] Map Showcase

    I like it ... it's really basic but nice looking ... perfect for route 2 if you're starting with smaller towns. The only thing I don't like is that small 4 tiles behind the first stairs. It kinda looks off to me ...
  13. leilou

    Short-term Rotation Battle Base

    I'm working on making a rotation battle script right now. I'm at the finishing touches but I still didn't find a good base for rotation battle. I tried to make on but it didn't turn out well. I didn't find any resource on the internet either. So if you're either willing to pixel one or find a...
  14. leilou

    About the player's dialogues

    there was an interesting discussion about that over here: click me
  15. leilou

    Other [Legacy] Project Sandbox

    as long as you sell the story good it can work pretty well :) But that goes for pretty much any idea. Your sprites are pretty creative ... but instead of just putting the food on top of the Pokémon and replacing the Pokémon parts instead ... like instead of having fried eggs on top of the leaf...
  16. leilou

    Released Pokemon Royal Version

    So here I am after playing the demo through ... or at least I think so ... I really like the game and I had a lot of fun playing it ... you can really see how much effort went into it. The playthrough took me about 10 hours(2 of them in the casino and probably another one afk though). There...
  17. leilou

    Other [Legacy] Project Sandbox

    Well I like the idea. (I have to say that with battle island out ... that game actually started with c.a.t.s. league system in mind ... maybe you want to have a look at that) The first problem you mention: instead of having the player save and reattempt which is practically cheating and may...
  18. leilou

    Two Battle BG's in One Route?

    nextBattleBGM is the music ... if you want to change the background you need to change nextBattleBack
  19. leilou

    Two Battle BG's in One Route?

    you need to have NormalRoute in "" so that the script knows that it is a string(=text) so it needs to be $PokemonGlobal.nextBattleBGM = "NormalRoute"
  20. leilou

    Map [Legacy] Map Showcase

    no it won't ... it depends on hoa you do it though
Top