- Joined
- Aug 14, 2008
- Messages
- 86
- Reaction score
- 4
If you tried adding the pink vynn to a v.62 server you can see that it doesn't spawn. But why is that? Even if you did add the HP bars 6 and 7, all of his skills, sounds, string, and mob icon he still won't spawn. Heres how to fix him up new.
First Open up 8820001.img.xml inside of the database Mob.wz
Ctrl + F and find the following line. <string name="elemAttr" value="P2H2F2I2"/>
Look at the values for the elements. You will see P, H, F, and I. But one of those isn't registered inside of the v.62 maple client. P = Physical, H = Holy, F = Fire, I = Ice.
Since value P = Physical but it isn't registered so change it to S.
Heres the new line of what it should look like. <string name="elemAttr" value="S2H2F2I2"/>
After just save it, login and if you added his string, and 8820001.img into your mob.wz he will spawn.
Credits to logan!
just felt the need to add it here.
(No credits to me I'm just a leecher for this hahas
)
First Open up 8820001.img.xml inside of the database Mob.wz
Ctrl + F and find the following line. <string name="elemAttr" value="P2H2F2I2"/>
Look at the values for the elements. You will see P, H, F, and I. But one of those isn't registered inside of the v.62 maple client. P = Physical, H = Holy, F = Fire, I = Ice.
Since value P = Physical but it isn't registered so change it to S.
Heres the new line of what it should look like. <string name="elemAttr" value="S2H2F2I2"/>
After just save it, login and if you added his string, and 8820001.img into your mob.wz he will spawn.
Credits to logan!

just felt the need to add it here.
(No credits to me I'm just a leecher for this hahas
