-
Posts
3,875 -
Joined
-
Last visited
-
Days Won
28 -
Feedback
100%
Content Type
Articles
Profiles
Forums
Store
Everything posted by 'Baggos'
-
Ήρθε το τέλος του l2jfrozen :p
'Baggos' replied to Dulens.'s topic in Server Development Discussion [Greek]
Το καλύτερο θα είναι αυτό που εσύ θα διαλέξεις και θα το φτιάξεις ο ίδιος!!! Εάν μπορείς, τότε όλα τα παραπάνω έχουν τον ίδιο σκοπό!!! -
Δεν αναφέρεις πουθενά ότι έβαλες link από τον code. Βάλτον και εδώ τότε να μην αρχίζουμε τα δικά μας κάθε φορά!
-
Αν ήταν τόσο εύκολο όσο το έκανες να δείχνει, τότε γιατί πρέπει να υπάρχει το παρακάτω? http://maxcheaters.com/forum/index.php?topic=180499.0
-
It's more for pvp, but if you have full buffs in your server when yes.
-
http://maxcheaters.com/forum/index.php?topic=246648.0
-
[Only IL]OFFER Developent Service.
'Baggos' replied to 'Baggos''s topic in Marketplace [L2Packs & Files]
They do not need much, just little and understood. Now if you do not understand, or come when you grow up, or go to a doctor. -
[Only IL]OFFER Developent Service.
'Baggos' replied to 'Baggos''s topic in Marketplace [L2Packs & Files]
up -
I want a program that changes all imports. For example: from net.sf.l2jserver.gameserver TO com.MINE.gameserver
-
C6 Interlude Pack + Source *UPDATED*
'Baggos' replied to Motivati0n's topic in Marketplace [L2Packs & Files]
And your video say L2JFrozen. Please write this. -
[Only IL]OFFER Developent Service.
'Baggos' replied to 'Baggos''s topic in Marketplace [L2Packs & Files]
up -
[Only IL]OFFER Developent Service.
'Baggos' replied to 'Baggos''s topic in Marketplace [L2Packs & Files]
i can't tomorrow up. so, today. up! -
[Only IL]OFFER Developent Service.
'Baggos' replied to 'Baggos''s topic in Marketplace [L2Packs & Files]
up -
10 ευρό όπως ακριβώς το θέλεις. Ούτε 20, ούτε παραπάνω. baggosbag στο skype. Εάν θέλεις και Pack +10 ευρό. Δες παρακάτω... L2Attack-Project Interlude Δουλεμένο με 260+ καθημερινά άτομα. Edit: Επίσης το Pack έχει περασμένη Apella retail like. Custom Shop Buffer Gatekeeper με farm zones. (Δες φωτογραφίες μέσα στο Share)
-
[Only IL]OFFER Developent Service.
'Baggos' replied to 'Baggos''s topic in Marketplace [L2Packs & Files]
up -
It's locked. Anyway, the issue got out of boundaries . Lock this. I apologize.
-
Maybe just to get one of them for other reasons? As for the title? or title to all members? The one string with the name is the your problem? Yes, is a very simple code. But this is a reason to lock? Sorry, but why i see it wrong?
-
I know, just 1 of you and if I a mistake now = 2 so let's see what is right and wrong. As you already locked the share, which is the day and night with what they found. He member got along with hero color & leadercolorname. While I have put, name, title, and title members. If this is already share, then I really am a c/p
-
please check here and if i'm for warning, anyone -1 rep to me. http://maxcheaters.com/forum/index.php?topic=247912.msg2282797#msg2282797 Not insulted, if the attack "fathead" is a curse, then nice rules.
-
[Share]Clan Leader Name*Title & Members Title Color
'Baggos' replied to 'Baggos''s topic in Server Shares & Files [L2J]
Ευχαριστώ. Καλή τύχη φίλε μου! -
LF shop with a grade
'Baggos' replied to paulos13's question in Request Server Development Help [Greek]
Βρίσκεις ένα και απλά βγάζεις αυτά που δε θες! -
Καλησπέρα. Είχα ψάξει αλλά κάτι παρόμοιο δεν βρήκα. Είναι και σε διαφορετικά για το εάν θέλετε να διαλέξετε ένα από αυτά. config: Index: sf/l2j/config/l2jmods.properties ChampionRewardItemQty = 1 + +#--------------------------------------------------------------- +# Clan Leader Name*Title & Members Title Color +#--------------------------------------------------------------- +ClanNameLeaderColorSystem = True +ClanNameLeaderColor = 00FF00 + +ClanLeaderTitleColorSystem = True +ClanLeaderTitleColor = 00FF00 + +ClanMembersTitleColorSystem = True +ClanMembersTitleColor = 00FF00 + ===== Index: sf/l2j/config.java public static int L2JMOD_CHAMPION_REWARD_QTY; + public static boolean CLAN_LEADER_NAME_COLOR_SYSTEM; + public static boolean CLAN_LEADER_TITLE_COLOR_SYSTEM; + public static boolean CLAN_MEMBERS_TITLE_COLOR_SYSTEM; + public static int CLAN_LEADER_NAME_COLOR; + public static int CLAN_LEADER_TITLE_COLOR; + public static int CLAN_MEMBERS_TITLE_COLOR; L2JMOD_CHAMPION_REWARD_QTY = Integer.parseInt(L2JModSettings.getProperty("ChampionRewardItemQty", "1")); + CLAN_LEADER_NAME_COLOR_SYSTEM = Boolean.parseBoolean(L2JModSettings.getProperty("ClanLeaderNameColorSystem", "false")); + CLAN_LEADER_NAME_COLOR = Integer.decode("0x" + L2JModSettings.getProperty("ClanLeaderNameColor", "00FF00")); + CLAN_LEADER_TITLE_COLOR_SYSTEM = Boolean.parseBoolean(L2JModSettings.getProperty("ClanLeaderTitleColorSystem", "false")); + CLAN_LEADER_TITLE_COLOR = Integer.decode("0x" + L2JModSettings.getProperty("ClanLeaderTitleColor", "00FF00")); + CLAN_MEMBERS_TITLE_COLOR_SYSTEM = Boolean.parseBoolean(L2JModSettings.getProperty("ClanMembersTitleColorSystem", "false")); + CLAN_MEMBERS_TITLE_COLOR = Integer.decode("0x" + L2JModSettings.getProperty("ClanMembersTitleColor", "00FF00")); ===== Index: sf/l2j/gameserver/clientpackets/EnterWorld.java private static final String _C__03_ENTERWORLD = "[C] 03 EnterWorld"; + private static final int CLAN_LEADER_NAME_COLOR = 0; + private static final int CLAN_LEADER_TITLE_COLOR = 0; + private static final int CLAN_MEMBERS_TITLE_COLOR = 0; private static Logger _log = Logger.getLogger(EnterWorld.class.getName()); Quest.playerEnter(activeChar); activeChar.sendPacket(new QuestList()); + //** Clan leader Name Color **// + if (Config.CLAN_LEADER_COLOR_SYSTEM) + { + if (activeChar.isClanLeader()) + { + activeChar.getAppearance().setNameColor(Config.CLAN_LEADER_NAME_COLOR); } + } + + //** Clan TLeader Title Color **// + if (Config.CLAN_TITLE_COLOR_SYSTEM) + { + if (activeChar.isClanLeader()) + + { + activeChar.getAppearance().setTitleColor(Config.CLAN_LEADER_TITLE_COLOR); } + } + + //** Clan Members Title Color **// + if (Config.CLAN_MEMBERS_TITLE_COLOR_SYSTEM) + { + if (activeChar.getClan() != null) + + { + activeChar.getAppearance().setTitleColor(Config.CLAN_MEMBERS_TITLE_COLOR); } + } activeChar.setPledgeClass(pledgeClass); } + /** + * @return the clanMembersTitleColor + */ + public static int getClanMembersTitleColor() + { + return CLAN_MEMBERS_TITLE_COLOR; + } + + /** + * @return the clanLeaderTitleColor + */ + public static int getClanLeaderTitleColor() + { + return CLAN_LEADER_TITLE_COLOR; + } + + /** + * @return the clanLeaderNameColor + */ + public static int getClanLeaderNameColor() + { + return CLAN_LEADER_NAME_COLOR; + }
-
Hello members of maxcheaters. I do not think there is something similar and I told him to build one. Is and different for choose if you want 1 of the three config: Index: sf/l2j/config/l2jmods.properties ChampionRewardItemQty = 1 + +#--------------------------------------------------------------- +# Clan Leader Name*Title & Members Title Color +#--------------------------------------------------------------- +ClanNameLeaderColorSystem = True +ClanNameLeaderColor = 00FF00 + +ClanLeaderTitleColorSystem = True +ClanLeaderTitleColor = 00FF00 + +ClanMembersTitleColorSystem = True +ClanMembersTitleColor = 00FF00 + ===== Index: sf/l2j/config.java public static int L2JMOD_CHAMPION_REWARD_QTY; + public static boolean CLAN_LEADER_NAME_COLOR_SYSTEM; + public static boolean CLAN_LEADER_TITLE_COLOR_SYSTEM; + public static boolean CLAN_MEMBERS_TITLE_COLOR_SYSTEM; + public static int CLAN_LEADER_NAME_COLOR; + public static int CLAN_LEADER_TITLE_COLOR; + public static int CLAN_MEMBERS_TITLE_COLOR; L2JMOD_CHAMPION_REWARD_QTY = Integer.parseInt(L2JModSettings.getProperty("ChampionRewardItemQty", "1")); + CLAN_LEADER_NAME_COLOR_SYSTEM = Boolean.parseBoolean(L2JModSettings.getProperty("ClanLeaderNameColorSystem", "false")); + CLAN_LEADER_NAME_COLOR = Integer.decode("0x" + L2JModSettings.getProperty("ClanLeaderNameColor", "00FF00")); + CLAN_LEADER_TITLE_COLOR_SYSTEM = Boolean.parseBoolean(L2JModSettings.getProperty("ClanLeaderTitleColorSystem", "false")); + CLAN_LEADER_TITLE_COLOR = Integer.decode("0x" + L2JModSettings.getProperty("ClanLeaderTitleColor", "00FF00")); + CLAN_MEMBERS_TITLE_COLOR_SYSTEM = Boolean.parseBoolean(L2JModSettings.getProperty("ClanMembersTitleColorSystem", "false")); + CLAN_MEMBERS_TITLE_COLOR = Integer.decode("0x" + L2JModSettings.getProperty("ClanMembersTitleColor", "00FF00")); ===== Index: sf/l2j/gameserver/clientpackets/EnterWorld.java private static final String _C__03_ENTERWORLD = "[C] 03 EnterWorld"; + private static final int CLAN_LEADER_NAME_COLOR = 0; + private static final int CLAN_LEADER_TITLE_COLOR = 0; + private static final int CLAN_MEMBERS_TITLE_COLOR = 0; private static Logger _log = Logger.getLogger(EnterWorld.class.getName()); Quest.playerEnter(activeChar); activeChar.sendPacket(new QuestList()); + //** Clan leader Name Color **// + if (Config.CLAN_LEADER_COLOR_SYSTEM) + { + if (activeChar.isClanLeader()) + { + activeChar.getAppearance().setNameColor(Config.CLAN_LEADER_NAME_COLOR); } + } + + //** Clan TLeader Title Color **// + if (Config.CLAN_TITLE_COLOR_SYSTEM) + { + if (activeChar.isClanLeader()) + + { + activeChar.getAppearance().setTitleColor(Config.CLAN_LEADER_TITLE_COLOR); } + } + + //** Clan Members Title Color **// + if (Config.CLAN_MEMBERS_TITLE_COLOR_SYSTEM) + { + if (activeChar.getClan() != null) + + { + activeChar.getAppearance().setTitleColor(Config.CLAN_MEMBERS_TITLE_COLOR); } + } activeChar.setPledgeClass(pledgeClass); } + /** + * @return the clanMembersTitleColor + */ + public static int getClanMembersTitleColor() + { + return CLAN_MEMBERS_TITLE_COLOR; + } + + /** + * @return the clanLeaderTitleColor + */ + public static int getClanLeaderTitleColor() + { + return CLAN_LEADER_TITLE_COLOR; + } + + /** + * @return the clanLeaderNameColor + */ + public static int getClanLeaderNameColor() + { + return CLAN_LEADER_NAME_COLOR; + }
-
[help]botton tovillage
'Baggos' replied to Diabaths's question in Request Server Development Help [Greek]
Μα τι έχεις πειράξει και το έκανες αυτό? Δεν υπάρχει περίπτωση να το προκάλεσε από μόνο του! -
[Only IL]OFFER Developent Service.
'Baggos' replied to 'Baggos''s topic in Marketplace [L2Packs & Files]
up -
[share][IL][GR] DevilPriest Weapon (official weapons)
'Baggos' replied to Mit-sos's topic in Client Development Discussion
Πήγαινε στο Client Section να το βάλεις, για να ξεχωρίζουν μερικά. Πολύ ωραία δουλειά. Φαίνεται σου πήρε αρκετή ώρα. Ευχαριστούμε που το μοιράστηκες μαζί μας!
