Hello my fellow coders and adventurers!

So I am working on adding a Token of Faith (ToF) that will drop from Champs, Mini Bosses, and Gauntlet. This little gem of mine will give the option to resurrect the player upon death. It's part of our God's and Goddess's Lore campaign that we are releasing with the server

Once the player decides to use the Token of Faith it disappears, I have used the base script Silver Coin, same one you get when you get faction silver. Now I just duped the script and renamed it TokenOfFaith.cs and when I use the [add tokenoffaith it adds the coin.

My problem is a two part situation.

1.) When item is spawned it says Silver Coin instead of Token Of Faith
2.) How do I add the property or can someone direct me to a link to show me how to add the property so it will resurrect player.
 

Attachments

  • Token of Faith.cs
    1.3 KB · Views: 5
this script will now show the right name. The rest will take a bit of coding on your end.
 

Attachments

  • [ServUO.com]-Token of Faith.cs
    1.3 KB · Views: 5
Tasanar,

Hey do you have any good resources that I could look up or point me to in the right direction for something like this?

Thanks,
Hex
 
is a healing fairy that rezzes players may can look at that and get a direction
 

Attachments

  • HealingFairy.cs
    5.3 KB · Views: 5
  • HealingFairyJar.cs
    4.1 KB · Views: 5
Back