Hey, I'm trying to get the proper stigma colors working in 5517. Sending the correct skill Id and Level doesn't add the effect on the client. (Only the max stigma effect is added from setting the status flag in MagicData.cs, line 1070). Any ideas?
Not sure if sending the flag packet before the magic activation should work, but you can give it a try.Quote:
Hey, I'm trying to get the proper stigma colors working in 5517. Sending the correct skill Id and Level doesn't add the effect on the client. (Only the max stigma effect is added from setting the status flag in MagicData.cs, line 1070). Any ideas?
That's exactly what I'm doing in my code. It's strange though, StarOfAccuracy works the same way. I send the flag first, then the spell packet after and it works correctly. This issue exists in your source (and every other 5517 I've checked) but not in Redux.Quote:
Not sure if sending the flag packet before the magic activation should work, but you can give it a try.
And Redux does exactly the same thing? I never noticed this problem. I gotta check it on my 5808 to see if it still happens.Quote:
That's exactly what I'm doing in my code. It's strange though, StarOfAccuracy works the same way. I send the flag first, then the spell packet after and it works correctly. This issue exists in your source (and every other 5517 I've checked) but not in Redux.
You didn't setup the mysql script properly.Quote:
if i delete a created character it wont get deleted and this error will occur!
[Only registered and activated users can see links. Click Here To Register...]
Redux works correctly, it sends the effect packet first and the magic packet right after.Quote:
And Redux does exactly the same thing? I never noticed this problem. I gotta check it on my 5808 to see if it still happens.
Which version of MySQL are you using? The procedures has not been added to the database and it's with the scripts.Quote:
if i delete a created character it wont get deleted and this error will occur!
[Only registered and activated users can see links. Click Here To Register...]
Why is your version of MySQL that old?Quote:
Version 14.14 Distrib 5.1.37
how to add them sir?
I change mysql version to latest because some queries could not execute because i used old version. but the problem still exist. But now I already fixed it. thank you for the help and quick reply guys.Quote:
Why is your version of MySQL that old?
[Only registered and activated users can see links. Click Here To Register...]