Jump to content

allanalcantara

Members
  • Posts

    155
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by allanalcantara

  1. works perfectly! tested a few days Ago! correct some errors that were but already packed. ta as described in the topic, seeing that price but negotiate anything! ^ ^
  2. New Protection System L2jGuard v1.0 hello, I'm here to bring everyone a new system of protection in Brazil, 100% working! system guard desatived new protocol very light the application launcher Your troubles are over, the new system came Guard! its protection's: * l2walker * l2net * l2phx * l2phx (new Russian) * halpex Available versions: C4, Interlude, Gracia, HellBound, Freya! movie Illustration http://www.youtube.com/watch?v=8wAMlylYQRA&feature=pl interested, send me a PM to give more information... tank's
  3. my own project, because the boy cited the configs of frozen, because my pack is not frozen, not even close to it! answer: my own pack!
  4. my base was on a server that pegei a long time, sens .. very light it was based l2jserver I think. not my friend, but the organization is almost entirely based on "scoria". ^^' I started this project longe before to "l2jfrozen" open! :] - I forgot ... - NEW MOD UPDATE new changes, added mods, systems. and others.
  5. everyone can learn java, no matter the place, but we go with dircursão who is the best worst, or among other things? -.- 'NOW LET THE PROJECT! PLEASE!
  6. uu' darth no comments, the project will continue .. and thanks to all! ^ ^
  7. well, let's see how it goes right, if not in Teon, I have over 10 different sources. everything good and great to be working! but surely, we will continue with the project tank's
  8. then, as I said. not a damn about the enemies or something like that to me are friends, I have 3 years of L2, 1,5 developer, two private projects, and for now I say ... if the project does not last longer than 3 months I close and open the other based on the best that I have, so ... do not worry about closing or opening another project .. that being to help a person who is learning no matter the means, but helping with a good pack, a cool server, is a good size ... I made the mistake of the committee but not normal matter. silly. ^ ^ But okay! : x - portuguese: considero todos amigos, não importa quem, ou onde, ou qual parte do continente ele é. sou brasileiro, e não importa de qual estado ou país é o projeto o que importa é se você sabe o que está fazendo . então levarei o projeto em frente, até ele ficar 100%. por isso, estou formando minha equipe para continuar o projeto, e encontrar os bugs, por que não só 1 pessoa consegue tudo. correto? obrigado
  9. @anarchy is quiet, we are organizing the first pack coming later in visarmos bugs so far no one has posted bugs, I mean, I think few have tested ... and fixed some bugs already expecting more ... @DarthVader @Tryskell Only two questions ... Do you have something about human error? You never missed anything in life? Well, it never seems to have errors, and had a perfect life? knowing everything, and mocking at all? I think the answer's obvious, why you are not what they seem, everyone has their error, even I do not know what it was that do not care! L2jFrozen may be the best pack of the moment, but if I, or nefer not go wrong once in a lifetime, I'm sorry, but -beep-ing hell ... Our work aims to help all members with a good pack with a pack stable without bloqueala and begin marketing as many others do, then it can not do a similar job, or help with it, do not know what speak, and say the same for those who not only talk about errors Comity. this goes for everyone ... as I always say, errors do not justify the means. so before you criticize, talk, mock, look at yourself, then I thought if it is even necessary, as these post's unnecessary. I ask that only things necessary to post as "bug, error or something." if not liked our work, which was "a simple error of comment," so why are you helping? hey, I just lost all my files l2, my internal hard drive crashed, no longer works, and now I'm even more stigma to improve my skills ... then it is better than me or what I do, create an open source project and move on. I want to see it but sooner or later, you will not commit error. End of Conversation ... thanks for your comprehension ...
  10. pack being updated. versioned 14. awaiting update, because there are some error's, and we're correcting them. Thank you for understanding. and have a nice day! ^ ^
  11. thanks, the code is the complement of the VIP, then only works if you have vip mod installed on your server. if you are 100%
  12. Hello everyone, this is my first post so I'll post an area exclusively, made ​​by me. the time was in need of a mod different from others, it would be great for my server ... so I ended up creating a mod, so 100% working, and I am using in my project .. thanks! : D come on the code. : D Index: Config/functions/l2jdemonniac.properties =================================================================== --- config/main/altgame.properties (revision 1710) +++ config/main/altgame.properties (working copy) @@ -298,6 +298,11 @@ # if True Player Vip gain Xp*VipMulXp and Sp*VipMulSp # Note only works if player not in party AllowVipMulXpSp = True VipMulXp = 2 VipMulSp = 2 VipMulSp = 2 + +# ---------------------------------------------- # +# Custom Day for Vip # +# ---------------------------------------------- # +# Allow custom Day's Vip +# Default: False +AllowCustomStartVip = False +# Custom Start Days for Vip +# Default: 1 +CustomStartDays = 1 + # ---------------- # Section: Summons # ---------------- Index: head-src/com/l2jdemonniac/Config.java =================================================================== --- head-src/com/l2jdemonniac/Config.java (revision 1710) +++ head-src/com/l2jdemonniac/Config.java (working copy) @@ -1878,6 +1878,10 @@ // ---------- Summons --------------------------------------- public static float ALT_GAME_SUMMON_PENALTY_RATE; // Alternative game summon penalty + + /** System Day Create char Vip */ + public static boolean ALLOW_CUSTOM_CHAR_VIP; + public static int CUSTOM_DAY_VIP; + //******************************************************************************************** public static void loadAltConfig() { @@ -1926,6 +1930,10 @@ // ----------- Summmons -------------- ALT_GAME_SUMMON_PENALTY_RATE = Float.parseFloat(altSettings.getProperty("AltSummonPenaltyRate", "1.")); + + /** System Custom Vip Day Mod By allanalcantara */ + ALLOW_CUSTOM_CHAR_VIP = Boolean.parseBoolean(l2jdemonniacSettings.getProperty("AllowCustomStartVip", "false")); + CUSTOM_DAY_VIP = Integer.parseInt(l2jdemonniacSettings.getProperty("CustomStartDays", "1")); + } catch (Exception e) { Index: head-src/com/l2jdemonniac/gameserver/network/clientpackets/CharacterCreate.java =================================================================== --- head-src/com/l2jdemonniac/gameserver/network/clientpackets/CharacterCreate.java (revision 1710) +++ head-src/com/l2jdemonniac/gameserver/network/clientpackets/CharacterCreate.java (working copy) @@ -210,6 +225,11 @@ newChar.addAdena("Init", Config.STARTING_ADENA, null, false); } - + + /** + * @author allanalcantara <L2jDemonniac Dev> + * @version Kinho! <help assistence> + * Contato: a.alcantaraa@hotmail.com + * Mod Exclusivo Acesse: www.allanalcantara.com.br + */ + + if (Config.ALLOW_CUSTOM_CHAR_VIP) + { + // activeChar.getStat().add(setvip.getName.Config.CUSTOM_DAY_VIP); + // activeChar.getStat().add(setVipEndTime.getName.Config.CUSTOM_DAY_VIP); + + newChar.setVip(true); + newChar.setVipEndTime(Config.CUSTOM_DAY_VIP); + + } + Index: head-src/com/l2jdemonniac/gameserver/network/clientpackets/EnterWorld.java =================================================================== --- head-src/com/l2jdemonniac/gameserver/network/clientpackets/EnterWorld.java (revision 1710) +++ head-src/com/l2jdemonniac/gameserver/network/clientpackets/EnterWorld.java (working copy) @@ -684,6 +688,11 @@ activeChar.getAppearance().setTitleColor(Config.CLAN_LEADER_COLOR); } } - - - if(Config.ALLOW_AIO_NCOLOR && activeChar.isAio()) + + if(activeChar.isVip()) + { + activeChar.getAppearance().setNameColor(Config.VIP_NCOLOR); + activeChar.getAppearance().setTitleColor(Config.VIP_TCOLOR); + { + activeChar.sendMessage("Vip period end of is " + _daysleft + " days."); + } + } + + if(Config.ALLOW_AIO_NCOLOR && activeChar.isAio()) /** crédits: allanalcantara - TESTED ON - Interlude! 100% working, no bug, no error! Tanks... and do not forget to thank's
  13. well come on, excuse anything but here discurção turned some kind of unnecessary, please talk more about the pack (L2JLoop) ... about errors, etc. .. nefer on, like a lot of their work, say that it is not those who do not know what to do, just want to be SHIT! comments on: @rasmus , for now, but .. just put on, to resolve the errors and so on. and follow it with the pack face @ Chr.Trance , well, here we go ... then the pack was taken based on these types of pack, and ... corrections are being observed about our pack, for example: Teon oly, la2base: info and configs, scoria, events and organization ... as my friend said: @Tryskell , Relax, I'm more correcting my private project, and within it is unique and will be adding things in our project Remember only testing the server to know what mistakes, or if it is bad, bad, good, good, very good. I posted here because I knew that releasing even more of my work and my friend Aiwa we would take our forward pack. we open design makes a maximum of 24 hours, so we're posting here. it is only that, I hope not act other discurção here .. thank you for understanding.
  14. not for both, but carry on, do not do as some cheaters, which open and close open to sell the pack. this goes ahead there may be certain! (Y) can be assured that I will take this project going forward. (yn
  15. kkk, I'm sorry I posted it on a Brazilian forum i forgot to change, but do not worry. we are correcting it, making it the lightest possible. it is based oneo! +Teon + la2base + Scoria + and many others. I took a part of each and adapted to it. OPEN SOURCE PROJECT! design is based on more current projects of the moment, good if you have questions just post! ^ ^
  16. yes, it l2jteon .. but it is different from other well manera. and modified, and are correct as many errors as possible, preferably the main
  17. L2JLoop Project Interlude. - On the Personal Speech MX, Today I will be providing a very good pack for you and me and Aiwa is working on top of him to make this project a Very Good Open-Source is based on L2JLoop oneo. Warning: I am working on it for some time in "OFF", corrections, changes, and others were not published in the timeline. Developers: DevAws, Allan Alcântara. Please report any bugs or error to the topic so we can work to correct them. or send me MP'S reporting bugs Protections: Proteção Warehouse Protection Flood Protection L2Walker Protection PVP BOT Protection Phx Enchant Protection OverEnchant --------------------------- and more. Changes: Retail Potions (Can be used along with portions for Skills and Scrolls); Custom starting title Custom starting level Announce gm login Welcome pm Count online players on start Announce castle lords Subclass custom lvl Banking system Remote class master Pvp/pk name change Pvp/pk reward Keyboard movement Enchant skills (Encantar skill, perde XP e SP) Players Flag não usam a Gk Varias Skills Fixadas. Online players count trick Block to skill's Augment Ollym Ant Heal in RaidBoss Erros no GS Fix -------------------------- and more. FIXES: Flood protections Anti phx(Enchant,Announce,Critical,Error-Multisell) Anti walker Backstab restriction Balance classes in oly Oly fake death fix Oly clan skills fix Enchant bug fixed Bank system exploit fixed Funny flood fix Noobish error fix Overnchant progs fixed Flagged players cannot use gk (msg : Don't run from pvp noob!) Freeze players in sub to avoid stuck skills exploit Prefrenzy fix Pvp bot protection ( ta pvp dn metrane ) Trade bug fixed Weapon ls stuck in subclass fixed Pet enchant fix Fixed exploit, Deposit Item in Warehouse ---------------------------- and more... MODS: Away system Banking System Champion mobs Shop offline Pc Bang Points Rebirth system Wedding (casamento) --------------------- and other Events: Tvt event Dm event Ctf event KvN event Engine Fortress Siege Event RAID Event Engine -------------------- Entre outros ___________________________________________________________________ Commits: #21 Correction Rune Clan Halls, now the bug is fixed relog to be in trade. small commit to fix the bug after the restart of the target using scape. Now the player auto attack is fixed (thx P.Souza), Fixed some corrections and restrictions. Fixed potions, When attacking with skill. sorry, I -beep-ed up I put some files in the wrong place. //DEL FORCE UPDATES. NO FUNCTION, TESTED. NO ERROR! (y) [CORE][DP] Possibly SQL error, but after looking at the error, the … Sorry everyone, the error would persist! - SQL ALL Correct - Spawn Grand … [bACK SQL CONFIG] DP error Raids sorry [DP] SQL SPAWN ERROR! corret teste 1 Credits to L2JLoop . - fix multisel - black icons - multsell fix phx - fix subclass - fix … FIXED [tools custom] / correct - Subversion atualized - Sql Correction and … Fix Minios,Fix Gordon,Not important. L2Loop Rev 21 + Backup SVN Timeline ATENTION: This is not the area of ​​doubt, please use the correct area not to move the Dev Forum. Some want to help in the project, help is always welcome. Tank's
  18. one question .. this pack is interlude ? O.o seems more GF! tanks
×
×
  • Create New...