![]() |
مشكلة ف الاسكل بك والتيم بك والاليت بك
المشكلة واحده ف التلاتة وهى ان الايميل لو لفل 140 بيبقا عادى يخش اى حاجه فيهم لو لفل 129 او اقل او 119 او اقل او99 او اقل لو داس ع الان بى سى ميدخلهوش فى حتة ومبيرودش عليه خالص !!
|
رد: مشكلة ف الاسكل بك والتيم بك والاليت بك
بص ع الان بي سي
وهتفهم او ابعته هنا وهشوفه او قول سورس مين حتي نعرف نشوف |
رد: مشكلة ف الاسكل بك والتيم بك والاليت بك
اقتباس:
|
رد: مشكلة ف الاسكل بك والتيم بك والاليت بك
لفلات الصغير اصلا مش شغاله عشان ف مشكله ف الاكس بي لو خدت بالك لو ضربت وحش هتطلع 140
|
رد: مشكلة ف الاسكل بك والتيم بك والاليت بك
اقتباس:
|
رد: مشكلة ف الاسكل بك والتيم بك والاليت بك
بكلم الراجل ده مش بيرود عليا يا رايدر عموما الانبيسهات اهيه
#region ElitePk case 448582: { switch (npcRequest.OptionID) { case 0: { dialog.Text("Glad to see you! I take it that you haven`t heard of the Elite PK Tournament, have you? No? Aha, please allow me to introduce this exciting event for you! It`s a new PK Tournament that takes place every Friday. You will be divided into four groups, based"); dialog.Text("~on your level. Not only will the top 3 winners of each group receive nice prizes, you will also receive EXP worth 1 EXP Ball and 1000 Honor points for each match you take part in at the end of that round. Do you want to have a go?"); dialog.Option("Tell~me~more~about~the~rules.", 1); dialog.Option("Sign~me~up!", 3); dialog.Option("I~want~to~claim~my~prize!", 5); dialog.Option("Not~interested.", 255); dialog.Avatar(26); break; } case 1: { dialog.Text("The Elite PK Tournament begins at 17:55 every day night, and players will be divided into four groups, which are the Under 100 group, the 100-119 group, the 120-129 group, and the 130+ group. You can sign up for it"); dialog.Text("~between 17:55 and 17:59. No admittance after the tournament begins. Players should first wait in the Waiting Area, and if you leave the area before your round, you will forfeit your chance. There will be a Knockout round before the Final."); dialog.Text("~But if there are less than 8 players at the start of the Elite PK Tournament, the Final will be replaced by the Knockout. Each round in the Knockout lasts 3 minutes. At the end of 3 minutes, if no one is killed, the player with a higher score wins."); dialog.Text("~After you finish your round, you`ll have to wait for all the other players to finish this round to enter the next round."); dialog.Option("There~is~a~Final?", 2); dialog.Avatar(26); break; } case 2: { dialog.Text("Sure. When there are less than 8 players left in the field, the Final starts. Each round of the Final lasts for 5 minutes. Though all of the Top 8 players will receive nice prizes, the top 3 will earn special prizes! Claim your reward before the next"); dialog.Text("~week`s Elite PK Tournament begins, or you won`t get them. We hope everyone will join this tournament, and so not only will the top 3 winners of each group receive nice prizes, you will also receive EXP worth 1 EXP Ball and 1000 Honor"); dialog.Text("~points for each match you take part in at the end of that match!"); dialog.Option("Sign~me~up!", 3); dialog.Option("Not~interested.", 255); dialog.Avatar(26); break; } case 3: { if (!ElitePKTournament.SignUp(client))//dy test only hmmmm oki { dialog.Text("Please sign up between " + ElitePK.EventTime + ":55 and " + ElitePK.EventTime + ":59 every night for the Elite PK Tournament."); dialog.Option("Okay.", 255); dialog.Avatar(26); } break; } case 5: { if (client.ClaimedElitePk == 1) { dialog.Text("You really get your prizes."); dialog.Option("Oh Sorry.", 255); dialog.Avatar(26); dialog.Send(); break; } else { if (ElitePKTournament.GetReward(client)) { client.ClaimedElitePk = 1; } break; } } } break; } #endregion #region Teampk case 8158: { switch (npcRequest.OptionID) { case 0: { dialog.Text("Attention! The Team Pk Tournament will be held every Day at 16.00. The Top 8"); dialog.Text(" teams will be handsomely rewarded, and each player in the team can"); dialog.Text(" receive EXP and 1,000 Honor Points affter each match."); dialog.Option("What about the rules? ", 1); dialog.Option("Sign up!", 2); dialog.Option("Claim prize", 3); dialog.Option("Leave.", 255); dialog.Send(); break; } case 3: { if (client.ClaimedTeampk == 1) { dialog.Text("You really get your prizes."); dialog.Option("Oh Sorry.", 255); dialog.Avatar(26); dialog.Send(); break; } else { if (Game.Features.Tournaments.TeamPk.GetReward(client )) { client.ClaimedTeampk = 1; } else { dialog.Text("Sorry, just the lider of 8 top teams will receive the reward!"); dialog.Option("Ok thx.", 255); dialog.Send(); } break; } } case 1: { dialog.Text("The Team Pk Tournament start at 16:00 every Saturday, and teams will be divided"); dialog.Text(" into four grups: Level 1-99, Level 100-119, level 120-129 and level 130+ "); dialog.Text(" Only teams can participate in this Tournament . You can either create a team"); dialog.Text(" befor signin up, or enter the waiting area and create you team. At the start of the"); dialog.Text(" Tournament, any player who`s not in team will be removed from the tournament map."); dialog.Text(" Where the Tournament ends, only the team leaders of the winning teams can claim the reward."); dialog.Option("Ok Thanks you!", 255); dialog.Send(); break; } case 2: { if (Game.Features.Tournaments.TeamPk.TeamTournament.O pened) { if (client.Team != null) { if (client.Team.RightTeamElite()) { if (client.Entity.Level >= 130) if (!Game.Features.Tournaments.TeamPk.TeamTournament. Join(client, client.Team.GetEliteGroup(client.Entity.Level))) { dialog.Text("Sorry, but your tournament on grup was staring.."); dialog.Option("Ok thx.", 255); dialog.Send(); } } else { dialog.Text("I'm sorry, but your Team must have players with the same level and in the same internships."); dialog.Text("Exemple: ( full 100-, or full 100-120, or full 120-130, or full 130+)"); dialog.Option("Ok thx.", 255); dialog.Send(); } } else { dialog.Text("Please create team"); dialog.Option("Ok thx.", 255); dialog.Send(); } } else { dialog.Text("Aha! Can`t wait right? The Team Pk Tournament has not started, yet. Come"); dialog.Text(" see me at 15:55, this Saturday. I can send you the field before the tournament starts at 16:00"); dialog.Option("Ok See, you then!.", 255); dialog.Send(); } break; } } break; } #endregion #region SkillTeam Tournament case 8592: { switch (npcRequest.OptionID) { case 0: { dialog.Text("The new Skill Team PK Tournament is open! It is held at 11:00, every Day."); dialog.Text("~The contestants will receive EXP worth 1 EXP Ball and 1,000 Honor Points for each round!"); dialog.Text("~The top 8 teams will receive extra prizes!"); dialog.Option("What about the rules? ", 1); dialog.Option("Sign up!", 2); dialog.Option("Claim~prize.", 3); dialog.Option("Leave.", 255); dialog.Avatar(40); dialog.Send(); break; } case 3: { if (client.ClaimedSkillTeam == 1) { dialog.Text("You really get your prizes."); dialog.Option("Oh Sorry.", 255); dialog.Avatar(26); dialog.Send(); break; } else { if (Game.Features.Tournaments.SkillPk.GetReward(clien t)) { client.ClaimedSkillTeam = 1; } else { dialog.Text("I`m sorry, but only the leaders from the top 8 teams are able to claim the prizes."); dialog.Option("Oh.", 255); dialog.Avatar(40); dialog.Send(); } break; } } case 1: { dialog.Text("There are limits on the Equipment Level and Rank. Moreover, there are restrictions on Equipment Quality, Bonus Level, Sockets, Gems and Blessing effects."); dialog.Text("~Besides, the effects of the Sub-classes are adjusted, too. (Except for Apothecary.)"); dialog.Text("~By the way, the Battle Power shared from your Clan, Mentor, and Guild won`t count."); dialog.Option("Go~ahead.", 4); dialog.Avatar(40); dialog.Send(); break; } case 4: { dialog.Text("The Skill Team PK Tournament is held at 11:00, everyday. You need to team up with others to take part in it. Only the team leaders are capable of claiming the rewards."); dialog.Text("~You can team up with your friends in advance, or while in the waiting area. People who don`t team up will be kicked out, when the contest starts."); dialog.Text("~There are 4 groups: Level 130+, level 120-129, level 100-119 and level 1-99."); dialog.Option("What~else?", 5); dialog.Avatar(40); dialog.Send(); break; } case 5: { dialog.Text("You can talk to me to enter the waiting area at 10:45. No teams will be allowed to enter after the contest starts."); dialog.Text("~The contest for level 130+ starts at 11:00, level 120-129: 11:02, level 100-119: 11:04 and level 1-99: 11:06."); dialog.Text("~Disbanding/creating a team during the contest will lead to disqualification. In the knockout stage, each round lasts for 10 minutes."); dialog.Option("Is~that~all?", 6); dialog.Avatar(40); dialog.Send(); break; } case 6: { dialog.Text("If there are no more than 8 teams, it will enter the final stage directly and each round lasts for 15 minutes."); dialog.Text("~The top 3 teams will be announced. The leaders from the top 8 teams should claim the prize before the next Skill Team PK Tournament starts."); dialog.Text("~The contestants will receive EXP worth 1 EXP Ball and 1,000 Honor Points, for each round."); dialog.Option("Sign~up~now!", 2); dialog.Option("I~see.", 255); dialog.Avatar(40); dialog.Send(); break; } case 2: { if (Game.Features.Tournaments.SkillPk.SkillTournament .Opened) { if (client.Team != null) { if (client.Team.RightTeamElite()) { if (client.Entity.Level >= 130) if (!Game.Features.Tournaments.SkillPk.SkillTournamen t.Join(client, client.Team.GetEliteGroup(client.Entity.Level))) { dialog.Text("Sorry, but your tournament on grup was staring.."); dialog.Option("Ok thx.", 255); dialog.Avatar(40); dialog.Send(); } } else { dialog.Text("I'm sorry, but your Team must have players with the same level and in the same internships."); dialog.Text("Exemple: ( full 100-, or full 100-120, or full 120-130, or full 130+)"); dialog.Option("Ok thx.", 255); dialog.Avatar(40); dialog.Send(); } } else { dialog.Text("Please create team"); dialog.Option("Ok thx.", 255); dialog.Avatar(40); dialog.Send(); } } else { dialog.Text("The Skill Team PK Tournament is held every day. Please come back on Wed. at 10:55."); dialog.Option("Alright.", 255); dialog.Avatar(40); dialog.Send(); } break; } } break; } #endregion |
رد: مشكلة ف الاسكل بك والتيم بك والاليت بك
جرب الشفره دي بس غالبا زي ما قولتلك مشكله من اللفل
كود PHP:
|
رد: مشكلة ف الاسكل بك والتيم بك والاليت بك
اقتباس:
|
الساعة الآن 11:08 AM |
مرحبا بكم في منتدي اكواد لتطوير الالعاب