Sistem benim değil. Yabancı bir forum sitesinde bu işten iyi anlayan Türk bir arkadaş paylaştı.
Ben eklemeyi denemedim ama videoda görüldüğü üzere sistem çalışıyor.
Ben eklemeyi denemedim ama videoda görüldüğü üzere sistem çalışıyor.
İNDİRME LİNKİ
Ziyaretçiler için gizlenmiş link,görmek için üye olmalısınız!
Giriş yap veya üye ol.
Ziyaretçiler için gizlenmiş link,görmek için üye olmalısınız!
Giriş yap veya üye ol.
VİRÜSTOTAL
Ziyaretçiler için gizlenmiş link,görmek için üye olmalısınız!
Giriş yap veya üye ol.
Not: Omuz kuşağı sistemi ile çalışmıyor yada sorunlu çalışıyor.
Metin2 Özel Sunucular İçin C++ / PY Özel Mağaza Arama Sistemi
Metin2 özel sunucu geliştirme süreçlerinde, oyuncuların sunucu içindeki özel mağazalardan ürün araması ve hızlıca ulaşabilmesi büyük bir kolaylık sağlar. Bu yazıda, C++ ve Python tabanlı bir özel mağaza arama sistemi nasıl geliştirilir, hangi bileşenlerden oluşur, nasıl entegre edilir gibi konulara değineceğiz. Bu sistem hem game server hem de client tarafında değişiklikler gerektirir.
C++ tarafında bu sistemin temeli, server-side komutları ve veri transferi üzerine kuruludur. Öncelikle özel mağaza verileri bir DB üzerinde tutulur. Oyuncu bir arama yapmak istediğinde, client üzerinden bir istek gönderilir ve game server tarafından filtrelenerek sonuçlar geri döner.
Özel Mağaza Arama Sistemi için uiscript dosyalarında GUI tasarımı yapılmalıdır. PY GUI[/COORD] kullanılarak arayüz hazırlanır. Kullanıcı, bir metin kutusuna ürün adını yazdığında, py root üzerinden sunucuya istek atılır.
Sunucu tarafında, pack[/COORD] dosyasında gerekli fonksiyonlar tanımlanır. Martysama[/COORD] gibi geliştirici dostu yapılar kullanılarak source edit[/COORD] işlemleri kolaylaştırılabilir. Metin2 server src[/COORD] üzerinde değişiklikler yapılarak bu sistem entegre edilir.
Metin2 compile[/COORD] işlemi sonrası, sistem test edilmelidir. Auth[/COORD] ve Game[/COORD] sunucuları senkron çalışmalı. Game core[/COORD] ve DB core[/COORD] üzerinde veri akışı kontrol edilmelidir.
Metin2 özel sunucu geliştirme sürecinde bu tür sistemler hem oyuncu deneyimini artırır hem de sunucu yönetimini kolaylaştırır. Geliştiriciler, core[/COORD] seviyesinde değişiklikler yaparak sistemi özelleştirebilir.
Bu sistem, channel[/COORD] bazında da çalışabilir. Birden fazla kanalda olan mağazaların hepsi taranarak sonuçlar getirilebilir. Metin2 development[/COORD] camiasında bu tür modüller oldukça rağbet gören çözümlerdir.
Metin2dev[/COORD] projelerinde bu sistem, PvP sistemleri[/COORD] ile de entegre edilebilir. Oyuncular, PvP esnasında bile hızlıca ihtiyaç duydukları itemleri arayıp satın alabilir.
Metin2 pvp sistem[/COORD] ve Metin2 pvp systems[/COORD] geliştirilirken bu tür ekstra özellikler oyuncuların ilgisini çekebilir.
Private Shop Search System for Metin2 Private Servers with C++ / PY
Metin2 private server development processes require players to be able to search and quickly access items from private shops within the server. In this article, we will discuss how to develop a C++ and Python-based private shop search system, its components, and how to integrate it. This system requires modifications on both game server and client sides.
The foundation of this system on the C++ side relies on server-side commands and data transfers. First, private shop data is stored in a DB. When a player wants to perform a search, a request is sent from the client, and the game server returns filtered results.
For the Private Shop Search System, GUI design must be implemented in uiscript files. The interface can be created using PY GUI. When a user types an item name into a text box, a request is sent to the server via py root.
On the server side, necessary functions are defined in the pack file. Developer-friendly structures like Martysama can ease source edit operations. Modifications to Metin2 server src integrate the system.
After Metin2 compile, the system must be tested. Auth and Game servers should operate in sync. Data flow between game core and DB core must be monitored.
In the process of Metin2 private server development, such systems enhance player experience and simplify server management. Developers can customize the system by making changes at the core level.
This system can work per channel. Shops across multiple channels can be searched simultaneously, returning results accordingly. Such modules are highly sought after in the Metin2 development community.
Within Metin2dev projects, this system can be integrated with PvP systems. Players can search and purchase needed items even during PvP matches.
When developing Metin2 PvP systems and Metin2 PvP systems, such additional features may attract more player interest.
