-
Valued Member
-
-
Valued Member
Re: Failed to buy an item
Is there any solution for this problem?
-
Account Upgraded | Title Enabled!
Re: Failed to buy an item
You probably changed the id's. Remove "dbo.Item" foreign keys.
OR
http://forum.ragezone.com/f245/gunz-...-limit-812529/
OR
Make all "iscashitem=true" to false.
-
Re: Failed to buy an item
Make all "icashitem=true" to false, as Cobra said.
If you really don't care what you look like, and would take the time to avoid this problem, and just send yourself the Avatar ID's or whatever Item you are trying to buy, Then you should just remove them from Shop.xml(Client and Server).
-
Currently Stoned !
Re: Failed to buy an item
Go GunzDB>> StoredProcedures>>
change spbringaccountitem to spbringaccountitemOLD .
change spbringaccountitem1 to spbringaccountitem.
This is DB problem.
-
Member
Re: Failed to buy an item
Go GunzDB>>Table>>dbo.item>>design>>remove Foreign Keys
2. Execute this to your GunzDB
UPDATE Item SET IsCashItem = 0
Change IsCashItem="true" to IsCashItem="false" in your zitem.xml
3.http://forum.ragezone.com/f245/gunz-...-limit-812529/
-
Valued Member
Re: Failed to buy an item
Thank you all for responding, but had already solved.
-
Member
Re: Failed to buy an item
dint get the remove foreign key thingy option in my db went to dbo.item>>design>>then???