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 06:49

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

Advertisement



[Guide] Fixing base BP bugs (Gift bugs)

Discussion on [Guide] Fixing base BP bugs (Gift bugs) within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old 07/17/2009, 09:16   #16
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,747
honestly there isn't much you can do to prevent the multiple queries without complex scripting
most you can do is clean up the "'" with the numbers.
Also personaly I would set the talent to 255 to still keep the block open..
Code:
update cq_eudemon set
talent1=255 where
talent1 NOT IN (51,52,53,54,55,192,191,190,255,0); 
update cq_eudemon set
talent2=255 where
talent2 NOT IN (51,52,53,54,55,192,191,190,255,0); 
update cq_eudemon set
talent3=255 where
talent3 NOT IN (51,52,53,54,55,192,191,190,255,0); 
update cq_eudemon set
talent4=255 where
talent4 NOT IN (51,52,53,54,55,192,191,190,255,0); 
update cq_eudemon set
talent5=255 where
talent5 NOT IN (51,52,53,54,55,192,191,190,255,0);
funhacker is offline  
Thanks
1 User
Old 07/17/2009, 09:41   #17
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 827
Quote:
Originally Posted by funhacker View Post
honestly there isn't much you can do to prevent the multiple queries without complex scripting
most you can do is clean up the "'" with the numbers.
Also personaly I would set the talent to 255 to still keep the block open..
Code:
update cq_eudemon set
talent1=255 where
talent1 NOT IN (51,52,53,54,55,192,191,190,255,0); 
update cq_eudemon set
talent2=255 where
talent2 NOT IN (51,52,53,54,55,192,191,190,255,0); 
update cq_eudemon set
talent3=255 where
talent3 NOT IN (51,52,53,54,55,192,191,190,255,0); 
update cq_eudemon set
talent4=255 where
talent4 NOT IN (51,52,53,54,55,192,191,190,255,0); 
update cq_eudemon set
talent5=255 where
talent5 NOT IN (51,52,53,54,55,192,191,190,255,0);
updated the query i looked at the ones you rewrote and tried to make it like yours :P didn't know that you could take the "" out of a list
hio77 is offline  
Old 07/17/2009, 14:18   #18

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,550
Received Thanks: 820
Quote:
Originally Posted by hio77 View Post
:P or you could do that ....


i can easily give you an old db and just remove the chance of a new pet with a gift
this is maybe oftopic, but can you give me a cq_levexp_x
and cq_levexp (normal xp not a X10 or something a normal


that goes to level 255 or level 137 is fine to


Code:
cq_levexp.frm
cq_levexp.MYI
cq_levexp.MYD
cq_levexp_x.frm
cq_levexp_x.MYI
cq_levexp_x.MYD
this file's please ... not a MySQL drop.

Thank you.

my file's are harder than normal i think 0.0 i put expball on level 35 and it goes to level 37 0.0
magewarior2 is offline  
Old 07/18/2009, 05:25   #19
 
elite*gold: 0
Join Date: Mar 2008
Posts: 124
Received Thanks: 6
Quote:
Originally Posted by hio77 View Post
urmmmmm i dont see any bugs there
The Knight Should be give to player only +14 bp, if the player have apointed the pet on knight with 105* +
and the player are winning 200+ of potency
where i can fix it?
BetuDM is offline  
Old 07/18/2009, 09:29   #20
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 827
Quote:
Originally Posted by magewarior2 View Post
this is maybe oftopic, but can you give me a cq_levexp_x
and cq_levexp (normal xp not a X10 or something a normal


that goes to level 255 or level 137 is fine to


Code:
cq_levexp.frm
cq_levexp.MYI
cq_levexp.MYD
cq_levexp_x.frm
cq_levexp_x.MYI
cq_levexp_x.MYD
this file's please ... not a MySQL drop.

Thank you.

my file's are harder than normal i think 0.0 i put expball on level 35 and it goes to level 37 0.0
hit me up on msn lol

Quote:
Originally Posted by BetuDM View Post
The Knight Should be give to player only +14 bp, if the player have apointed the pet on knight with 105* +
and the player are winning 200+ of potency
where i can fix it?

dose it really matter? everyone sees it like this which is fine ....

its the officals table and ini (cant think of the name)
hio77 is offline  
Old 07/18/2009, 12:45   #21

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,550
Received Thanks: 820
Quote:
Originally Posted by BetuDM View Post
The Knight Should be give to player only +14 bp, if the player have apointed the pet on knight with 105* +
and the player are winning 200+ of potency
where i can fix it?
follow the steps ... (read above)


that will fix that also ....
magewarior2 is offline  
Old 07/22/2009, 07:36   #22
 
elite*gold: 0
Join Date: Mar 2008
Posts: 124
Received Thanks: 6
Quote:
Originally Posted by hio77 View Post
hit me up on msn lol




dose it really matter? everyone sees it like this which is fine ....

its the officals table and ini (cant think of the name)
can u add me on msn?


i will w8 4 u
BetuDM is offline  
Old 07/22/2009, 08:21   #23
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 827
Quote:
Originally Posted by BetuDM View Post
can u add me on msn?


i will w8 4 u
added
hio77 is offline  
Thanks
1 User
Old 09/21/2009, 04:25   #24
 
luzia's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 68
Received Thanks: 12
HELP knight

Hello people ... Good night
The topic is very good helped me a lot about the Gif It was perfect instead of +2 to +20 gave up the 2, Thank you for Help ...
So now I have a Problem Same as "BetuDM" And read a thread I saw that it found a solution ... Pos the query up there not consult this BUG. I wish people could see the pot of players right. And the Gift is correct but now has the knight. If I put in a PET Knight 20 * appears to me to POT +2. But others appear to +20 pot, acab changing the power of the players. you see the BP EXAMPLE: 500 to see 580 people, I wonder if you would know where I can stir this for me to see this giving q +2 points and the rest of the staff also look to me to see.


See the SS of what I'm talking ..



Lo instead of 98 was to appear +3 and not 98, pot = / this is wrong and I do not know but where to look, but once I am grateful to help.
luzia is offline  
Old 09/21/2009, 04:46   #25
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 827
this is to do with the knights system .... you need to compare your officials type in the db and ini
hio77 is offline  
Old 09/21/2009, 06:14   #26
 
luzia's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 68
Received Thanks: 12
How do I do that? if the DB has +3 my ini but that has 3 so that everything is +3 ... The problem I do not know where to see it in the DB and not INI = (do not know the locations
luzia is offline  
Old 09/21/2009, 10:59   #27
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 827
Quote:
Originally Posted by luzia View Post
How do I do that? if the DB has +3 my ini but that has 3 so that everything is +3 ... The problem I do not know where to see it in the DB and not INI = (do not know the locations
cant really tell you how atm but ill give you the files its in ...
Code:
Database: cq_official_type 
Ini: OfficialType.ini
hio77 is offline  
Old 09/21/2009, 15:15   #28
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,747
if you upload a Text format of your cq_official_type I will convert it into a OfficialType.ini for you
funhacker is offline  
Old 09/21/2009, 17:19   #29
 
luzia's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 68
Received Thanks: 12
hio77 Thanks.
Funhacker, I am grateful Tanks If you do, you guys.
luzia is offline  
Old 09/21/2009, 17:52   #30
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,747
Quote:
Originally Posted by luzia View Post
hio77 Thanks.
Funhacker, I am grateful Tanks If you do, you guys.
...were you going to upload the txt file?
funhacker is offline  
Reply


Similar Threads Similar Threads
Need Help in Fixing Bugs
06/10/2010 - CO2 Private Server - 7 Replies
hi, i made conquer pserver version 5165 i'm trying to add new npcs but when i coded tham, i got some errors, so i can't build & run (don't know why) here is my source,MEGAUPLOAD i'm asking you guys, who has the time please download my source and fix me some errors in NpcDialog.cs i tryied to do it but i coulden't thank you, here my email for who wanna call me: [email protected] when some one finish of fixing bugs, upload and send me download link in hotmail/msn or private...
Help i need help fixing some bugs
12/31/2009 - CO2 Private Server - 1 Replies
hi im using a patch 5017 source and i need some help to fix bugs. anyone wanna help. iv got a good server going no hamachi a friend is helping me but he is never on :( . so if someone could help id really like that 5mutny-co.com - This Is The Last GoodBye!:handsdown: i also have people playing right now! and am still looking for more!
[Bugs]I have a few bugs in Jezebelco source![bugs]
05/12/2009 - CO2 Private Server - 5 Replies
hello elitepvpers! When I create an account and login it is in Birthvillage but I can't get out of Birthvillage. Can someone help me whit this?



All times are GMT +1. The time now is 06:55.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.