Author Topic: [SOLVED] Fix for Item_Medipack and Item_PipeWrench  (Read 847 times)

There's only two issues I found with this item, if I have this medipack equipped in my inventory, my hands will still be raised in the air if I switch to another item.
it also bugs out sitting in vehicles causing you to stand up

Here's the download to the mod to patch it
http://orbs.daprogs.com/rtb/forum.returntoblockland.com/dlm/viewFile3b1b.html?id=5318

The pipe wrench has the same issue with sitting in vehicles causing you to stand up.
http://swololol.com/rd?f=Item_PipeWrench

Solution: Look for playthread(0, 'something') in the code and replace the 0 with 2.
« Last Edit: February 06, 2016, 09:20:05 PM by Spartan224 »

I think it also bugs out sitting in vehicles causing you to stand up, should be addressed too. I think the minigun done this aswell so it may be due to having the two hands

Added, was just checking right now and you're right.

Great, the pipe wrench has the stand issue as well... Added to the OP.

the issue with this is that the playthread action is put into the wrong slot. open up the server.cs, look for playthread(0, 'something'), and replace the 0's with 2's.

Doing it right now, will this also fix the medipack issue with the hands being raised when switching items?

Doing it right now, will this also fix the medipack issue with the hands being raised when switching items?
it might; give it a try

It works! Now I'll try testing with all of my add-ons and see what happens.

EDIT: Thanks Conan! Now I can get the other medipack and do the same with it. Locking.
« Last Edit: February 06, 2016, 09:17:55 PM by Spartan224 »