Hello!
Tell me please, where edit announcement sieges? It is duplicated. Sorry for my bad English
Tell me please, where edit announcement sieges? It is duplicated. Sorry for my bad English
SELECT StringResource.value, id FROM dbo.MonsterResource LEFT JOIN dbo.StringResource on name_id=StringResource.code where StringResource.value like '%[B][I]Mobname[/I][/B]%'
SELECT level, model, string.value -- Selects a skill and it's text_id and gives out the string value FROM Arcadia.dbo.MonsterResource, Arcadia.dbo.StringResource string -- tells the query where to look for le files WHERE name_id = string.code -- connected to the FROM-command: shows the string(readable name) assigned to the text_id ORDER BY level ASC -- Sorted by order: ascending, desc would be descending, means, all values are sorted by a logical alphabet (special characters, 0-9, A-Z)
Yes the monsterskillresource is connected with the monserresource via the monster_skill_link_id (monsterskillresource.id=monserresource.monster_sk ill_link_id).Quote:
thanks guys :)
one more question, where can i add attack skills to bosses ? im looking in monsterskillresources .. is this the right location ? if not then where in the database can i edit it in ? does it need to be coded client side also ?
thanks for all the helpful people out there
SELECT StringResource.value, MonsterResource.id, MonsterSkillResource.Skill1_id, MonsterSkillResource.Skill3_id, MonsterSkillResource.Skill2_id, MonsterSkillResource.Skill4_id, MonsterSkillResource.Skill5_id, MonsterSkillResource.Skill6_id FROM dbo.MonsterResource, dbo.StringResource, dbo.MonsterSkillResource where name_id=StringResource.code and monster_skill_link_id=MonsterSkillResource.id and StringResource.value like [B][I]'%Mobname%'[/I][/B]
never expected a fast reply .... np i FIXED itQuote:
hi
i have 2 questions
1-is there a fix for the TP disappear on log-out ?
2-how can i add TP per login ?
Quote:
Yes the monsterskillresource is connected with the monserresource via the monster_skill_link_id (monsterskillresource.id=monserresource.monster_sk ill_link_id).
Use this command to show th skill-ids of a mob:
Code:SELECT StringResource.value, MonsterResource.id, MonsterSkillResource.Skill1_id, MonsterSkillResource.Skill3_id, MonsterSkillResource.Skill2_id, MonsterSkillResource.Skill4_id, MonsterSkillResource.Skill5_id, MonsterSkillResource.Skill6_id FROM dbo.MonsterResource, dbo.StringResource, dbo.MonsterSkillResource where name_id=StringResource.code and monster_skill_link_id=MonsterSkillResource.id and StringResource.value like [B][I]'%Mobname%'[/I][/B]
The database isn't the problem! You need to run the official launcher to update your game client.Quote:
Ahhh, ok. Thats one thing i was wondering. I guess Gavsta's files are outdated in the character database which doesn't fit with that epic or what so ever.
1st, I get that from download center website--- 7.3 working 100% right?
and 2nd, how do i shift over the new files to the database once i have it?
ps: I got my files from this thread--http://www.elitepvpers.com/forum/rappelz-private-server/1850182-rappelz-epic-7-3-100-working-also-cash-shop-100-a.html
~blake
EDIT: I got the new server files, backed up/restored my databases with the new back up files (arcadia/auth/tele) and I ran the game, went to make a new character, same issue again.
Not sure what the problem is here =/
One thing that came to my mind...When i restored Telecaster, i restored it to may 6 which was yesterday, could that be the issue?
Going to wait for a response and go to bed so i don't mess up any further lol ^^
~blake