Hi to all RZ users...
i got idea from "Artuuro_lv" and i made it
Use that script for change Magic Pop rates
i think 10x enough rate but you can edit this rateCode:USE [SRO_VT_SHARD] GO /* MsSQL Script For Change Magic Pop Rates - CEZALAND - ! RageZone ! */ DECLARE @Rate int SET @Rate = 10 UPDATE dbo._RefGachaItemSet SET Ratio = Ratio*@Rate WHERE Ratio*@Rate < 32768 -- 32767 max value for smallint
Script created by me - do not re-relase under your name or your site !
And remember - giving thanks will back you with more usefull script![]()





Reply With Quote![[Release] MsSQL Script for change Magic Pop rates](http://ragezone.com/hyper728.png)


