- 0
Sign in to follow this
Followers
0
get rid of less than overcharged selling price warning
Asked by
Lord Ganja
-
Recently Browsing 0 members
No registered users viewing this page.
Okay, I intentionally added an item with less than overcharged selling price.
Now I was thinking if I can get rid of the warnings that appear by adding the item id to the source so it won't show the warning even if these 'ids' are less than overcharged selling price.
For example, if I set the id 607 less than overcharged selling price. I'll add the id 607 to the src so the warning won't appear.
' if( type == SHOP && value*0.75 < id->value_sell*1.24 && itemid != 607) { ' <== This is just my idea for excluding items id's.
How do I do that? Thanks in advance.
this is the part in npc.c
Share this post
Link to post
Share on other sites