requesting a guide for normal ref and super thunder glory gems. Im new at this or i would make one srry xD it would be a big release and greatly appreciated THX.:handsdown::handsdown:
public int NorTG = 0;
public int RefTG = 0;
public int SupTG = 0;
public int NorGG = 0;
public int RefGG = 0;
public int SupGG = 0;
case 101:
{
CSocket.Client.NorTG++;
break;
}
case 102:
{
CSocket.Client.RefTG++;
break;
}
case 103:
{
CSocket.Client.SupTG++;
break;
}
case 121:
{
CSocket.Client.NorGG++;
break;
}
case 122:
{
CSocket.Client.RefGG++;
break;
}
case 123:
{
CSocket.Client.SupGG++;
break;
}
yea i guess just should fit in with the other gems and i just remembered there isnt a way to remove gems yet. so much i have to learn. thx for everyone thats tryin to help xPQuote:
Something like this?
(not complete btw)
Code:public int NorTG = 0; public int RefTG = 0; public int SupTG = 0; public int NorGG = 0; public int RefGG = 0; public int SupGG = 0;Code:case 101: { CSocket.Client.NorTG++; break; } case 102: { CSocket.Client.RefTG++; break; } case 103: { CSocket.Client.SupTG++; break; } case 121: { CSocket.Client.NorGG++; break; } case 122: { CSocket.Client.RefGG++; break; } case 123: { CSocket.Client.SupGG++; break; }
public int NorTG = 0;
public int RefTG = 0;
public int SupTG = 0;
public int NorGG = 0;
public int RefGG = 0;
public int SupGG = 0;
Item.Value.Soc1 and 2