vSRO Paylaşım 🗡️ [RELEASE] SRO Database Command Center v2 — The SQL Bible Every Private Server Admin Needs

A fully offline, zero-install Windows application — just a single HTML file you double-click. No Node.js. NoPython. No setup wizard. It opens in your browser and works instantly.

It's a complete SQL command reference and generator for ALL four vSRO databases:

✅ SRO_VT_ACCOUNT
✅ SRO_VT_SHARD
✅ SRO_VT_SHARD_INIT
✅ SRO_VT_SHARDLOG

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📦 WHAT'S INSIDE — 16 CATEGORIES, 80+ COMMANDS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🔐 Account & Auth — Create GM accounts, ban/unban, IP whitelist, ShardID fix
💎 Silk & Currency — Add silk per account, per character, bulk gift, view logs
👤 Characters — Level, gold, SP, HwanLevel, job levels, teleport, inventory size
⚔️ Items & Gear — Search, alter price, rarity, trade flags, stack size, bulk fixes
🎒 Inventory & Storage — Give items, set plus, view storage chest, trace by Serial64
⚡ Skills & Masteries — View, max, reset, grant full CH/EU skill sets
🛡️ Guilds & Alliances — View roster, set GP/level, disband, clear alliances
🏪 NPC & Shops — Add/remove shop items, add tabs, move NPC spawn
🐉 Mobs & Spawns — Full spawn chain (Tactics→Hive→Nest), level/HP/EXP edits
📦 Drop Tables — Add/remove drops, per-mob and global rate multipliers
🏰 Fortress & Siege — Reset ownership, transfer guild, set tax, view war logs
📜 Quests — View log, force complete, reset progress
⚙️ Live GM Commands — _ExeGameServer: give items, teleport, spawn mobs, buffs IN REAL TIME
📋 SHARDLOG Queries — Event logs, item operation traces, log size checker
🖥️ Server Config — EXP multiplier, region bind table, teleport NPC creation
🗂️ Schema Browser — Every table documented with columns, types, keys, and FK relationships

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 HOW IT WORKS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Every command has editable parameter fields. Type your CharName, CodeName128, or value — the SQL updates LIVE as you type. One click copies the finished query straight to your clipboard, ready to paste into SSMS.

No more manually editing queries. No more typos in table names.

📌 Fill in the fields → SQL builds itself
📌 Copy → Paste into SQL Server Management Studio
📌 Done

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔬 BUILT ON REAL SCHEMA RESEARCH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

This isn't copy-pasted queries from 2012. Every command was built from deep research into the actual vSRO table structures:

— _Char column map (all 25+ fields including HwanLevel, DiedRegion, TelRegion)
— _Items schema (ID64 vs Serial64, MagParam1–12 for blue stats, Variance encoding)
— _Inventory slot layout (0–12 = equip, 13–109 = bag, correct storage vs avatar tables)
— _ExeGameServer Action_IDs 1–15 (documented and tested)
— _LogEventChar EventID map (4=login, 6=logout, 8=levelup, 9=mob kill, 11=PK, 19=job, 20=unique kill)
— SK_Silk three-column breakdown (silk_own vs silk_gift vs silk_point)
— _ShardService ShardID=64 requirement
— Tab_RefTactics → Tab_RefHive → Tab_RefNest full spawn chain

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ FEATURES OVERVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✔ Zero install — single .html file, runs offline
✔ Live SQL builder — parameters update the query in real time
✔ Copy to clipboard with one click
✔ Export any query as a .sql file
✔ Global search across all 80+ commands
✔ Filter by database (ACCOUNT / SHARD / SHARD_INIT / SHARDLOG)
✔ Danger warnings on destructive queries
✔ Schema Browser — browse 20+ tables with full column docs
✔ Works with: vSRO v1.188, v1.193, Black Rogue, Phoenix Emulator
✔ T-SQL / SQL Server syntax (SSMS 2008+)
Screenshot 2026-05-05 045524.png
Screenshot 2026-05-05 045511.png

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📥 DOWNLOAD
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
VirusTotal
*** Hidden text: cannot be quoted. ***
thanks sir
 
Thread owner
https://private-server-cms.vercel.app/

Update: Discord login removed + stats now run on test data
Hey everyone — a couple of changes to the demo based on feedback.
Discord login is gone from the demo.
Some of you flagged that clicking "Continue with Discord" was throwing errors and that the prompt felt like it was trying to harvest your account info. To be clear: it wasn't — the button was a standard Discord OAuth flow with the normal "identify" and "email" scopes that every Discord-integrated site uses, and the demo doesn't have OAuth credentials configured anyway, which is what was producing the error.
But that doesn't matter. If it looked sketchy, it was a problem regardless of what was actually happening under the hood. So I pulled it. The button is no longer visible on the demo and won't be unless I can find a way to integrate it that doesn't trip people up.
Discord login is still available in the actual product for customers who install the CMS on their own server — they connect their own Discord app and own the OAuth credentials end-to-end. The demo just shouldn't have had it visible while there was nothing real behind it.
Stats pages now run on test data.
Same idea, different page. The Unique History and SOX Drop Log pages were rendering empty because there's no real game database to connect them to — it's a demo on a Vercel container, not a vSRO server. Visitors were seeing blank pages and wondering if the feature actually works.
Both pages now show realistic sample data so you can see what they actually look like in production. The kicker at the top of each page reads "Demo data" so it's clear what you're looking at. On a real install with the game DB connected, that kicker switches to "Live from game database" and the data comes from your actual _UniqueKillLog and _SoxItemLog tables.
The admin Game DB page is also now disabled on the demo — visitors can still see what the connection screen looks like, but the form doesn't submit and the test-connection button is greyed out. Better than letting random people throw arbitrary MySQL hostnames at it.
TL;DR

PageBeforeAfter
/loginDiscord button visible, errored on clickDiscord button hidden
/unique-historyEmpty / "connect game DB" alert12 sample kills, "Demo data" kicker
/sox-dropsEmpty / "connect game DB" alert13 sample SOX drops with rarity badges
/admin/game-dbLive form, error-prone for visitorsReference-only, form disabled with explanation
 
A fully offline, zero-install Windows application — just a single HTML file you double-click. No Node.js. NoPython. No setup wizard. It opens in your browser and works instantly.

It's a complete SQL command reference and generator for ALL four vSRO databases:

✅ SRO_VT_ACCOUNT
✅ SRO_VT_SHARD
✅ SRO_VT_SHARD_INIT
✅ SRO_VT_SHARDLOG

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📦 WHAT'S INSIDE — 16 CATEGORIES, 80+ COMMANDS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🔐 Account & Auth — Create GM accounts, ban/unban, IP whitelist, ShardID fix
💎 Silk & Currency — Add silk per account, per character, bulk gift, view logs
👤 Characters — Level, gold, SP, HwanLevel, job levels, teleport, inventory size
⚔️ Items & Gear — Search, alter price, rarity, trade flags, stack size, bulk fixes
🎒 Inventory & Storage — Give items, set plus, view storage chest, trace by Serial64
⚡ Skills & Masteries — View, max, reset, grant full CH/EU skill sets
🛡️ Guilds & Alliances — View roster, set GP/level, disband, clear alliances
🏪 NPC & Shops — Add/remove shop items, add tabs, move NPC spawn
🐉 Mobs & Spawns — Full spawn chain (Tactics→Hive→Nest), level/HP/EXP edits
📦 Drop Tables — Add/remove drops, per-mob and global rate multipliers
🏰 Fortress & Siege — Reset ownership, transfer guild, set tax, view war logs
📜 Quests — View log, force complete, reset progress
⚙️ Live GM Commands — _ExeGameServer: give items, teleport, spawn mobs, buffs IN REAL TIME
📋 SHARDLOG Queries — Event logs, item operation traces, log size checker
🖥️ Server Config — EXP multiplier, region bind table, teleport NPC creation
🗂️ Schema Browser — Every table documented with columns, types, keys, and FK relationships

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 HOW IT WORKS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Every command has editable parameter fields. Type your CharName, CodeName128, or value — the SQL updates LIVE as you type. One click copies the finished query straight to your clipboard, ready to paste into SSMS.

No more manually editing queries. No more typos in table names.

📌 Fill in the fields → SQL builds itself
📌 Copy → Paste into SQL Server Management Studio
📌 Done

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔬 BUILT ON REAL SCHEMA RESEARCH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

This isn't copy-pasted queries from 2012. Every command was built from deep research into the actual vSRO table structures:

— _Char column map (all 25+ fields including HwanLevel, DiedRegion, TelRegion)
— _Items schema (ID64 vs Serial64, MagParam1–12 for blue stats, Variance encoding)
— _Inventory slot layout (0–12 = equip, 13–109 = bag, correct storage vs avatar tables)
— _ExeGameServer Action_IDs 1–15 (documented and tested)
— _LogEventChar EventID map (4=login, 6=logout, 8=levelup, 9=mob kill, 11=PK, 19=job, 20=unique kill)
— SK_Silk three-column breakdown (silk_own vs silk_gift vs silk_point)
— _ShardService ShardID=64 requirement
— Tab_RefTactics → Tab_RefHive → Tab_RefNest full spawn chain

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ FEATURES OVERVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✔ Zero install — single .html file, runs offline
✔ Live SQL builder — parameters update the query in real time
✔ Copy to clipboard with one click
✔ Export any query as a .sql file
✔ Global search across all 80+ commands
✔ Filter by database (ACCOUNT / SHARD / SHARD_INIT / SHARDLOG)
✔ Danger warnings on destructive queries
✔ Schema Browser — browse 20+ tables with full column docs
✔ Works with: vSRO v1.188, v1.193, Black Rogue, Phoenix Emulator
✔ T-SQL / SQL Server syntax (SSMS 2008+)
Screenshot 2026-05-05 045524.png
Screenshot 2026-05-05 045511.png

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📥 DOWNLOAD
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
VirusTotal
*** Gizli metin: alıntı yapılamaz. ***
GFDHFDHREDHRE
 
A fully offline, zero-install Windows application — just a single HTML file you double-click. No Node.js. NoPython. No setup wizard. It opens in your browser and works instantly.

It's a complete SQL command reference and generator for ALL four vSRO databases:

✅ SRO_VT_ACCOUNT
✅ SRO_VT_SHARD
✅ SRO_VT_SHARD_INIT
✅ SRO_VT_SHARDLOG

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📦 WHAT'S INSIDE — 16 CATEGORIES, 80+ COMMANDS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🔐 Account & Auth — Create GM accounts, ban/unban, IP whitelist, ShardID fix
💎 Silk & Currency — Add silk per account, per character, bulk gift, view logs
👤 Characters — Level, gold, SP, HwanLevel, job levels, teleport, inventory size
⚔️ Items & Gear — Search, alter price, rarity, trade flags, stack size, bulk fixes
🎒 Inventory & Storage — Give items, set plus, view storage chest, trace by Serial64
⚡ Skills & Masteries — View, max, reset, grant full CH/EU skill sets
🛡️ Guilds & Alliances — View roster, set GP/level, disband, clear alliances
🏪 NPC & Shops — Add/remove shop items, add tabs, move NPC spawn
🐉 Mobs & Spawns — Full spawn chain (Tactics→Hive→Nest), level/HP/EXP edits
📦 Drop Tables — Add/remove drops, per-mob and global rate multipliers
🏰 Fortress & Siege — Reset ownership, transfer guild, set tax, view war logs
📜 Quests — View log, force complete, reset progress
⚙️ Live GM Commands — _ExeGameServer: give items, teleport, spawn mobs, buffs IN REAL TIME
📋 SHARDLOG Queries — Event logs, item operation traces, log size checker
🖥️ Server Config — EXP multiplier, region bind table, teleport NPC creation
🗂️ Schema Browser — Every table documented with columns, types, keys, and FK relationships

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 HOW IT WORKS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Every command has editable parameter fields. Type your CharName, CodeName128, or value — the SQL updates LIVE as you type. One click copies the finished query straight to your clipboard, ready to paste into SSMS.

No more manually editing queries. No more typos in table names.

📌 Fill in the fields → SQL builds itself
📌 Copy → Paste into SQL Server Management Studio
📌 Done

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔬 BUILT ON REAL SCHEMA RESEARCH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

This isn't copy-pasted queries from 2012. Every command was built from deep research into the actual vSRO table structures:

— _Char column map (all 25+ fields including HwanLevel, DiedRegion, TelRegion)
— _Items schema (ID64 vs Serial64, MagParam1–12 for blue stats, Variance encoding)
— _Inventory slot layout (0–12 = equip, 13–109 = bag, correct storage vs avatar tables)
— _ExeGameServer Action_IDs 1–15 (documented and tested)
— _LogEventChar EventID map (4=login, 6=logout, 8=levelup, 9=mob kill, 11=PK, 19=job, 20=unique kill)
— SK_Silk three-column breakdown (silk_own vs silk_gift vs silk_point)
— _ShardService ShardID=64 requirement
— Tab_RefTactics → Tab_RefHive → Tab_RefNest full spawn chain

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ FEATURES OVERVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✔ Zero install — single .html file, runs offline
✔ Live SQL builder — parameters update the query in real time
✔ Copy to clipboard with one click
✔ Export any query as a .sql file
✔ Global search across all 80+ commands
✔ Filter by database (ACCOUNT / SHARD / SHARD_INIT / SHARDLOG)
✔ Danger warnings on destructive queries
✔ Schema Browser — browse 20+ tables with full column docs
✔ Works with: vSRO v1.188, v1.193, Black Rogue, Phoenix Emulator
✔ T-SQL / SQL Server syntax (SSMS 2008+)
Screenshot 2026-05-05 045524.png
Screenshot 2026-05-05 045511.png

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📥 DOWNLOAD
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
VirusTotal
*** Hidden text: cannot be quoted. ***
thanks
 
A fully offline, zero-install Windows application — just a single HTML file you double-click. No Node.js. NoPython. No setup wizard. It opens in your browser and works instantly.

It's a complete SQL command reference and generator for ALL four vSRO databases:

✅ SRO_VT_ACCOUNT
✅ SRO_VT_SHARD
✅ SRO_VT_SHARD_INIT
✅ SRO_VT_SHARDLOG

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📦 WHAT'S INSIDE — 16 CATEGORIES, 80+ COMMANDS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🔐 Account & Auth — Create GM accounts, ban/unban, IP whitelist, ShardID fix
💎 Silk & Currency — Add silk per account, per character, bulk gift, view logs
👤 Characters — Level, gold, SP, HwanLevel, job levels, teleport, inventory size
⚔️ Items & Gear — Search, alter price, rarity, trade flags, stack size, bulk fixes
🎒 Inventory & Storage — Give items, set plus, view storage chest, trace by Serial64
⚡ Skills & Masteries — View, max, reset, grant full CH/EU skill sets
🛡️ Guilds & Alliances — View roster, set GP/level, disband, clear alliances
🏪 NPC & Shops — Add/remove shop items, add tabs, move NPC spawn
🐉 Mobs & Spawns — Full spawn chain (Tactics→Hive→Nest), level/HP/EXP edits
📦 Drop Tables — Add/remove drops, per-mob and global rate multipliers
🏰 Fortress & Siege — Reset ownership, transfer guild, set tax, view war logs
📜 Quests — View log, force complete, reset progress
⚙️ Live GM Commands — _ExeGameServer: give items, teleport, spawn mobs, buffs IN REAL TIME
📋 SHARDLOG Queries — Event logs, item operation traces, log size checker
🖥️ Server Config — EXP multiplier, region bind table, teleport NPC creation
🗂️ Schema Browser — Every table documented with columns, types, keys, and FK relationships

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 HOW IT WORKS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Every command has editable parameter fields. Type your CharName, CodeName128, or value — the SQL updates LIVE as you type. One click copies the finished query straight to your clipboard, ready to paste into SSMS.

No more manually editing queries. No more typos in table names.

📌 Fill in the fields → SQL builds itself
📌 Copy → Paste into SQL Server Management Studio
📌 Done

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔬 BUILT ON REAL SCHEMA RESEARCH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

This isn't copy-pasted queries from 2012. Every command was built from deep research into the actual vSRO table structures:

— _Char column map (all 25+ fields including HwanLevel, DiedRegion, TelRegion)
— _Items schema (ID64 vs Serial64, MagParam1–12 for blue stats, Variance encoding)
— _Inventory slot layout (0–12 = equip, 13–109 = bag, correct storage vs avatar tables)
— _ExeGameServer Action_IDs 1–15 (documented and tested)
— _LogEventChar EventID map (4=login, 6=logout, 8=levelup, 9=mob kill, 11=PK, 19=job, 20=unique kill)
— SK_Silk three-column breakdown (silk_own vs silk_gift vs silk_point)
— _ShardService ShardID=64 requirement
— Tab_RefTactics → Tab_RefHive → Tab_RefNest full spawn chain

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ FEATURES OVERVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✔ Zero install — single .html file, runs offline
✔ Live SQL builder — parameters update the query in real time
✔ Copy to clipboard with one click
✔ Export any query as a .sql file
✔ Global search across all 80+ commands
✔ Filter by database (ACCOUNT / SHARD / SHARD_INIT / SHARDLOG)
✔ Danger warnings on destructive queries
✔ Schema Browser — browse 20+ tables with full column docs
✔ Works with: vSRO v1.188, v1.193, Black Rogue, Phoenix Emulator
✔ T-SQL / SQL Server syntax (SSMS 2008+)
Screenshot 2026-05-05 045524.png
Screenshot 2026-05-05 045511.png

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📥 DOWNLOAD
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
VirusTotal
*** Hidden text: cannot be quoted. ***
Thanks
 

Bu konuyu görüntüleyen kullanıcılar

Etiketler
Geri
Üst Alt