#Removed
Update _Char Set DailyPK = 0 Where CharID = @CharID Update _Char Set TotalPK = 0 Where CharID = @CharID Update _Char Set PKPenaltyPoint = 0 Where CharID = @CharID
update _Char set DailyPK = 0 , TotalPK = 0 , PKPenaltyPoint = 0 where CharID = @CharID
Btw i test it before , then crash !Quote:
omg
makes me cry...Code:Update _Char Set DailyPK = 0 Where CharID = @CharID Update _Char Set TotalPK = 0 Where CharID = @CharID Update _Char Set PKPenaltyPoint = 0 Where CharID = @CharID
correct query:
Code:update _Char set DailyPK = 0 , TotalPK = 0 , PKPenaltyPoint = 0 where CharID = @CharID
nothing happen Just ,,Quote:
this query do exactly the same like your, if you get crash then are some Paramīs wrong, check them iīm too lazy for this now. just use Retun Scroll Paramīs to test it
The red shit caused because there's no effect in skilldata, and you can't apply skill without skilleffect. please note that this red shit is only visible for gm account, not for players..Quote:
nothing happen Just ,,
[Only registered and activated users can see links. Click Here To Register...]
forced dc / client crash is just annoyingQuote:
The red shit caused because there's no effect in skilldata, and you can't apply skill without skilleffect. please note that this red shit is only visible for gm account, not for players..
Also, teleport to get the effect or insert return -3 in the end of your query in order to get disconnected once the scroll is hit..
And answering your future question: there's a way to do it like scroll but in your case, the account will be in murder status so you're forced to dc the character.
Edit:
Update _Char Set DailyPK = 0 Where CharID = @CharID
Update _Char Set TotalPK = 0 Where CharID = @CharID
Update _Char Set PKPenaltyPoint = 0 Where CharID = @CharID
return-3