Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Nice.. font. Can I have it ? Haha :happyforever: Good luck brah, remember "You can !" ;)
  2. "Not bad", but it's wrong section :D Anyway, thanks for the share ;)
  3. Nice.. guide.. Explain yourself. I won't even bother to guess about what protection you are talking about, client (server?) or server/host (ddos prot).
  4. Not sure if it's gonna work or not (dunno if I changed all needed things, since it was fast :D), but try :P ### Eclipse Workspace Patch 1.0 #P aCis_gameserver Index: java/net/sf/l2j/gameserver/model/actor/L2Attackable.java =================================================================== --- java/net/sf/l2j/gameserver/model/actor/L2Attackable.java (revision 319) +++ java/net/sf/l2j/gameserver/model/actor/L2Attackable.java (working copy) @@ -1280,20 +1280,20 @@ * to each Item Identifier dropped</li> <li>If the autoLoot mode is actif and if the L2Character that has killed the L2Attackable is a L2PcInstance, give this or these Item(s) to the L2PcInstance that has killed the L2Attackable</li> <li>If the autoLoot mode isn't actif or if the L2Character * that has killed the L2Attackable is not a L2PcInstance, add this or these Item(s) in the world as a visible object at the position where mob was last</li><BR> * <BR> - * @param mainDamageDealer The L2Character that made the most damage. + * @param lastAttacker The L2Character that made the last hit. */ - public void doItemDrop(L2Character mainDamageDealer) + public void doItemDrop(L2Character lastAttacker) { - doItemDrop(getTemplate(), mainDamageDealer); + doItemDrop(getTemplate(), lastAttacker); } - public void doItemDrop(L2NpcTemplate npcTemplate, L2Character mainDamageDealer) + public void doItemDrop(L2NpcTemplate npcTemplate, L2Character lastAttacker) { - if (mainDamageDealer == null) - return; + L2PcInstance player = null; + if (lastAttacker instanceof L2PcInstance) player = (L2PcInstance)lastAttacker; + if (lastAttacker instanceof L2Summon) player = ((L2Summon)lastAttacker).getOwner(); // Don't drop anything if the last attacker or owner isn't L2PcInstance - L2PcInstance player = mainDamageDealer.getActingPlayer(); if (player == null) return;
  5. Still dat suck. The one who did most dmg should take the drop, as I explained before. Anyway, it's your 'server' :P
  6. Nop :D Yeah, you are killing a rb for 30min and some random fags come and somehow make last hit, or ks-ing mobs at farm zone, seriously.. Don't do that.
  7. Nop. There is nothing special, it's just pure htm design that you can do as well.. :P
  8. Seriously, you want last hit? None would join your server with that lol :D
  9. You will be surprised, but he is using frozen :P
  10. This is supposed to work just fine.. if((PLAYER1.getLevel() - PLAYER2.getLevel()) >= 20) Well, maybe show me the whole method, maybe the problem is somewhere else.
  11. Tortoise is other story, and generally it's used for smthing other, but well.. As the error say, download newer Subversion (not tortoise :D) http://www.sliksvn.com/en/download Btw, if you already did that and it's not solving your problem. Maybe you didn't installed/updated your subclipse ? In the main bar, select Help->Install New Software. From the new window that will popup, press Add site... and write the following link: http://subclipse.tigris.org/update_1.6.x
  12. Make it like that if((PLAYER1.getLevel() - PLAYER2.getLevel()) >= 20 || (PLAYER2.getLevel() - PLAYER1.getLevel()) <= 20) But, I believe you don't need 2 cases, just one is enough. You couldn't manage it on your own cuz of the 2 cases, so I suggest to use just one :P
  13. So true :D
  14. Nice, I really like it :) But, from my pov you should change the places "vote for us" and "server status", make them opposite aka "server status" first and "vote for us" below. The same about visitors counter and top pvp/pk :P About the elf, well, it's not bad. You could eventually put there something "bigger", in meaning more chars, some wider picture which would fill the empty place :P Overall note: 7,5/10 :P Also, are you selling only the psd or full package (psd and coded site)? :)
  15. lol, so pathetic. "Hey, he is a scammer, but I don't have a proof." - just get lost. Just junk that topic, it's funny :poker face:
  16. L2ui_ch3 , at least one of them is inside that file. Oh damn, I tho you're talking about that bottom images.. :P Well, so I'm not sure. Maybe the same file or the other l2ui, dunno rly :P
  17. No doubt :D Keep working, looks awesome, but I wonder how exactly it's connecting to the server :)
  18. lol, pervert :D Good job ;)
  19. Umm, archid as far as I remember :P
  20. Also, aggro. If still it's "not fixed", you're doin' something wrong aka changing wrong mob ID or only one instead of few mobs from your group / custom spot. I don't believe frozen is so broken that it's not working.
  21. I'm not using frozen, but well.. npcs.sql, set it to null && 0 :P `faction_id` varchar(40) DEFAULT NULL, `faction_range` decimal(4,0) DEFAULT NULL,
  22. 1. Paste here your multisell 2. Are you sure you edited all system files and you got all textures ?
  23. Have you restarted the server after you set agro to 0? Another way is to remove clan from mobs.
  24. I doubt it's shared. Just search for Esios source's and take the code of survey :P
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock