ok well it didnt work lol :/
Don't do that, you would be making every toon on that account "current level + (70 * X)"Quote:
?????????? level up coin ???????????
IF( @ActionType = 114 )
BEGIN
IF( @Value2 = 100001 )
BEGIN
UPDATE PS_GameData.dbo.Chars
SET Level = Level + ( 70 * @Value4 )
WHERE useruid = @UserUID
END
IF( @Value2 = 100002 )
BEGIN
UPDATE PS_GameData.dbo.Chars
SET Level = Level + ( 70 * @Value4 )
WHERE useruid = @UserUID
END
END
If he does that nothing will change, because the account is logged in.Quote:
Don't do that, you would be making every toon on that account "current level + (70 * X)"
Use [Only registered and activated users can see links. Click Here To Register...] posted by nubness if you want a lvl up item. (read 'how it works' first).