Why don't use something like:
??PHP Code:SELECT count(*) FROM user_quests WHERE user = '" + Session.GetHabbo().Id + "' AND process = '1';
Printable View
Why don't use something like:
??PHP Code:SELECT count(*) FROM user_quests WHERE user = '" + Session.GetHabbo().Id + "' AND process = '1';
COUNT(*) must be used as Uppercase in order to work
WHERE I FIND
Code:
Messenger.OnStatusChanged(false);
?
With the search tool
WHERE I FIND
Code:
Messenger.OnStatusChanged(false);
?
in that file? There are so many ..
Nice one, works like a treat :)
Somebody has the sql for the new quests the new days?
i Have made a small fix .
Search:
And delete it.PHP Code:OpenQuest.AppendStringWithBreak("FIND_STUFF");
ADD:
Search:PHP Code:OpenQuest.AppendStringWithBreak((string)Row["type"])
And delete it.PHP Code:AcceptQuest.AppendStringWithBreak("FIND_STUFF");
ADD:
Search:PHP Code:AcceptQuest.AppendStringWithBreak((string)Row["type"])
DoneQuest.AppendStringWithBreak("FIND_STUFF");
And delete it.
ADD:
Now .PHP Code:DoneQuest.AppendStringWithBreak((string)Row["type"])
Run this into your SQL Database:
This serves to change the type of mission.PHP Code:ALTER TABLE `quest` ADD `type` enum('FIND_HIDDEN_STUFF','FIND_STUFF') NOT NULL DEFAULT 'FIND_STUFF';
Screen:
http://img203.imageshack.us/img203/5900/43829305.png
Please update the first post with all new fixs =) Thanks :P
I see you had a firework going on there
if so, could you release them aswell? :)
I will improve this code with a catalogue edit + a holograph (R63) code