Jump to content
  • 0

Baium With Knockback Or..


Question

Posted

Hello i want to make a custom skill that will knockback players, does someone got a baium ai with knockback? I need that to understand how it works

10 answers to this question

Recommended Posts

  • 0
Posted (edited)

you can simply add the effect of fake death wherever u want but the target will not go back only make the fake death effect xD but i guess that is almost the same

<effect name="FakeDeath" val="0"/>

example ;p

	<skill id="1290" levels="1" name="Blizzard">
		<set name="mpInitialConsume" val="50"/>
		<set name="mpConsume" val="200"/>
		<set name="magicLvl" val="70"/>
		<set name="power" val="150"/>
		<set name="saveVs" val="MEN"/>
		<set name="target" val="TARGET_ONE"/>
		<set name="element" val="3"/>
		<set name="hitTime" val="7000"/>
		<set name="skillType" val="MDAM"/>
		<set name="reuseDelay" val="300000"/>
		<set name="isMagic" val="true"/>
		<set name="operateType" val="OP_ACTIVE"/>
		<set name="castRange" val="900"/>
		<set name="effectRange" val="1400"/>
		<set name="negateId" val="1287"/>
		<cond msg="Blizzard cannot be used due to unsuitable terms.">
			<player seed_water="2"/>
		</cond>
		<for>
			<effect count="1" name="Buff" time="7" val="0" stackOrder="0.5" stackType="RunSpeedDown" effectPower="80" effectType="DEBUFF">
				<mul order="0x30" stat="runSpd" val="0.5"/>
			</effect>
			+<effect name="FakeDeath" val="0"/>
		</for>
	</skill>

Edited by te0x
  • 0
Posted

Thats not what exactly i want , i will check that how it works

its a knockdown ^^ 

anyway gl with what are u looking for ;D

  • 0
Posted (edited)

L2J Archid had this custom for Baium. From memory, it's FlyToLocation serverpacket, opcode 0xC5 for Interlude.

 

This packet is used notably for Valakas/Antharas tail skills. I invite you to check how those skills work.

 

So, basically said :

- script related : use of FlyToLocation.

- skill related : any skill with flyType information (which then will use FlyToLocation serverpacket indirectly).

Edited by Tryskell
  • 0
Posted

L2J Archid had this custom for Baium. From memory, it's FlyToLocation serverpacket, opcode 0xC5 for Interlude.

 

This packet is used notably for Valakas/Antharas tail skills. I invite you to check how those skills work.

 

So, basically said :

- script related : use of FlyToLocation.

- skill related : any skill with flyType information (which then will use FlyToLocation serverpacket indirectly).

that was exactly what i want, thanks so much little dwarf

 

Many said that i must use .getCoords or something , but with your infos i guess it is way more than easy to do, thanks again

 

 

Topic can be locked

  • 0
Posted

_Zone.broadcastPacket(new FlyToLocation(player, coord[0], coord[1], coord[2], FlyToLocation.FlyType.THROW_HORIZONTAL)); i will play with this :dat:

Guest
This topic is now closed to further replies.


  • Posts

    • Added: 🎁 Seasonal Bonus System When the seasonal bonus is enabled, players receive additional bonus coins equal to bonus_season_percent of their donation amount. 💡 How it works (example): A player donates through their personal account and immediately receives regular coins. At the same time, bonus coins equal to 30% of the donation are credited. Example: Donation: 1000 coins → Bonus: 300 coins (30%) These bonus coins are not available immediately — they can be claimed later when the next season begins. 📅 When the bonus can be claimed: bonus_season_claim_start_date – the date when the "Claim" button becomes available. bonus_season_claim_end_date – the date after which the bonus can no longer be claimed. During this time window, the "Claim" button will appear in the personal account, allowing players to collect their accumulated bonus. 'bonus_season_enabled' => true, // Enable/disable the seasonal bonus system 'bonus_season_percent' => 30, // Percentage of the donation to be given as bonus coins (30 = 30%) 'bonus_season_claim_start_date' => '2025-07-30 00:00:00', // Date when the Claim button becomes available in the new season   'bonus_season_enabled' => true, // Вкл./Выкл Сезонную бонусную систему? 'bonus_season_percent' => 30, // Процент, при донате получает монеты в процентах 30 = 30%, которые может использовать в следующем открытии 'bonus_season_claim_start_date' => '2025-07-30 00:00:00', // Дата когда доступна кнопка Claim в новом сезоне 'bonus_season_claim_end_date' => '2025-08-15 20:00:00', // Дата окончания когда кнопка Claim в новом сезоне
    • Discord         :  utchiha_market Telegram        : https://t.me/utchiha_market  
    • HELLO EVERYONE. WE ARE SELLING A LOT OF ADENA ON L2 REBORN DISCORD - GODDARDSHOP   HURRY TO BUY OR YOU MAY NOT MAKE IT!!!
    • you can find the extender at GX-EXT Discord! http://prntscr.com/coUwKnD4Zs_w https://l2servers.com.ar/   @GX-Ext
  • Topics

×
×
  • 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