Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #region JinagEvent
- #region Pills Fragment
- case 3300467:
- {
- if (client.Inventory.Contains(3003126, 200) && client.Inventory.Contains(3003125, 200) && client.Inventory.Contains(3003124, 200) && client.Inventory.Contains(3002030, 200) && client.Inventory.Contains(3002029, 200)
- && client.Inventory.Contains(3303373, 200) && client.Inventory.Contains(3002926, 200) && client.Inventory.Contains(3300467, 1))
- {
- client.Inventory.Remove(3002926, 200);
- client.Inventory.Remove(3303373, 200);
- client.Inventory.Remove(3002029, 200);
- client.Inventory.Remove(3002030, 200);
- client.Inventory.Remove(3003124, 200);
- client.Inventory.Remove(3003125, 200);
- client.Inventory.Remove(3003126, 200);
- client.Inventory.Remove(3300467, 1);
- client.Inventory.Add(3300466, 0, 1);
- client.Send(new MsgTalk("Congratulations you get 1 of MakeJinagPill.", Color.Red, MsgTalk.System));
- }
- else
- {
- client.Send(new MsgTalk("Faild to combine. You don't have some itme.", Color.Red, MsgTalk.System));
- }
- break;
- }
- #endregion
- #region MakeJinagPill
- case 3300466:
- {
- client.MessageBox("This~is~a~Make~Jinag~Pill~Twin~City.",
- (p) =>
- {
- MsgAction data = new MsgAction(true);
- data.UID = p.Player.UID;
- data.TimeStamp2 = 18997;
- data.ID = (MsgAction.Mode)162;
- data.wParam1 = 378;
- data.wParam2 = 385;
- client.Send(data);
- p.Send(data);
- }, null);
- break;
- }
- #endregion
- #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement