بنات الجيلد وار لسورس ☼كودر☼ وسورس ☼فونكس☼ بدون اخطاء
هنضيفه لسورس
☼فونكس☼
1- هترفع ده على ☼النافى كت☼
كود PHP:
INSERT INTO `npcs` VALUES ('5640', '0', '0', 'GuildConductor1', '0002', '1457', '-1', '1038', '0332', '0336', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ·ط·آ·ط¢آ¢ط·آ¢ط¢', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `npcs` VALUES ('5641', '0', '0', 'GuildConductor2', '0002', '1467', '-1', '1038', '0338', '0337', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ·ط·آ·ط¢آ¢ط·آ¢ط¢', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `npcs` VALUES ('5642', '0', '0', 'GuildConductor3', '0002', '1477', '-1', '1038', '0346', '0329', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ·ط·آ·ط¢آ¢ط·آ¢ط¢', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `npcs` VALUES ('5643', '0', '0', 'GuildConductor4', '0002', '1478', '-1', '1038', '0344', '0323', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ·ط·آ·ط¢آ¢ط·آ¢ط¢', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `npcs` VALUES ('5662', '0', '0', 'GuildConductor1', '0002', '1457', '-1', '1005', '0033', '0051', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ·ط·آ·ط¢آ¢ط·آ¢ط¢', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `npcs` VALUES ('5663', '0', '0', 'GuildConductor2', '0002', '1467', '-1', '1015', '0793', '0566', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ·ط·آ·ط¢آ¢ط·آ¢ط¢', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `npcs` VALUES ('5664', '0', '0', 'GuildConductor3', '0002', '1477', '-1', '1000', '0489', '0631', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ·ط·آ·ط¢آ¢ط·آ¢ط¢', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `npcs` VALUES ('5665', '0', '0', 'GuildConductor4', '0002', '1487', '-1', '1001', '0333', '0328', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ·ط·آ·ط¢آ¢ط·آ¢ط¢', '0000', '00', '00', '0000', '00', '0000');
2-هتفتح بالسى شارب ☼Dialog.cs☼
وتضيف الكود ده
كود PHP:
#region GuildConductor1
case 5640:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Are you heading for the next teleporter? It is free for our members, and 1,000 silver for others.");
dialog.Option("Please teleport me there.", 1);
dialog.Option("Buy Guild Teleporter.", 255);
dialog.Option("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 1000)
{
client.Entity.Money -= 1000;
client.Entity.Teleport(1005, 35, 51);
}
else
{
dialog.Text("Please take 1000 silvers to use guild teleporter.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor2
case 5641:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Are you heading for the next teleporter? It is free for our members, and 1,000 silver for others.");
dialog.Option("Please teleport me there.", 1);
dialog.Option("Buy Guild Teleporter.", 255);
dialog.Option("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 1000)
{
client.Entity.Money -= 1000;
client.Entity.Teleport(1015, 794, 567);
}
else
{
dialog.Text("Please take 1000 silvers to use guild teleporter.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor3
case 5642:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Are you heading for the next teleporter? It is free for our members, and 1,000 silver for others.");
dialog.Option("Please teleport me there.", 1);
dialog.Option("Buy Guild Teleporter.", 255);
dialog.Option("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 1000)
{
client.Entity.Money -= 1000;
client.Entity.Teleport(1000, 489, 633);
}
else
{
dialog.Text("Please take 1000 silvers to use guild teleporter.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor4
case 5643:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Are you heading for the next teleporter? It is free for our members, and 1,000 silver for others.");
dialog.Option("Please teleport me there.", 1);
dialog.Option("Buy Guild Teleporter.", 255);
dialog.Option("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 1000)
{
client.Entity.Money -= 1000;
client.Entity.Teleport(1001, 335, 326);
}
else
{
dialog.Text("Please take 1000 silvers to use guild teleporter.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor1
case 5662:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Would you like to go ack to Guild Area in Twin City? l will teleport our members there free and charge nonmembers 500.");
dialog.Option("Please teleport me there.", 1);
dialog.Option("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 500)
{
client.Entity.Money -= 500;
client.Entity.Teleport(1038, 349, 340);
}
else
{
dialog.Text("Please take 500 silvers to use guild teleporter.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor2
case 5663:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Would you like to go ack to Guild Area in Twin City? l will teleport our members there free and charge nonmembers 500.");
dialog.Option("Please teleport me there.", 1);
dialog.Option("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 500)
{
client.Entity.Money -= 500;
client.Entity.Teleport(1038, 349, 340);
}
else
{
dialog.Text("Please take 500 silvers to use guild teleporter.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor3
case 5664:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Would you like to go ack to Guild Area in Twin City? l will teleport our members there free and charge nonmembers 500.");
dialog.Option("Please teleport me there.", 1);
dialog.Option("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 500)
{
client.Entity.Money -= 500;
client.Entity.Teleport(1038, 349, 340);
}
else
{
dialog.Text("Please take 500 silvers to use guild teleporter.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor4
case 5665:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Would you like to go ack to Guild Area in Twin City? l will teleport our members there free and charge nonmembers 500.");
dialog.Option("Please teleport me there.", 1);
dialog.Option("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 500)
{
client.Entity.Money -= 500;
client.Entity.Teleport(1038, 349, 340);
}
else
{
dialog.Text("Please take 500 silvers to use guild teleporter.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
ودوس
F6
and
F5
واقفل
وكده تمام سورس ☼فونكس☼
===========
نضيفه لسورس
☼كودر☼
1- هترفع ده على ☼النافى كت☼
كود PHP:
INSERT INTO `cq_npc` VALUES ('5640', '0', '0', 'GuildConductor1', '0002', '1457', '-1', '1038', '0332', '0336', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `cq_npc` VALUES ('5641', '0', '0', 'GuildConductor2', '0002', '1467', '-1', '1038', '0338', '0337', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `cq_npc` VALUES ('5642', '0', '0', 'GuildConductor3', '0002', '1477', '-1', '1038', '0346', '0329', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `cq_npc` VALUES ('5643', '0', '0', 'GuildConductor4', '0002', '1478', '-1', '1038', '0344', '0323', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `cq_npc` VALUES ('5662', '0', '0', 'GuildConductor1', '0002', '1457', '-1', '1005', '0033', '0051', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `cq_npc` VALUES ('5663', '0', '0', 'GuildConductor2', '0002', '1467', '-1', '1015', '0793', '0566', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `cq_npc` VALUES ('5664', '0', '0', 'GuildConductor3', '0002', '1477', '-1', '1000', '0489', '0631', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `cq_npc` VALUES ('5665', '0', '0', 'GuildConductor4', '0002', '1487', '-1', '1001', '0333', '0328', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ط·آ·ط¢آ·ط·آ¢ط¢آ', '0000', '00', '00', '0000', '00', '0000');
2-هتفتح بالسى شارب ☼Dialog.cs☼
وتضيف الكود ده
كود PHP:
#region GuildConductor1
case 5640:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Are you heading for the next teleporter? It is free for our members, and 1,000 silver for others.");
dialog.Link("Please teleport me there.", 1);
dialog.Link("Buy Guild Teleporter.", 255);
dialog.Link("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 1000)
{
client.Entity.Money -= 1000;
client.Entity.Teleport(1005, 35, 51);
}
else
{
dialog.Text("Please take 1000 silvers to use guild teleporter.");
dialog.Link("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor2
case 5641:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Are you heading for the next teleporter? It is free for our members, and 1,000 silver for others.");
dialog.Link("Please teleport me there.", 1);
dialog.Link("Buy Guild Teleporter.", 255);
dialog.Link("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 1000)
{
client.Entity.Money -= 1000;
client.Entity.Teleport(1015, 794, 567);
}
else
{
dialog.Text("Please take 1000 silvers to use guild teleporter.");
dialog.Link("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor3
case 5642:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Are you heading for the next teleporter? It is free for our members, and 1,000 silver for others.");
dialog.Link("Please teleport me there.", 1);
dialog.Link("Buy Guild Teleporter.", 255);
dialog.Link("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 1000)
{
client.Entity.Money -= 1000;
client.Entity.Teleport(1000, 489, 633);
}
else
{
dialog.Text("Please take 1000 silvers to use guild teleporter.");
dialog.Link("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor4
case 5643:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Are you heading for the next teleporter? It is free for our members, and 1,000 silver for others.");
dialog.Link("Please teleport me there.", 1);
dialog.Link("Buy Guild Teleporter.", 255);
dialog.Link("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 1000)
{
client.Entity.Money -= 1000;
client.Entity.Teleport(1001, 335, 326);
}
else
{
dialog.Text("Please take 1000 silvers to use guild teleporter.");
dialog.Link("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor1
case 5662:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Would you like to go ack to Guild Area in Twin City? l will teleport our members there free and charge nonmembers 500.");
dialog.Link("Please teleport me there.", 1);
dialog.Link("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 500)
{
client.Entity.Money -= 500;
client.Entity.Teleport(1038, 349, 340);
}
else
{
dialog.Text("Please take 500 silvers to use guild teleporter.");
dialog.Link("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor2
case 5663:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Would you like to go ack to Guild Area in Twin City? l will teleport our members there free and charge nonmembers 500.");
dialog.Link("Please teleport me there.", 1);
dialog.Link("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 500)
{
client.Entity.Money -= 500;
client.Entity.Teleport(1038, 349, 340);
}
else
{
dialog.Text("Please take 500 silvers to use guild teleporter.");
dialog.Link("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor3
case 5664:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Would you like to go ack to Guild Area in Twin City? l will teleport our members there free and charge nonmembers 500.");
dialog.Link("Please teleport me there.", 1);
dialog.Link("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 500)
{
client.Entity.Money -= 500;
client.Entity.Teleport(1038, 349, 340);
}
else
{
dialog.Text("Please take 500 silvers to use guild teleporter.");
dialog.Link("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
#region GuildConductor4
case 5665:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Would you like to go ack to Guild Area in Twin City? l will teleport our members there free and charge nonmembers 500.");
dialog.Link("Please teleport me there.", 1);
dialog.Link("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.Money >= 500)
{
client.Entity.Money -= 500;
client.Entity.Teleport(1038, 349, 340);
}
else
{
dialog.Text("Please take 500 silvers to use guild teleporter.");
dialog.Link("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
ودوس
F6
and
F5
واقفل
وكده تمام سورس ☼كودر☼
تانى مشكله مشكله السى بى بيجى منين الحل
هيا هنغير كل انبيسى فى السورس من اللى بياخدوا سى بى
مقابل عمل ما بشوبات مثلا سيده الحظ بتاخد 27 سى بى علشان تدخللك
هنخلى سيده الحظ دى شوب بتبيه scroll ب27 سى بى بتدخللك
مكان سيده الحظ الاصليه مابتدخللك وscroll يعنى رساله
هى دى الفكره وهى سهله جدا لكل الناس اللى مش فاهم يبقا يكلمنى على الياهوا
اعملهالوا
تالت مشكله وهى
البيور سكل الحل منقول من عمنا رامى نوور
فى الموضوع القادم لعدم كفايه المساحه