Jump to content

ArkeyWave

Members
  • Posts

    646
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by ArkeyWave

  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?
  12. Nce job man, i will try to adapt this to l2jhellas :D, thanks for sharing.
  13. so far, package has been working fine, just minor personal updates was necessary to handle some quests. Ty :D
  14. Hi, I study in a university wich has proxy, so I can't run some programs due to that, but those programs like browser wich have proxy settings still work. So i need to know, how to configure eclipse to be able to checkout or update up to date the project I'm working with. Thanks in advance.
  15. yeah, i even read the skype chat posted by you, i would like it be true, so i could see how bigger can DE boobs go, until they look bad xD
  16. No problem dude, yet i hope you keep sharing stuff like this as I've been seen lately
  17. L2Emu "Unique"? i only knew emuproject, yet, could you give us a link or something? BTW nice code, people will go mad easier ingame now xD
  18. i don't understand greek, but using google traductor a get a bit 'bout what you said, i will try to rework the background :D
×
×
  • Create New...