Quest System [UBER, R63/64]

Page 1 of 4 1234 LastLast
Results 1 to 15 of 52
  1. #1
    Proficient Member DjInTrouble is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    180Posts

    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.


  2. #2
    Rip Akaruz pixelpro321 is offline
    MemberRank
    Dec 2007 Join Date
    InternetLocation
    1,427Posts

    Re: Quest System [UBER, R63/64]

    Brilliant release, may use this. Thanks!

  3. #3
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    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
    Last edited by PEjump2; 29-01-11 at 01:01 PM.

  4. #4
    Proficient Member DjInTrouble is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    180Posts

    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
    Last edited by DjInTrouble; 29-01-11 at 01:01 PM.

  5. #5
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: Quest System [UBER, R63/64]

    this djintrouble sounds like a badass mofo for coding this.

  6. #6
    Proficient Member DjInTrouble is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    180Posts

    Re: Quest System [UBER, R63/64]

    @PowahAlert why exactly?
    I just coded a little base,I didn't code the whole system.

  7. #7
    i didnt do this. Donkjam is offline
    MemberRank
    Jul 2007 Join Date
    4,494Posts

    Re: Quest System [UBER, R63/64]

    It's not that hard to code PE,,,so..
    Posted via Mobile Device

  8. #8
    Proficient Member DjInTrouble is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    180Posts

    Re: Quest System [UBER, R63/64]

    But it's not done. I will complete this.

  9. #9
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: Quest System [UBER, R63/64]

    Quote Originally Posted by Donkjam View Post
    It's not that hard to code PE,,,so..
    Posted via Mobile Device
    I know, but he still used the Wrong class..

  10. #10
    Proficient Member DjInTrouble is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    180Posts

    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

  11. #11
    Enthusiast johwie is offline
    MemberRank
    Jan 2011 Join Date
    The NetherlandsLocation
    31Posts

    Re: Quest System [UBER, R63/64]

    Where can i add that code?
    Or i need to make a new cs file? (first post)

  12. #12
    Proficient Member DjInTrouble is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    180Posts

    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.

  13. #13
    Alpha Member Zak© is offline
    MemberRank
    Oct 2007 Join Date
    2,693Posts

    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

  14. #14
    are you ******* kidding!! capostrike93 is offline
    MemberRank
    Jan 2011 Join Date
    366Posts

    Re: Quest System [UBER, R63/64]

    Quote Originally Posted by DjInTrouble View Post
    ...
    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);
    }
    }
    }
    Last edited by capostrike93; 29-01-11 at 08:25 PM.

  15. #15
    Account Upgraded | Title Enabled! chillhabbo is offline
    MemberRank
    Jun 2007 Join Date
    RotterdamLocation
    367Posts

    Re: Quest System [UBER, R63/64]

    Nice, I think.

    Pejump don't be so negative dude.



Page 1 of 4 1234 LastLast

Advertisement