ah ok
will try it tomoro with out as much confusion goin on here
[doublepost=1545267674][/doublepost]added it and readded it to make sure I did it right got these errors (using JUSTUO)
In AnimalLore.cs find:
if (c.Body.IsAnimal || c.Body.IsMonster || c.Body.IsSea)
change it to
if (c.Body.IsAnimal || c.Body.IsMonster || c.Body.IsSea || c Is FemalePackSlave)
Errors:
+ Skills/AnimalLore.cs:
CS1026: Line 43: ) expected
CS1023: Line 43: Embedded statement cannot be a declaration or labeled state
ment
CS1002: Line 43: ; expected
CS1525: Line 43: Invalid expression term ')'
CS1002: Line 43: ; expected
CS1525: Line 63: Invalid expression term 'else'
CS1002: Line 63: ; expected
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
tryin to add anymore give more errors is 6 packslaves Im tryin to get lore gump for,,, what am Im missing for this to work ??
401 FemalePackSlave
605 KajiraEFPackSlave
401 KajiraHFPackSlave
400 KajirusHMPackSlave
606 KajirusEMPackSlave
400 MalePackSlave
(edit) please explain what You did if You fix this