Results: 1Comments by: Keishin
File: ItemRack07-06-07
I figured out a cheap hack to get i...
Posted By: Keishin
I figured out a cheap hack to get it to work with nether rays. Go to line 3785 in ItemRack.lua, which should be in the ItemRack_PlayerMounted function and add this just before the 'then' or string.find(buff,"NetherRay") So that the line now reads like so elseif string.find(buff,"Mount_") or string.find(buff,"NetherRay") then