This can be that..it is making of new unit , which has that range ...if is that hero that have same items as that unit before item picked , exeprience and level too, just not learned abilities
and I made that item undroppable , beecause if it will drop this item so u must have more difficult trigger than this for it ... but if uwant it I can make it
-
Events
-
Unit - A unit Acquires an item
-
Conditions
-
Claws of attack Equal to (Item-type of (Item being manipulated))
-
Actions
-
Hero - Drop (Item carried by (Triggering unit) of type Claws of attack) from (Triggering unit)
-
Item - Remove (Last dropped item)
-
Set herolvl = (Hero level of (Triggering unit))
-
Set heroexp = (Hero experience of (Triggering unit))
-
Set heroitem = (Item carried by (Triggering unit) in slot 1)
-
Set heroitem2 = (Item carried by (Triggering unit) in slot 2)
-
Set heroitem3 = (Item carried by (Triggering unit) in slot 3)
-
Set heroitem4 = (Item carried by (Triggering unit) in slot 4)
-
Set heroitem5 = (Item carried by (Triggering unit) in slot 5)
-
Set heroitem6 = (Item carried by (Triggering unit) in slot 6)
-
Unit - Create 1 Paladin2 for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing Default building facing (270.0) degrees
-
Hero - Set (Last created unit) Hero-level to herolvl, Hide level-up graphics
-
Hero - Set (Last created unit) experience to heroexp, Hide level-up graphics
-
Hero - Give heroitem to (Last created unit)
-
Hero - Give heroitem2 to (Last created unit)
-
Hero - Give heroitem3 to (Last created unit)
-
Hero - Give heroitem4 to (Last created unit)
-
Hero - Give heroitem5 to (Last created unit)
-
Hero - Give heroitem6 to (Last created unit)
-
Hero - Give Claws of attack2 to (Last created unit)
-
Item - Make (Last created item) Undroppable
-
Selection - Select (Last created unit)
-
Unit - Remove (Triggering unit) from the game
Variables:heroexp - integer -experience of hero
herolvl - integer - lvl of hero
heroitem(1,2,3..6) - item - items carried by hero slots .. 1,2,3...
Paladin .. a new unit - must be same as old unit just attack range is higher
claws of attack - ur item it can be other item
claws of attack2 - same item as that but not increasing range ..
-------------------------------------------------------------
please give rep