• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Release SQL Query Add Item To Character

Newbie Spellweaver
Joined
Aug 17, 2019
Messages
41
Reaction score
7
Hi Everyone..

Maybe someone need this for inserting items to characters.
Code:
INSERT INTO MaterializedItems (ItemSerial,    ItemID,    ItemRemainCount,    PayMethodCode,    SenderCharacterID,    ItemMaterializeCode,    ItemMaterializeFKey,    ItemDurability,    RandomSeed,    CoolTime,    ItemLevel,    ItemPotential,    SoulBoundFlag,    SealCount,    ItemOption,    ItemMaterializeDate,    ItemLifespan,    EternityFlag,    ItemExpireDate,    OwnerCharacterID,    OwnershipStartDate,    ExpireCompleteFlag,    TradeItemFlag,    AdditiveItemID,    ItemLocationCode,    ItemLocationIndex,    ItemPotentialMoveCount,    ItemCount,    ItemPrice,    DragonJewelType)    VALUES    ((CAST(RAND() * 280000000 AS bigint)),    'ITEM CODE HERE WITHOUT QUOTE','TOTAL ITEM',NULL,NULL,1,NULL,0,341544762,0,0,0,1,0,0,GETDATE(),2628000,1,'ITEM DURATION','CHARACTER ID',GETDATE(),0,NULL,NULL,2,120,0,1,0,0)

Hope this help you.
 
Last edited:
Newbie Spellweaver
Joined
Jul 9, 2019
Messages
35
Reaction score
3
bang mau tanya
tutor install awalnya gimana yak bang
 
Junior Spellweaver
Joined
Mar 19, 2017
Messages
150
Reaction score
20
Good for share, but why you not use Proc for mail or locker item, i think its very simple and have good view for player :)
Hi Everyone..

Maybe someone need this for inserting items to characters.
Code:
INSERT INTO MaterializedItems (ItemSerial,    ItemID,    ItemRemainCount,    PayMethodCode,    SenderCharacterID,    ItemMaterializeCode,    ItemMaterializeFKey,    ItemDurability,    RandomSeed,    CoolTime,    ItemLevel,    ItemPotential,    SoulBoundFlag,    SealCount,    ItemOption,    ItemMaterializeDate,    ItemLifespan,    EternityFlag,    ItemExpireDate,    OwnerCharacterID,    OwnershipStartDate,    ExpireCompleteFlag,    TradeItemFlag,    AdditiveItemID,    ItemLocationCode,    ItemLocationIndex,    ItemPotentialMoveCount,    ItemCount,    ItemPrice,    DragonJewelType)    VALUES    ((CAST(RAND() * 280000000 AS bigint)),    'ITEM CODE HERE WITHOUT QUOTE','TOTAL ITEM',NULL,NULL,1,NULL,0,341544762,0,0,0,1,0,0,GETDATE(),2628000,1,'ITEM DURATION','CHARACTER ID',GETDATE(),0,NULL,NULL,2,120,0,1,0,0)

Hope this help you.
 
Elite Diviner
Joined
Jul 31, 2019
Messages
435
Reaction score
63
Hi Everyone..

Maybe someone need this for inserting items to characters.
Code:
INSERT INTO MaterializedItems (ItemSerial,    ItemID,    ItemRemainCount,    PayMethodCode,    SenderCharacterID,    ItemMaterializeCode,    ItemMaterializeFKey,    ItemDurability,    RandomSeed,    CoolTime,    ItemLevel,    ItemPotential,    SoulBoundFlag,    SealCount,    ItemOption,    ItemMaterializeDate,    ItemLifespan,    EternityFlag,    ItemExpireDate,    OwnerCharacterID,    OwnershipStartDate,    ExpireCompleteFlag,    TradeItemFlag,    AdditiveItemID,    ItemLocationCode,    ItemLocationIndex,    ItemPotentialMoveCount,    ItemCount,    ItemPrice,    DragonJewelType)    VALUES    ((CAST(RAND() * 280000000 AS bigint)),    'ITEM CODE HERE WITHOUT QUOTE','TOTAL ITEM',NULL,NULL,1,NULL,0,341544762,0,0,0,1,0,0,GETDATE(),2628000,1,'ITEM DURATION','CHARACTER ID',GETDATE(),0,NULL,NULL,2,120,0,1,0,0)

Hope this help you.
Bang..
Increase ftg or ftg limit..?

 
Newbie Spellweaver
Joined
Aug 17, 2019
Messages
41
Reaction score
7
Good for share, but why you not use Proc for mail or locker item, i think its very simple and have good view for player :)

why you not release that? before im share :)
 
Back
Top