I hope you will do very soon! Thee we would be very grateful!:D:
Printable View
Tik Tok ~ Super Antho back to help you
Version : RELEASE63-31317-31303-201101312307_eee244c35f16d4e8262130dda89eb171
Link : http://www.mediafire.com/?p5jm97w4itc007f
Omg thanks anthony! :D
Great release.
The SWF don't appear the button Quests :X
isn't coded, i will code and release later,
already made a part of it,
this is just open quest dialog+load questss from db,
---------- Post added at 02:14 PM ---------- Previous post was at 01:34 PM ----------
Next code('s) Part!!:
I coded another part (accept+mark quest as accept, doesnt save in database for user, will do that later)
Search into \Messages\Requests\Users.cs:
Above it add:PHP Code:public void RegisterUsers()
Search for:PHP Code:private void AcceptQuest()
{
//Laval11{{2}}S\KFIND_STUFF{{2}}bath{{2}}QA1296716400000{{2}}DAY01{{2}}{{2}}{{1}}
DataTable Data = null;
using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient())
{
Data = dbClient.ReadDataTable("SELECT * FROM quests WHERE id = '" + Request.PopWiredInt32() + "' LIMIT 1");
}
if (Data == null)
{
return;
}
foreach (DataRow Row in Data.Rows)
{
ServerMessage AcceptQuest = new ServerMessage(801);
AcceptQuest.AppendStringWithBreak("val11");
AcceptQuest.AppendInt32((int)Row["id"]);
AcceptQuest.AppendInt32(3);
AcceptQuest.AppendStringWithBreak("FIND_STUFF");
AcceptQuest.AppendStringWithBreak((string)Row["item"]);
AcceptQuest.AppendInt32(5);
AcceptQuest.AppendStringWithBreak((string)Row["time"]);
AcceptQuest.AppendStringWithBreak((string)Row["data"]);
AcceptQuest.AppendStringWithBreak("");
Session.SendMessage(AcceptQuest);
}
}
Under it add:PHP Code:RequestHandlers[3102] = new RequestHandler(OpenQuests);
PHP Code:RequestHandlers[3101] = new RequestHandler(AcceptQuest);
Omg very nice Toperwin and Anthony!! Soon Uber getting completed :) Keep it up!!!
-Slaxxer
Posted via Mobile Device
maybe usefull ,
L`val11{{2}}JRAQdHGIVE_BADGE{{2}}{{2}}I1296889200000{{2}}BADGE_QUEST{{2}}ValentinesBadgeReceived{{2}}SjJFIND_STUFF{{2}}bling_chair_c{{2}}QA1296543600000{{2}}EXTRA01{{2}}{{2}}PkJFIND_STUFF{{2}}val_table1{{2}}QA1296630000000{{2}}EXTRA02{{2}}{{2}}Q]HFIND_STUFF{{2}}bling_toilet{{2}}QA1296889200000{{2}}DAY03{{2}}{{2}}P]HFIND_STUFF{{2}}bling_bed{{2}}QA1296802800000{{2}}DAY02{{2}}{{2}}S\HFIND_STUFF{{2}}bath{{2}}QA1296716400000{{2}}DAY01{{2}}{{2}}{{1}}
Give badge when ur complete a quest:)
Look toppic (first post) NOW! :D
Updated to about 99% done :D
Have fun with it ;)
(if someone knows all the achievements and requrements for them i will code them too into it ;))
Awesome !
you got far almost completed:D
Todo:
achievements
hearts catalog
then quest works 100%
you going great!
---------- Post added at 04:41 PM ---------- Previous post was at 04:26 PM ----------
two packets found :
pa i think status?
pf idk yet