rune stuff hero

10/20/2018 00:52 Kawamaki#1
I leave the solution to be able to rune them the heroic equipment on Opennos

edit this:

Code:
if ((wearable.Item.ItemType == ItemType.Weapon && weapon) || (wearable.Item.ItemType == ItemType.Armor && !weapon))
by
Code:
if ((wearable.Item.ItemType == ItemType.Weapon && weapon && wearable.Item.IsHeroic) || (wearable.Item.ItemType == ItemType.Armor && !weapon && wearable.Item.IsHeroic))
and to be able to disable level restriction edit this:

Code:
if (wearable != null && (wearable.Item.ItemType == ItemType.Weapon || wearable.Item.ItemType == ItemType.Armor) && wearable.Item.LevelMinimum >= inv.Upgrade && wearable.Rare >= inv.Rare && !wearable.Item.IsHeroic)
by

Code:
if (wearable != null && (wearable.Item.ItemType == ItemType.Weapon || wearable.Item.ItemType == ItemType.Armor) && wearable.Rare >= inv.Rare)
10/20/2018 01:15 fantasy942#2
So, for you the solution for insert shells to all the Hero weapon is remove the item level controll?

So i can insert a level 80 shell to a level 15 weapon right? XD

That is not a solution xD
10/20/2018 01:19 Kawamaki#3
yes it is done on purpose for those who want to remove the restriction
04/04/2020 05:33 Cucalon#4
Quote:
Originally Posted by Kawamaki View Post
yes it is done on purpose for those who want to remove the restriction
You have the runes working?
04/04/2020 15:16 Akazamuix#5
Quote:
Originally Posted by Cucalon View Post
You have the runes working?
He won't write you. Look at his name...he was banned.
04/04/2020 15:57 Saber none#6
Quote:
Originally Posted by Cucalon View Post
You have the runes working?
Quote:
Originally Posted by iN3V3R View Post
He won't write you. Look at his name...he was banned.
In addition to that a rune system is not as simple as literally changing one if clause.
04/04/2020 15:59 Cucalon#7
Quote:
Originally Posted by Saber none View Post
In addition to that a rune system is not as simple as literally changing one if clause.
Mm You have the structure?
04/04/2020 16:53 Kravos#8
Quote:
Originally Posted by Cucalon View Post
You have the runes working?
Stop digging in threads which are 2 years old just because you want to ask them "u gift me?"

Learn programming and stop leeching.
04/04/2020 20:51 IceTrailer#9
#closed