You cannot purchase the item (M2019)

Results 1 to 11 of 11
  1. #1
    RaGEZONER Since 2004 I Am NoLimiT is offline
    MemberRank
    Jul 2004 Join Date
    Ha-HaciendaLocation
    1,030Posts

    You cannot purchase the item (M2019)

    when i buying some items like avatar's that message pop out.You cannot purchase the item (M2019) 1st.i already remove iscashitem="false" /> or iscashitem="true" /> 2nd.i already remove the serial on database. Should i add items ID on dbo.item on database? SS: http://forum.ragezone.com/images/sty...attach/jpg.gif
    Attached Thumbnails Attached Thumbnails adm-nolimit_20130130_044133.jpg  


  2. #2
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: You cannot purchase the item (M2019)

    Maybe remove the isCashitem code tag and make sure in your dbo.Item that the isCashitem all equal to 0.

  3. #3
    Account Upgraded | Title Enabled! medotarek is offline
    MemberRank
    Apr 2012 Join Date
    Egypt/RageZoneLocation
    615Posts

    Re: You cannot purchase the item (M2019)

    maybe he didn't add the item id in the db

  4. #4
    RaGEZONER Since 2004 I Am NoLimiT is offline
    MemberRank
    Jul 2004 Join Date
    Ha-HaciendaLocation
    1,030Posts

    Re: You cannot purchase the item (M2019)

    yah i think so..anyone have queries for items?.that i can execute on db?

  5. #5
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: You cannot purchase the item (M2019)

    Manually add them into your dbo.Item.

  6. #6
    RaGEZONER Since 2004 I Am NoLimiT is offline
    MemberRank
    Jul 2004 Join Date
    Ha-HaciendaLocation
    1,030Posts

    Re: You cannot purchase the item (M2019)

    Thanks Sir Anju i will try that :) after i get my vps hacked.because i use Tannous release i got hacked.i never thought Tannous website release has many backdoors..

  7. #7
    Valued Member Developer is offline
    MemberRank
    Oct 2009 Join Date
    101Posts

    Re: You cannot purchase the item (M2019)

    Yep, looks like you have the same issue i did about 6 days ago. Simply search through your zItem/Shop.xml and look through your database for what is NOT there. It will show in Shop because its in the zItem and Shop.xml's but you cannot buy it if its not in your DB :)

    Lol, If ANYONE needs help, i'm currently in the process of Making my Own Server, and i'v encountered many Issues that i have Solved.
    I havent been all that active due to me liking to figure stuff out for myself.

    If anyone needs help, add my skype, i'm on almost 24/7

    Skype: ShinobiStory

    (No thats not the name of my server. Just my Skype =P Old game i scrapped. Just so u kno i'm NOT advertising anything Lol)

  8. #8
    RaGEZONER Since 2004 I Am NoLimiT is offline
    MemberRank
    Jul 2004 Join Date
    Ha-HaciendaLocation
    1,030Posts

    Re: You cannot purchase the item (M2019)

    can you share your dbo.item queries?

    Sir Anju why is that i cant add more lines on dbo.item?.can you tell me whats the problem the last Line ID on my dbo.item is 5000002 and after that im trying to add DessertWarrior Avatar for Female ID: 29009 but after when i executing give me some error on MSSQL.

  9. #9
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: You cannot purchase the item (M2019)

    It's possible that it is not showing the full list in your dbo.Item database table. Since I am using MSSQL 2012, it is only showing me the top 200 listing. I'm not quite sure how to get it to show the entire listing of the database table. The last line that you're seeing now could be just the last line of the top 200 listings. It's possible that the ItemID that you're trying to add is already added.

  10. #10
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: You cannot purchase the item (M2019)

    Quote Originally Posted by Anju View Post
    It's possible that it is not showing the full list in your dbo.Item database table. Since I am using MSSQL 2012, it is only showing me the top 200 listing. I'm not quite sure how to get it to show the entire listing of the database table. The last line that you're seeing now could be just the last line of the top 200 listings. It's possible that the ItemID that you're trying to add is already added.
    Use Select Top 1000 Rows to show the full listings. (I know for sure the default DB doesn't go over 1000 items)
    He would have to use some SQL to edit a row from there. Adding a whole new row should still work from Editing the Top 200.

  11. #11
    RaGEZONER Since 2004 I Am NoLimiT is offline
    MemberRank
    Jul 2004 Join Date
    Ha-HaciendaLocation
    1,030Posts

    Re: You cannot purchase the item (M2019)

    problem fixed..i just remove the serial key on mssql2k5.



Advertisement