First of all you will need a correct dbo.StringResource because the StringResource in the Infinite Files isn't readable for me. You can Import the db_string.rdb out of your client with pyrok's dumper + string editor.
After that you need to run the following command:
Code:
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)
if you know the name, just change ORDER BY level, into ORDER BY value, and they will appear in alphabetical order
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 ?
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
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]
Ok, so i know you guys hate people that ask the same question over and over and over again...
I have been installing my server for 3 days now without asking anything.
I have looked over and over again trying to fix this issue I've had over a day now...
Ok, so i got the files from the German dude, gavsta something? The holly 100% working!!! one lol
Well, when i try to make my character it gives me this "You may not create this character.
I have looked under the dbo.Account,IPBan,Resource... ect. Idk where the issue is coming from. I finally give up at trying to figure it out and ask others for help ^_^
Thanks in advance. If anyone is having issues setting there SQL up, let me know, so you give the others a break on that. hehe
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 ^^
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]
thanks champ that works perfect.
also i edited the mob and gave it skills but... when i changed its level to 180 it still displays lvl 50 but hits like a 180 .. do i also need to change this client side or is there another location in the database that needs editing so it will display its true level 180 ? and how would i make it display as 180??
Don't know exactly but you could try to edit this in the db_monster.rdb. Looks like the displayed level is in the client. Extract it with the dumper and hex the lvlvalue in the rdb-file put it back into the client with the Rappelz Data Editor.
you have to not just dl the offical rappelz client but also run the launcher so that it will fully update. the client that gpotato offers isnt completely up to date.
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
The database isn't the problem! You need to run the official launcher to update your game client.
[Helping Topic] 24/7 Helping Services! 08/27/2008 - EO PServer Hosting - 31 Replies stucked on anything while setuping your server?
post your problem here and you will get answer as fast as possible better than spamming with posts :cool:
first of all try reading Ahmedpotop's Pserver All thing guide.
if your couldn't solve it out post your problem down here
""That includes PHP rankings pages / registrations pages / Status pages""