What's new
What's new

New messages New topics Systems Serverfiles 3D Models Web Scripting

Metin2Resources

👋 Welcome to Metin2 Resources — your hub for professional Metin2 server development.

Create a free account to access advanced systems, serverfiles, tutorials and connect with other developers.

🚀 Join today and start building better.

ITJA - NAVICAT IS NOW ON YOUR WEBSITE.

RESOURCES HUB

Premium
📜 Messages 270
👍 Reactions 1,597
🏆 Points 425
🌐 Website metin2global.to
1771858804074.png



1771858835095.png



1771858856697.png


1771858871902.png


1771858896468.png


1771858909337.png


1771858927309.png


1771858949744.png


1771858965861.png


1771858987060.png




2. 👤Account Management (Account Operations )

FeatureExplanation
Account ListView all accounts, search (login/email)
Account DetailsView account information by ID.
Ban/ UnbanChanging account status (0=Banned, 1=Active)
IP TrackingView the last IP addresses of the accounts.

Technical Note: In version 40250, the status field works as TINYINT (0=ban, 1=active)

3. 🎭Player (Character) Management

FeatureExplanation
Character ListDisplaying level, experience, gold, profession, and playtime.
Character DetailsDetailed character information + linked account login.
Golden RegulationUpdating player's gold amount (0-2M limit)
Level AdjustmentLevel and EXP adjustment (between 1-250)
IP TrackingThe player's last IP address


4. ⚔️Item Management

FeatureExplanation
Item PrototypeList of all in-game items (vnum, name, type)
Player InventoryView all items of a specific player.
Adding ItemsGiving items to the player (socket, attribute supported)
Item DeletionRemove items from the player
Item AttrList of item attributes and rarities
Refine ProtoRefine (development) data


5. 👹Mob (Monster) Management

  • List of all mob prototypes
  • Vnum and name-based search
  • View mob properties

6. 🏰Guild Management

FeatureExplanation
Guild ListList all guilds in order of level.
Guild DetailsGuild information based on ID + leader name.
Member ManagementView guild members (name, level)


7. 📜Quest Management

FeatureExplanation
Quest ListViewing the player's active quests
Quest Flag UpdateModifying Quest Values (UPSERT logic)
Database Structure: dwPID, szName, lValue, szState

8. 🎯Skill Management

FeatureExplanation
Skill PrototypeList of all skills (vnum, name, profession, max level)
Player SkillsThe player's abilities and effects.


9. 👑GM (Game Master) Management


FeatureExplanation
GM ListList all authorities according to their level of authority.
GM DetailsGM details along with account information.
Add GMNew authorized appointments (5 different levels)
Authorization UpdateChanging the current GM's authority.
GM ExtractionRevoking authorization
Authority Levels (Hierarchy):



10. 🛒Offline Shop (Note: Not available at 40250 )

This version does not include an offline shop system, so it will return an empty result.

🔧Technical Infrastructure

Database Connections

php
Copy
Metin2DB::getAccountDB() // Account database
Metin2DB::getPlayerDB() // Player/Item/Mob database
Metin2DB::getCommonDB() // Common/GmList database


Security Features

  • ✅PDO Prepared Statements (SQL Injection protection)
  • ✅Input validation (level, gold limits)
  • ✅Authority control (blocking invalid authority)

 

Latest posts

Back
Top Bottom