Jump to content
Araştır
  • Diğer seçenekler ...
Sonuçları bul ...
Sonuçları bul ...

Arcturus

Üye
  • İçerik sayısı

    152
  • Katılım

  • Son ziyaret

  • Günün Kazananı

    1
  • Puan

    5,087 [ Bağış Yap ]

İletiler : Arcturus


  1. İyi günler herkese savaş esnasında karus monumentler düzgün calısıyor(linate dodo vs.) yani savaş açıkken humanlar kestiğinde humanlara karuslar kestiğinde karuslara geçiyor ama savaşı kapattıktan sonra linate monumenti kesince karuslara tekrar geçmiyor yarı canla doğuyor defalarca kestikten sonra anca geçiyor.

    Bytype değeri sourceda (121)
    Y6mpNE.png"]Y6mpNE.png[/URL]

    Savaş kapandıktan ve kestikten sonra:
    DDpmym.png"]DDpmym.png[/URL]

    Tekrar doğduğunda ki hali. (yine kesince defalarca farklı canlarda doğuyor ve sonra bir şekilde karus tarafına geçiyor)
    aYmpz7.png


  2. İyi günler herkese sorun tam olarak şu juraid içinde slotlarda ki canavarları kesince kapılar açılmıyor ve ayrıca devayı kesincede kazanan ırkı belirtmiyor ve eventten dışarı atmıyor void CNpc::OnDeathProcess kısmı şu şekilde.

     

    else if (g_pMain->pTempleEvent.ActiveEvent == TEMPLE_EVENT_JURAD_MOUNTAIN)
    
    		{
    
    			if (JuraidTempleEventZone())
    
    			{
    
    				if (g_pMain->m_MonsterRespawnListArray.GetData(GetProtoID()) != nullptr)
    
    					g_pMain->SpawnEventNpc(g_pMain->m_MonsterRespawnListArray.GetData(GetProtoID())->sSid, true, GetZoneID(), GetX(), GetY(), GetZ(), g_pMain->m_MonsterRespawnListArray.GetData(GetProtoID())->sCount,5,60*60,GetNation(),pUser->GetSocketID(),pUser->GetEventRoom());
    
    
    
    
    
    				if (GetProtoID() == 8100 || GetProtoID() == 8102)
    
    				{
    
    					pUser->GetNation() == KARUS ? g_pMain->pTempleEvent.KarusDeathRoom1[pUser->GetEventRoom()]++ : g_pMain->pTempleEvent.ElmoDeathRoom1[pUser->GetEventRoom()]++;
    
    
    
    					if ((g_pMain->pTempleEvent.KarusDeathRoom1[pUser->GetEventRoom()] > 3 && pUser->GetNation() == KARUS) 
    
    						|| (g_pMain->pTempleEvent.ElmoDeathRoom1[pUser->GetEventRoom()] > 3 && pUser->GetNation() == ELMORAD))
    
    					{
    
    						if (pUser->GetNation() == KARUS)
    
    						{
    
    							g_pMain->pTempleEvent.KarusDeathRoom2[pUser->GetEventRoom()] = 0;
    
    							CNpc * pNpc = g_pMain->GetNpcPtr(g_pMain->pTempleEvent.JuraidKarusGateID1[pUser->GetEventRoom()]);
    
    
    
    							if(pNpc == nullptr)
    
    							{
    
    							}
    
    							return;
    
    							pNpc->SendGateFlag(2);
    
    						}
    
    						else
    
    						{
    
    							g_pMain->pTempleEvent.ElmoDeathRoom2[pUser->GetEventRoom()] = 0;
    
    							CNpc * pNpc = g_pMain->GetNpcPtr(g_pMain->pTempleEvent.JuraidElmoGateID1[pUser->GetEventRoom()]);
    
    
    
    							if(pNpc == nullptr)
    
    							{
    
    							}
    
    							return;
    
    							pNpc->SendGateFlag(2);
    
    						}
    
    					}
    
    				}
    
    				else if (GetProtoID () == 8101 || GetProtoID () == 8104)
    
    				{
    
    					pUser->GetNation() == KARUS ? g_pMain->pTempleEvent.KarusDeathRoom2[pUser->GetEventRoom()]++ : g_pMain->pTempleEvent.ElmoDeathRoom2[pUser->GetEventRoom()]++;
    
    
    
    					if ((g_pMain->pTempleEvent.KarusDeathRoom2[pUser->GetEventRoom()] > 3 && pUser->GetNation() == KARUS) 
    
    						|| (g_pMain->pTempleEvent.ElmoDeathRoom2[pUser->GetEventRoom()] > 3 && pUser->GetNation() == ELMORAD))
    
    					{
    
    						if (pUser->GetNation() == KARUS)
    
    						{
    
    							g_pMain->pTempleEvent.KarusDeathRoom3[pUser->GetEventRoom()] = 0;
    
    							CNpc * pNpc = g_pMain->GetNpcPtr(g_pMain->pTempleEvent.JuraidKarusGateID2[pUser->GetEventRoom()]);
    
    
    
    							if(pNpc == nullptr)
    
    							{
    
    							}
    
    							return;
    
    							pNpc->SendGateFlag(2);
    
    						}
    
    						else
    
    						{
    
    							g_pMain->pTempleEvent.ElmoDeathRoom3[pUser->GetEventRoom()] = 0;
    
    							CNpc * pNpc = g_pMain->GetNpcPtr(g_pMain->pTempleEvent.JuraidElmoGateID2[pUser->GetEventRoom()]);
    
    
    
    							if(pNpc == nullptr)
    
    							{
    
    							}
    
    							return;
    
    							pNpc->SendGateFlag(2);
    
    						}
    
    					}
    
    				}
    
    				else if (GetProtoID () == 8103 || GetProtoID () == 8105)
    
    				{
    
    					pUser->GetNation() == KARUS ? g_pMain->pTempleEvent.KarusDeathRoom3[pUser->GetEventRoom()]++ : g_pMain->pTempleEvent.ElmoDeathRoom3[pUser->GetEventRoom()]++;
    
    
    
    					if ((g_pMain->pTempleEvent.KarusDeathRoom3[pUser->GetEventRoom()] > 3 && pUser->GetNation() == KARUS) 
    
    						|| (g_pMain->pTempleEvent.ElmoDeathRoom3[pUser->GetEventRoom()] > 3 && pUser->GetNation() == ELMORAD))
    
    					{
    
    						if (pUser->GetNation() == KARUS)
    
    						{
    
    							CNpc * pNpc = g_pMain->GetNpcPtr(g_pMain->pTempleEvent.JuraidKarusGateID3[pUser->GetEventRoom()]);
    
    
    
    							if(pNpc == nullptr)
    
    							{
    
    							}
    
    							return;
    
    							pNpc->SendGateFlag(2);
    
    						}
    
    						else
    
    						{
    
    							CNpc * pNpc = g_pMain->GetNpcPtr(g_pMain->pTempleEvent.JuraidElmoGateID3[pUser->GetEventRoom()]);
    
    
    
    							if(pNpc == nullptr)
    
    							{
    
    							}
    
    							return;
    
    							pNpc->SendGateFlag(2);
    
    						}
    
    					}
    
    				}
    
    				if (GetProtoID() == 8106 && /* pUser->isDevaKilled() &&*/ pUser->GetZoneID() == ZONE_JURAD_MOUNTAIN)
    
    				{
    
    					g_pMain->pTempleEvent.isDevaControl[GetEventRoom()] = true;
    
    					g_pMain->pTempleEvent.isDevaFlag[GetEventRoom()] = true;
    
    					g_pMain->pTempleEvent.DevaNation[GetEventRoom()] = pUser->GetNation();
    
    				}
    
    
    
    			}
    
    		}

  3. haydi ama biri yardım etsin void CUser::HackTool(Packet & pkt)
    {
    // Geçici -> Veritabanına bağlanması gerekiyor.
    // -> CENGLYY.
    Packet result(WIZ_HACKTOOL, uint8(0x01));
    result << uint16(16) // kaç adet sayı
    << result << (std::string)"cheatengine-x86_64.exe"
    << result << (std::string)"Cheat Engine.exe"
    << result << (std::string)"Cheat Engine"
    << result << (std::string)"Window Hide Tool.exe"
    << result << (std::string)"CapsLock.exe"
    << result << (std::string)"winrar4.exe"
    << result << (std::string)"winrar33.exe"
    << result << (std::string)"Mozilla.exe"
    << result << (std::string)"pedalv9.0.exe"
    << result << (std::string)"Smart Utility Makro.exe"
    << result << (std::string)"kuduzinek.exe"
    << result << (std::string)"synapse.exe"
    << result << (std::string)"PCHunter64.exe"
    << result << (std::string)"PCHunter32.exe"
    << result << (std::string)"Kuduzsinek.exe"
    << result << (std::string)"CapsLock_1_.exe";
    Send(&result);
    }

    bu paketi nereye ekleyeceğim ve bundan başka neler eklemem lazım

×
×
  • Yeni Oluştur...