Decker Needs Help Official Thread

03/02/2010 20:21 chester6#61
Go at my threat please and answer me on the question. :P
03/02/2010 20:38 Secrets-man#62
Should Use Search button. =/ ThunderGem = 103 GloryGem = 123 (for Super Ones )


And of course if you do /item HeavenFan Super 12 7 255 13 13 it gives u sdgs <.< Cause those last numbers are GEM ID's .. 13 = SuperDragonGem

12 Stands for plusses 7 for Bless Damage and 255 For Enchanted HP and 13 Stands for Gem ID .. Example /item PineRobe Super 5 1 200 3 3 <--- you get super +5 -1 200 hp SuperPhoenixGem SuperPhoenixGem PineRobe.
03/02/2010 20:41 Decker_#63
How can I make it in team deathmatch that when a player kills someone, there pk points won't go up?
JUST IN TEAM DEATHMATCH THOUGH
03/02/2010 20:43 Secrets-man#64
Works Fine For me =/ You did something wrong if it ain't working. I recommend to Follow the guide carefully.. Step By Step.
03/02/2010 20:47 Decker_#65
I did everything right.
I did nothing wrong.
03/02/2010 21:30 Korvacs#66
This is a duplicate of anouther topic you made.

Closed.
03/02/2010 21:32 Korvacs#67
Im not going to sticky this thread, or any other threads that turn up like this.

90% of the questions that have been asked in this thread and other threads like this should have been delt with in the 5165 FAQ/Questions thread in the release section.
03/02/2010 21:48 killersub#68
dats da same bug I have too XD anyone willing to help XD?
03/02/2010 21:51 killersub#69
here ya go XD...

Code:
#region GuildWarWinner
                            case 227789:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Hello.  Did you win the guild war and you wanna claim your prize?"));
                                        GC.AddSend(Packets.NPCLink("Yes", 1));
                                        GC.AddSend(Packets.NPCLink("No", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        if (GC.MyChar.GuildRank == NewestCOServer.Features.GuildRank.GuildLeader))
                                       {
                                            GC.MyChar.CPs += 20000;
                                            GC.MyChar.StatEff.Add(StatusEffectEn.TopGuildLeader);
                                        }
                                        GC.AddSend(Packets.NPCSay("Here you go"));
                                    }
                                    else
                                        {
                                            GC.AddSend(Packets.NPCSay("you are not a top guild leader! come back when you are."));
                                            GC.AddSend(Packets.NPCLink("Sorry!", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
break;
                                }
                            #endregion
03/02/2010 22:02 ramix#70
no you dont because there is explain to not get pkp
03/02/2010 22:18 Arcо#71
Gem Id - 700000
Decker please use the search button.
03/02/2010 22:19 Arcо#72
Quote:
Originally Posted by Decker_ View Post
I did everything right.
I did nothing wrong.
Apparently you did something wrong because it was explained perfectly, unless you changed the map.
03/02/2010 22:22 Øblivion#73
Quote:
Originally Posted by .Arco View Post
Gem Id - 700000
Decker please use the search button.
I think you need to reread post cause he didnt mean its item ID
He wanted its gem ID
03/02/2010 22:22 Arcо#74
:facepalm:
Rank check.
if (GC.MyChar.GuildRank == NewestCOServer.Features.GuildRank.GuildLeader))
03/02/2010 22:25 Arcо#75
Quote:
Originally Posted by Øblivion View Post
I think you need to reread post cause he didnt mean its item ID
He wanted its gem ID
Yeah I know, and the GemId in itemtype is 700013, you take 700000 away from that and you have 13, the gemid for the item command.