Jump to content
  • 0

Buffing A Player


Question

Posted

Hello this the code from my project to buff someone:

SkillTable.getInstance().getInfo(6777, SkillTable.getInstance().getMaxLevel(6777)).getEffects(this, _boat, AutoLootHerbs, AutoLootHerbs);

	public final void getEffects(Creature effector, Creature effected, boolean calcChance, boolean applyOnCaster)
	{
		getEffects(effector, effected, calcChance, applyOnCaster, false);
	}

But it has autoloot etc and cant change nth at true or false, how cna i fix this :3

Recommended Posts

  • 0
Posted

well i found why its popping the error

        SkillTable.getInstance().getInfo(3594, SkillTable.getInstance().getMaxLevel(3594)).getEffects(this, _boat, true, false);

 

the _boat should be change to activeChar, but i already have it insite L2PcInstance, what may i add there?

  • 0
Posted

ill change it , but i use activeChar i get error because im in L2PcInstance

What are you trying to do?did you know or just you have write a code there?how you want it works.?

  • 0
Posted

This is not L2JServer, isn't it? You should use this method exactly as it's signature says... the first two arguments should be instances of Creature and the others should be booleans.

  • 0
Posted

This is not L2JServer, isn't it? You should use this method exactly as it's signature says... the first two arguments should be instances of Creature and the others should be booleans.

Thats ru project ...

  • 0
Posted (edited)

yes, eclipse is suggesting me to use summon or boat or decoy, its the target player where the skill wil lbe used

Edited by ganjaradio
  • 0
Posted (edited)
The method getEffects(Creature, Creature, boolean, boolean) in the type Skill is not applicable for the arguments (Player, boolean, boolean, boolean)

The first argument should be your character (the activeChar), the second argument should be the player target (activeChar.getTarget()), and the last two should be booleans. I don't think that _boat is of type Creature...

Edited by Tessa
  • 0
Posted

Project leader asking for a help with such a BASIC code. Anyway..

 

Like Tessa said, the first one is the caster and then the target. So, if the code is not using a npc, who can be the caster? A ghost? I don't think so. In such case activeChar / player has to be the caster and the target.

  • 0
Posted

Project leader asking for a help with such a BASIC code. Anyway..

 

Like Tessa said, the first one is the caster and then the target. So, if the code is not using a npc, who can be the caster? A ghost? I don't think so. In such case activeChar / player has to be the caster and the target.

He want server to cast the skill
Guest
This topic is now closed to further replies.



  • Posts

    • Good day! Due to the increasing number of questions, "Do you provide services for the client?" - I decided to answer with a separate topic. I provide services for editing/modifying the client and individual files, namely: 1. Transfer/Creation/Editing locations, geodata.   2. All kinds of work with NPCs, including transfer, animation, adding effects to them and logos.   3. Actually, Transfer/Creation/Edit any EFFECTS, including Abnormal Effects.   4. Any work with weapons, armor, accessories and everything related to it.   5. Create or edit textures, including dynamic textures.   6. Creating a Lobby Screen, Lobby Char Selection (character selection window) and Lobby Char Creation (character creation window). What I don't do: 1. Coding in any form (except for CB).   I started publishing my work recently, here - YouTube And here - RuTube If required, I respect confidentiality. Any other questions? Welcome to Telegram or PM.
    • 🎮https://discord.gg/yyVRtna9RB 🌎https://l2-forever.com L2 Forever was the best mid rates PvP server back in C4 and C5 and we want to give players the same experience with Interlude!   # L2-Forever * EXP: 50x * Adena: 200x * Spoil: 5x * Drops: 5x   # ENCHANTS *Safe Enchant : 3 *Max. Enchant : 20 *Normal Scroll chance : 65% *Blessed Scroll chance : 70%   # NEW PLAYERS * Start with Coupons allowing you to get free top D-grade * Start at level 20 * Main Town Giran Harbor   # BOOSTED AREA'S * Execution Grounds [ 20 - 40] * Cruma Tower [40-52] * Antharas Lair [52-61] * Antharas Heart [61-80] * Giran Harbor - Shopping Area   # END GAME FARMING AREAS * Monastery of Silence and Primeval Island customized for group farm # PLATINUM ARMORS * Platinum Armors get dropped by raids, allowing everyone to obtain a set and not only donators * Many Raids all over the L2 world drop parts of the Platinum Armors   # BUFFS * Buff duration is set at 1 hour for normal buffs (Buffs and Songs / Dances) * Town Buffers in all main towns with all available buffs Giran Harbor (GH) is the place to be for all your trades and item needs! Platinum Armors   # FOREVER ITEMS * Unique Forever weapons & armors # UNIQUE L2 FOREVER AUGMENTATION SYSTEM * We don't use retail augmentations, we use our own unique system and glows!   # OTHER CUSTOM FEATURES * Global Gatekeeper * NPC Class Changer * Auction House * Unique Augmenter * Subclass with Adena or from Cabrio * Nobless - Barakiel * Useless S weapon Special abilities like (Cheap shot) are changed
    • 🎮https://discord.gg/yyVRtna9RB 🌎https://l2-forever.com L2 Forever was the best mid rates PvP server back in C4 and C5 and we want to give players the same experience with Interlude!   # L2-Forever * EXP: 50x * Adena: 200x * Spoil: 5x * Drops: 5x   # ENCHANTS *Safe Enchant : 3 *Max. Enchant : 20 *Normal Scroll chance : 65% *Blessed Scroll chance : 70%   # NEW PLAYERS * Start with Coupons allowing you to get free top D-grade * Start at level 20 * Main Town Giran Harbor   # BOOSTED AREA'S * Execution Grounds [ 20 - 40] * Cruma Tower [40-52] * Antharas Lair [52-61] * Antharas Heart [61-80] * Giran Harbor - Shopping Area   # END GAME FARMING AREAS * Monastery of Silence and Primeval Island customized for group farm # PLATINUM ARMORS * Platinum Armors get dropped by raids, allowing everyone to obtain a set and not only donators * Many Raids all over the L2 world drop parts of the Platinum Armors   # BUFFS * Buff duration is set at 1 hour for normal buffs (Buffs and Songs / Dances) * Town Buffers in all main towns with all available buffs Giran Harbor (GH) is the place to be for all your trades and item needs! Platinum Armors   # FOREVER ITEMS * Unique Forever weapons & armors # UNIQUE L2 FOREVER AUGMENTATION SYSTEM * We don't use retail augmentations, we use our own unique system and glows!   # OTHER CUSTOM FEATURES * Global Gatekeeper * NPC Class Changer * Auction House * Unique Augmenter * Subclass with Adena or from Cabrio * Nobless - Barakiel * Useless S weapon Special abilities like (Cheap shot) are changed
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/uthciha-services https://campsite.bio/utchihaamkt
  • Topics

×
×
  • Create New...