is there a way to change bind wound up to 100%?
I have been looking through the forums but i can't find anything about 2 things
1. is there a way to change bind wound up to 100% instead of the 50% 2. is there a way to set up a /cmd bind for players to bind to an area or do i need to add more sourbinders if i want that? i managed to get classic, kunark, and the velos db up and running on 6.0dr3 from searching the forums and im trying to customize them a bit |
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 |
Bind Wound code is in client.cpp in the zone project, line 1926 - 1930:
Code:
int max_percent = 50 + 10 * GetAA(aaFirstAid); Code:
int max_percent = (GetSkill(BIND_WOUND) > 200 ? 70 : 50) + 10 * GetAA(aaFirstAid); |
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 ??
|
That the problem...
We found many help to modify the source, But many less for compiling it :( |
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.
|
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 !!! |
thanks for the help ill learn sooner or later
thanks for the help everyone i think i can figure it out from the tutorial i found if not ill ask more questions then
|
I managed to get everything to compile on windows using MS visual C++ beta, using only free software and downloads. I have no clue at this point how I did it, though. Is it legal to zip up the libraries and post them? Finding all of those is the only hard part, and I think I put everything that's needed all in one library directory, so I'd imagine it would make things very easy if I could just post those.
|
You can make a post for explain how make this library directory ? and link for find software needed in ?
|
I use Microsoft Visual C++ Express Edition Beta 2. You can get it free at
http://lab.msdn.microsoft.com/expres...c/default.aspx It's about 90MB to download. Will post about libraries later. |
Ok :)
Downloading C++ :) ready for library list and other includes :) |
All times are GMT -4. The time now is 11:18 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.