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
Nov 29, 2008
Messages
168
Reaction score
7
Excellent release.
automsg.js here
PHP:
var setupTask;

function init() {
    scheduleNew();
}

function scheduleNew() {
    var cal = java.util.Calendar.getInstance();
    cal.set(java.util.Calendar.HOUR, 3);
    cal.set(java.util.Calendar.MINUTE, 0);
    cal.set(java.util.Calendar.SECOND, 0);
    var nextTime = cal.getTimeInMillis();
    while (nextTime <= java.lang.System.currentTimeMillis())
        nextTime += 1000*600;
    setupTask = em.scheduleAtTimestamp("start", nextTime);
}

function cancelSchedule() {
    setupTask.cancel(true);
}

function start() {
    var Message = new Array("Welcome","WelcomeAgain");
    em.getChannelServer().broadcastPacket(net.sf.odinms.tools.MaplePacketCreator.sendYellowTip("[MapleTip] " + Message[Math.floor(Math.random() * Message.length)]));
}
 
Junior Spellweaver
Joined
Jun 27, 2008
Messages
148
Reaction score
0
Comply it. Also, this has been released like 8 times. look around next time.

I'm pretty sure I'm the only person who released it, and I think you mean compile.

God, no wonder Akai is all the way down there.
 
Junior Spellweaver
Joined
Oct 4, 2008
Messages
164
Reaction score
0
@xV1ral
can u plox help me? i did this and compiled but how do i change the yellow TEXT?
 
Experienced Elementalist
Joined
Sep 13, 2008
Messages
262
Reaction score
0
I'm pretty sure I'm the only person who released it, and I think you mean compile.

God, no wonder Akai is all the way down there.

thats not what he ment, he ment like its been released on where to put it in the same thread. e.g. "put in maplepacketcreater.java"

what are you talking abt? akaims is ranked 9 0.0 hows taht all the way down there?
 
Junior Spellweaver
Joined
Aug 18, 2008
Messages
170
Reaction score
0
I'm pretty sure I'm the only person who released it, and I think you mean compile.

God, no wonder Akai is all the way down there.

Wow you love bragging about "Omg in top 5!$!@$#". Maybe its because we wiped all the characters?
And Do i have to say it 9 times? Ive had this for ages.

I was also pretty sure a month or 2 ago we were number 3 =\
 
Junior Spellweaver
Joined
Jun 27, 2008
Messages
148
Reaction score
0
Wow you love bragging about "Omg in top 5!$!@$#". Maybe its because we wiped all the characters?
And Do i have to say it 9 times? Ive had this for ages.

I was also pretty sure a month or 2 ago we were number 3 =\

I only do it because your whole community is hostile against FinalStory, which of course is friends of mine.
 
Junior Spellweaver
Joined
Aug 18, 2008
Messages
170
Reaction score
0
I only do it because your whole community is hostile against FinalStory, which of course is friends of mine.


*Cough* Are friends, And Do you exactly know WHO started it? I wouldn't be talking.

On the other hand, w/e Nice release. (Now I Can imaging Mateo be saying "What a suck up")
But you just entered it. I never had anything against you. Infact, I Enjoyed Ancient with some of my
friends before I joined Akai.
 
Back
Top