• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Wtf ?!?!?

Status
Not open for further replies.
Level 7
Joined
Mar 5, 2009
Messages
254
Hi all I make item with spell divine shield, the problem is when i cast it once i cant cast more, its like Drink potion and dissapear. But that a real item can any1 tell me why i cant cast my divine shield more than once T.T ??+rep
 
Level 5
Joined
Apr 1, 2010
Messages
107
You need to change the "Charged" to "Permanent".
On your item, go down to "Stats", and then to "Classification", then change it to Permanent.

If this doesn't work, you might be able to trigger setting the charge back to 1 after each use.

EDIT: Heres the trigger:

  • item
    • Events
      • Unit - Your Hero/Unit 0000 <gen> Uses an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Divine Shield Item
    • Actions
      • Item - Set charges remaining in (Item being manipulated) to 1
EDIT2: Heres a map too, just incase you need to see it ingame.
 

Attachments

  • testmap.w3x
    16.2 KB · Views: 54
Status
Not open for further replies.
Top