help C# 5165

05/25/2010 01:13 allizzel777#1
Ok so in my source, i have a bug where like people upgrade there items from +0 to like anything. like it works fine but it wont take the +item/+stone there using away from them. it stays in there inventory what do i do to fix that?
05/25/2010 01:13 Arcо#2
What source are you using?
05/25/2010 01:34 allizzel777#3
Quote:
Originally Posted by .Arco View Post
What source are you using?
i said im 5165 in the title...
05/25/2010 01:41 xScott#4
Quote:
Originally Posted by allizzel777 View Post
i said im 5165 in the title...
Could be tanels source, or impulses source. Both patch 5165.
05/25/2010 02:00 allizzel777#5
Quote:
Originally Posted by xScott View Post
Could be tanels source, or impulses source. Both patch 5165.
??? ok so how do i fix that then?
05/25/2010 02:37 pro4never#6
.... 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.
05/25/2010 03:23 Arcо#7
Don't forget basser's so called source.
That's 5165 too.