Hello guys , i added job system to my server but i have a little problem
in this it require my server Contribution so i make a trade and get the Contribution from CharTrojb table
well , the problem is . the first trade i get the reward, but when i try again to do another trade with the same character i dont get any reward "coins" any more because the Contribution of the character changes , and its not the same as the Contribution at the procedure
so how can i solve this?
in this it require my server Contribution so i make a trade and get the Contribution from CharTrojb table
Code:
if exists (Select * from SRO_VT_SHARD.dbo._CharTrijob where CharID = [MENTION=395373]Chari[/MENTION]D and Contribution >= '2928581' and JobType = '1' and [MENTION=444787]Char[/MENTION]_ReqLevel >= '95') begin
so how can i solve this?