[Problem] Character.cs

05/05/2010 23:11 herekorvac#16
Decker message me on msn and ill help u..
05/05/2010 23:11 KinG^PlutO#17
then when i put
AddItem(121129, 9, 12, 7, 255, 13, 13);

it says it needs 7 lmao
05/05/2010 23:29 HardNotTo#18
Quote:
Originally Posted by KinG^PlutO View Post
Error when I use that:

Code:
[COLOR="Red"]AddItem(150249, 12, 255, 7, Item.Gem.SuperDragonGem, Item.Gem.SuperDragonGem);[/COLOR]
[Only registered and activated users can see links. Click Here To Register...]

just made this in my 5165 source and got no error returns

try this:

Code:
#region TrojanBox
                    case 723991:
                        {
                            if (Inventory.Count <= 39)
                            {
                                RemoveItem(NextItem(723991));
                                AddItem(150249, 12, 255, 7, Item.Gem.SuperDragonGem, Item.Gem.SuperDragonGem);
                            }
                                break;
                            }               
                    #endregion
05/06/2010 02:06 TheGuyWithTheCodes#19
Quote:
Originally Posted by herekorvac View Post
Decker message me on msn and ill help u..
is decker? o.o
05/11/2010 15:57 .Summer#20
Quote:
AddItem(IDHERE, 12);
you can't add gems etc.