All quests names and IDs from Logs
- Blackstorm
- Retired
- Posts: 354
- Joined: Thu Sep 04, 2014 11:11 am
- Location: Paris, FRANCE
- Contact:
All quests names and IDs from Logs
Hello everybody ^^
This is an extract from logs. I crossed some opcodes to populate the quests names and ids columns so maybe i found a lot of quests you can not have.
Theses quests have no details but we have an id and a name, maybe we can rebuild the content...
List of 4829/9027 quests.
This is an extract from logs. I crossed some opcodes to populate the quests names and ids columns so maybe i found a lot of quests you can not have.
Theses quests have no details but we have an id and a name, maybe we can rebuild the content...
List of 4829/9027 quests.
You do not have the required permissions to view the files attached to this post.
Re: All quests names and IDs from Logs
There were a extra 129 quests in your list so i added them into the DB even tho they are mostly missing all the info besides quest name and id they are in there to hopefully be filled in one day. Thanks
- Blackstorm
- Retired
- Posts: 354
- Joined: Thu Sep 04, 2014 11:11 am
- Location: Paris, FRANCE
- Contact:
Re: All quests names and IDs from Logs
Hey Xin^^
If all of the added quests have a NULL value i.e for quest_level i have no details, but if you have added some with a complete informations line (except reward_xp and requirement_*), i can send you the detailed missing informations -> rewards, additionnal locations, quest_text..., i just need the ids ^^
Otherwise, i am using OP_ServerDialogQuestName (703), OP_ServerQuestList (713), OP_ServerDialogQuestText (704) and OP_ServerQuestDetails (715) to populate this table.
If all of the added quests have a NULL value i.e for quest_level i have no details, but if you have added some with a complete informations line (except reward_xp and requirement_*), i can send you the detailed missing informations -> rewards, additionnal locations, quest_text..., i just need the ids ^^
Otherwise, i am using OP_ServerDialogQuestName (703), OP_ServerQuestList (713), OP_ServerDialogQuestText (704) and OP_ServerQuestDetails (715) to populate this table.
- Blackstorm
- Retired
- Posts: 354
- Joined: Thu Sep 04, 2014 11:11 am
- Location: Paris, FRANCE
- Contact:
Re: All quests names and IDs from Logs
This file contain locations and rewards from my quests extract.
This extract should have quests' rewards for additional classes (if they were in the logs)...
-> tables' columns may have been modified.
This extract should have quests' rewards for additional classes (if they were in the logs)...
-> tables' columns may have been modified.
You do not have the required permissions to view the files attached to this post.
Re: All quests names and IDs from Logs
503 extra quest rewards and 3 quest locations merged in the DB.
- Blackstorm
- Retired
- Posts: 354
- Joined: Thu Sep 04, 2014 11:11 am
- Location: Paris, FRANCE
- Contact:
Re: All quests names and IDs from Logs
i will update the quests details here soon.