-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
frantier can you make sum more updates how about those new commands that they added in
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
i have edited and it is still the same and when we talk to other ppl y are all the test double? example when i say hello it will come out
hello
hello
WHY?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
sawkid
wheres the odinms sql?
u can get from other repacks like seanrepack is the same
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Whats so great about this repack that you have "Golden Tickets". It seems to me PCmaple's repack is at least 2x better.
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Did a MASS Clean up of this thread.
frantier123 You SERIOUSLY need to stop triple / double / quad posting..
Anyways handed out around 17+ Infractions.
Please stop double posting / spamming.
Ill be checking back.
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
argghhh... i get this working... i think its time to add in more stuff! ^^
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
Sparks
Did a MASS Clean up of this thread.
frantier123 You SERIOUSLY need to stop triple / double / quad posting..
Anyways handed out around 17+ Infractions.
Please stop double posting / spamming.
Ill be checking back.
o0. Thx...
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
skylite
argghhh... i get this working... i think its time to add in more stuff! ^^
hey how do u solve the double text thing .. i got double of what i type like what u said
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
shadowerr
hey how do u solve the double text thing .. i got double of what i type like what u said
Mind explaining further?
Anyway, frantier, you may want to include the SQL in your repack, otherwise people might whine here. <_>
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
@shadowerr: srry, I dunnoe.
@EmulationI tot i attach le?
Do you guys wan cooldown?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
Emulation
Mind explaining further?
Anyway, frantier, you may want to include the SQL in your repack, otherwise people might whine here. <_>
like when i type hi they will show
hi
hi ... emulation or any1 anyway to solve it?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
frantier123
@shadowerr: srry, I dunnoe.
@EmulationI tot i attach le?
Do you guys wan cooldown?
I mean put in along with the repack but not seperating it.
Quote:
Originally Posted by
shadowerr
like when i type hi they will show
hi
hi ... emulation or any1 anyway to solve it?
Mind showing me your GeneralchatHandler.java as located in net.sf.odinms.net.channel.handler?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Erm, do any1 know how to get free HexWorkShop? Mine expired "-_-
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
Emulation
I mean put in along with the repack but not seperating it.
Mind showing me your GeneralchatHandler.java as located in net.sf.odinms.net.channel.handler?
*/
package net.sf.odinms.net.channel.handler;
import net.sf.odinms.client.MapleClient;
import net.sf.odinms.client.messages.CommandProcessor;
import net.sf.odinms.net.AbstractMaplePacketHandler;
import net.sf.odinms.tools.MaplePacketCreator;
import net.sf.odinms.tools.StringUtil;
import net.sf.odinms.tools.data.input.SeekableLittleEndianAccessor;
public class GeneralchatHandler extends AbstractMaplePacketHandler {
@Override
public void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) {
String text = slea.readMapleAsciiString();
if (!CommandProcessor.processCommand(c, text)) {
if (StringUtil.countCharacters(text, '@') > 4 || StringUtil.countCharacters(text, '%') > 4 ||
StringUtil.countCharacters(text, '+') > 6 || StringUtil.countCharacters(text, '$') > 6 ||
StringUtil.countCharacters(text, '&') > 6 || StringUtil.countCharacters(text, '~') > 6 ||
StringUtil.countCharacters(text, 'W') > 6) {
text = "I Will not speak vulgar again";
}
if (c.getPlayer().getCanTalk() == true) {
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.getChatText(c.getPlayer().getId(), text, c.getPlayer().isGM() ? 1 : 0));
} else {
c.getPlayer().getClient().getChannelServer().broadcastPacket(MaplePacketCreator.serverNotice(6, "You have been muted and therefore unable to talk."));
}
if(!c.getPlayer().isHidden())
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.getChatText(c.getPlayer().getId(), text, c.getPlayer().isGM() ? 1 : 0));
else {
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.serverNotice(2, c.getPlayer().getName() + " : " + text));
}
}
}
}
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
erm are your exams over frantier?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
shadowerr
*/
package net.sf.odinms.net.channel.handler;
import net.sf.odinms.client.MapleClient;
import net.sf.odinms.client.messages.CommandProcessor;
import net.sf.odinms.net.AbstractMaplePacketHandler;
import net.sf.odinms.tools.MaplePacketCreator;
import net.sf.odinms.tools.StringUtil;
import net.sf.odinms.tools.data.input.SeekableLittleEndianAccessor;
public class GeneralchatHandler extends AbstractMaplePacketHandler {
@Override
public void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) {
String text = slea.readMapleAsciiString();
if (!CommandProcessor.processCommand(c, text)) {
if (StringUtil.countCharacters(text, '@') > 4 || StringUtil.countCharacters(text, '%') > 4 ||
StringUtil.countCharacters(text, '+') > 6 || StringUtil.countCharacters(text, '$') > 6 ||
StringUtil.countCharacters(text, '&') > 6 || StringUtil.countCharacters(text, '~') > 6 ||
StringUtil.countCharacters(text, 'W') > 6) {
text = "I Will not speak vulgar again";
}
if (c.getPlayer().getCanTalk() == true) {
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.getChatText(c.getPlayer().getId(), text, c.getPlayer().isGM() ? 1 : 0));
} else {
c.getPlayer().getClient().getChannelServer().broadcastPacket(MaplePacketCreator.serverNotice(6, "You have been muted and therefore unable to talk."));
}
if(!c.getPlayer().isHidden())
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.getChatText(c.getPlayer().getId(), text, c.getPlayer().isGM() ? 1 : 0));
else {
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.serverNotice(2, c.getPlayer().getName() + " : " + text));
}
}
}
}
Try this:
Code:
/*
This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
Matthias Butz <matze@odinms.de>
Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation. You may not use, modify
or distribute this program under any other version of the
GNU Affero General Public License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.odinms.net.channel.handler;
import net.sf.odinms.client.MapleClient;
import net.sf.odinms.client.messages.CommandProcessor;
import net.sf.odinms.net.AbstractMaplePacketHandler;
import net.sf.odinms.tools.MaplePacketCreator;
import net.sf.odinms.tools.StringUtil;
import net.sf.odinms.tools.data.input.SeekableLittleEndianAccessor;
public class GeneralchatHandler extends AbstractMaplePacketHandler {
@Override
public void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) {
String text = slea.readMapleAsciiString();
if (!CommandProcessor.processCommand(c, text)) {
if (StringUtil.countCharacters(text, '@') > 4 || StringUtil.countCharacters(text, '%') > 4 ||
StringUtil.countCharacters(text, '+') > 6 || StringUtil.countCharacters(text, '$') > 6 ||
StringUtil.countCharacters(text, '&') > 6 || StringUtil.countCharacters(text, '~') > 6 ||
StringUtil.countCharacters(text, 'W') > 6) {
text = "DISREGARD THAT I SUCK COCK";
}
if (c.getPlayer().getCanTalk() == true) {
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.getChatText(c.getPlayer().getId(), text, c.getPlayer().isGM() ? 1 : 0));
} else {
c.getPlayer().getClient().getChannelServer().broadcastPacket(MaplePacketCreator.serverNotice(6, "You have been muted and therefore unable to talk."));
}
if(!c.getPlayer().isHidden())
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.getChatText(c.getPlayer().getId(), text, c.getPlayer().isGM() ? 1 : 0));
else {
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.serverNotice(2, c.getPlayer().getName() + " : " + text));
}
}
}
}
Not sure if it will work.
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
I've installed it too with the database as posted a few pages ago but i got a few things too:
- Double Talking
- No boss Warper
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
haha bugged once i dc i login back my charcter items and skills are all gone.. y? the bd nv save my character?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Ok Nice Pack ill check if it non-bug and it works perfect
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
thx emulation .. it work btw jimmy u can add ur own npc as boss warper. Btw any1 know how to change the login skill for gm? ( means when u login will auto have the skill )
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Looks like alot of people is having bugs with this repack.. i'll try to fix them tomorrow.. i'll also do the SQL.
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
shadowerr
thx emulation .. it work btw jimmy u can add ur own npc as boss warper. Btw any1 know how to change the login skill for gm? ( means when u login will auto have the skill )
Read my first thread.
@Emulation: lol...I will release the new and updated one by tmr.
Edit: Darn...I still cannot add mute...instance error. I will upload a new one w/o mute and no double chat but no mute "-_-
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
dude ...
there is bug
u can use pots on pvp map :/
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
z0rtex
dude ...
there is bug
u can use pots on pvp map :/
Not PvP map, channel...and is purposely.
BTW: I will release the latest version by tonight?
Update includes:
-Remove Mute (Emulation, pls help me add bac and send to me. If u have problem wif commandprocessor, add the !mute before !jail.)
-No more double chat
-All same as previous repack.
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
PM me with a download link of the repack you want me to add mute in..
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
Emulation
PM me with a download link of the repack you want me to add mute in..
k...I am done...uploading~
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
frantier123
Not PvP map, channel...and is purposely.
BTW: I will release the latest version by tonight?
Update includes:
-Remove Mute (Emulation, pls help me add bac and send to me. If u have problem wif commandprocessor, add the !mute before !jail.)
-No more double chat
-All same as previous repack.
i change the PVP to map..
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
z0rtex
what u done?
Read 1st thread.
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
so can u fix my problem?
ppl can use pots on pvp map :/
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
z0rtex
so can u fix my problem?
ppl can use pots on pvp map :/
GO to: UseItemHandler.java
Find:
Code:
if (!c.getPlayer().isAlive()) {
and replace with:
Code:
if (!c.getPlayer().isAlive() || c.getPlayer().getMapId() == PvPMapIDHEre) {
Take this from a thread...4got.
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
wtf i wuz a golden ticket winner? o.o
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
In repack 1000, is there PVP in all channel 2 still?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
booegyman
In repack 1000, is there PVP in all channel 2 still?
If u want i can explen u how to edit this to map :/
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Great repack!
But I'm wondering why I cannot purchase pets from the cash shop, and I cannot pick them up when using !drop
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
where is the full sql database?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Erm...Emulation, are u done? If yesh, pls send me. I wana continue to repack 10,000 BC le
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
does this have gainNxcash() function
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
Onesky
does this have gainNxcash() function
ya~
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
can u add !unban pls?
to the new Repack
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
z0rtex
can u add !unban pls?
to the new Repack
ya~I will be doing up 10,00 BC, which will have more things!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
erm frantier i would like to join you i am now able to compile perfectly i knew wad when rong and i fixed it xD
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
YaNdAoGM
erm frantier i would like to join you i am now able to compile perfectly i knew wad when rong and i fixed it xD
Sure, but I have oleidi fix all.
If I have any probs, I will consult u, mr pro? ^^
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
I will take a few day more for me to release Repack 10,000 BC cos I wan add alot more.
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Frantier, I'll help you test it if you haven't got the 5 private servers already that is.
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Almos done - I now adding the cool down...
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
frantier123
Almos done - I now adding the cool down...
Is the cooldown for all the skill? And can u put a guide to teach everyone on how to disable the cooldown as some ppl MAY not want the cooldown to be added in (my own opinion)
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
pass me i help u test xD i will ask them report bug
frantier i can help u if i free xD
u need add wad i help u add
edit: need me help u add auto aggro ? i added to mine ytd O.o and btw frantier do you have the 15 GM shop sql? i can help u modify into @shop warrior,etc or something like that and change the npc do you have it?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
shadowerr
Is the cooldown for all the skill? And can u put a guide to teach everyone on how to disable the cooldown as some ppl MAY not want the cooldown to be added in (my own opinion)
erm...remove the patch?
Quote:
Originally Posted by
YaNdAoGM
pass me i help u test xD i will ask them report bug
frantier i can help u if i free xD
u need add wad i help u add
edit: need me help u add auto aggro ? i added to mine ytd O.o and btw frantier do you have the 15 GM shop sql? i can help u modify into @shop warrior,etc or something like that and change the npc do you have it?
Ya...But I dun lyke the 15 GM Shop. If you are in a map where got alot ppl, and u use the shop, u will lag like hell
Sure I will add
Btw: I will oni add the auto aggro until it is more stable...cos alot ppl complain nt working "-_-
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
its workin but not workin properly i tested ler the 15 GM shop i gonna split into more category u have the sql?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
btw send me the link i will help u modify some things but may have errors i need people help me with the reactor for the Horntail i heard LOLFAGStory got it O.O
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
YaNdAoGM
btw send me the link i will help u modify some things but may have errors i need people help me with the reactor for the Horntail i heard LOLFAGStory got it O.O
I tot reactor for horntail got long time ago oleidi?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
i mean the left and right head like there will be a timer and now they makin squad list which is the hardest so far 2 code i nbr seen b4 squad list
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
I love you how you look at my re-pack and right when i upadte you decided to update the same thing ...
Ahh sorry if i'm flaming i'm really tired...
Good Night =)
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
PinCrackerGod
I love you how you look at my re-pack and right when i upadte you decided to update the same thing ...
Ahh sorry if i'm flaming i'm really tired...
Good Night =)
- IWanaWin -
Btw: Your @help "-_-
Also, my repack is different from yours. I will only release after putting a bunch of updates, but yours is like releasing everytime u add something. Also, I go through a test before, yours is straight release...so buggy?
Ah....sorry if I am flaming too~
Anyway...you repack is also very good =D
Jus lyke wad sean has done.
Goodluck~
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Signing up for Testing Private Server STARTS NOW!
First come first server BASICS!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
ME :D btw, how to test o.o
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
harrychong
ME :D btw, how to test o.o
read first post....this not counted....
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
frantier123
read first post....this not counted....
w00ts i hav no private server lol, nvm 4get about it :D goodluck btw
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
frantier pm me the link i wanna test not on my ps but myself cause i already close my ps for developement i try 2 add things that were in PCMaple's repack xD so that uwon'tspend too much time btw u have the 15 GM shopsql? mind passin 2 me if u have?
i wanna test your new repack xD
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Frantier, my server and I would be grateful if we could help test your new repack, which looks great by the way.
F.Y.I. The current GM shop in the repack 1000 d/c's me...
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
aimsucks0917
Frantier, my server and I would be grateful if we could help test your new repack, which looks great by the way.
F.Y.I. The current GM shop in the repack 1000 d/c's me...
i noe how to solve your prob go to MySQL go to find shopitems and find the GM Shop's shopid and slowly find which item code is rong normally if the item code is rong it will dc you this may solve your prob my GM shop is perfect
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
can u tell me how to fix Double chat?
cuz i don't wanna change my repack :/
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
z0rtex
can u tell me how to fix Double chat?
cuz i don't wanna change my repack :/
I have fix it on my next repack.
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
aimsucks0917
Frantier, my server and I would be grateful if we could help test your new repack, which looks great by the way.
F.Y.I. The current GM shop in the repack 1000 d/c's me...
Pls tell me ur private server name~
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
lols closed ler AiZaiMS O.O i not openinig till further notice i am not sure but i dun think its in the server ads but i do have rankin in extremetop100 cause i only 1 ppl from sg 2 play nia mah u can search in google or yahoo u can find AiZaiMS although my site adress has been changed
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Ok...I tink I will stop the private testing and release straight away....dont u tink will be better?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
frantier123
Ok...I tink I will stop the private testing and release straight away....dont u tink will be better?
Releasing it first will be a good idea ... let those ppl with private server or those making 1 to test it out for bugs for u and tell u what bugs there is
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
zz frantier u angry? T_T juz askin juz wanna test ><!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
frantier123
- IWanaWin -
Btw: Your @help "-_-
Also, my repack is different from yours. I will only release after putting a bunch of updates, but yours is like releasing everytime u add something. Also, I go through a test before, yours is straight release...so buggy?
Ah....sorry if I am flaming too~
Anyway...you repack is also very good =D
Jus lyke wad sean has done.
Goodluck~
I tested yours out too its good and yes i do test stuff before I release D:
well i started to when i hit PCMaple 1.7 xD
Goodl luck on your re-pack too buddy
if you want me to create a flashy sig or w/e i'll be happy to do it
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
PinCrackerGod
I tested yours out too its good and yes i do test stuff before I release D:
well i started to when i hit PCMaple 1.7 xD
Goodl luck on your re-pack too buddy
if you want me to create a flashy sig or w/e i'll be happy to do it
Sure...
Wow...u seemed so social...at first I tot u jealous "-_- (or is it me?)
Quote:
Originally Posted by
YaNdAoGM
zz frantier u angry? T_T juz askin juz wanna test ><!
No la
erm, btw guys, about the cool down, I will not include in this repack...but rather, I will do it up some time later, as my PSLE Oral exam is next week.
Once and again...THANK YOU ALL!~
Ok...thx dude =D
Do you guys wan the donator thingy from : http://forum.ragezone.com/showthread.php?t=445769 ?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
yea add the donator thing and donator island
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
NMDanny
yea add the donator thing and donator island
k..thx
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
how do i fix the duoble chat?
tell me pls cuz i don't want change my repack :/
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
z0rtex
how do i fix the duoble chat?
tell me pls cuz i don't want change my repack :/
..... didn't u read the WHOLE thread and just skip to last page? seriously .. read it or use the search button b4 u asked if not u are seriously going to be flamed badly . Anyway ... Paste this inside or generalchathandler.java
/*
This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
Matthias Butz <matze@odinms.de>
Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation. You may not use, modify
or distribute this program under any other version of the
GNU Affero General Public License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.odinms.net.channel.handler;
import net.sf.odinms.client.MapleClient;
import net.sf.odinms.client.messages.CommandProcessor;
import net.sf.odinms.net.AbstractMaplePacketHandler;
import net.sf.odinms.tools.MaplePacketCreator;
import net.sf.odinms.tools.StringUtil;
import net.sf.odinms.tools.data.input.SeekableLittleEndianAccessor;
public class GeneralchatHandler extends AbstractMaplePacketHandler {
@Override
public void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) {
String text = slea.readMapleAsciiString();
if (!CommandProcessor.processCommand(c, text)) {
if (StringUtil.countCharacters(text, '@') > 4 || StringUtil.countCharacters(text, '%') > 4 ||
StringUtil.countCharacters(text, '+') > 6 || StringUtil.countCharacters(text, '$') > 6 ||
StringUtil.countCharacters(text, '&') > 6 || StringUtil.countCharacters(text, '~') > 6 ||
StringUtil.countCharacters(text, 'W') > 6) {
text = "DISREGARD THAT I SUCK COCK";
}
if(!c.getPlayer().isHidden())
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.getChatText(c.getPlayer().getId(), text, c.getPlayer().isGM() ? 1 : 0));
else {
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.serverNotice(2, c.getPlayer().getName() + " : " + text));
}
}
}
}
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
shadowerr
..... didn't u read the WHOLE thread and just skip to last page? seriously .. read it or use the search button b4 u asked if not u are seriously going to be flamed badly . Anyway ... Paste this inside or generalchathandler.java
/*
This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
Matthias Butz <matze@odinms.de>
Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation. You may not use, modify
or distribute this program under any other version of the
GNU Affero General Public License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.odinms.net.channel.handler;
import net.sf.odinms.client.MapleClient;
import net.sf.odinms.client.messages.CommandProcessor;
import net.sf.odinms.net.AbstractMaplePacketHandler;
import net.sf.odinms.tools.MaplePacketCreator;
import net.sf.odinms.tools.StringUtil;
import net.sf.odinms.tools.data.input.SeekableLittleEndianAccessor;
public class GeneralchatHandler extends AbstractMaplePacketHandler {
@Override
public void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) {
String text = slea.readMapleAsciiString();
if (!CommandProcessor.processCommand(c, text)) {
if (StringUtil.countCharacters(text, '@') > 4 || StringUtil.countCharacters(text, '%') > 4 ||
StringUtil.countCharacters(text, '+') > 6 || StringUtil.countCharacters(text, '$') > 6 ||
StringUtil.countCharacters(text, '&') > 6 || StringUtil.countCharacters(text, '~') > 6 ||
StringUtil.countCharacters(text, 'W') > 6) {
text = "DISREGARD THAT I SUCK COCK";
}
if(!c.getPlayer().isHidden())
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.getChatText(c.getPlayer().getId(), text, c.getPlayer().isGM() ? 1 : 0));
else {
c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.serverNotice(2, c.getPlayer().getName() + " : " + text));
}
}
}
}
Ty =]
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
dun add that its illegal but use it at your own risk xD i added LudiMazePQ to my source and btw change the DISREGARD THAT SUCK COCK to a server msg ? able to do that as DISREGARD THAT SUCK COCK seems vulgar hahas btw frantier it will be gud if u add servermessage that is been changable in the world.properties i am coding event notice changeable at world.properties
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
YaNdAoGM
dun add that its illegal but use it at your own risk xD i added LudiMazePQ to my source and btw change the DISREGARD THAT SUCK COCK to a server msg ? able to do that as DISREGARD THAT SUCK COCK seems vulgar hahas btw frantier it will be gud if u add servermessage that is been changable in the world.properties i am coding event notice changeable at world.properties
Don't add what? and i thought even if u change at the world.properties u still need to compile .. I saw some private server that GM just need to type !droprate (the rates) and the effect will stay there permamently
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
nope u dun nid 2 i tested it and btw add the donator island but not 4 donator as donator should be illegal if i am not rong as they are paying for ur service 2 enter 2 a specific place if u wanna add juz add as normal but not donator
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Guys, I will take longer to release it...since I havent complete the The Everything You Need file.
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
frantier123
Guys, I will take longer to release it...since I havent complete the The Everything You Need file.
Hm .. so have u decided to add in the travels? and the cooldown will be added in too?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
shadowerr
Hm .. so have u decided to add in the travels? and the cooldown will be added in too?
Nope. I did not add travel since my patch is old. Any1 got the latest one?
Cool down I havent add...cos kind of messy...i will try to add in my last repack
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Quote:
Originally Posted by
frantier123
Nope. I did not add travel since my patch is old. Any1 got the latest one?
Cool down I havent add...cos kind of messy...i will try to add in my last repack
i don't have the patch for travel but i got the files that is needed for it .. i updated it into my server but i still have not test the spawn of bosses in the ship. Btw issit possible for u to add in pirate jobs?
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
No...erm..
anyway...guys, I will take longer..as I am making my own custom Donator Island...I have a layout for you guys:
Donator Island ->Talk to Mong from Kong.
Donator Island ->Train Ride from NCL->Kerning and Kerning->NLC
Mobs Spawn->NXSlime
NPCs ->Orange Mushroom, Star Pixie and ...
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Erm..I will delete the donator's island project....should be release in a few minutes...
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
Need any of my help here?
:P
edit:
I can make the scrolling header changable in worlds.properties anyway..
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
i will be making the NPC for the squad 2 enter the cave so that it can detect 6 ppl in 1 party so that its more GMS and i makin the map spawn Horntail head correctly i may need some help on that
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
how do we use the auto trainer
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!
here the hell are the SQL files for Ultimate repack Thripe 9 - 999???
-
Re: [Release]The Extraordinary Repack A Thousand - Golden Ticket 2 - Now for ALL!