• 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?".
  • Forum moderator applications are now open! Click here for details.
  • 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.

Silvally´s Ability; RKS System V2

13
Posts
9
Years
  • Age 39
  • Seen Mar 11, 2020
RKS System (Essentials 15+)
Hello, this is my fiirs script ok XP.
Well, only follow the instructions

rvhdGn2.png


First:
In Pokemon_MultipleForms, in the line 619, copy the next script:
Spoiler:


Next
In PokeBattle_Battler, in the line 757, copy the next script:
Spoiler:


Next (Edited)
In PokeBattle_MoveEffects, copy the next script:
Spoiler:


Next:
In PBS Folder:

In items file add:
Spoiler:


In pokemon file add:
Spoiler:


In moves (Edited)
Spoiler:


Resources
By leparagon (http://www.leparagon.deviantart.com)
http://www.leparagon.deviantart.com/art/Silvally-sprite-check-description-for-types-640396495

Icons
https://drive.google.com/open?id=0B-sDOig6tz4IQlRnMlJrZ1g5NXc
 
Last edited:

WolfPP

Spriter/ Pixel Artist
1,309
Posts
5
Years
Sorry to ress!

I tried to post here (https://www.pokecommunity.com/showthread.php?t=387706&page=6) but as been closed.

So, i follow the tutorial. All is ok, except that:
My Silvally when holds the something (bellow) hes gets another types in Summary Screen:
Water - In Summary Screen shows Grass type;
The same with:
Fire into Water
Electric - Psychic
Psychic - Ice
Ice - Dragon
Dark - Fairy
Fairy - Normal
Grass - Electric

The item sprite and sprite of pokemon screens are correcty, only types doenst.

How can i fix that? And what you means about "QMARKS" in 'Pokemon_MultipleForms'?

Thank you!
 
13
Posts
9
Years
  • Age 39
  • Seen Mar 11, 2020
Hi WolfPP, check you type.txt in PBS folder
this is my type.txt:
[0]
Name=Normal
InternalName=NORMAL
Weaknesses=FIGHTING
Immunities=GHOST

[1]
Name=Fighting
InternalName=FIGHTING
Weaknesses=FLYING,PSYCHIC,FAIRY
Resistances=ROCK,BUG,DARK

[2]
Name=Flying
InternalName=FLYING
Weaknesses=ROCK,ELECTRIC,ICE
Resistances=FIGHTING,BUG,GRASS
Immunities=GROUND

[3]
Name=Poison
InternalName=POISON
Weaknesses=GROUND,PSYCHIC
Resistances=FIGHTING,POISON,BUG,GRASS,FAIRY

[4]
Name=Ground
InternalName=GROUND
Weaknesses=WATER,GRASS,ICE
Resistances=POISON,ROCK
Immunities=ELECTRIC

[5]
Name=Rock
InternalName=ROCK
Weaknesses=FIGHTING,GROUND,STEEL,WATER,GRASS
Resistances=NORMAL,FLYING,POISON,FIRE

[6]
Name=Bug
InternalName=BUG
Weaknesses=FLYING,ROCK,FIRE
Resistances=FIGHTING,GROUND,GRASS

[7]
Name=Ghost
InternalName=GHOST
Weaknesses=GHOST,DARK
Resistances=POISON,BUG
Immunities=NORMAL,FIGHTING

[8]
Name=Steel
InternalName=STEEL
Weaknesses=FIGHTING,GROUND,FIRE
Resistances=NORMAL,FLYING,ROCK,BUG,GHOST,STEEL,GRASS,PSYCHIC,ICE,DRAGON,DARK,FAIRY
Immunities=POISON

[9]
Name=???
InternalName=QMARKS
IsPseudoType=true

[10]
Name=Fire
InternalName=FIRE
IsSpecialType=true
Weaknesses=GROUND,ROCK,WATER
Resistances=BUG,STEEL,FIRE,GRASS,ICE,FAIRY

[11]
Name=Water
InternalName=WATER
IsSpecialType=true
Weaknesses=GRASS,ELECTRIC
Resistances=STEEL,FIRE,WATER,ICE

[12]
Name=Grass
InternalName=GRASS
IsSpecialType=true
Weaknesses=FLYING,POISON,BUG,FIRE,ICE
Resistances=GROUND,WATER,GRASS,ELECTRIC

[13]
Name=Electric
InternalName=ELECTRIC
IsSpecialType=true
Weaknesses=GROUND
Resistances=FLYING,STEEL,ELECTRIC

[14]
Name=Psychic
InternalName=PSYCHIC
IsSpecialType=true
Weaknesses=BUG,GHOST,DARK
Resistances=FIGHTING,PSYCHIC

[15]
Name=Ice
InternalName=ICE
IsSpecialType=true
Weaknesses=FIGHTING,ROCK,STEEL,FIRE
Resistances=ICE

[16]
Name=Dragon
InternalName=DRAGON
IsSpecialType=true
Weaknesses=ICE,DRAGON,FAIRY
Resistances=FIRE,WATER,GRASS,ELECTRIC

[17]
Name=Dark
InternalName=DARK
IsSpecialType=true
Weaknesses=FIGHTING,BUG,FAIRY
Resistances=GHOST,DARK
Immunities=PSYCHIC

[18]
Name=Fairy
InternalName=FAIRY
IsSpecialType=true
Weaknesses=POISON,STEEL
Resistances=DARK,FIGHTING,BUG
Immunities=DRAGON

this is my types.png
https://imgur.com/a/roPqVBm
 
Last edited:
Back
Top