Jump to content

item attack value always returns values for +0 weapon


Recommended Posts

i wanted to do some editing in Item_GetDamage function in battle.cpp, but I realized that the min/max damage values are always returned as if the item was +0:

 

spacer.pngspacer.png

 

code:

 

pkItem->GetOwner()->ChatPacket(CHAT_TYPE_INFO, "vnum %d min_att %d max_att %d", pkItem->GetVnum(), pkItem->GetValue(3), pkItem->GetValue(4));

 

any ideas? damage is calculated correctly when attacking monsters

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.