Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Bug Reports

Development::Bug Reports Post detailed bug reports and what you would like to see next in the emu here.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 02-19-2009, 05:58 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

After looking at the source, it looks like sellrate is being used as a multiplier when calculating price. So, if you want everything to go back to normal (like before this change was made), you can just set all items to have a sellrate of 1, since multiplying by 1 is still the same number

Here is a simple SQL change to help with this:

Code:
update items set sellrate = 1;
I don't really know what the point of having it affect items price to buy from a merchant. It would just make things more confusing when you can simply adjust price to do that. I imagine that wasn't intentional though. It was probably only meant to affect how much merchants will buy items back at. But, it seems like certain items have completely wrong sell rates set. Augment Distillers (at least in my database) have a price of 1 and sellrate in the thousands. I am not really sure what the point of that is. Basically, all that does is set the price at whatever the sellrate is. So, if either field is set to 1, the other will set the exact price of the item.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
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 06:11 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