• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] [Bug Report] SQL Generator quest_offer_reward not generated?

Status
Not open for further replies.

Recycle

Enthusiast
If this is the wrong section, I apologize!

I wasn't sure whether it's intended, but I run a fairly recent core and TDB 335.59 the SQL doesn't generate the required quest_offer_reward texts as it's no longer in quest_template.

Not sure if that's intended or not, but hey, at least it might be worth the report. :]

Quest's reward offering text(which is when you are about to turn it in) are now in the table
Code:
quest_offer_reward
instead of quest_template.

Other than that it works perfect.
 
Last edited:

Tommy

Founder
Are you sure you are running TDB 59? As I'm looking at the world base sql file the Emote columns are still in quest_template, but in TDB 60 they are in quest_offer_reward.

Regardless, I'll update it soon.
 

Recycle

Enthusiast
Are you sure you are running TDB 59? As I'm looking at the world base sql file the Emote columns are still in quest_template, but in TDB 60 they are in quest_offer_reward.

Regardless, I'll update it soon.

I'm quite sure, unless something went bad with sql queries changing my DB version statement. My compile is from 19th of January and my version table in the db_version column says TDB 335.59

Edit: Going through my box, it seems that I do have .60 - you were right. For whatever reason my version in the SQL says .59 still :s
Edit2: Apparently my SQL just has
Code:
UPDATE `version` SET `db_version`='TDB 335.59', `cache_id`=59 LIMIT 1;
despite being a .60 db <_<
 
Last edited:

Tommy

Founder
I'm quite sure, unless something went bad with sql queries changing my DB version statement. My compile is from 19th of January and my version table in the db_version column says TDB 335.59

Edit: Going through my box, it seems that I do have .60 - you were right. For whatever reason my version in the SQL says .59 still :s
Edit2: Apparently my SQL just has
Code:
UPDATE `version` SET `db_version`='TDB 335.59', `cache_id`=59 LIMIT 1;
despite being a .60 db <_<

Thought so. :D

I'll update quest gen tonight. :p
 
Status
Not open for further replies.
Top