how to add skills that isnt in your class

11/02/2011 14:35 [Admin]Galdrastafir#1
i know it have been posted but in german and i cant understand..
11/03/2011 22:30 SilentBill#2
If it's just adding to a certain character's skillset it's pretty easy, just
Code:
INSERT INTO [Telecaster].[dbo].[Skill]
           ([SID]
           ,[OWNER_ID]
           ,[JP_DEC]
           ,[SUMMON_ID]
           ,[SKILL_ID]
           ,[SKILL_LEVEL]
           ,[COOL_TIME])
     VALUES
           (<SID, int,>
           ,<OWNER_ID, int,>
           ,<JP_DEC, int,>
           ,<SUMMON_ID, int,>
           ,<SKILL_ID, int,>
           ,<SKILL_LEVEL, int,>
           ,<COOL_TIME, int,>)
GO
Just substitute the things between <>s
If it's adding to a skilltree, I don't think it's possible from just the database.
11/04/2011 15:05 [Admin]Galdrastafir#3
im not Admin im like GM is there a command?
11/04/2011 16:38 Yunchen#4
Quote:
Originally Posted by [Admin]Galdrastafir View Post
im not Admin im like GM is there a command?
No.