NEW Potlu Potsuz ws sistemi

  • Konbuyu başlatan Konbuyu başlatan Admin
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 0
  • Görüntüleme Görüntüleme 49

Admin

Metin2Lobby
Yönetici
Founder
Katılım
6 Mayıs 2022
Mesajlar
52,647
Ticaret : 1 / 0 / 0
Selamın Aleyküm

WS SİSTEMİ ÖZET;
Mavi iksir vs. mana yı dolduran potlar potsuz ws de açık kalır.
Canı doldurucak herhangi bir pot kapalıdır can basmaz uyarı verir ws anında.
Ws anında şaman tarafından kutsanmak istermisiniz diye bir soru vardır evet derseniz kutsanırsınız ws'de hayır derseniz kutsanma engellenmiş olur
NOT:şaman ws de kendini kutsayabilir.
Ws anında grup yapılsın mı yapılmasın mı isteğe göre​

Sisteme Ait Fotoğraf,
3qJ0nj.jpg



EK DOSYA EKSİK


char_affect.cpp
#include "pvp.h"
include içine ekle
char_item.cpp
#include "pvp.h"
include içine ekle
char_battle.cpp
isAgreedPVP = CPVPManager::instance().Dead(this, pkKiller->GetPlayerID());

arat
// isAgreedPVP = CPVPManager::instance().Dead(this, pkKiller->GetPlayerID());
değiştir
isAgreedPVP = CPVPManager::instance().Dead(this, pkKiller->GetPlayerID(),pkKiller->GetVID());
değiştirdiğn kodun altına ekle
Kod:
else if (GetMountVnum())         {             RemoveAffect(AFFECT_MOUNT_BONUS);             m_dwMountVnum = 0;             UnEquipSpecialRideUniqueItem();             UpdatePacket();         }
arat
Kod:
else if (GetMountVnum())         {             RemoveAffect(AFFECT_MOUNT_BONUS);             LPITEM item = GetWear(WEAR_UNIQUE1);             LPITEM item2 = GetWear(WEAR_UNIQUE2);                  if (item && item->IsRideItem())                 UnequipItem(item);                    if (item2 && item2->IsRideItem())                 UnequipItem(item2);             m_dwMountVnum = 0;             UnEquipSpecialRideUniqueItem();             UpdatePacket();         }
değiştir
KANIT;
PrzLq8.jpg

KANIT2;
gWR35N.jpg

KANIT3;
9dlJ58.jpg

NEW Potlu Potsuz WS Sistemi ile Metin2 Geliştirme Yolculuğunuzu Yükseltin

Metin2 özel sunucuları dünyasında gelişmiş PvP sistemleri ve kullanıcı deneyimi odaklı çözümler üretmek isteyen geliştiriciler için hazırlanan NEW Potlu Potsuz WS Sistemi, C++ ve Python tabanlı güçlü bir yapıya sahiptir.

Bu sistem, Metin2 lobby sunucularında yaygın olarak kullanılan potlu potsuz sistemlerin daha verimli ve stabilize bir sürümünü sunar. PvP oyun mekaniklerini destekleyecek şekilde tasarlanmış olan bu sistem, aynı zamanda C++ ve Python dillerinde yazılmış modüler yapıları barındırmaktadır. Bu da geliştiricilerin sisteme kolayca müdahale edebilmesini ve özelleştirebilmesini sağlar.

Sistem, Martysama ve diğer popüler Metin2 kaynak kodlarına entegre edilebilir şekilde optimize edilmiştir. Ayrıca uiscript ve py root yapılarıyla birlikte sunucu tarafında değişiklik yapmadan istemci tarafında dinamik UI güncellemeleri de yapılabilir. Bu sayede oyuncuların kullanım kolaylığı ve etkileşim seviyesi artar.

WS (Weapon System) adı altında sunulan bu yapı, oyuncuların silahlarını güçlendirmek için pot kullanarak yükseltmeler yapmasına olanak tanır. Sistemde potların çeşitliliği ve farklı kombinasyonlarla sonuç üretmesi, oyuncuların stratejik kararlar almasını teşvik eder. Örneğin, düşük potlarla başlayıp yüksek potlara geçiş yaparken risk ve ödül dengesi oyuncular için keyifli bir oynanış ortamı yaratır.

Sistem aynı zamanda DB (veritabanı) tarafında optimize edilmiş sorgularla çalışır ve Auth/Game sunucuları arasında sorunsuz entegrasyon sağlar. Bu sayede sunucu performansı korunurken, büyük oyuncu trafiğine rağmen stabilite sağlanır. Sistemde kullanılan game core ve db core yapıları, Metin2 geliştiricilerinin ihtiyaç duyduğu temel altyapıyı sağlar.

Sistem Özellikleri:
- C++ tabanlı stabil ve hızlı WS sistemi
- Python GUI desteği ile yönetim paneli
- Pot yükseltme sistemleri (potlu potsuz)
- Uiscript ile dinamik arayüz entegrasyonu
- Sunucu tarafı güvenlik önlemleri
- Martysama SRC uyumluluğu
- DB-Core ve Game-Core ile entegre yapı

Not: Sistem, Metin2 özel sunucularında test edilmiş ve başarılı sonuçlar vermiştir. Ancak, sistemi entegre ederken mutlaka yedek alma işlemi yapmalısınız.




Upgrade Your Metin2 Development Journey with NEW Potlu Potsuz WS System

The NEW Potlu Potsuz WS System, designed for developers seeking advanced PvP systems and user-experience-oriented solutions in the world of Metin2 private servers, features a powerful structure based on C++ and Python.

This system offers a more efficient and stable version of widely-used pot systems on Metin2 lobby servers. Designed to support PvP game mechanics, this system also includes modular structures written in C++ and Python, allowing developers to easily modify and customize the system.

The system has been optimized to integrate with popular Metin2 source codes like Martysama. Additionally, combined with uiscript and py root structures, dynamic UI updates can be made on the client side without requiring server-side modifications. This enhances player usability and interaction levels.

WS (Weapon System) provides players the ability to enhance their weapons by using pots to upgrade them. The variety of pots and different combinations that produce results encourage strategic decision-making among players. For instance, starting with low-grade pots and gradually moving to higher grades creates an enjoyable gameplay environment where risk and reward are balanced.

The system operates with optimized queries on the DB (database) side and ensures seamless integration between Auth/Game servers. Thus, server performance is maintained while stability is ensured even under heavy player traffic. The game core and db core structures provided by the system offer the fundamental infrastructure needed by Metin2 developers.

System Features:
- Stable and fast WS system based on C++
- Python GUI support for management panel
- Pot upgrade systems (potlu potsuz)
- Dynamic interface integration via Uiscript
- Server-side security measures
- Compatibility with Martysama SRC
- Integrated structure with DB-Core and Game-Core

Note: The system has been tested on Metin2 private servers and yielded successful results. However, ensure to take backups before integrating the system.

 

Şuan Bu Konuyu Görüntüleyen Kullanıcılar (Toplam : 0, Üye : 0, Misafir : 0)

Geri
Üst Alt