thanks sirA 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+)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
DOWNLOAD
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
VirusTotal
*** Hidden text: cannot be quoted. ***
Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz..
Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
vSRO Paylaşım 🗡️ [RELEASE] SRO Database Command Center v2 — The SQL Bible Every Private Server Admin Needs
- Konuyu Başlatan Silkroad1994
- Başlangıç tarihi
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
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
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
| Page | Before | After |
|---|---|---|
/login | Discord button visible, errored on click | Discord button hidden |
/unique-history | Empty / "connect game DB" alert | 12 sample kills, "Demo data" kicker |
/sox-drops | Empty / "connect game DB" alert | 13 sample SOX drops with rarity badges |
/admin/game-db | Live form, error-prone for visitors | Reference-only, form disabled with explanation |
GFDHFDHREDHREA 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+)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
DOWNLOAD
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
VirusTotal
*** Gizli metin: alıntı yapılamaz. ***
thanksA 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+)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
DOWNLOAD
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
VirusTotal
*** Hidden text: cannot be quoted. ***
ThanksA 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+)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
DOWNLOAD
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
VirusTotal
*** Hidden text: cannot be quoted. ***
Bu konuyu görüntüleyen kullanıcılar
Toplam: 5 (Kullanıcı: 0, ziyaretçi: 5)
Benzer konular
vSRO Paylaşım
RELEASE: SRO NPC Manager - Item Plus & Full Blue Aracı
- Cevaplar
- 23
- Görüntüleme
- 381
- Cevaplar
- 4
- Görüntüleme
- 261
vSRO Paylaşım
[Release] Sro Glitches Fixed
- Cevaplar
- 39
- Görüntüleme
- 2K
iSRO-R Paylaşım
[RELEASE] [SRO-R] bypassed SMC_Real to run independently
- Cevaplar
- 32
- Görüntüleme
- 2K
- Cevaplar
- 66
- Görüntüleme
- 4K
Etiketler
- Etiketler
- private server silkroad silkroad online database
