I've also tried this Query but ofc it got C++ error with game server
I've tried also this:Quote:
USE [SRO_VT_SHARD_INIT]
UPDATE dbo._RefObjCommon SET Rarity=3 WHERE CodeName128 LIKE 'ITEM_CH%RARE'
UPDATE dbo._RefObjCommon SET Rarity=3 WHERE CodeName128 LIKE 'ITEM_EU%RARE'
UPDATE dbo._RefObjCommon SET Rarity=3 WHERE CodeName128 LIKE 'ITEM_CH%RARE%'
UPDATE dbo._RefObjCommon SET Rarity=3 WHERE CodeName128 LIKE 'ITEM_EU%RARE%'

Still didn't work, All I want is a decent drop rate like 1 or 2 Nova in 30mins or at least a way to make me able to control it from mobs level 104~110
That's my RareEqu table (Also item rarity is 2 when I used first query it sets it to 3 but game server crashes):
Another question is about Chin Mastery, been trying to balance it to give Chin race a total of 440 mastery in a D11 Cap 110 server, used OLLYDBG on my sro_client and change it:
006A51BC BF 77010000 MOV EDI,168 to MOV EDI,1B8
Also used this to patch my GameServer:
There result is 360/440 but still max is 360 but its 440 as shown:
Help will be really appreciated, thank you so much in advance.
Regards!






