Info about BattleShip HP

Results 1 to 15 of 15
  1. #1
    while(true) spam(); kevintjuh93 is offline
    ModeratorRank
    Jun 2008 Join Date
    The NetherlandsLocation
    4,119Posts

    Info about BattleShip HP

    Took a long way to Level 120 Corsair, but it was worth it. (lolshawn)

    No spoonfeeding today. More info will be in my source when I update.

    For the coders here;

    It's HP is done by cooldown. The skillid for the cooldown is 5221999.

    Did anyone knew this already?

    No flaming pls, me is nib

    Have fun (:

    ---------- Post added at 01:26 PM ---------- Previous post was at 01:01 PM ----------

    Oh and your HP DOES go down when you get hit on your ship.



    EDIT:

    A little bit of spoonfeed;
    Code:
    if (sourceid == Corsair.BATTLE_SHIP) applyto.announce(MaplePacketCreator.skillCooldown(5221999, applyto.getBattleshipHp() / 10));
    Last edited by kevintjuh93; 13-05-11 at 12:03 AM.


  2. #2
    Eternal Slumber Meteorite is offline
    MemberRank
    Jun 2008 Join Date
    875Posts

    Re: Info about BattleShip HP

    Do you have a formula to calculate the HP/BattleShip Level? Or is that Client handled? If it's client handled, it should be easy.

  3. #3
    bleh.... Shawn is offline
    MemberRank
    Oct 2008 Join Date
    Mississauga, CaLocation
    5,904Posts

    Re: Info about BattleShip HP

    Quote Originally Posted by kevintjuh93 View Post
    Took a long way to Level 120 Corsair, but it was worth it. (lolshawn)

    No spoonfeeding today. More info will be in my source when I update.

    For the coders here;

    It's HP is done by cooldown. The skillid for the cooldown is 5221999.

    Did anyone knew this already?

    No flaming pls, me is nib

    Have fun (:

    ---------- Post added at 01:26 PM ---------- Previous post was at 01:01 PM ----------

    Oh and your HP DOES go down when you get hit on your ship.

    Very interesting find brah. I always assumed that HP was similar to Puppet. Guess I was wrong.

    Quote Originally Posted by kevintjuh93 View Post
    Took a long way to Level 120 Corsair, but it was worth it. (lolshawn)
    lol ass

  4. #4
    Alpha Member Vakarian is offline
    MemberRank
    Apr 2008 Join Date
    Ohio, USALocation
    2,134Posts

    Re: Info about BattleShip HP

    Taking the freaking time to get to lv120 for a small (but groundbreaking?) addition in to your source..? Now that's commitment. Kudos.

  5. #5
    Ooo, shiny! FateJiki is offline
    MemberRank
    Feb 2008 Join Date
    1,057Posts

    Re: Info about BattleShip HP

    Glad you did this!

    Did you do any packet logs?

  6. #6
    Member SerenityDev is offline
    MemberRank
    Feb 2011 Join Date
    68Posts

    Re: Info about BattleShip HP

    You could of asked a corsair o.o, I would have gladly helped. But nice dedication.

  7. #7
    Interesting... SharpAceX is offline
    MemberRank
    Oct 2008 Join Date
    2,011Posts

    Re: Info about BattleShip HP

    If it matters at all, I can provide an Ice/Lightning Arch Mage. :O

  8. #8
    Alpha Member Soulfist is offline
    MemberRank
    Dec 2010 Join Date
    a hovelLocation
    1,835Posts

    Re: Info about BattleShip HP

    If it matters I can provide a 4th Job Aran and lv102(?) Nightwalker o_o.

    That is, after my comp is fixed D:

  9. #9
    Account Upgraded | Title Enabled! Spiderman is offline
    MemberRank
    Feb 2010 Join Date
    417Posts

    Re: Info about BattleShip HP

    i have a lvl 13 beginner if anyone wants to borrow it

  10. #10
    while(true) spam(); kevintjuh93 is offline
    ModeratorRank
    Jun 2008 Join Date
    The NetherlandsLocation
    4,119Posts

    Re: Info about BattleShip HP

    Quote Originally Posted by Prio View Post
    i have a lvl 13 beginner if anyone wants to borrow it
    Lmfao.

    The HP is handled by the client, but you must also handle it in your source.

    And the formula was already in most sources. At least the formula pre-BB

    ---------- Post added at 10:06 PM ---------- Previous post was at 09:52 PM ----------

    Added some info :P

  11. #11
    Account Upgraded | Title Enabled! Choobed is offline
    MemberRank
    Jul 2008 Join Date
    AustraliaLocation
    386Posts

    Re: Info about BattleShip HP

    Quote Originally Posted by Mintee View Post
    Taking the freaking time to get to lv120 for a small (but groundbreaking?) addition in to your source..? Now that's commitment. Kudos.
    *cough* W8 *cough*

    On-topic: Hooray for such an excellent piece of "info".
    Last edited by Choobed; 13-05-11 at 12:28 AM. Reason: Un-hinted.

  12. #12
    Proficient Member iFayte is offline
    MemberRank
    Aug 2009 Join Date
    163Posts

    Re: Info about BattleShip HP

    Thank you for sniffing the packet kev :)

  13. #13
    while(true) spam(); kevintjuh93 is offline
    ModeratorRank
    Jun 2008 Join Date
    The NetherlandsLocation
    4,119Posts

    Re: Info about BattleShip HP

    No problem, oh and for those who are wondering.
    skillCooldown(5221999, chr.getBattleshipHP() / 10);

  14. #14
    Proficient Member iFayte is offline
    MemberRank
    Aug 2009 Join Date
    163Posts

    Re: Info about BattleShip HP

    why isit /10 anyway, was a question on my mind

  15. #15
    :) iJFAC is offline
    MemberRank
    Sep 2007 Join Date
    SomewhereLocation
    519Posts

    Re: Info about BattleShip HP

    Quote Originally Posted by iFayte View Post
    why isit /10 anyway, was a question on my mind
    Because that's how the destiny is.



Advertisement