Jump to content

Rootware

Legendary Member
  • Posts

    1,370
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Posts posted by Rootware

  1. I suggested for administrators fasten into community rules unban option for money (not cheap). And watch continuously, how Kara will change the forum group every month between "Banned" and "Members".

     

    We all will get profit:

    • Admins - money;
    •  Users - the periodical drama of one man.

    Also, will not anymore multi account spams, etc.

     

    The chicken that carries the golden eggs.

  2. Anybody can tips me some description for AI parameters of NPCs? Currently GF server.

     

    At first, me interest what is it this a param for NPC in ai.obj:

    myself.p_state != 3

    This uses in this timer:

      EventHandler TIMER_FIRED_EX( timer_id )
      {
        if( timer_id == 2001 )
        {
          if( gg::GetAbnormalLevel( myself.sm, myself::Skill_GetAbnormalType( SelfBuff ) ) <= 0 && myself.p_state != 3 )
          {
            if( myself::Skill_GetConsumeMP( SelfBuff ) < myself.sm.mp &&
                myself::Skill_GetConsumeHP( SelfBuff ) < myself.sm.hp &&
                myself::Skill_InReuseDelay( SelfBuff ) == @FALSE )
            {
              myself::AddUseSkillDesire( myself.sm, SelfBuff, @ST_HEAL, @AMT_MOVE_TO_TARGET, 1000000 );
            }
          }
          myself::AddTimerEx( 2001, 10000 );
        }
        if( timer_id == 2002 )
        {
          if( myself::Skill_GetConsumeMP( SelfBuff ) < myself.sm.mp &&
              myself::Skill_GetConsumeHP( SelfBuff ) < myself.sm.hp &&
              myself::Skill_InReuseDelay( SelfBuff ) == @FALSE )
          {
            myself::AddUseSkillDesire( myself.sm, SelfBuff, @ST_HEAL, @AMT_MOVE_TO_TARGET, 1000000 );
          }
        }
        super;
      }

     

    If someone have a link for description of other params thanks in advance.

  3. What about CPU/RAM/HDD usage in lag time? Check resource monitoring in Task Manager.

     

    I have AMD 64 x2 6000+ with 2GB RAM w/o any lags. Try to disable any network connection and check the lag. W/o connection you can see infinity little window with connection notification.

  4. You not need get character nick cause incoming packet have Client instance and for client instance attached unique Player instance. Just get player nick from server side like:

    final String nickname = getClient().getActingPlayer().getName();

    All what you need - it's catch necessary action from client. server side already have all properties about owner character and target object.

  5. Thread.sleep(1);

    I want add this in my signature and that it was shown to everyone in a forced manner.

     

    P.S. This style of coding the guys with red eyes from C/C++. If you really likes this style then please use delay, at least 100 ms. Give for other processes more free time.

  6. 39 minutes ago, BadStealth said:

    Yes, they are interrelated. And did you see this bug? I fixed it.

     

    No. Not checked. Just i remember what i had this issue when tried to make for self Inventory style from Classic client and seen in your screenshots this problem too.

     

    If you fixed this issue then it's very good. Not all interface developers fixing this.

  7. 34 minutes ago, Elfocrash said:

    Well that doesn't mean anything. I know Melron personally and I can assure you that he is decent in what he does but being an L2j Dev in Mxc in 2018/19 doesn't mean anything. He probably figured that out that's why he selfrequested a demotion.

     

    You are wrong. To be an L2J Developer in 2k19 very profitable. Money rowing by shovel. I already bought b#tches and villa in the Bahamas. I can transfer for you my staffer status if you need money. I am not greedy. Trust me. I talking trully truth.

     

    2d1656dc-3c8d-420f-b079-eef2114576e1.jpe

    • Haha 3
    • Sad 1
  8. 36 minutes ago, alkleek said:

    So from what i understand from you... you think we don't know anything about the game? and our development budget is around 10-20 euro??

    fyi i was playing L2 from 2007... and I'm familiar with all details.

     

    We are working on a big project since the beginning of 2019 using best paid sources available and we were paying rent for top of the line server ,with protection ofc, for the past 7 months and we still working on it... why? coz we are checking all the details in files, skills, classes, quests.... etc.

     

    Next time don't just come and assume that maybe we are joking or scamming, and paying around 10-20 euro for your services.... unless your services worth that much in your opinion...

     

     

    We're still accepting offers.

     

    Thanks and Regards.

     

    Everyone seeker of skilled developer talking about big project, but him "big project" w/o skilled developer. And paid sources isn't indicator of quality. You still need developer. Stop the pafos and try to write the truth. Make detailed task list for sure. No one serious developer never will wasting own time for talking with you in PM or Skype for understanding all your wishes in among your spam messages consisting of several incoherent words in an attempt to explain what you want to see/receive.

     

    Otherwise, to you will write anybody who can write in Eclipse "Hello, World!" in the PM and you will spend thousands of times more time to determine which of them is really able to do what you are willing to pay for.

     

    P.S. I'm played since 2005 year and can't says what i knew all things of gameplay as player, cause only while develop you start to learn many little things that players do not pay attention to.

×
×
  • Create New...