Jump to content

Castiel cf

Members
  • Posts

    51
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Castiel cf

  1. like this you'll have future. take care.

     

    I haven't asslick in other cases not to mention that to asslick for your fail its epic lulz.

    When you asslick you dont lick "for someone/thing" but someone, so your reply makes no sense.

    I'll try to export a meaning from your failed sentence if possible and reply tommorow.

    Good night.

  2. It's not to make my post special, they are used to show an emotion.

    The drama? Drama is because my topics are being deleted/locked spammed cause a staff member dislikes me.

     

    So please, before asslicking next time, you should read my reply.

  3. @ Cobra

    It's already imported. I'm stating that it is for latest l2j revision and if you need adjustments feel free to ask me.(so as you say "speaking generally" in a code published for a specific pack is at least dumb)

    config thing is supported since its already a part of original code.

    At l2j its DarkElf, please inform urself and then attack me.

    Your code is a simple code showing screen messages on pvp kill strikes. My code is something different that shows screen messages.

    So according to you, any code showing screen messages is leeched from your codes.

    Personally, what I get from your post, is "I 've locked your last share cause I'm butthurted"

    I'm not saying I deserve or want this position, but a moderator that double posts, insults, threatens and says "I do whatever i want here" when an other member (not me) is critising your moron attitude breaking certain forum rules, for me, is not a person to be trusted. (not to mention that you are just incapable to handle an international section; we need some time to understand what are you trying to say in english)

     

    @ Maxtor

    I feel dissapointed that from all this post thats what you have to say.

     

    @Lauq

    Ofcourse I can make my own shares, those are mine. Computer science is what I'm studying and I can ofcourse make java codes.

     

    The piece of code that we were talking about has nothing to do with other dota style shares.

     

    The existing ones (I 've searched for over an hour) are based on killing strikes while mine is based on killing strikes in certain time frame. (killing spree-monster kill etc or whatever the titles are/ while mine is double-triple-multikill depending on time)

     

     

     

    Generaly, as I can see everyone just critisized and took the part of an older/awarded/ranked or whatever member and didnt even bother to read my codes or arguments.  I'd only like to thank Versus that probably read my code and cleaned/unlocked my topic.

    However my second code was moved to junkyard, no idea why.

     

    Anyway since my works werent appreciated nor welcomed, I'll just keep stopping by to read replies here and hoping for a situation change.

     

    P.S.:nee, alleen maar plezier van uw land

    P.S.2: Sorry for wrong section posting, I didn't see there was child board for reports.

     

  4. My humble opinion is that forum's current problem is certain people that are in charge, like "Cobra" that just prevent people from posting shares, accussing them for stealing and locking topics that people show interest in, just because they are brained damaged.

     

    It's my 3rd day officially here, I had all the good will to share with members here but I'm being prevented from doing it.

     

    The topics:

     

    http://www.maxcheaters.com/forum/index.php?topic=133785.0

     

    He said it's his own code, he even posted a link to a code of his, but he is incapable of understanding what my code does and what his. (is it trully his own?)

     

    http://www.maxcheaters.com/forum/index.php?topic=134173.0

     

    He locked my topic exactly when I created it, probably he didnt even read it, saying again that it's his code and it's full of typos. Too bad that the code is working perfectly and through my multiply searches I see non like mine.

     

    I know I'm probably gonna banned or get - karma for what I'm writing, but it's what I feel, what is true, and probably what many people want to say.

     

    Castiel.

  5. Yeah, I know, enterworld messages are kinda over-shared here, but those are a little bit more fancy:)

    If a char is new, he will get a welcome message, if not an other welcome back custom message depending on his race.

    Credits to me

     

    It's for latest l2j revision, if you need any adjustment to make it working for previous revisions or other projects, feel free to ask me.

     

    P.S.: It's not tested!

     

    P.S.2: To make it working, on l2jmods.config u should set "ScreenWelcomeMessageEnable" to "True"

     

    ### Eclipse Workspace Patch 1.0

    #P L2_GameServer

    Index: java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java

    ===================================================================

    --- java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (revision 4025)

    +++ java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (working copy)

    @@ -19,6 +19,7 @@

     

    import com.l2jserver.Base64;

    import com.l2jserver.Config;

    +import com.l2jserver.L2DatabaseFactory;

    import com.l2jserver.gameserver.Announcements;

    import com.l2jserver.gameserver.GmListTable;

    import com.l2jserver.gameserver.LoginServerThread;

    @@ -477,9 +478,42 @@

     

    TvTEvent.onLogin(activeChar);

     

    +

    if (Config.WELCOME_MESSAGE_ENABLED)

    - activeChar.sendPacket(new ExShowScreenMessage(Config.WELCOME_MESSAGE_TEXT, Config.WELCOME_MESSAGE_TIME));

     

    + if (activeChar.getLevel() == 1)

    + {

    + activeChar.sendPacket(new ExShowScreenMessage("Welcome stranger!", 10000));

    + }

    + else

    + switch(activeChar.getRace()){

    +

    + case DarkElf:

    +

    + activeChar.sendPacket(new ExShowScreenMessage("Welcome back child of Shilien!", 10000));

    + break;

    +

    + case Dwarf:

    +

    + activeChar.sendPacket(new ExShowScreenMessage("Welcome back shortie!", 10000));

    + break;

    +

    + case Elf:

    +

    + activeChar.sendPacket(new ExShowScreenMessage("Welcome back child of Eva!", 10000));

    + break;

    +

    + case Kamael:

    +

    + activeChar.sendPacket(new ExShowScreenMessage("Welcome back fallen angel!", 10000));

    + break;

    +

    + case Orc:

    +

    + activeChar.sendPacket(new ExShowScreenMessage("Welcome back piece of green dirt!", 10000));

    + break;

    +

    + }

    L2ClassMasterInstance.showQuestionMark(activeChar);

     

    int birthday = activeChar.checkBirthDay();

  6. Χώρις παρεξήγηση αλλά πιστεύω όποιος έχει ανάλογες γνώσεις είτε δουλεύει σε κάποιο l2j project, είτε για τον εαυτό του..

    Προτείνω απλώς να μάθεις compile και να χρησιμοποιήσεις τα shares του forum.

     

    Ειδικά το κομμάτι που ζήτησες για full protection.. Λίγοι, και τα πουλάνε αυτά, κάνεις δεν θα κάτσει for free να κάνει κάτι τέτοιο.

     

     

  7. The problem with this code is that a clever player could do adequate damage, move to next mob and let others finish it.

    Especially if ur server uses custom raids or something that gives huge drop.

     

    Could u tell me if u are using auto loot, or drops are on the ground?

     

    hint: get.mostHated()

  8. Welcome Dude

    For Client Mod Help Pm Me :P

    Thank you all for ur kind words:)

     

    Thanks for your offer, but I think I already have what I need, regarding client side.

    I can manage most things but my skills at photoshop etc are really really poor.

  9. Hello,

    I am Castiel or Chris, 19 years old, owner/developper of L2 Crossfire, studying computer science irl.

    I 've been reading ur forums lately, (I 've been hearing of this forum a lot) awesome content and really good developpers especially in client modding sections.

    Least I could do was to donate to help u with site's upkeeps:)

     

    You 'll be seeing me soon a lot in java development of l2 forums and later perhaps on aion too, when I take interest in it.

     

    So, if any of you has been in my server, expect to see some of my custom patches applied there.

     

    Best regards

     

     

    Edit:

     

    Java section is pretty dead, many leechers, post hunters and ppl sharing mostly stolen or poor websites, lets reach it to a new level:)

×
×
  • Create New...