How to add avatars to smn

Summoner
Post Reply
Silverwolf
Posts: 46
Joined: Thu Jan 10, 2013 9:22 pm

How to add avatars to smn

Post by Silverwolf » Sat Jan 19, 2013 10:11 pm

Hey

Look for a way to add the avatars for smn without doing all the trials...... any help please ?


Thank you ^^

PrBlahBlahtson
Developer
Posts: 539
Joined: Sun Jul 22, 2012 12:17 am

Re: How to add avatars to smn

Post by PrBlahBlahtson » Sat Jan 19, 2013 10:27 pm

They're spells like anything else. The IDs should be in the database. You can add them via commands in a script, or the @addspell GM command.

Silverwolf
Posts: 46
Joined: Thu Jan 10, 2013 9:22 pm

Re: How to add avatars to smn

Post by Silverwolf » Sat Jan 19, 2013 10:59 pm

How would one made a command script to do this?

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: How to add avatars to smn

Post by bluekirby0 » Sun Jan 20, 2013 8:50 am

First find the ID of the avatar you want here:
http://kile.dyndns.info:8765/index.php?title=Spell_IDs

Next, in-game as a GM use:

Code: Select all

@addspell #
Where # is the id you found above.

Post Reply