• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Lineage 2 Soulshots for Map

Status
Not open for further replies.
Level 3
Joined
Dec 2, 2011
Messages
31
Hey All,
i want to know how to make soulshots like lineage 2 if u dont know what soulshots are ill explain:
1.it increases ur weapons damage.
2.it requers levels.
3.it has to be in the inventory and it has to turned on like when u turn on a skill with the right click of mouse
4.every hit or shot takes 1 of you're soulshots.
how can i make it?
 
If you want to be able to toggle it on and off, then you must create 2 items both with a dummy ability that allows you to use it (for example an item area healing with aoe 0, healing amount 0 hp and no effects).

You'll have to make triggers so that if the "off" version is used, it will replace it with the "on" version. (Remember to detect level requirements and other requirements in this trigger)
Also make a trigger so that if the "on" item is used, it will be replaced with the "off" version.

You must note that "using the item" will remove one charge, so you must add it back at this point.
Also note that if you use an item with only one charge remaining, it will be removed. Remember to consider this as well in your triggers.


The rest will go as Vladadamm described; detect when unit attacks, if unit has the "on" version equipped, decrease one charge and apply the effect you want.
 
Status
Not open for further replies.
Top