Any chance for an update to add polar bears? Thank you.
Support for polar bearsSolved
Vote up
This would be cool
i submitted a patch that includes polarbears and fixes the broken pet inventory UI just waiting for k1lly0u to aprove it
in the meantime the fix is simple.
find and replace these lines
Line 144
string[] names = new string[] { "bear", "boar", "chicken", "horse", "stag", "wolf" };
Line 339
player.ClientRPCPlayer(null, player, "RPC_OpenLootPanel", "smallwoodenbox");with this
Line 144
string[] names = new string[] { "bear", "polarbear", "boar", "chicken", "horse", "stag", "wolf" };
Line 339
player.ClientRPCPlayer(null, player, "RPC_OpenLootPanel", "generic"); Thank you!
This has been added in the latest version.
Locked automatically