About the skills max label, that's because the client still has skills over your level. Assuming that the max level is 100, then there's skills with a higher level than 100. You can use this query to update the database side:
Code:
USE [SRO_VT_SHARD]
UPDATE _RefSkill set Service = 0 where ReqCommon_MasteryLevel1 > 100
About the skills max label, that's because the client still has skills over your level. Assuming that the max level is 100, then there's skills with a higher level than 100. You can use this query to update the database side:
Code:
USE [SRO_VT_SHARD]
UPDATE _RefSkill set Service = 0 where ReqCommon_MasteryLevel1 > 100
And what about media.pk2 side?
I've copied _RefSkill to skilldata_xxxxxenc files and when i try to start the client its crashed, what is the solutiion?
About the skills max label, that's because the client still has skills over your level. Assuming that the max level is 100, then there's skills with a higher level than 100. You can use this query to update the database side:
Code:
USE [SRO_VT_SHARD]
UPDATE _RefSkill set Service = 0 where ReqCommon_MasteryLevel1 > 100
help me plz, if its side of sro_client, so any player can change it?
It appears that you've identified the client-side code related to the mastery level limit. If you want to set the maximum mastery level to 100, you can modify the relevant code accordingly. Additionally, if there are skills with levels higher than 100 in your database, you may want to update them to align with your desired maximum level.
Here's a breakdown of the provided information:
1. Setting Maximum Mastery Level in SRO_Client:
The code snippet provided sets the maximum mastery limit in the SRO_Client to 100. If your server's maximum level is 100, this change should restrict the mastery level accordingly.
assembly
Quote:
// Max Mastery Limit (SRO_Client)
006A51BC BF 64000000 ; Set EDI to 100 (hex: 64)
2. Updating Skills in Database:
To ensure consistency, you need to update the database to reflect the desired maximum level. The SQL query provided sets the Service field to 0 for skills with a mastery level greater than 100.
sql
Quote:
USE [SRO_VT_SHARD]
UPDATE _RefSkill SET Service = 0 WHERE ReqCommon_MasteryLevel1 > 100
This query sets the Service field to 0 for skills with a required mastery level higher than 100, effectively making them non-serviceable.
Remember to back up your database before making any changes, and carefully execute SQL queries in a controlled environment.
Once these changes are implemented, it should help align the mastery level limits and skills with your intended server configuration. Test thoroughly to ensure t
[Selling] BM [EU] 1240+ HM16 Max Soul Max Pet Max VT Aransu Weapon Max Gear Fire 01/05/2018 - Blade & Soul Trading - 1 Replies Hi i am Selling my BM on the EU Server
He is HM 16 1240 AP + Full Fire Build + Fire Gear Max
Aransu Weapon with 5 Octagonal Gems and 3 Hepta Fire Gems to Upgrade in Octagonal when the Update comes.
The Account has over 400 Customs and 9 Legy Pet Skins many Mats and
Is Pemium Rank 10 with 200 Days Premium
The Character has 10 Charakter Slots free and 1 lvl 50er voucher code.
The Character is a Very Beautiful Yun so i Think you dont Need a new character Optimization.
The Character is...
How to change Max Lv, Pt max Lv, Skill Mastery in ECSRO? 05/28/2013 - SRO Private Server - 2 Replies Hi guys,
i wanna make max Level 80, pt matching 80 and skill mastery 300.
where can i edit this?
my sr_gameserver.exe was 80 lv
but char level up to 81 and exp max 36.81 dont get more exp.
i wanna make this max level 80 and exp 99.99
anybody can help me?
in this topic cant help me;
http://www.elitepvpers.com/forum/private-sro-expl oits-hacks-bots-guides/1734793-guide-assembly-guid es-improve-your-vsro-server.html