-Player:GetKinah(). It checks your kinah amount.
-Player:GetWhereIAm(). It is for subzone based control. Maybe You wanna use your skills acording to subzone.
forexample;
Code: Select all
if Player:GetWhereIAm() == "Sea of Life" then
-Player:GetMInventory(). Your maximum inventory value.
-For purple dot on radar, NA value is
Code: Select all
<RadarMark>106D404</RadarMark>
You can set them in your code or in OfficialGrinderFramwork without using cheating2.dll.
Code: Select all
Player:SetCryEngineFieldOfViewValue(your value);
Player:SetCryEngineConsoleMode(1 or 0)
Player:SetAtackSpeed(your value between 0-1000; 0 is max)
Player:SetNoGravity(true or false)
If you have any problem, you can ask.