Register for your free account! | Forgot your password?

You last visited: Today at 08:30

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

Advertisement



[Release]UniversalXO 30*

Discussion on [Release]UniversalXO 30* within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2009
Posts: 345
Received Thanks: 114
[Release]UniversalXO 30*

ok guy...maybe new PM missing some UnivesalXO code...
and got something erro!!
take this and extract it...

Quote:
delete from cq_action where id >= 4600650 and id <= 4600654;

INSERT INTO `cq_action` VALUES ('4600650', '4600651', '4600653', '508', '0', '1 0 53');
INSERT INTO `cq_action` VALUES ('4600651', '4600652', '0', '531', '0', '');
INSERT INTO `cq_action` VALUES ('4600652', '4600654', '0', '502', '813002', '');
INSERT INTO `cq_action` VALUES ('4600653', '0', '0', '126', '0', 'Sila~Sediakan~Ruang~Untuk~Binatang~Anda');
INSERT INTO `cq_action` VALUES ('4600654', '0', '0', '126', '0', 'Taniah!!~Anda~Telah~Memperolehi~UnivesalXO30');

delete from cq_itemtype where id = 813002;

INSERT INTO `cq_itemtype` VALUES ('813002', 'UniversalXO30', '0', '0', '0', '0', '0', '0', '0', '0', '28', '0', '0', '4600650', '0', '0', '0', '0', '0', '0', '0', '1', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '298', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
This file how to change UnivesalXO29* To UnivesalXO30*

Quote:
update cq_grade set rarity=1600 where id >= 1071980 and id <= 1071982;
OK Guyy...This File ok to use...
Attached Files
File Type: rar Code-Line-UnivesalXO30.rar (510 Bytes, 123 views)
matrix89 is offline  
Thanks
4 Users
Old 11/23/2009, 02:05   #2
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Quote:
Originally Posted by matrix89 View Post
ok guy...maybe new PM missing some UnivesalXO code...
and got something erro!!
take this and extract it...



This file how to change UnivesalXO29* To UnivesalXO30*
Seriously fail. That is completely wrong. The id you have said is the "Bag" id and not the pet id which will range in

1071XX0 -> 1071XX2
1079XX0 -> 1079XX2


Not to mention this release was done a long time ago when I made it for ACME.
funhacker is offline  
Old 11/24/2009, 22:32   #3
 
elite*gold: 0
Join Date: Aug 2008
Posts: 53
Received Thanks: 1
man i use you query and im buy one uni from shoping mall

and give me uniXO bag =(

how im back

help me pls
uphj is offline  
Old 11/25/2009, 03:30   #4
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 539
Before you try ANYTHING, You should make an backup for 'JustinCases'
.Ash is offline  
Thanks
1 User
Old 11/30/2009, 13:52   #5
 
SoulNecturn's Avatar
 
elite*gold: 100
Join Date: Oct 2008
Posts: 636
Received Thanks: 1,208
Matrix for the good sake of this forum and community and safety of all newbies of private servers ....

Edit your release to be proper because when I read it its like totally loong distance from true It will not only not-work but probably will screw good DB of someone ....

So if this already is named release - correct this!

Regards
SoulNecturn is offline  
Thanks
1 User
Old 11/30/2009, 15:55   #6
 
elite*gold: 0
Join Date: Aug 2009
Posts: 345
Received Thanks: 114
OK guy..
This problem...


Missing something here...
Enjoy It...
Attached Files
File Type: rar Code-Line-UnivesalXO302.rar (488 Bytes, 18 views)
matrix89 is offline  
Thanks
1 User
Old 11/30/2009, 16:38   #7
 
SoulNecturn's Avatar
 
elite*gold: 100
Join Date: Oct 2008
Posts: 636
Received Thanks: 1,208
OK I will explain what I mean becasue I see there is no other way :/

As Funhacker pointed its all about bags,
as well eggs, eudemon intself and even action LOL heh

OK lets start:

You posted action:

Quote:
delete from cq_action where id >= 4600650 and id <= 4600654;

INSERT INTO `cq_action` VALUES ('4600650', '4600651', '4600653', '508', '0', '1 0 53');
INSERT INTO `cq_action` VALUES ('4600651', '4600652', '0', '531', '0', '');
INSERT INTO `cq_action` VALUES ('4600652', '4600654', '0', 502', '813002', '');
INSERT INTO `cq_action` VALUES ('4600653', '0', '0', '126', '0', 'Sila~Sediakan~Ruang~Untuk~Binatang~Anda');
INSERT INTO `cq_action` VALUES ('4600654', '0', '0', '126', '0', 'Taniah!!~Anda~Telah~Memperolehi~UnivesalXO30');
As I see this action is lets say ok - this 502 is just taking from player this item 813002 - thats all..

but case is under

Quote:
update cq_grade set rarity=1600 where id= 813002;

Ok maybe I over said - wont harm much this one hehe but wont help!

cq_grade is for Eudemons not for items!!!

You will need to change rariry under Universals eudemons to make it 30* etc ...

this

Quote:
update cq_grade set rarity=1600 where id= 813002;
will just DONT work!

1071990 - Universal0
1071980 - UniversalX0


so to change rarity of UniversalX0 you will need "For example":

Quote:
update cq_grade set rarity=1600 where id >= 1071980 and id <= 1071982;
Thats all what I meant

Regards
SoulNecturn is offline  
Thanks
1 User
Old 11/30/2009, 16:48   #8
 
elite*gold: 0
Join Date: Aug 2009
Posts: 345
Received Thanks: 114
Quote:
Originally Posted by Soulerman View Post
OK I will explain what I mean becasue I see there is no other way :/

As Funhacker pointed its all about bags,
as well eggs, eudemon intself and even action LOL heh

OK lets start:

You posted action:



As I see this action is lets say ok - this 502 is just taking from player this item 813002 - thats all..

but case is under




Ok maybe I over said - wont harm much this one hehe but wont help!

cq_grade is for Eudemons not for items!!!

You will need to change rariry under Universals eudemons to make it 30* etc ...

this


will just DONT work!

1071990 - Universal0
1071980 - UniversalX0


so to change rarity of UniversalX0 you will need "For example":



Thats all what I meant

Regards
lol..is that..this my fault..
im forget to change it..
thanx for correction...
matrix89 is offline  
Old 11/30/2009, 17:11   #9
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Quote:
Originally Posted by matrix89 View Post
lol..is that..this my fault..
im forget to change it..
thanx for correction...
And yet you still are missing another 3 values....

You have 3 so far

As I will not just give you the code here are why there are 6 IDs per pet


Normal pet

1071980 - No Evolution
1071981 - 1st Evolution
1071982 - 2nd Evolution

Thunder Pet

1079980 - No Evolution
1079981 - 1st Evolution
1079982 - 2nd Evolution


The Green Bold numbers are the evolution number
The black bold numbers are the Type (Normal-1 or Thunder-9)
funhacker is offline  
Thanks
1 User
Old 11/30/2009, 18:06   #10
 
elite*gold: 0
Join Date: Aug 2009
Posts: 345
Received Thanks: 114
Quote:
Originally Posted by funhacker View Post
And yet you still are missing another 3 values....

You have 3 so far

As I will not just give you the code here are why there are 6 IDs per pet


Normal pet

1071980 - No Evolution
1071981 - 1st Evolution
1071982 - 2nd Evolution

Thunder Pet

1079980 - No Evolution
1079981 - 1st Evolution
1079982 - 2nd Evolution


The Green Bold numbers are the evolution number
The black bold numbers are the Type (Normal-1 or Thunder-9)
Thanx too...
matrix89 is offline  
Old 11/30/2009, 18:25   #11
 
SoulNecturn's Avatar
 
elite*gold: 100
Join Date: Oct 2008
Posts: 636
Received Thanks: 1,208
Quote:
Originally Posted by matrix89 View Post
Thanx too...
hehehehheh then change it hehehehehehehe LOL

the solution for whole this story was pointed you at first comment in this thread hehehehehe And till now not corrcted properly bhehehe

Go go
SoulNecturn is offline  
Thanks
1 User
Old 11/30/2009, 18:31   #12
 
CyberServer's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 565
Received Thanks: 107
maybe he forgot to make it maybe he buzy :P
CyberServer is offline  
Thanks
1 User
Reply




All times are GMT +2. The time now is 08:30.


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.