Register for your free account! | Forgot your password?

You last visited: Today at 20:44

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

Advertisement



[Guide]how to make pet sql

Discussion on [Guide]how to make pet sql within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2010
Posts: 194
Received Thanks: 59
[Guide]how to make pet sql

sample SQL, the id i used are sample id and might be already in use in your server


i know some will find that hard to understand so now ill go through each bit one by one

cq_action

ok where it writes delete from cq_action where id >= 727440 and id <= 728445; go into your database then go into cq_action then type in the id e.g. 727440-727445, if they are taken/used then search for another id like 727430-727435.

now you have your id all you do is change the id on the rest of the sql so it corresponds.

cq_itemtype

ok this is alot easier so just follow simple steps

  • the red ID's are the pet id, they are given with pet release
  • the green is the pet ID, but just without 10 in front you start with 00

cq_eudemon_rbn_type
ok the next one cq_eudemon_rbn_type is easy all you do is put in the pet id again

  • red ID input your pet ID

cq_grade

  • again replace the red ID for pet ID


cq_monstertype

  • ok blue is the pet ID without 10 in the front
  • e.g. pet ID is 1079122 then blue ID is 79122
  • green is the lookface you need to change that to the pet lookface you are adding



ok i hope this guide helps, have fun on elitepvpers
seraf2 is offline  
Thanks
26 Users
Old 07/08/2010, 15:13   #2
 
DEADP00L's Avatar
 
elite*gold: 20
Join Date: Sep 2008
Posts: 1,197
Received Thanks: 1,210
Seraf good guide but there is an easier way..excel is your friend trust me
DEADP00L is offline  
Thanks
3 Users
Old 07/08/2010, 15:48   #3
 
zspider's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 416
Received Thanks: 131
nice work but you forgot to change lookface on cq_monstertype
zspider is offline  
Thanks
1 User
Old 07/08/2010, 15:48   #4
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
just getting on people client and make sql? wtf!
PraDevil[ELITE] is offline  
Old 07/08/2010, 15:52   #5
 
Nukleuz's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 69
Received Thanks: 289
at least he tried to help
Nukleuz is offline  
Thanks
2 Users
Old 07/08/2010, 15:59   #6
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
@nukleus: yes its help people hehe..just wait your client being stolen and u will know what i mean
@seraf2: ty for da guide..
PraDevil[ELITE] is offline  
Old 07/08/2010, 16:08   #7
 
Nukleuz's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 69
Received Thanks: 289
actually it doest matter .. we all here steal TQ/Netdragon work. did we make the c3/.dds ourself ? i dont think so.. to prevent ur client to be easily rip off.. just make whole long code for the setting so quite hard for newbie to stole it.
Nukleuz is offline  
Old 07/08/2010, 16:29   #8
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
As deadpool said excel is awesome for when making any SQL script.

But also with MySQL if you are using ALL fields within a table you do not need to name them all you have to do is write "values" after the table name for example

insert into cq_action
values
(1,2,3,120,0,'Param'),
(2,3,1,120,0,'Param'),
(3,1,2,120,0,'Param');
funhacker is offline  
Thanks
8 Users
Old 07/08/2010, 16:54   #9
 
elite*gold: 0
Join Date: May 2010
Posts: 194
Received Thanks: 59
thanks

thanks guys

about excel i dont know how to do on excel but ill love to learn.
notpad is easy as well just do ctrl H then replace ids with new ids and stuff
seraf2 is offline  
Old 07/08/2010, 18:44   #10
 
DEADP00L's Avatar
 
elite*gold: 20
Join Date: Sep 2008
Posts: 1,197
Received Thanks: 1,210
seraf hit me on MsN i will teamview you and show you exactly how to use excel for what you want to do. With excel you can hit ctrl+c then paste it right into the database directly.



anyone other than Seraf adds me and i wont be a nice person
DEADP00L is offline  
Thanks
3 Users
Old 07/08/2010, 22:44   #11
 
elite*gold: 0
Join Date: May 2010
Posts: 194
Received Thanks: 59
bro i tryed to use excel and it is easy XD all you do is drag down codes and ctrl c XD
thanks deadpool and funhacker for the idea and small guide
seraf2 is offline  
Old 07/09/2010, 16:45   #12
 
T.h.u.n.d.e.r's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 378
Received Thanks: 132
guys sry about this question cuz iam still learning about that ! What about the id action thats i must put in the iteamtype.dat what i mean that how do i know it ?? also this
Code:
"[COLOR="Black"](Egg ID)', '(pet name)', '28', '3000000', '(Egg ID)', '0000', '1', '1', '00', '00000', '(Bag ID)', '0', '0', '30000', '00', '00', '00', '00', '00'),[/COLOR]"
line its mean thats the egg id is the id action while i saw in many sqls for diffrent pets thats the id action diffrent than the egg id ! cuz the proplems thats i get is from the iteamtype.dat i think its the id action point ! any idea about that =/
T.h.u.n.d.e.r is offline  
Old 07/10/2010, 14:15   #13
 
elite*gold: 0
Join Date: May 2010
Posts: 194
Received Thanks: 59
bro im not to sure what u mean?
seraf2 is offline  
Old 07/10/2010, 15:31   #14
 
zspider's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 416
Received Thanks: 131
Quote:
Originally Posted by seraf2 View Post
Code:
insert into cq_action (id,id_next,id_nextfail,type,data,param) 
values 
([COLOR="Red"]728440[/COLOR],728441,728444,508,0,'1 0 52'),
Code:
insert into cq_itemtype (id,name,monopoly,price,id_action,dodge,amount,amount_limit,gem1,hitrate,monster_type,able_mask,exp_type,emoney,official1,official2,official3,official4,official5) 
values
('(Egg ID)',  '(pet name)',   '28', '3000000', '[COLOR="Red"](Action ID)[/COLOR]', '0000', '1', '1', '00', '00000', '(Bag ID)', '0', '0', '30000', '00', '00', '00', '00', '00'),
he mean u must edit ur post and change it to look like this it's action ID not egg ID
zspider is offline  
Thanks
2 Users
Old 07/10/2010, 15:48   #15
 
T.h.u.n.d.e.r's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 378
Received Thanks: 132
thats what i mean
T.h.u.n.d.e.r is offline  
Reply


Similar Threads Similar Threads
[GUIDE] How to make a bot
04/13/2010 - Dragonica Hacks, Bots, Cheats & Exploits - 36 Replies
CHAPTER 1 GUI (Graphical User Interface) IntroductionThis is just the basics of AutoIt. By the end of this tutorial you will be able to create your own little simple bot that can spam custom timed key strokes. To download AutoIt just visit their website at autoitscript.com and download the latest version (version 3.3.0.0 as of today). Download, run it, install it... you know what to do. Section 1Create a new folder Create a new folder and call it "Scripts".
Can someone make a guide on how to make...
02/13/2010 - EO PServer Hosting - 6 Replies
Can someone make a guide on how to make equipment can be upgrade by using violet stone(item level 125 can be upgrade up to 255) i have try searching it but nothing found.. please someone make a guide about it:handsdown:
(Guide- request)Can any1 make guide for Wizzard/bard from lv 1 to 100
04/30/2009 - Silkroad Online - 0 Replies
hello...can any1 make a guide for wizard/bard from lv 1 to 100 area to exp (bot :P) gap, farm and best skills? Ty
[Guide] Pearl Guide To make +12
02/22/2009 - PW Hacks, Bots, Cheats, Exploits - 0 Replies
This guide is mostly for private servers where you can buy 1star draco pearls and 5star draco pearls, i had this .txt file saved for like a year already and it's VERY VERY usefull, so basically instead of buying mass pearls and mixing, this is an accurate way to get a +1, +2, +3.. and all the way to +12 pearl. Then here exactly correct 1260, Grade - 1 Draco Pearls * buy * at 4000 price = 5 040 000 gold 252, Grade - 2 Draco Pearls 111, Grade - 3 Draco Pearls 29, Grade - 4 Draco...



All times are GMT +2. The time now is 20:44.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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