• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

[Obsolete] Community Sprite Pack

Texture Pack [Obsolete] Community Sprite Pack 1.2.8 [Indev 0.45]

No permission to download

Tornado9797

Content Developer
P3D Developer
Global Moderator
so how do I get this to work?
While the pack is active, you need to trigger the @player.wearskin(Exemplary) script command. I find this easiest to do with the Shelf.dat file in the Scripts folder.

Original:
Code:
version=2
@Text.show(It is full of~POKeMON goods.)
:end
Revised:
Code:
version=2
@Text.show(Activating skin for~Exemplary...)
@player.wearskin(Exemplary)
:end
(Remember: Content Pack MUST be on!)

I use the shelf because they're commonplace; there's one in every Pokémon Center (the bookcase to the left of the healing counter). Once you interact with it with your new script, you should become your skin.
 

Tornado9797

Content Developer
P3D Developer
Global Moderator

Exemplary

Gym Leader
Interacting with shelves is only so you can see yourself, right?
Everyone else should already have their skins?
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
Interacting with shelves is only so you can see yourself, right?
Everyone else should already have their skins?
Yes, everyone else (who have already triggered their command) will look like their skins. The shelf thing triggers it for both you and everyone else online who happens to have the pack enabled.
 

Darkfire

Administrator
Administrator
P3D Developer
I would like to point out that those people who are using pokemonOW sprites as their skins do not have to make use of this pack to have other people see them as said pokemon
the @player.wearskin() command can allow you to become a pokemon too
simpley do @player.wearskin([POKEMON|N]###) replacing the # signs with the pokemon's nat dex number to become that Pokemon
Replace the 'N' With an 'S' to become the shiny version ;)
 
Top