Please verify you are human

[Release/Guide] adding more than 100 pets - Page 3
  Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting > EO PServer Guides & Releases
You last visited: Today at 15:44

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release/Guide] adding more than 100 pets

Discussion on [Release/Guide] adding more than 100 pets within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old 01/11/2011, 17:35   #31
 
kyushiro's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 68
Received Thanks: 94
sorry didnt means to make it back but i did not understand if we run this as task manager how to run in vps?like this i set it as task manager then it will run every minutes for example..i am using vps ok..so if i close the vps will the task still running or how?can someone show how to make it keep running as task manager even we close our vps screen?if i just close my vps window will it still running the task?
kyushiro is offline  
Old 01/11/2011, 18:01   #32
 
cyberghoser1's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 504
Received Thanks: 1,069
When you close your connection to your vps, you are currently not shutting down your vps, you are only closing down your connection to it with remote, that's all, the task manager will continue to run as anything running in your vps as well.
cyberghoser1 is offline  
Thanks
1 User
Old 01/15/2011, 08:34   #33
 
elite*gold: 0
Join Date: Dec 2009
Posts: 49
Received Thanks: 0
Quote:
Originally Posted by PraDevil[ELITE] View Post
download attachment from poster..the u will see 2 files there..after that take out the thunder.sql and put it in your computer in Drive C:

so it will be "C:\thunder.sql"

then make a new notepad..put this

Code:
[COLOR="SeaGreen"]C:\wamp\bin\mysql\mysql\bin\mysql.exe[/COLOR] -u [COLOR="Red"]root[/COLOR] -p[COLOR="Blue"]test[/COLOR] -D my -e "[COLOR="Purple"]source c:\thunder.sql[/COLOR]"
Green = point to mysql.exe
Red = mysql username
Blue = mysql password
Purple = where your thunder.sql located

save it as a whatever name u like but remember to save it in .bat file then put it in same place where u put the thunder.sql

then open control panel..find a scheduled task open it..browse for your .bat file "example: thunder.bat" set the task for it and when it will be run automatically..then leave your computer..it will run automatically

hope its help
is there anybody use this for window7??.. i already use it for my os windowns 7 and it cannot do..
it seem that if i open the thunder.sql it will said [windows cannot open this file]..
what software that i must use to make this thunder.sql run and update my mysql..
maybe this is the reason i cannot use this..
sood is offline  
Old 03/18/2011, 20:27   #34
 
elite*gold: 0
Join Date: Mar 2011
Posts: 29
Received Thanks: 18
LoL plz add me skype Messi:
Sajad901 is offline  
Old 03/18/2011, 20:27   #35
 
elite*gold: 0
Join Date: Mar 2011
Posts: 29
Received Thanks: 18
add me skype
Sajad901 is offline  
Old 03/18/2011, 20:29   #36
 
elite*gold: 0
Join Date: Nov 2009
Posts: 106
Received Thanks: 28
So this bug is not solved completely, but partially, am I right?
How I do for him execute with an interval of 15 min?
CøøKiie is offline  
Old 07/03/2011, 15:11   #37
 
ryumaki23's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 112
Received Thanks: 37
Help please can you put some picture i am newbie please
ryumaki23 is offline  
Old 09/15/2012, 21:09   #38
 
elite*gold: 0
Join Date: Mar 2008
Posts: 38
Received Thanks: 3
when i run the .bat it shows this

Quote:
C:\KittenChaosEo\DATABASE\mysql\bin>C:\KittenChaos Eo\DATABASE\mysql\bin\mysql.ex
e
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 43 to server version: 4.0.18-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>
is that fine as in my .bat it is

Quote:
C:\KittenChaosEo\DATABASE\mysql\bin\mysql.exe

C:\KittenChaosEo\DATABASE\mysql\bin\mysql.exe -u root -ptest -D my -e "source c:\thunder.sql"
Andy20081 is offline  
Old 09/15/2012, 21:29   #39
 
elite*gold: 0
Join Date: Jul 2012
Posts: 80
Received Thanks: 40
Quote:
Originally Posted by Andy20081 View Post
C:\KittenChaosEo\DATABASE\mysql\bin\mysql.exe -u root -ptest -D my -e "source c:\thunder.sql"
Make the bat look like that and it should work for you.

The

Quote:
C:\KittenChaosEo\DATABASE\mysql\bin\mysql.exe
You have in there is calling the mysql twice. So only the one line I showed above is all you need.
Gekru is offline  
Old 09/16/2012, 17:09   #40
 
elite*gold: 0
Join Date: Mar 2008
Posts: 38
Received Thanks: 3
it loads bit in a split second disappears and i can just about see it say error in that split second
Andy20081 is offline  
Old 09/16/2012, 17:14   #41
 
elite*gold: 0
Join Date: Jul 2012
Posts: 80
Received Thanks: 40
That's what it should do. It will echo your connection string, do the query then close itself out. If you log into the game you can see if it thundered your pet or not.
Gekru is offline  
Old 02/13/2013, 20:14   #42
 
elite*gold: 0
Join Date: Sep 2009
Posts: 188
Received Thanks: 65
how about if the pets are more than 200.. hahaha..
haizamlee is offline  
Old 07/30/2013, 08:11   #43
 
elite*gold: 0
Join Date: Jul 2013
Posts: 16
Received Thanks: 4
Quote:
Originally Posted by funhacker View Post
Update for you louise, this new script will work for the whole range of pets, please let me know how it goes. As I don't even have MySQL to test the syntax...

Code:
update cq_eudemon 
set 
item_type = item_type + 4000, 
damage_type = 5 

where 
item_type >= 1072000 and 
item_type <= 1074999;


update cq_eudemon 
set 
item_type = magic_defense + 4000

where 
item_type >= 1079000 and 
item_type <= 1079999 and
magic_defence >= 1072000 and
magic_defence <= 1074999;
this script doesnt work for all pets =/ how can i make it work for all pets.
OmegaOnline is offline  
Reply


Similar Threads Similar Threads
[HELP] adding new pets
02/25/2009 - EO PServer Hosting - 2 Replies
Hi guyz i need someone who can work with me to add new pets on my server and for sure he will get PM for that , but he should know how to add them perfectly , with good compose rates , not insane or too low , just as other pets , and know how to add their skills if u would like to apply for this , plz PM me don't post here -CLOSED- please guyz don't POST only PM me
[Help] Adding pets
02/12/2009 - EO PServer Hosting - 11 Replies
ok i have a problem with my new pets. i had the new pets on but the problem is that i cant buy them at shoping mall and cant get it to appear to invent. if u ise awarditem the egg directly goes to the egg bag. What should i go to add those new pets? and where do i add in them? cq_grade or etc? pls help tnx...



All times are GMT +1. The time now is 15:44.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.