Ok i have zipped up both files for the thundering issue with the new id pets.
The sql file you can either use as a query every maint if you prefer, or you can set up a task for your dedi to run this as often as you want, we have ours running at 15 minute intervals so all the players need do is relog and their new id pet is thunder.
If you want to set this up as a task, then you will need to save this info as a .bat file into your mysql\bin folder also make sure the path is correct IE:
C:\wamp\bin\mysql\mysql\bin\mysql.exe
C:\wamp\bin\mysql\mysql\bin\mysql.exe -u root -ptest -D my -e "source c:\thunder.sql"
also make sure your user and pass are correct as above -u root -ptest.
once you have both .bat file and the sql file in place you can set your task manager up to run the file as often as you want.
We just have the sql file placed on c:\ as you can see this path is also located in the .bat file
Sorry i really suck at giving directions so if u need any help i will try as best i can.
Just so u all know thanks are to go to funhacker for the actual script.
The sql file you can either use as a query every maint if you prefer, or you can set up a task for your dedi to run this as often as you want, we have ours running at 15 minute intervals so all the players need do is relog and their new id pet is thunder.
If you want to set this up as a task, then you will need to save this info as a .bat file into your mysql\bin folder also make sure the path is correct IE:
C:\wamp\bin\mysql\mysql\bin\mysql.exe
C:\wamp\bin\mysql\mysql\bin\mysql.exe -u root -ptest -D my -e "source c:\thunder.sql"
also make sure your user and pass are correct as above -u root -ptest.
once you have both .bat file and the sql file in place you can set your task manager up to run the file as often as you want.
We just have the sql file placed on c:\ as you can see this path is also located in the .bat file
Sorry i really suck at giving directions so if u need any help i will try as best i can.
Just so u all know thanks are to go to funhacker for the actual script.