{Request} Thunder and Glory Gems!! for CoEmu V.2 Source

07/02/2009 21:22 darkmanx1#1
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:
07/02/2009 21:24 JustChillin#2
I would suggest Search for like SDG or something do this with another gem. Then copying that and editing till you get ti right.
07/02/2009 21:34 Kiyono#3
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;
                            }
07/02/2009 21:42 darkmanx1#4
Quote:
Originally Posted by Kiyono View Post
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;
                            }
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 xP
07/02/2009 21:47 n0mansland#5
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;
In character.cs

Add the cases into packetprocessor under
Code:
Item.Value.Soc1 and 2
Right?

Although they're already in there..
07/02/2009 23:14 darkmanx1#6
hmmm if they are in the file already then how do we fix the issue when u try to socket em into tower and fan they turn into phoenix for fan and fury for tower?
07/02/2009 23:20 ahmed201031111#7
yea i do this to in fan make phoinx and in tower fury!!!!!!!!!!!!1