How about the other shopPurchase supported with Identity set to On?Quote:
PrinceOfPersia - Crash Log
[d:10:04 PM] Cannot insert explicit value for identity column in table 'ShopPurchase' when IDENTITY_INSERT is set to OFF.
Printable View
How about the other shopPurchase supported with Identity set to On?Quote:
PrinceOfPersia - Crash Log
[d:10:04 PM] Cannot insert explicit value for identity column in table 'ShopPurchase' when IDENTITY_INSERT is set to OFF.
sir
i want to ask . what this two thing use for ?
i)Import Item Table
ii) Import Skill Table
and how to import the table ?
Hi,
Thank you for the share. It's a great help. But I tried the sending items to online players function, even tried just sending an item to one player but it doesn't seem to work for me. Any idea why? Thanks!
What was the error? Can you check the crashlog file?
Post some screenshots so we can what is the actual problem.
i)Import Item Table - to update your ShopItemMap
ii) Import Skill Table - to update the SkillTableRef use by skill editor
@PrinceofPersia2
Sir, I have a problem with Import Item Table. After I imported my itemstrtable.txt, all my items now are displayed in my RanCP without information.
http://img21.imageshack.us/img21/5029/itemshopt.jpg
I used to add Item in my ItemShop using the RanCP Admin Panel.
btw, i'm using Ran Extinction CP and ep7jamrandatabase.
Can i suggest a separate reading of
@PrinceofPersia2
Here's the crash log file.
Quote:
PrinceOfPersia - Crash Log
[d:4:45 AM] Cannot insert explicit value for identity column in table 'ShopPurchase' when IDENTITY_INSERT is set to OFF.
@PrinceofPersia2
Here's the error while trying to make PurKey as PK (Primary Key)
Quote:
'LogShopPurchase' table
- Unable to create index 'PK_LogShopPurchase'.
The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.LogShopPurchase' and the index name 'PK_LogShopPurchase'. The duplicate key value is (115748).
Could not create constraint. See previous errors.
The statement has been terminated.
@PrinceofPersia2
I`ve already set my Purkey as Primary Key, but I still got the same error
Here`s the SS of my database.Quote:
PrinceOfPersia - Crash Log
[d:6:20 PM] Cannot insert explicit value for identity column in table 'ShopPurchase' when IDENTITY_INSERT is set to OFF.
Attachment 116621
I can say that you are not using a default ShopPurchase table. The default table doesn't have purnum and purkey is configured as int (identity & PK). Base on your table structure, I can say that PurNum is the identity so it won't work for you even if you set that to PK.
I'll see if I can support that on next updates. Just to let you know, the current ran manager is not compatible with custom table structures.
@PrinceofPersia2
Ok I'll wait for your next update. Thank you so much for the help.
Hi,
I am experiencing a slight problem...
There is a character that supposed to have -1000 Bright points but, the Ran Manager only display '0' ...
any update sir?
hope you can add donation feature also like gmc v5
:)
thanks
@PrinceOfPersia2: this is 1 of my error when i am replacing itemsstrtable file and skillstrtable file in DB MANAGEMENT i use v 1.2 of your editor /MY 2 txt file is readable and this error still came i use ep7
Attachment 117145Attachment 117146
Updated v.1.3
a. Fixed negative value not suported for PK, life pt,etc
b. Item table file is now used for puton and inventory
c. Skill Table file is now used for skill editor
d. Fixed purkey not being detected when not set as primary key causing an error on send items due to identity problem