Jump to content

Recommended Posts

Posted

Hey, I'm reaching out for help, I was wondering, which packet determinates such ability, to modify products quantity format and colour.
This is an example in one of the most popular server:

http://prntscr.com/e7pcml - it shows up as green colour - you have enough money to buy
http://prntscr.com/e7pdaa - it shows up as red colour - you don't have enough money to buy

 

I'm interested also in price formatting. 

Posted

Interface.u modification.

In MultiSellWnd you need to find function addNeededItem(int, ItemInfo), modifying t_color of itemAmountNode allows you to set desired color. I based it on UIScript GetInventoryItemCount function value.

Posted

Interface.u modification.

In MultiSellWnd you need to find function addNeededItem(int, ItemInfo), modifying t_color of itemAmountNode allows you to set desired color. I based it on UIScript GetInventoryItemCount function value.

 

Yeah but you need the u script for the target client with source and the knowledge to import it, are these things accessible for mortals like us ?

Posted (edited)

Yeah but you need the u script for the target client with source and the knowledge to import it, are these things accessible for mortals like us ?

I'm not sure if you're asking for this, but let's try.

https://cloud.mail.ru/public/6ke2/7SxPnkT7F

pw: NewYear2017

 

Happy usage.

Edited by Pleyne
  • 2 weeks later...
Posted

Interface.u modification.

In MultiSellWnd you need to find function addNeededItem(int, ItemInfo), modifying t_color of itemAmountNode allows you to set desired color. I based it on UIScript GetInventoryItemCount function value.

 

interface.u doesn't seem to relate with the design of the window, its more like event handling and parsing, I could be wrong because I have to make further research on these scripts. Maybe Im even looking on the wrong place

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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...