• 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.

Weapon Rarity Help

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 28, 2008
Messages
33
Reaction score
3
I put the Hera source weapons rarity system but the stats are showing duplicates on the items, I poked through the code but I couldn't find where I can fix it, could you help me?



I would also like to know how I can get armor to be dropped with status as well or a way to add them.
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
I put the Hera source weapons rarity system but the stats are showing duplicates on the items, I poked through the code but I couldn't find where I can fix it, could you help me?



I would also like to know how I can get armor to be dropped with status as well or a way to add them.

I don't have time to check the source right now but most likely the duplication issue is due to WndManager.cpp with the bonus display being added more then once.

Have you tried checking this system against other sources that have it?
 
Newbie Spellweaver
Joined
Oct 28, 2008
Messages
33
Reaction score
3
I don't have time to check the source right now but most likely the duplication issue is due to WndManager.cpp with the bonus display being added more then once.

Have you tried checking this system against other sources that have it?

Already fixed, i forgot to update here. Now i have an issue with database, my database dont save when i got one Item with rarity, I've already check all database source but dindnt find any issue, and got no error on debug. This is the error:

query:{call CHARACTER_STR('U1','0000001','01','',?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?, 0, 0, 0,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
SQLSTATE:42000 error:[Microsoft][SQL Server Native Client 11.0][SQL Server]Procedure or function CHARACTER_STR has too many arguments specified.
//================================================================================================================

I have to put something on database?
 
Status
Not open for further replies.
Back
Top