- Katılım
- 6 Mayıs 2022
- Mesajlar
- 45,967
Forumda vardı sanırım bulamayanlar için;
QA UYGULAYIN SORUN KALMAZ.
Knight Online özel sunucularında (pserver) AI (Yapay Zeka) sunucusunun açılmaması sıkça karşılaşılan ve oyun deneyimini ciddi şekilde etkileyen bir sorundur. Bu makalede, KnightLobby olarak, bu sorunu adım adım nasıl çözeceğinizi detaylıca anlatacağız. AI sunucusu, NPC'lerin davranışlarını yöneten temel sistemdir ve çalışmazsa karakterleriniz normal şekilde hareket edemez, görevler tamamlanamaz, PvP ve PvE aktiviteler olumsuz etkilenir.
Sorun Nedir?
AI sunucu açılmıyor hatası genellikle şu belirtilerle ortaya çıkar:
- Oyuncu karakteri haritada donuk kalır, NPC'ler hareket etmez.
- 'Server Error' mesajları alınabilir.
- Zone veya Game sunucuya bağlanma sırasında hata oluşur.
Nedenleri:
- AI.exe dosyasının eksik veya bozuk olması.
- Database (DB) bağlantısında sorun.
- Port ayarlarının yanlış yapılandırılması.
- Firewall / Antivirüs engeli.
%100 Çözüm Adımları
1. AI Sunucu Dosyalarını Kontrol Et
Sunucu dosyalarınızda 'AI.exe' veya 'ai_server.cfg' gibi dosyaların eksik olup olmadığını kontrol edin. Bu dosyalar KO server files içinde yer almalıdır. Eğer eksikse, güvenilir bir ko emulator paketi indirmeniz önerilir. KnightLobby tarafından sağlanan sunucu dosyaları genellikle bu tür sorunları önler.
2. Veritabanı Bağlantısı Ayarlarını Kontrol Et
'ai_server.cfg' dosyasını açın ve DB bağlantı bilgilerinin doğru olduğundan emin olun. Örnek yapılandırma:
Host = localhost
User = root
Password = yourpassword
Database = ko_global
3. Port ve IP Ayarlarını Doğrulama
AI sunucunun çalıştığı portun (genellikle 15000 civarında) başka bir program tarafından kullanılmadığından emin olun. Windows komut istemcisinde netstat -ano komutuyla port durumunu kontrol edebilirsiniz.
4. Güvenlik Duvarı ve Antivirüs Ayarları
AI.exe ve diğer sunucu dosyalarını antivirüs yazılımınız engelliyor olabilir. Tüm sunucu dosyalarını antivirüs hariç tutma listesine ekleyin. Benzer şekilde Windows Güvenlik Duvarı da engel olabilir; gerekli portlar manuel olarak izin verilmelidir.
5. AI Log Dosyalarını İncele
AI.exe başlatıldığında oluşturulan log dosyalarını okuyarak daha net nedeni belirleyebilirsiniz. Bu loglar genellikle 'Log' klasörü altında yer alır. Buradaki hata mesajları, sorunun kök nedenini ortaya koyar.
Ekstra İpuçları
- AI sunucusu, Zone ve Game sunucularından önce başlatılmalıdır.
- Eğer USKO tabanlı bir sunucu çalıştırıyorsanız, USKO AI modüllerinin güncel olduğundan emin olun.
- KO development sürecinde AI sunucusu ile ilgili değişiklikler yaparken dikkatli olun. Yanlış yapılandırmalar tüm sistemi etkileyebilir.
Sonuç
AI server açılmıyor sorunu, doğru adımlarla kolayca çözülebilir. Özellikle private server files konfigürasyonunda dikkatli olmak ve güncel kaynaklardan destek almak büyük önem taşır. KnightLobby olarak, tüm Knight Online emulator geliştiricilerine yardımcı olmayı hedefliyoruz.
In Knight Online private servers (pserver), the issue where the AI (Artificial Intelligence) server does not start is frequently encountered and seriously affects the gaming experience. In this article, as KnightLobby, we will explain step by step how to solve this problem. The AI server is the core system that manages NPC behaviors, and if it does not work, your characters cannot move normally, quests cannot be completed, and PvP and PvE activities are negatively affected.
What Is the Problem?
The AI server not starting error typically appears with the following symptoms:
- Player character remains frozen on map, NPCs do not move.
- 'Server Error' messages may occur.
- Errors during connection to Zone or Game server.
Causes:
- Missing or corrupted AI.exe file.
- Problems with database (DB) connection.
- Incorrect port configuration settings.
- Firewall / Antivirus blockage.
%100 Solution Steps
1. Check AI Server Files
Check whether files like 'AI.exe' or 'ai_server.cfg' are missing from your server files. These files should be located within KO server files. If they are missing, it is recommended to download a reliable ko emulator package. Server files provided by KnightLobby usually prevent such issues.
2. Verify Database Connection Settings
Open the 'ai_server.cfg' file and ensure that DB connection information is correct. Example configuration:
Host = localhost
User = root
Password = yourpassword
Database = ko_global
3. Validate Port and IP Settings
Ensure that the port used by the AI server (usually around 15000) is not being used by another program. You can check the port status in the Windows command prompt with the netstat -ano command.
4. Firewall and Antivirus Settings
Your antivirus software might be blocking the AI.exe and other server files. Add all server files to the antivirus exclusion list. Similarly, Windows Firewall may also cause blocking; required ports must be manually allowed.
5. Review AI Log Files
By reading the log files created when AI.exe starts, you can determine the exact cause more clearly. These logs are usually located under the 'Log' folder. Error messages here reveal the root cause of the issue.
Additional Tips
- The AI server must be started before the Zone and Game servers.
- If you are running a USKO-based server, ensure that USKO AI modules are up to date.
- Be careful during KO development when making changes related to the AI server. Incorrect configurations can affect the entire system.
Conclusion
The AI server not starting issue can be easily resolved with the correct steps. Especially in private server files configuration, attention is crucial, and support from updated sources is highly important. As KnightLobby, we aim to assist all Knight Online emulator developers.
QA UYGULAYIN SORUN KALMAZ.
Kod:
delete from K_NPCPOS where npcid not in (Select ssid from K_NPC) and npcid not in (Select ssid from K_MONSTER)
[QA KODU] Ai Server Açılmıyor %100 Fix !
Knight Online özel sunucularında (pserver) AI (Yapay Zeka) sunucusunun açılmaması sıkça karşılaşılan ve oyun deneyimini ciddi şekilde etkileyen bir sorundur. Bu makalede, KnightLobby olarak, bu sorunu adım adım nasıl çözeceğinizi detaylıca anlatacağız. AI sunucusu, NPC'lerin davranışlarını yöneten temel sistemdir ve çalışmazsa karakterleriniz normal şekilde hareket edemez, görevler tamamlanamaz, PvP ve PvE aktiviteler olumsuz etkilenir.
Sorun Nedir?
AI sunucu açılmıyor hatası genellikle şu belirtilerle ortaya çıkar:
- Oyuncu karakteri haritada donuk kalır, NPC'ler hareket etmez.
- 'Server Error' mesajları alınabilir.
- Zone veya Game sunucuya bağlanma sırasında hata oluşur.
Nedenleri:
- AI.exe dosyasının eksik veya bozuk olması.
- Database (DB) bağlantısında sorun.
- Port ayarlarının yanlış yapılandırılması.
- Firewall / Antivirüs engeli.
%100 Çözüm Adımları
1. AI Sunucu Dosyalarını Kontrol Et
Sunucu dosyalarınızda 'AI.exe' veya 'ai_server.cfg' gibi dosyaların eksik olup olmadığını kontrol edin. Bu dosyalar KO server files içinde yer almalıdır. Eğer eksikse, güvenilir bir ko emulator paketi indirmeniz önerilir. KnightLobby tarafından sağlanan sunucu dosyaları genellikle bu tür sorunları önler.
2. Veritabanı Bağlantısı Ayarlarını Kontrol Et
'ai_server.cfg' dosyasını açın ve DB bağlantı bilgilerinin doğru olduğundan emin olun. Örnek yapılandırma:
Host = localhost
User = root
Password = yourpassword
Database = ko_global
3. Port ve IP Ayarlarını Doğrulama
AI sunucunun çalıştığı portun (genellikle 15000 civarında) başka bir program tarafından kullanılmadığından emin olun. Windows komut istemcisinde netstat -ano komutuyla port durumunu kontrol edebilirsiniz.
4. Güvenlik Duvarı ve Antivirüs Ayarları
AI.exe ve diğer sunucu dosyalarını antivirüs yazılımınız engelliyor olabilir. Tüm sunucu dosyalarını antivirüs hariç tutma listesine ekleyin. Benzer şekilde Windows Güvenlik Duvarı da engel olabilir; gerekli portlar manuel olarak izin verilmelidir.
5. AI Log Dosyalarını İncele
AI.exe başlatıldığında oluşturulan log dosyalarını okuyarak daha net nedeni belirleyebilirsiniz. Bu loglar genellikle 'Log' klasörü altında yer alır. Buradaki hata mesajları, sorunun kök nedenini ortaya koyar.
Ekstra İpuçları
- AI sunucusu, Zone ve Game sunucularından önce başlatılmalıdır.
- Eğer USKO tabanlı bir sunucu çalıştırıyorsanız, USKO AI modüllerinin güncel olduğundan emin olun.
- KO development sürecinde AI sunucusu ile ilgili değişiklikler yaparken dikkatli olun. Yanlış yapılandırmalar tüm sistemi etkileyebilir.
Sonuç
AI server açılmıyor sorunu, doğru adımlarla kolayca çözülebilir. Özellikle private server files konfigürasyonunda dikkatli olmak ve güncel kaynaklardan destek almak büyük önem taşır. KnightLobby olarak, tüm Knight Online emulator geliştiricilerine yardımcı olmayı hedefliyoruz.
[QA CODE] Ai Server Not Starting %100 Fix !
In Knight Online private servers (pserver), the issue where the AI (Artificial Intelligence) server does not start is frequently encountered and seriously affects the gaming experience. In this article, as KnightLobby, we will explain step by step how to solve this problem. The AI server is the core system that manages NPC behaviors, and if it does not work, your characters cannot move normally, quests cannot be completed, and PvP and PvE activities are negatively affected.
What Is the Problem?
The AI server not starting error typically appears with the following symptoms:
- Player character remains frozen on map, NPCs do not move.
- 'Server Error' messages may occur.
- Errors during connection to Zone or Game server.
Causes:
- Missing or corrupted AI.exe file.
- Problems with database (DB) connection.
- Incorrect port configuration settings.
- Firewall / Antivirus blockage.
%100 Solution Steps
1. Check AI Server Files
Check whether files like 'AI.exe' or 'ai_server.cfg' are missing from your server files. These files should be located within KO server files. If they are missing, it is recommended to download a reliable ko emulator package. Server files provided by KnightLobby usually prevent such issues.
2. Verify Database Connection Settings
Open the 'ai_server.cfg' file and ensure that DB connection information is correct. Example configuration:
Host = localhost
User = root
Password = yourpassword
Database = ko_global
3. Validate Port and IP Settings
Ensure that the port used by the AI server (usually around 15000) is not being used by another program. You can check the port status in the Windows command prompt with the netstat -ano command.
4. Firewall and Antivirus Settings
Your antivirus software might be blocking the AI.exe and other server files. Add all server files to the antivirus exclusion list. Similarly, Windows Firewall may also cause blocking; required ports must be manually allowed.
5. Review AI Log Files
By reading the log files created when AI.exe starts, you can determine the exact cause more clearly. These logs are usually located under the 'Log' folder. Error messages here reveal the root cause of the issue.
Additional Tips
- The AI server must be started before the Zone and Game servers.
- If you are running a USKO-based server, ensure that USKO AI modules are up to date.
- Be careful during KO development when making changes related to the AI server. Incorrect configurations can affect the entire system.
Conclusion
The AI server not starting issue can be easily resolved with the correct steps. Especially in private server files configuration, attention is crucial, and support from updated sources is highly important. As KnightLobby, we aim to assist all Knight Online emulator developers.
