Posts: 20
Threads: 6
Joined: Apr 2011
Reputation:
0
So i want to add weapons with the echoing prefix(+3 to warcries) to my pickit.
Do i need to code each individual weapon that can have this prefix or is there an easier way to do this?
Someone want to help me in writing one for throwing spears? (the ones that you can buy in act 5 at malah)
Posts: 20
Threads: 6
Joined: Apr 2011
Reputation:
0
anyone still on this website that can help me with this?
Posts: 5,260
Threads: 513
Joined: Aug 2004
Reputation:
0
I'm not sure on all the types of wc weps. I only have 2 listed in my pickit and i know they work for sure.
Code:
[Name] == GreatSword && [Quality] == magic # [WarcriesSkillTab] == 3
[Name] == CrystalSword && [Quality] == magic # [WarcriesSkillTab] == 3
You can try using the pickit lines here, I have not tested it so please let me know if it works or if u get error
I just wrote them lines so not 100% sure if they work.
Code:
[Type] == Spear && [Quality] == magic # [WarcriesSkillTab] == 3
[Type] == ThrowingKnife && [Quality] == magic # [WarcriesSkillTab] == 3
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Posts: 30
Threads: 1
Joined: Apr 2011
Reputation:
0
I am not so sure about throwing knives, but atleast normal knives class are able to spawn Echoing.
So I suggest adding that too (that works in GVEtal, I wont promise anything with D2NT). If you get a crash with Itemparser.ntl or whatever remove this line.
[Type] == Knife && [Quality] == magic # [WarcriesSkillTab] == 3