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 04:32

  • 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   #1
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
[Guide] Fixing base BP bugs (Gift bugs)

hey all,

lets start off by saying sorry i cant really show screen shots of this since i have fixed it in my server


ok first thing you need to do is to iver delete the unwanted gifts (all the new ones pretty much) or you can just use the one i will upload below ....

here are the gifts that you really should keep... the others are optional


Code:
51 RandomGift
52 EscapeGift
53 TownGift
54 IdentifyGift
55 RepairGift
192 BP+3
191 BP+2
190 BP+1
255 Empty block(open)
0 Closed block
now go to your cq_eudemon and remove any that aint those

or you can use my scripts ...


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 .... im sure these are also ugly scripts and if theres a better way feel free to tell me


for those of you who dont know the bug this is fixing it is the one were the player viewing you sees a higher BP than you see


hio77...
Attached Files
File Type: rar cq_talenttype.rar (960 Bytes, 246 views)
hio77 is offline  
Thanks
14 Users
Old 07/16/2009, 06:57   #2
 
connorbacon99's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 294
Received Thanks: 38
woot woot hio ftw
connorbacon99 is offline  
Old 07/16/2009, 07:20   #3
 
elite*gold: 0
Join Date: Mar 2008
Posts: 124
Received Thanks: 6
This will fix the Bug of Extra POt of Knights TOO?
BetuDM is offline  
Old 07/16/2009, 08:10   #4
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
Quote:
Originally Posted by BetuDM View Post
This will fix the Bug of Extra POt of Knights TOO?
all i can tell you for that one is it is in cq_official_type and OfficialType.ini
hio77 is offline  
Thanks
1 User
Old 07/16/2009, 11:53   #5

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Hey, how can i fix the rate from howfast you get a rank??

or was it fast because there were like from number 249 to number 200 all skills-.-
magewarior2 is offline  
Old 07/16/2009, 12:05   #6
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
Quote:
Originally Posted by magewarior2 View Post
Hey, does this fix to that my +2 BP give's 50 pot+ :S ??
yea theres heaps of duped bp gifts
hio77 is offline  
Old 07/16/2009, 12:14   #7

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by hio77 View Post
yea theres heaps of duped bp gifts
if pets bron they have gifts ... and hofast they gain gifts .. were to fix that ?


i guess it is cq_talentgain .... **** can you give me a cq_talentgain script?

so i no not have to remove 5000 things =.="

thank you
magewarior2 is offline  
Old 07/16/2009, 12:16   #8
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
Quote:
Originally Posted by magewarior2 View Post
if pets bron they have gifts ... and hofast they gain gifts .. were to fix that ?


i guess it is cq_talentgain .... **** can you give me a cq_talentgain script?

so i no not have to remove 5000 things =.="

thank you
hmmmmm i should be able to
hio77 is offline  
Thanks
1 User
Old 07/16/2009, 15:01   #9

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by hio77 View Post
hmmmmm i should be able to
nvm i have take it from my old data
magewarior2 is offline  
Old 07/16/2009, 23:03   #10
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
Quote:
Originally Posted by magewarior2 View Post
nvm i have take it from my old data
: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
hio77 is offline  
Thanks
2 Users
Old 07/16/2009, 23:13   #11
 
connorbacon99's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 294
Received Thanks: 38
hey there bud im pretty sure some of these scripts are faulty im yet to look over them but they wont run haha if i find errors ill post em, may also just be me though
connorbacon99 is offline  
Old 07/16/2009, 23:24   #12
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
Quote:
Originally Posted by connorbacon99 View Post
hey there bud im pretty sure some of these scripts are faulty im yet to look over them but they wont run haha if i find errors ill post em, may also just be me though
ran perfectly on mine ....
hio77 is offline  
Old 07/17/2009, 00:42   #13
 
connorbacon99's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 294
Received Thanks: 38
oh nevermind i accidently switched a few numbers rofl my bad xD
connorbacon99 is offline  
Old 07/17/2009, 06:02   #14
 
elite*gold: 0
Join Date: Mar 2008
Posts: 124
Received Thanks: 6
Where i can fix this bug?

Look The Pic.


BetuDM is offline  
Old 07/17/2009, 08:53   #15
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
Quote:
Originally Posted by BetuDM View Post
Where i can fix this bug?

Look The Pic.



urmmmmm i dont see any bugs there
hio77 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 +2. The time now is 04:32.


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.