Tomahawk submitted a new resource:

Custom Buff Bar - Allows the implementation of custom buffs without modifying the client side.

This has been a fun project for my server. It allows me to add custom buffs and such to the server without modifying the client side. It allows players to use the command [buffs to prompt a gump to display. The gump will refresh every 10 minutes, as the server has a timer set up. Player's can disable the update but still get the buffs.

I have included two of my buffs as examples. They can be pretty much anything. The food buff does require an onlogin event handler.

Let me know if you...

Read more about this resource...
 
I've added some photos, also realised the buffbar it's self had a issue with not creating a value for players. Here is everything updated. Small fixes.
 

Attachments

  • BuffBar.cs
    7 KB · Views: 8
  • BuffOfTheChampion.cs
    5.1 KB · Views: 5
  • FoodBuff.cs
    2.7 KB · Views: 4
Back