Jump to content

Rageous

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Rageous

  1. -I am writing spell scripts for a mod I am using called RSMC. It's a Runescape based Mod for Forge 1.7.10. -My spells work, but the issue is they are invisible or create no color effects. -My Teleport Spell uses: function populateColorMap(map) { map.put("#FFFFFF", 1.1); map.put("#00FFFF", 1.2); map.put("#0000FF", 1.7); } My Projectile Spell uses: function getParticleColors() { var map = new HashMap(); map.put("#FFFFFF", 1.0); return map; } I was wondering if anyone could help me out, please.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.