Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

v62 Yellow Notices

Junior Spellweaver
Joined
Jun 27, 2008
Messages
148
Reaction score
0
PHP:
public static MaplePacket yellowChat(String msg) {
        MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
        mplew.writeShort((int) 0x4A);
        mplew.write(5);
        mplew.writeMapleAsciiString(msg);
        return mplew.getPacket();
    }

Since MrMysterious wanted to release the v55 one, I'll release the v62 one.

I had this before anyone with gr8 help from my friend Corey@FinalStory who had the first v55.


Have fun.
 
:)
Member
Joined
Jan 21, 2009
Messages
1,787
Reaction score
93
Sweet release. Sadly, many won't know where to put this.
 
Initiate Mage
Joined
Jul 1, 2008
Messages
69
Reaction score
0
Code:
Sweet release. Sadly, many won't know where to put this.

Very obvious, if you dont try you wont learn bro =)
 
Junior Spellweaver
Joined
Oct 9, 2008
Messages
178
Reaction score
0
yay spoon feed lol
good job on this
now people can have fun and edit the [MapleTip] rofl.
 
Experienced Elementalist
Joined
Dec 7, 2008
Messages
235
Reaction score
1
Lol, thanks for not spoon feeding... Pretty use full, much more than MrMysterious's I guess, because most people are onto v.62 now.
 
Mythic Archon
Member
Joined
Jul 23, 2008
Messages
796
Reaction score
56
Dur its obvious its MPC since most of the packets declared there start with public static.

What does that have to do with anything? Do you even know what public static is?
 
Master Summoner
Member
Joined
Jul 27, 2008
Messages
583
Reaction score
0
Lol, thanks for not spoon feeding... Pretty use full, much more than MrMysterious's I guess, because most people are onto v.62 now.

like MrMysterious tell what to do to get 62. You just gain a shovel in mouth now, even thought it was not that big change as Mysterious said, but yeah, for you it's, and I checked all you thread, I see "You made a whole new source by you own" with threads.
 
Master Summoner
Member
Joined
Jul 27, 2008
Messages
583
Reaction score
0
Apprantly, I haven't fully taken the time to learn what all those statements mean but I have taken the time to learn Java.. from guides. Which I think is enough.

You didn't learn properly then, because it's Java.
 
Experienced Elementalist
Joined
May 5, 2008
Messages
219
Reaction score
0
Not hard to make the mapletip system.
Packets are the most important part. :x
 
Experienced Elementalist
Joined
Jul 29, 2008
Messages
274
Reaction score
20
Apprantly, I haven't fully taken the time to learn what all those statements mean but I have taken the time to learn Java.. from guides. Which I think is enough.

I lol'd.
public, static are basic modifiers for method declaration, if you don't know (java), no one will laugh at you, but if you make yourself look like a fool pretending you do, people will laugh at you.
 
Experienced Elementalist
Joined
Apr 5, 2008
Messages
287
Reaction score
1
... just add this inside MaplePacketCreator

geez :p

cheer
 
Mother effin' clouds
Member
Joined
Apr 13, 2008
Messages
1,534
Reaction score
448
Lol =P Hahaa now your definitely the first one to release this.
 
Back
Top