Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2005, 09:12 AM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

the bind wound cap is in the code. might be in features.h.

you cant add /bind, but you could add #bind if it isnt allready there, just set its access level to 0 in addon.ini
Reply With Quote
  #2  
Old 04-21-2005, 11:30 AM
garim12
Fire Beetle
 
Join Date: Oct 2004
Location: Tampa, FL
Posts: 19
Default

Bind Wound code is in client.cpp in the zone project, line 1926 - 1930:

Code:
	int max_percent = 50 + 10 * GetAA(aaFirstAid);

	if(GetClass() == MONK && GetSkill(BIND_WOUND) > 200) {
		max_percent = 70 + 10 * GetAA(aaFirstAid);
	}
I changed mine to:
Code:
int max_percent = (GetSkill(BIND_WOUND) > 200 ? 70 : 50) + 10 * GetAA(aaFirstAid);
so it caps at 70% once you go over 200 skill (any class that can get over 200 can bind to 70, not just monks), but can go up to 100% with the right AAs. I think they changed the live servers to let everyone bind to 70% after I left, but anyway...
Reply With Quote
  #3  
Old 04-21-2005, 09:59 PM
rmcgraw1
Fire Beetle
 
Join Date: Apr 2005
Posts: 19
Default im assuming ill have to recompile the data

im assuming ill have to learn to change the values then have to learn to recompile is there some where that teaches how ??
Reply With Quote
  #4  
Old 04-21-2005, 11:12 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

That the problem...
We found many help to modify the source,
But many less for compiling it :(
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #5  
Old 04-22-2005, 01:39 PM
garim12
Fire Beetle
 
Join Date: Oct 2004
Location: Tampa, FL
Posts: 19
Default

Yeah, unfortunately this change requires recompiling the code. Personally, I have a copy of Visual Studio .NET 2003 for my job and I just followed the tutorial in the tutorial section HERE to get it set up... but it's an expensive program so not everyone can use it :( I'm currently downloading Eclipse and if I can get EQEmu to compile in it then I'll try to write up a tutorial.
Reply With Quote
  #6  
Old 04-23-2005, 12:43 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

I have follow this tutorial, i have many compiling error, don't know nothing about C++ and compiling, this is the end of game...
I hope your eclipse tutorial is more easy thanks !!!
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.

Last edited by Belfedia; 04-23-2005 at 08:51 AM..
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:52 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3