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

    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
    • I can use this folder system for High Five offline server?   The folder does not have a l2.exe file.   Thank you very much if anyone can help me.   https://drive.google.com/file/d/13kU-g_4JJ-sP-kg2F7pqkUOVKmQdubFm/view
  • Topics

×
×
  • Create New...