Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Server Code Submissions

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 01-15-2008, 11:27 AM
Knightly
Accomplished Programmer
 
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 91
Default

Since KLS appears to have fixed this, I will skip the testing of it. After I saw your post cavedude, I tested by changing client_packet.cpp:
Code:
void Client::Handle_OP_Bind_Wound(const EQApplicationPacket *app)
{
	if(!HasSkill(BIND_WOUND))
		return;
To:
Code:
void Client::Handle_OP_Bind_Wound(const EQApplicationPacket *app)
{
	if(!HasSkill(BIND_WOUND))
		Message(0,"You have no bind wound skill!");
		return;
Which causes the user to receive a message saying "You have no bind wound skill." When they try to bind wounds with 0 skill.

After looking it over, I assumed that changing that to:
Code:
void Client::Handle_OP_Bind_Wound(const EQApplicationPacket *app)
{
	/*if(!HasSkill(BIND_WOUND))
		Message(0,"You have no bind wound skill!");
		return;*/
Would fix the issue entirely since no character SHOULD be without the bind wound skill. I compiled, but didn't have time to test since I've been tied up at the office.
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:26 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