Hi
I have a Job, that makes each time a player gain a Master Reset he gains 1000golds but I can't call the table [Shop.gold] to my job.
My [Shop.gold] have this columns:
My JOB:Code:memb__id gold
Code:UPDATE Character Set MasterReset=MasterReset+1 From Character Join Memb_Stat on Character.Accountid=Memb_Stat.memb___id collate Latin1_general_CI_AS WHERE Resets=100 AND Memb_Stat.ConnectStat = 0 and CtlCode=0 and MasterReset=0
I need to give 1000 golds for each player to reach the 100 reset.
Please somebody help me![]()



![Call a Table [shop.gold] to a Job](http://ragezone.com/hyper728.png)

