Post: C# Code For All Squad Members Level 60 ?
07-04-2014, 12:23 AM #1
LaRip8
Mario!
(adsbygoogle = window.adsbygoogle || []).push({}); I Haven't Coded For Ghosts Since 1.07, and I Was Wondering How Do I Set All Squad Members Level 60? Since There Is Only 1 Offset For Squad Member XP, I Am Confused Because Back In The Older Updates There Was 10 Offsets For Rank ( 1 Offset For Each Squad Member), and You Had To Set { 0x60, 0x00, 0x00, 0x00 } For Each Offset. So Any Help Would Be Great, Trying To Add Support For Ghosts In My Tool.
(adsbygoogle = window.adsbygoogle || []).push({});
07-07-2014, 04:42 AM #2
Hash847
Purple God
    
public static void SetSquadXP(uint SquadNumber)
{
PS3.SetMemory(0x179EDDA + 0x564 * SquadNumber, new byte[] { 0x60, 0x00, 0x00, 0x00 });
}

Then to set all the squads XP
    
for (uint i = 0; i < 10; i++)
{
SetSquadXP(i);
}

//I'm not 100% sure that the offset and difference between the squads are correct, so tell me if it works or not.
//For all you nubs out there that are like "Why not just have the for loop inside the function?" I do that so he can set any soldiers xp.
07-07-2014, 10:40 AM #3
seb5594
Proud Former Admin
Question answered by Winter. Thread closed :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo