I need code for add skill effect , but how to add it ? :rtfm:
Quote:
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28668, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28667, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28669, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28628, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28627, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28648, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28647, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28646, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28638, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28651, 0, 7200000, 0, NULL)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28629, 0, 7200000, 0, NULL)
Just tell me dude, I have tried to convert it from hex to dec from this skill kind idQuote:
you give up too easy. Look better. Old blood usual sucks
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28668, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28667, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28669, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28628, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28627, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28648, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28647, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28646, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28638, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28651, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28629, 0, 7200000, 0, NULL)
skill id= skill.binQuote:
Just tell me dude, I have tried to convert it from hex to dec from this skill kind id
all I can get is nothing matched, just tell me how to find it, is it hard to tell someone mistake?Code:INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28668, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28667, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28669, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28628, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28627, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28648, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28647, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28646, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28638, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28651, 0, 7200000, 0, NULL) INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, -28629, 0, 7200000, 0, NULL)