Jump to content
saa0d

Exchanger NPC when Hover on item

Recommended Posts

Hello guys

I know i've been filling the forums with lots of questions but i'm about to open a server that we all miss. anyway I have this exchanger NPC as shown in the picture.

Is it possible so that when I hover over an item, it shows me its stats? Thank you. Need a reply ASAP please!

 

sshot-336.png.fde949fee7529751efec9a0f659c9074[1].png

Share this post


Link to post
Share on other sites
16 minutes ago, Satan said:

Hm... if you edit source code that possible, i think so.

Do you know a way please? i'm not even near being pro in server files

Share this post


Link to post
Share on other sites
On 1/12/2019 at 3:13 AM, Adrian said:

If you are willing to pay DM me

Screenshot_2.png

Guys, i've been trying to communicate with Adrian since a week now but he hasn't been on at all. If anybody can mod my files/client to do the same thing in the picture or can reach Adrian out of this forum, i'd be grateful.

Share this post


Link to post
Share on other sites
On 1/17/2019 at 3:12 PM, saa0d said:

Guys, i've been trying to communicate with Adrian since a week now but he hasn't been on at all. If anybody can mod my files/client to do the same thing in the picture or can reach Adrian out of this forum, i'd be grateful.

nice

Share this post


Link to post
Share on other sites

I will share that feature in several days for free

  • Like 2
  • Thanks 3

Share this post


Link to post
Share on other sites
7 hours ago, V3ct0r said:

I will share that feature in several days for free

Awesome, always like to see new stuffs for free :)

Share this post


Link to post
Share on other sites
On 2/6/2019 at 9:01 PM, V3ct0r said:

I will share that feature in several days for free

Hey @V3ct0r

I can't wait till you release it for free! Please tell me when you do.

 

I appreciate it so much!!

Edited by saa0d

Share this post


Link to post
Share on other sites

@NOX, @DangThao, @saa0d, @Stitch, @LuciferMorningStar, @Fomin

 

I apologize for the unfulfilled promise, friends. I still have no idea how to make that feature, but still learning the question. I have not forgotten about it.

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

tRMayr8.png

Changes in function bool CBlackTradeMgr::Init()
- grdItemSale->SetIsHint(false);
+ grdItemSale->SetIsHint(true);

 

EDIT: Tested with weapon.
Dv9oKY5.png

 

 

Edited by Snre3n
  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites
46 minutes ago, Snre3n said:

tRMayr8.png

Changes in function bool CBlackTradeMgr::Init()
 - grdItemSale->SetIsHint(false);
+ grdItemSale->SetIsHint(true);

 

EDIT: Tested with weapon.
Dv9oKY5.png

 

 

client side?

Share this post


Link to post
Share on other sites

Client source code, UIBourseForm.cpp.
EDIT: Try adding this in traderoom.clu
UI_SetIsShow(grdItemSale, TRUE)

Edited by Snre3n
  • Like 1

Share this post


Link to post
Share on other sites

In HEX editor find and replace

C6 82 20 01 00 00 00 8B 46 0C C7 80 B8 00 00 00 replace with C6 82 20 01 00 00 01 8B 46 0C C7 80 B8 00 00 00
C6 81 20 01 00 00 00 8B 56 0C C7 82 9C 00 00 00 replace with C6 81 20 01 00 00 01 8B 56 0C C7 82 9C 00 00 00

 

  • Like 5

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...