Quest System [UBER, R63/64]
This is base for heart quests.
Oh yeah, I said this is a BASE, so you must code this futher, this is only a crappy code.
This is a TEST code, Credits to Meth0d for uberemu, Privilege(for simple packetlogger) and me for code
Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Uber.Messages
{
partial class GameClientMessageHandler
{
private void Initialize()
{
//L`val11{{2}}JISjHFIND_STUFF{{2}}bling_chair_c{{2}}QA1296540000000{{2}}EXTRA01{{2}}{{2}}{{1}}
ServerMessage Message = new ServerMessage(800);
Message.AppendStringWithBreak("FIND_STUFF");
Message.AppendStringWithBreak("throne");
Message.AppendInt32(1);
Message.AppendStringWithBreak("EXTRA01");
}
public void RegisterQuests()
{
RequestHandlers[800] = new RequestHandler(Initialize);
}
}
}
Code for ION coming soon.
Re: Quest System [UBER, R63/64]
Brilliant release, may use this. Thanks!
Re: Quest System [UBER, R63/64]
I can't believe you made this one,
This is probably a copy & paste from KekoMundo,
If it isn't, Great job, But your using the wrong Class..
And you probably don't know that UberEmulator is based on ION/Deltar do you? :P
Re: Quest System [UBER, R63/64]
This is MY code, Kekomundo doesn't work for me anymore.
Thanks for all comments.
edit:
This code must be in a .cs file in Messages/requests
Re: Quest System [UBER, R63/64]
this djintrouble sounds like a badass mofo for coding this.
Re: Quest System [UBER, R63/64]
@PowahAlert why exactly?
I just coded a little base,I didn't code the whole system.
Re: Quest System [UBER, R63/64]
It's not that hard to code PE,,,so..
Posted via Mobile Device
Re: Quest System [UBER, R63/64]
But it's not done. I will complete this.
Re: Quest System [UBER, R63/64]
Quote:
Originally Posted by
Donkjam
It's not that hard to code PE,,,so..
Posted via Mobile Device
I know, but he still used the Wrong class..
Re: Quest System [UBER, R63/64]
Pejump2, can you help me then?
---------- Post added at 01:38 PM ---------- Previous post was at 01:30 PM ----------
You think ur the best.n I fix code now
Re: Quest System [UBER, R63/64]
Where can i add that code?
Or i need to make a new cs file? (first post)
Re: Quest System [UBER, R63/64]
SOrry, I am testing the code, the code needs to be somewhere in a exist .cs file (not a new one) so if u aren't very busy hel;p me.
Re: Quest System [UBER, R63/64]
it sends a few messgaes [packets] ion gets easy and easier to me everytime i see a code lol
Re: Quest System [UBER, R63/64]
Quote:
Originally Posted by
DjInTrouble
...
packet logger that you use? mine is bad:
Code:
[13:11:53] [RAW DATA] Got packet from port: 30000 to port: 43367
[ DATA ] (0x0000) 4C 60 76 61 6C 31 31 02 4A 49 53 6A 4B 46 49 4E L.val11.JISjKFIN
[ DATA ] (0x0010) 44 5F 53 54 55 46 46 02 62 6C 69 6E 67 5F 63 68 D.STUFF.bling.ch
[ DATA ] (0x0020) 61 69 72 5F 63 02 51 41 31 32 39 36 35 34 33 36 air.c.QA12965436
[ DATA ] (0x0030) 30 30 30 30 30 02 45 58 54 52 41 30 31 02 02 01 00000.EXTRA01...
xDD
sorry for my very bad english lol
EDIT: .. and:
MessageHandler.RegisterUsers();
MessageHandler.RegisterMessenger();
MessageHandler.RegisterCatalog();
MessageHandler.RegisterNavigator();
MessageHandler.RegisterRooms();
add
MessageHandler.RegisterMyStuff();
and..
in new .cs
...
private void Initialize()
{
....
}
public void RegisterMyStuff()
{
RequestHandlers[800] = new RequestHandler(Initialize);
}
}
}
Re: Quest System [UBER, R63/64]
Nice, I think.
Pejump don't be so negative dude.