Job exp exchanger?

Newbie Spellweaver
Joined
Dec 11, 2012
Messages
8
Reaction score
3
Hi,

we were about to add a job exp exchanger on our website. But somehow we noticed a serious problem: When we remove the exp from the trijob table (using vSro 1.188) some persons still got their old value after teleporting somewhere. This does not happen with all, only with some.

Any suggestions / fixes for that?
 
i have a query u exchange the exp rate and gold rate to 70x

USE [SRO_VT_SHARD]
GO


UPDATE dbo._RefObjCommon
SET Price = 383*70
WHERE Price = 383


UPDATE dbo._RefObjCommon
SET SellPrice = 191*70
WHERE SellPrice = 191


UPDATE dbo._RefPricePolicyOfItem
SET Cost = 383*70
WHERE Cost = 383
 
Upvote 0
Back