Jump to content

ArkeyWave

Members
  • Posts

    646
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About ArkeyWave

Contact Methods

  • Telegram
    kennedy.monzon@gmaik.com
  • Website URL
    http://www.arkeywave.com

Profile Information

  • Current Mood
    Unsure
  • Gender
    Male
  • Country
    Peru
  • Location
    Home

ArkeyWave's Achievements

Newbie

Newbie (1/16)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. dont forget the sumon's damage if (tDmg > 0) { smsg = SystemMessage.getSystemMessage(SystemMessageId.SUMMON_RECEIVED_DAMAGE_S2_BY_S1); - smsg.addCharName(attacker); + if(attacker instanceof L2PcInstance) + { + L2PcInstance atcker = (L2PcInstance) attacker; + if(atcker.isInOlympiadMode()) + smsg.addString("Chalenger"); + else + smsg.addPcName(atcker); + } + else + { + smsg.addCharName(attacker); + }
  2. marvellous, im gonna try this open beta with my best friend CAI :D
  3. There's a main file in your root folder (where you uploaded 'upload' folder files in), I don't remember its name. Well there you must modify your db name and user, also the path to your uploads (I guess, long time I don't check ipb) and most of the things you might need to check up.
  4. "Agile Software Craftsmansmith" ^ this, the one who manages to handle extreme programming or uses the ruck, will find easy to develop with L2J, and the neural networks theory would be easy as fuck. Thanks for the bibliography, I'm already looking for the book c:
  5. Internet Explorer 11, since i felt Chrome was too slow for me, i went for IE after upgrading to Windows 8.1
  6. @ExtremeDwarf it's a problema for IE 10 & 11, it's an IPB bug, not a forum, so np for now
  7. 1# remember me, works in my desktop n my Lumia. 2# I see the quoting problem is due to new skin, not the board itself
  8. Dude... srsly? Asterios source? That gotta be a joke.
  9. OMG OMG OMG!! L2JArchid is back in action D; this is AWESOM-O And this... ...this made my life
  10. Awesome it fits good. Btw i have 2 problems: 1st I don't understand how this Works "Crystal_Reward_Rate", i already tried with different values from 30 to 60030 (guessed it was 1'000,000 control) 2nd When i restart the game, all the bases are deleted, it could be nice to save them in the db so people doesn't bother getting new locations everytime the server gets rr. Also, one suggestion, a command to tp to the conquer npc when it's under attack (or not) would be cool, i will try :D
  11. Simple and useful, nice job dude, btw for L2JFrozen users, you will have to adapt this to python, since frozen's dp doesn't support java, or does it?
×
×
  • Create New...