ScorpiaSauce (v1.0)

Page 1 of 9 123456789 LastLast
Results 1 to 15 of 132
  1. #1
    Enthusiast ScorpiaSauce is offline
    MemberRank
    Nov 2011 Join Date
    25Posts

    ScorpiaSauce (v1.0)



    This will be ScorpiaSauce, an elite source coded straight from the very best. So far the current version of this source is v1.0.
    It is coded

    What's working:
    PHP Code:
    -> Guilds
    -> Parties
    -> Chairs
    -> Cash Shop
    -> Maple Trade System
    -> Monsters
    -> Drops
    -> MCDB (loading straight from SQL)
    -> 
    Client reverse engineering (we have guys on that)
    -> 
    140more efficient than MoopleDEV (with the new handler we're making, it'll be 200%) 
    (
    NON-RMI)
    -> 
    Expeditions
    -> Shops
    -> The new jobs (working on skills)

    11/1/2011 UPDATEProfessions (go to images
    What we're working on:
    PHP Code:
    -> Fixing that annoying bug that MoopleDEV has (you knowthat one)
    -> 
    new skills
    -> professions 
    Expedition code on the forum:

    Spoiler:




    Most of this is in the forum so far, it's fully updated to v1.0

    One of our developer's screens:

    Spoiler:


    We've gotten in-game but my Maplestory's dead and our developers are offline D: sorry

    Revision Log

    PHP Code:
    Revision 1:
    Initial import of Moople base
    Added more GMS-like NPCs

    Revision 2
    :
    Added TCP supportthe implementation of non-RMI was crap //kevintjuh93 really screwed up here
    Rewrote the hierarchy of utilities and the servers

    Revision 3
    :
    GOT IN-GAME!

    Revision 4:
    Added Guilds and Partieshandler from MoopleDEVupdated packetspretty easy
    Started on Cash Shop

    Revision 5

    Cash Shop workingBuying items has small delayoptimizing needed
     
    -> Cash Inventory is working

    Revision 6
    :
    Working on mobsSigh Nexonyuhateonus :(

    We are too lazy to update this Revision Logsorry :
    Images:
    Spoiler:

    Getting in-game:



    POTENTIAL!


    We've gotten more, but it's a special surprise. Just believe us ;)

    The source will be public! We hope to continue on the Maplestory Private Server development with this!

    Random packet crap:
    Spoiler:


    PHP Code:
        public static MaplePacket summonAttack(int cidint summonObjectIdint newStance, List<SummonAttackEntryallDamagebyte animation) {
            
    MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
            
    mplew.writeShort(SendPacketOpcode.SUMMON_ATTACK);
            
    mplew.writeInt(cid);
            
    mplew.writeInt(summonObjectId);
            
    mplew.write(animation); // v100
            
    mplew.write(newStance);
            
    mplew.write(allDamage.size());
            for (
    SummonAttackEntry attackEntry allDamage) {
                
    mplew.writeInt(attackEntry.getMonsterOid()); // oid
                
    mplew.write(7); // v100
                
    mplew.writeInt(attackEntry.getDamage()); // damage
            
    }
            
    mplew.write(0);
            return 
    mplew.getPacket();
        } 

    We've been working on this for 5 months, since v.88 and we've been updating ever since. It's about 60% done, we hope to be line-in-line with Global one day. We are working together with different people (you guys know who you are ;) )
    Last edited by ScorpiaSauce; 04-11-11 at 01:09 AM.


  2. #2
    may web.very maple.pls. iAkira is offline
    MemberRank
    Aug 2009 Join Date
    somewhere..Location
    2,378Posts

    Re: ScorpiaSauce

    Not another one.. But looks promising
    Posted via Mobile Device

  3. #3
    Enthusiast ScorpiaSauce is offline
    MemberRank
    Nov 2011 Join Date
    25Posts

    Re: ScorpiaSauce

    Quote Originally Posted by iAkira View Post
    Not another one.. But looks promising
    Posted via Mobile Device
    Thanks :)

    Edit: Picture of us in-game!



    We understand there is a concern that this is from Maplestory Global; however it is not. I used my first name and yeah, I don't want that going out

    PHP Code:
        public static MaplePacket summonAttack(int cidint summonObjectIdint newStance, List<SummonAttackEntryallDamagebyte animation) {
            
    MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
            
    mplew.writeShort(SendPacketOpcode.SUMMON_ATTACK);
            
    mplew.writeInt(cid);
            
    mplew.writeInt(summonObjectId);
            
    mplew.write(animation); // v100
            
    mplew.write(newStance);
            
    mplew.write(allDamage.size());
            for (
    SummonAttackEntry attackEntry allDamage) {
                
    mplew.writeInt(attackEntry.getMonsterOid()); // oid
                
    mplew.write(7); // v100
                
    mplew.writeInt(attackEntry.getDamage()); // damage
            
    }
            
    mplew.write(0);
            return 
    mplew.getPacket();
        } 
    Last edited by ScorpiaSauce; 01-11-11 at 03:24 AM.

  4. #4
    Apprentice 39hujtnivek is offline
    MemberRank
    Oct 2011 Join Date
    7Posts

    Re: ScorpiaSauce

    reverse fag approves this pro thread.

    Quote Originally Posted by iAkira View Post
    Not another one.. But looks promising
    Posted via Mobile Device
    ikr this is promising
    Last edited by 39hujtnivek; 01-11-11 at 04:27 AM.

  5. #5
    Enthusiast DancesWithOdin is offline
    MemberRank
    Apr 2010 Join Date
    38Posts

    Re: ScorpiaSauce

    I'm giving this development thread my


    Good luck.

  6. #6
    Omega sunnyboy is offline
    MemberRank
    Mar 2010 Join Date
    6,109Posts

    Re: ScorpiaSauce

    I wouldn't think that SS is from GMS because it's level 157 with 386 HP and 499 MP.

    Good luck, I guess.

    Quote Originally Posted by ScorpiaSauce View Post
    We understand there is a concern that this is from Maplestory Global; however it is not. I used my first name and yeah, I don't want that going out

    But it is fake.
    Last edited by sunnyboy; 25-12-11 at 08:20 AM.

  7. #7
    Interesting... SharpAceX is offline
    MemberRank
    Oct 2008 Join Date
    2,011Posts

    Re: ScorpiaSauce

    Those expedition packets look legit... that's enough to persuade me.

    Good luck. You could always add me on MSN if you need help.

  8. #8
    Infraction Banned Cyclone999 is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    667Posts

    Re: ScorpiaSauce

    Hm.
    Hmmmmmmm.
    Well, bleh, if BloodAngel says it's fine, since he's mah brohan <3 whatever.

    Good luck, I guess.

  9. #9
    Enthusiast ScorpiaSauce is offline
    MemberRank
    Nov 2011 Join Date
    25Posts

    Re: ScorpiaSauce

    Thanks guys for your support :)

    We hope to create a Vana-like project as soon as it becomes public. We'll have bug-reports and have a team working together to fix it and it'll hopefully start the maple dev section again.

    SharpAceX: Our skill parser isn't exactly clean, our developer kinda rushed through it. I was wondering if you had a more clean and simple skill parser we could use?
    Last edited by ScorpiaSauce; 01-11-11 at 04:37 AM.

  10. #10
    Interesting... SharpAceX is offline
    MemberRank
    Oct 2008 Join Date
    2,011Posts

    Re: ScorpiaSauce

    Quote Originally Posted by ScorpiaSauce View Post
    Thanks guys for your support :)

    We hope to create a Vana-like project as soon as it becomes public. We'll have bug-reports and have a team working together to fix it and it'll hopefully start the maple dev section again.

    SharpAceX: Our skill parser isn't exactly clean, our developer kinda rushed through it. I was wondering if you had a more clean and simple skill parser we could use?

    I'm not sure if it'll be better than what you guys have but I'll let you take a look at it I guess. Add me on MSN.

  11. #11
    Enthusiast ScorpiaSauce is offline
    MemberRank
    Nov 2011 Join Date
    25Posts

    Re: ScorpiaSauce

    Quote Originally Posted by BloodAngel13 View Post
    I'm not sure if it'll be better than what you guys have but I'll let you take a look at it I guess. Add me on MSN.
    Okay, added :)

  12. #12
    Gamma Xerixe is offline
    MemberRank
    Apr 2008 Join Date
    MalaysiaLocation
    3,605Posts

    Re: ScorpiaSauce

    You could try JEval for the skill parser.
    I used the one I made tho, never really bothered checking the differences in speed, since it works fine and everything loads at startup, it shouldn't matter.

  13. #13
    Account Upgraded | Title Enabled! yoni2 is offline
    MemberRank
    Nov 2006 Join Date
    Krommenie, NethLocation
    254Posts

    Re: ScorpiaSauce

    Looks promising!, Good luck

  14. #14
    Can't kilean the zilean Darksta is offline
    MemberRank
    Oct 2010 Join Date
    Down undah mateLocation
    1,582Posts

    Re: ScorpiaSauce

    im keen for this source.

  15. #15
    Account Upgraded | Title Enabled! slayhhh is offline
    MemberRank
    Oct 2011 Join Date
    224Posts

    Re: ScorpiaSauce

    it it's going to be public you should make a SVN



Page 1 of 9 123456789 LastLast

Advertisement