|
#region AutoHunting (1070)
case 1070:
{
if (client.Entity.Auto == false && client.Entity.Level < 130)
{
client.Send(new Network.GamePackets.NpcReply(6, "Sorry To You Should Have Level 130 To Run Auto Hunting !"));
return;
}
AutoHunt auto = new AutoHunt(false);
auto.Deserialize(packet);
switch (auto.Type)
{
case AutoHunt.Icon:
{
auto = new AutoHunt(true);
auto.Type = 0;
auto.Show = 341;
client.Send(auto);
return;
}
case AutoHunt.Start:
{
auto = new AutoHunt(true);
auto.Type = 1;
client.Send(auto);
client.Entity.Auto = true;
client.Entity.AddFlag3(Update.Flags3.AutoHunting);
return;
}
case AutoHunt.Gui:
{
auto = new AutoHunt(true);
auto.Type = 2;
auto.EXP = (ushort)client.Entity.autohuntxp;
client.Send(auto);
return;
}
case AutoHunt.End:
{
auto = new AutoHunt(true);
auto.Type = 3;
client.Entity.Auto = false;
client.Entity.autohuntxp = 0;
client.Entity.RemoveFlag3(Update.Flags3.AutoHunting);
client.Send(auto);
return;
}
}
return;
}
#endregion AutoHunting (1070)
[booth2]
ID=70004
Name=StoneShop
Mesh=22781
Map=5000
Type=16
X=293
Y=279
ItemAmount=7
Item1=730001@@100@@1@@0@0@0@0
Item2=730002@@150@@2@@0@0@0@0
Item3=730003@@500@@3@@0@0@0@0
Item4=730004@@3500@@4@@0@0@0@0
Item5=730005@@10500@@5@@0@0@0@0
Item6=730006@20500@@6@@0@0@0@0
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
شـرح لـي Booths الي نزلوو العفـريت وتغيـر اشكـال الانبسيهات ! | Avalanche | تطوير سيرفرات كونكر | 91 | 2024-10-30 10:24 AM |
مشكلة بخصوص اسكلا ال xp | ابو مروان | مشكلات السيرفيرات كونكر الشخصيه | 8 | 2020-05-09 11:10 PM |
مشكلة بخصوص الدونيشن | Abod ayman | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2020-04-12 06:48 AM |
فكرة كويسه بالنسبه للناس الي بتستخدم booths | Commander | تطوير سيرفرات كونكر | 9 | 2019-08-23 09:26 AM |
مشكلة بخصوص السرفر | osama | مشكلات السيرفيرات كونكر الشخصيه | 10 | 2019-07-14 02:44 AM |