[Req]Every ten minute All eud Auto Thunder

12/19/2011 06:53 imranfrost#1
someone please gimme scrip or tools every ten minute all eud will automaticly thunder
Please help me
THX
12/19/2011 07:19 [PM]Sazao#2
hurmmm
12/19/2011 09:48 theman17#3
Try [Only registered and activated users can see links. Click Here To Register...]
12/19/2011 09:56 Zig[PM]1#4
Quote:
Originally Posted by [PM]Sazao View Post
hurmmm
What was the point ?

Hmm, Here is what i use ...

Create a Notepad or Text Document and add this to it on your C:/

Code:
c:\Documents and Settings\Administrator\Desktop\EO Server\mysql\bin\mysql.exe -u root -ptest -D my -e "source c:\thunder.sql" -o 

c:\MyResults.txt -e
Rename it to thunder.bat

Now go into c:/ again and make another Note pad Or Text Document and add this to it

Code:
update cq_eudemon set item_type = item_type + 4000, damage_type = 5 where item_type < 1075999 and magic_defence > 1071999;
update cq_eudemon set item_type = item_type - 3000 where item_type > 1077000 and magic_defence > 1071999;
Rename it to thunder.sql

Ok now go into your Server files My directory is..

Desktop\ServerFiles\mysql\bin

Then create a Note Pad or Text Document in there and add this to it

Code:
mysql.exe -u root -ptest -D my -e "source c:\thunder.sql"
Rename it to thunder.bat

Now go into Control pannel and use Scheduled tasks

Set it up so it runs for how ever long u want it to mine runs every 1minute, You can have yours run for XX.XX time

Make sure your Scheduled task is set to run this bat file

Desktop\ServerFiles\mysql\bin\thunder.bat
Hope this helped you :)

Make sure u Set it up so it runs the BAT
12/19/2011 10:05 imranfrost#5
woa...i dont understand..

Quote:
Originally Posted by Zig[PM]1 View Post
What was the point ?

Hmm, Here is what i use ...

Create a File and add this to it on your C:/

[code]c:\Documents and Settings\Administrator\Desktop\EO Server\mysql\bin\mysql.exe -u root -ptest -D my -e "source c:\thunder.sql" -o
i dont understand