Jump to content

[Share]Guard hitting only pkers


Recommended Posts

hi

I made few weeks ago a guard that hit only pkers for some1 to make server together but since i am not intrested anymore, i am posting it here :)

 

So if this guard see pker, he is attacking him(like normal guard), the thing is that if some1 else is aggroing, attacking or doing anything to this guard, he is still going to hit pker. Also if there is no pker around and guy is using provoke or something, he is not going to hit back, so its cool for custom servers with pk guards that attack other players while farming.

 

And here is the code:

java/com/l2jserver/gameserver/ai/l2AttackableAI.java

line about 405 in last rev of l2jserver:

 

make from:

	// Manage the Attack Intention : Stop current Attack (if necessary), Start a new Attack and Launch Think Event
	super.onIntentionAttack(target);

to:

	// Manage the Attack Intention : Stop current Attack (if necessary), Start a new Attack and Launch Think Event

	if (target instanceof L2PcInstance && ((L2PcInstance) target).getKarma() > 0)
		super.onIntentionAttack(target);
	else if(!(getActiveChar() instanceof L2GuardInstance)||getActiveChar() instanceof L2GuardInstance && getActiveChar().getNpcId()!=31034){
		super.onIntentionAttack(target);
	}else if(target instanceof L2PcInstance && ((L2PcInstance) target).getKarma() == 0){
		getActiveChar().clearAggroList();
	}

 

Small code but working perfectly, 100% tested, as u can see the custom guard id is 31034, so change it to anything u want :)

There is no configs for that but seems i am too lazy for that so do it by yourself if u want

If there is such code already then sorry :)

 

Credits: Vampir(me)

Link to comment
Share on other sites

:o :o ..

i do like it :D

because of this

Also if there is no pker around and guy is using provoke or something, he is not going to hit back

this is annoying when people are farming and guards hit them because of these skills ..

i will test it ^^

 

Thanks for sharing :D

Link to comment
Share on other sites

Well, gj, i hope this will give the solution to:

 

GM REMOVE GUARDS WE CAN'T FARM

 

:P

 

It will give you that soluction for sure

 

 

One question Vampir can we make pkers drop items when killed by the guard?

 

Thank you.

Link to comment
Share on other sites

It will give you that soluction for sure

 

 

One question Vampir can we make pkers drop items when killed by the guard?

 

Thank you.

Would need to take a look at that, but since now i making 2 other shares, i will check that out later :P

Link to comment
Share on other sites

It will give you that soluction for sure

 

 

One question Vampir can we make pkers drop items when killed by the guard?

 

Thank you.

as i was checking now, they are dropping after being kill by guard, drop rate is low but u can change it in configs

Link to comment
Share on other sites

Its obvious, that you are using not L2OFF, but how your pack is called, what's the name? For excample it could be l2jfree, l2jequal and so on.

he said l2j not l2off

and probably il - interlude, for sure u will have to change that code to make it work on interlude, what pack u are using?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hood-services https://campsite.bio/utchihaamkt  
    • 📢 𝗦𝐭𝐚𝐫𝐭 𝐨𝐧 𝟐𝟲/𝟏𝟎/𝟐𝟎𝟐𝟒  𝟏6:𝟎𝟎 𝑳𝒐𝒏𝒅𝒐𝒏 𝑻𝒊𝒎𝒆 ⚔️ 𝗥𝗮𝘁𝗲𝘀: 𝗫𝗣 𝟐𝟱𝐗, 𝗔𝗱𝗲𝗻𝗮 𝟏𝟎𝐗, 𝗦𝗽𝗼𝗶𝗹 𝟏𝟎𝐗, 𝗗𝗿𝗼𝗽 7𝐗, 💬 𝗠𝗮𝘅 𝗲𝗻𝗰𝗵𝗮𝗻𝘁 +𝟭𝟲 𝘄𝗶𝘁𝗵 𝟱𝟎% 𝗻𝗼𝗿𝗺𝗮𝗹 𝗮𝗻𝗱 𝟲𝟎% 𝗯𝗹𝗲𝘀𝘀𝗲𝗱, 👉 𝗔𝘂𝘁𝗼 𝗲𝘃𝗲𝗻𝘁𝘀 🌍 𝗪𝗲𝗯𝗦𝗶𝘁𝗲: https://l2glorious.online/
    • Well, I'm looking for errors like the 1599 bug in attack speed bro Well, I'm looking for errors like the 1599 bug in attack speed bro
    • Hey! I’ve run into similar issues before. They usually track you through IPs, cookies, and sometimes even browser fingerprints, so just changing your MAC or IP probably won’t do the trick. I found that using a VPN really helps mask your IP, and clearing your cookies regularly makes a big difference. Also, browsing in incognito mode or using something like the Brave browser can help keep things private.
    • If you're trying to boost your attack speed in Interlude, I'd recommend focusing on optimizing your gear and skills instead of hunting for bugs. I’ve found that mixing up your equipment and looking for buffs that enhance attack speed can make a big difference. It’s also worth experimenting with different skill combos to maximize your damage output.
  • Topics

×
×
  • Create New...