automatic coins

12/11/2012 22:44 mr1986#1
how automatic add coins to players , pls help me
12/11/2012 23:22 theoners#2
like Anti GM hack
(with JOB)
just diffrent SQL script..
if u need SQL script do tell..
12/11/2012 23:51 mr1986#3
give script
12/12/2012 00:14 yarin1115#4
go to your database

make new job

give it a name
go to steps
add new step

step name: give coins
type: Transact-SQL script (T-SQL)
run as: keep it empty
database: cash
command: UPDATE user_cash SET free_amount=100000

press "ok"

add new step again

step name: wait
type: Transact-SQL script (T-SQL)
run as: keep it empty
database: cash
command: WAITFOR DELAY '000:00:02';

press advanced set,
On success action: Go to step: [1]
On failure action: Go to step: [1]

Now go back to your step 1 and pres "edit"
press advanced
On success action: Go to step: [2]
On failure action: Go to step: [2]

and run the script

Now all players will get 100.000 coins every 2 seconds
12/12/2012 00:49 theoners#5
Quote:
Originally Posted by mr1986 View Post
give script
with that attitude never...