where can i find this list? or help me some skill ID for Boss, pls! thank you very much
10/05/2015 00:44SnickQ#2
Code:
USE PS_GameDefs
select * from Mobs
Where MobID='Mob ID Here'
Serch columin "AttackType"
And put here
Code:
USE PS_GameDefs
select * from Skills
Where SkillID='SkillID here'
Mob using Skills from PS_GameDefs.dbo.Skills
With level 100
10/05/2015 09:16snowofdragon#3
i can't open NPCSkill.Sdata by shstudio. How to open it?
10/05/2015 10:32Garrett_Thief#4
Quote:
Originally Posted by snowofdragon
i can't open NPCSkill.Sdata by shstudio. How to open it?
Rename it in Skill.sdata and you can open.
10/05/2015 11:06snowofdragon#5
Quote:
Originally Posted by Garrett_Thief
Rename it in Skill.sdata and you can open.
I try rename NpcSkill.sdata --> skill.sdata but error, the file skill.sdata can not be loaded or process.(Shstudio 0.7.1)
10/05/2015 13:04Underworld™#6
[Only registered and activated users can see links. Click Here To Register...] i open it with Python27 - csv - back to Skill.sdata ,this is the german monster skill id´s:handsdown:
Perhaps it helps a little bit
10/05/2015 13:54momocruz#7
You looking something like this ??[Only registered and activated users can see links. Click Here To Register...]
10/05/2015 16:37snowofdragon#8
Thank you, i got it. i have new problem with boss : Boss doesnt auto attack when player come close. it only attack when attacked.