[Question]Compose

02/20/2020 06:35 stockcode#1
How can I remove +12 from compose to remain only +9 !?
I did the job from the source but I think there is still something from the client!
When I dial +9 to +12 it stays +12 until I put the item on me then it appears again +9 that's not a problem!
But I want the moment not to let you do more than +9!
Thank you in advance!
02/20/2020 12:12 Super Aids#2
On the server side first of all disable the composition in the code.

On top of that you need to update the items using the item info packet with the item uid and the respective + to show it.

I believe the server actually controls the plus entirely except for some UI stuff.
02/20/2020 16:13 stockcode#3
Thanks SuperAid Source Side all is done... Just on clientside need to fix but idk whear maybe need make hook with conquer.exe idk !
02/20/2020 19:47 Spirited#4
Sorry, I'm not following the conversation very well. Do you have a video showing the problem? Or a screenshot maybe? Thanks.
02/21/2020 18:22 pintinho12#5
He probably wants to limit the addition of the items to a max of +9 on a client with the new composition system.
02/22/2020 18:34 stockcode#6
Here is a video!

[Only registered and activated users can see links. Click Here To Register...]

Source Side Done.... Need just fix on Client to stop compose after +9 but idk whear and how ! Thanks all !

[Only registered and activated users can see links. Click Here To Register...]

Yes need to limit on max +9 ! <3
02/25/2020 06:32 stockcode#7
#Solved ! client and source ! need only now block npc to put +9 items on compose ! to limit Compose !