I have the crafting all working, and ore finishing bonuses. If anyone wants such thing.
HuntRPG
Moved
Total Downloads: 16,959 - First Release: Mar 15, 2015 - Last Update: Jul 30, 2018
- 5/5, 73 likes
-
-
-
Wulf Community Admin
-
-
Wulf Community Admin
It's mainly there to prevent malicious versions from being posted or other potentially unwanted changes.
-
-
-
Or without taking over the plugin to continue development. As I have little knowledge of C# to base off of. -
Wulf can we get someone to update this? pretty please? lol...........
-
-
If nobody is going to update this, I think it should be removed.
-
I only say that because it does load, but causes errors that remain after unloading it. Server has to be restarted to clear rcon spamming.
-
That's what I have to do, until I can find someone to actually fix it all. -
If anyone's having trouble with it saving NPC's that have names assigned to them, I believe I have found a fix to that as well.
-
-
[DOUBLEPOST=1517079491][/DOUBLEPOST] -
Also I believe that
Code:private RPGInfo FindRpgInfo(BasePlayer player) { if (Data == null) return null; var userId = player.userID; RPGInfo config; if (Data.Profiles.TryGetValue(userId, out config)) { config.SetUserId(userId); config.SteamName = player.displayName; config.LastSeen = Facepunch.Math.Epoch.Current; return config; } if (player.displayName==null) return null; if (player.userID<70000000000) return null; Data.Profiles[userId] = config = new RPGInfo(player.displayName, DefaultHud, ShowProfile); config.SetUserId(userId); //SaveRPG(); return config; }
-
Hey is there a way to fix the Animals attacking pet owner ? I have a wolf and i walk close to it, it attacks me but it wont attack unless im in its radius
-
[DOUBLEPOST=1517522583][/DOUBLEPOST]Also, @Wulf is it alright if I can take over this plugin? Some people have been asking me for the crafting fixes and such.
It would also allow me to keep an updated version always available for everyone as I work on it.