tModLoader True Eternity

Do you love Slimy?

  • YES!

    Votes: 86 94.5%
  • No

    Votes: 5 5.5%

  • Total voters
    91
Status
Not open for further replies.
Code:
item.buffType = mod.BuffType("FishronSlimeBuff");
item.buffTime = 5;
This is the code I use to give the player a buff when he casts the minion but under the item there is the "x minute duration". Do you know how to remove it?
It's something like notimedisplay, check out the purity wisp buff in examplemod
 
It's something like notimedisplay, check out the purity wisp buff in examplemod
I use "Main.buffNoTimeDisplay[Type] = true;" in the buff that means the buff doesn't have the timer.

But under the item it shows "x minute duration". And when I remove "item.buffTime = 5;" from the item it won't activate the buff.
2fGyHGW.png
 
Your testing period is starting today and it will last till 2/25/2016. Please send me a private message in which timezone you live in or when you can work on the mod.
 
Noticed a slight bug: With the slime minions, right cicking the buff only gets rid of one of them
That is intended. I could've just made one buff for all slimies but this allows you to de-summon one type of slime and summon another one.
 
Status
Not open for further replies.
Back
Top Bottom