Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-09-2010, 10:49 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default I changed Bind Wound but...

I just need some guidance on what you got to copy over to your server folder after you change some C++ code and recompile it.

Here's what I did:
In Visual C++ 2008 Express opened the Zone project and edited the client.cpp file to look like so
Code:
if (GetSkill(BIND_WOUND) > 200) {
	bindhps += GetSkill(BIND_WOUND)*4/10;
} else if (GetSkill(BIND_WOUND) >= 10) {
	bindhps += GetSkill(BIND_WOUND)/4;
}
// I am increasing the amount Bind Wound heals by mulitplying it by 10
bindhps = bindhps * 10;
I only added the last line (the rest is just for reference), just making Bind Wound 10 times as powerful right.
Then I go to the menu item Build > Project Only > Rebuild Only Zone
Everything compiles great.
I go into the C:\EQEmuSource\trunk\EQEmuServer\Build folder and copy Zone.exe over to my EQEmu folder where I run my server from. And guess what, Bind Wound remains exactly the same. So what gives, am I just daft. Is there more to copy over that just Zone.exe?

So I tried it again, and did a Build > Clean Solution, and then Build Solution to get a fresh build with my precious <sarcastic> new line of code, and nuthin. I can only figure I am not copying over everything I need to or there is a lot more to Bind Wound that I don't know about.

Can anyone help, point me in the right direction, offer a clue, throw me a bone?

Thanks
Reply With Quote
 


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 08:55 AM.


 

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