|
.... he is saying there is more than 1 public 5165 source. Tanels source = lotf = the one most people are using.
Seeing as you don't know what you are doing (sorry, being honest here) then you are most likely using Lotf (Tanels source).
Impulse's source is the new one that got released that is infinitely better but contains no features added yet.
Sounds to me like you are not removing the sub item during composition right?
So it adds the composition points and if applicable changes the main items + but the old item is left in inventory?
Search out your composition code and it should have lots of stuff dealing with mainitem and subitem. Just go to where it adds the progress/+ to the main item and add something along the lines of
GC.Client.Inventory.Remove(SubItem.ID);
Note: I don't use that source so that's just an example, not something you can actually use.
if you want real help you will need to be able to post alot more information such as sections of problem code, exactly what is/isn't happening and that sort of thing. If not we can't really help you very much.
|