Jump to content

Recommended Posts

Posted (edited)

hello I bring you this npc plus a mobius mod of a buff with exprate, sprate, droprate, spoilrate

 

 

code:https://pastebin.com/L2MQckk3

 

 

edit in config/main/l2jorion

 

# Player gets pvp flag when attacks these MONSTERS or RAID BOSSES by ID
# Example.: RaidFlagIDs = 21420, 20000, 35645
# Get PvP flag from?
PvPFlagIDs = 34156
# or get pvp flag from all raid bosses?
GetPvPFlagFromRaidBosses = True
# from champions?
GetPvPFlagFromChampions = False

 

xml buff

 

<skill id="2624" levels="1" name="Festival Buff">
  <set name="mpConsume" val="2"/>
  <set name="target" val="TARGET_ONE"/>
  <set name="reuseDelay" val="6"/>
  <set name="hitTime" val="4000"/>
  <set name="skillType" val="BUFF"/>
  <set name="isMagic" val="true"/>
  <set name="isDebuff" val="true"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="castRange" val="400"/>
  <set name="effectRange" val="400"/>
  <set name="aggroPoints" val="495"/>
  <for>
    <effect count="1" name="Buff" time="360" val="0" stackOrder="1.3" stackType="FestivalSpoil">
      <mul order="0x30" stat="xpGain" val="1.2"/>   <!--   +20% XP   -->
      <mul order="0x30" stat="spGain" val="1.2"/>   <!--   +20% SP   -->
      <mul order="0x30" stat="dropRate" val="1.1"/>   <!--   +10% Drop Rate   -->
       <mul order="0x30" stat="spoilRate" val="1.1"/>   <!--   +10% Spoil Rate   -->    
    </effect>
  </for>
</skill>

 

 

 

Config

#=============================================================
#   Clan Buff Strongold
#=============================================================

ClanBuffId = 2624

#=============================================================
#   Spawn Npc Stronghold in world
#=============================================================
ClanStrongholdSpawnEnable = True

 

 

npc

34156    32068    Clan Stronghold Device    1        0    NPC.a_mageguild_master_MHuman    10    33    80    male    L2ClanStronghold    0    64816    1493    11,85    2,78    40    43    30    21    20    10    0    0    1314    1916    780    935    278    0    333    0    0    0    0    0        0    1    0    LAST_HIT    0

 

 

html of the npc data/html/mods

<html><body>
<title>Clan Stronghold Device</title>
<br>
Clan Stronghold Device:<br>
Solo <font color="LEVEL">Podra Ser Capturado Si El Npc No Tiene Clan. Si El Npc Esta Capturado Por Otro Clan Tendras Que Matarme. Para Poder Capturarme.</font> Cuando Me Captures Podras Sentir El Clan Stronghold Effect Un Buffs Que Te Dara un 20% De EXP - 20% SP - 5% DROPRATE.<br>

<br>
<br>
<center>


<td><div align="center"><button value="Capturar" action="bypass -h npc_%objectId%_capturar" width=75 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton" width=67 height=19"></div></td>
</body></html>

 

 

 

 

 

Edited by tensador3
  • Like 2
Posted (edited)
3 hours ago, tensador3 said:

hello I bring you this npc plus a mobius mod of a buff with exprate, sprate, droprate, spoilrate

 

 

code:https://pastebin.com/L2MQckk3

 

 

edit in config/main/l2jorion

 

# Player gets pvp flag when attacks these MONSTERS or RAID BOSSES by ID
# Example.: RaidFlagIDs = 21420, 20000, 35645
# Get PvP flag from?
PvPFlagIDs = 34156
# or get pvp flag from all raid bosses?
GetPvPFlagFromRaidBosses = True
# from champions?
GetPvPFlagFromChampions = False

 

xml buff

 

<skill id="2624" levels="1" name="Festival Buff">
  <set name="mpConsume" val="2"/>
  <set name="target" val="TARGET_ONE"/>
  <set name="reuseDelay" val="6"/>
  <set name="hitTime" val="4000"/>
  <set name="skillType" val="BUFF"/>
  <set name="isMagic" val="true"/>
  <set name="isDebuff" val="true"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="castRange" val="400"/>
  <set name="effectRange" val="400"/>
  <set name="aggroPoints" val="495"/>
  <for>
    <effect count="1" name="Buff" time="360" val="0" stackOrder="1.3" stackType="FestivalSpoil">
      <mul order="0x30" stat="xpGain" val="1.2"/>   <!--   +20% XP   -->
      <mul order="0x30" stat="spGain" val="1.2"/>   <!--   +20% SP   -->
      <mul order="0x30" stat="dropRate" val="1.1"/>   <!--   +10% Drop Rate   -->
       <mul order="0x30" stat="spoilRate" val="1.1"/>   <!--   +10% Spoil Rate   -->    
    </effect>
  </for>
</skill>

 

 

 

Config

#=============================================================
#   Clan Buff Strongold
#=============================================================

ClanBuffId = 2624

#=============================================================
#   Spawn Npc Stronghold in world
#=============================================================
ClanStrongholdSpawnEnable = True

 

 

npc

34156    32068    Clan Stronghold Device    1        0    NPC.a_mageguild_master_MHuman    10    33    80    male    L2ClanStronghold    0    64816    1493    11,85    2,78    40    43    30    21    20    10    0    0    1314    1916    780    935    278    0    333    0    0    0    0    0        0    1    0    LAST_HIT    0

 

 

html of the npc data/html/mods

<html><body>
<title>Clan Stronghold Device</title>
<br>
Clan Stronghold Device:<br>
Solo <font color="LEVEL">Podra Ser Capturado Si El Npc No Tiene Clan. Si El Npc Esta Capturado Por Otro Clan Tendras Que Matarme. Para Poder Capturarme.</font> Cuando Me Captures Podras Sentir El Clan Stronghold Effect Un Buffs Que Te Dara un 20% De EXP - 20% SP - 5% DROPRATE.<br>

<br>
<br>
<center>


<td><div align="center"><button value="Capturar" action="bypass -h npc_%objectId%_capturar" width=75 height=21 back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton" width=67 height=19"></div></td>
</body></html>

 

 

 

 

 

Good morning my friend, nice post, thanks for sharing with us.
And this server there with the items and etc shown in the video, can you post it for us?

Edited by maverickbomber
  • 1 year later...

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

    • ➡ Discount for your purchase: JUNE2025 (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • there are extenders that already have all that included ingame 🙂 for example GX-EXT
    • ➡ Discount for your purchase: JUNE2025 (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • You should have think of that when you held hostage your customer using my donation panel and you didnt gave him the build of the source, you answer when you could (never but in this case imidietly), you had and even if that was something to forget about it your sources have been shared and have so many memory leakage that even talking here is spending time from fixing them but the truth is you dont even know they exist you just copy paste l2jfrozen and add shit no real fixes you know that better, you call me roten and many other names because i do not align with your project thats fine but first look at the mirror before extorting another guy and this topic can prove there was something that was exposing you but it was removed as a favour   so dont force the situation because another can be made   plus it seems you agree with me that if he is not serious he should look at another project since the only part you disagree (wrongly) is that you have bugs... shame.
    • The administrators and moderators can barely read and you think they can understand a source of such magnitude? Besides as it has already been demonstrated moderators like UnklowSoldier are dedicated to resell the code of users who post here on the forum ... I doubt that anyone will share something important in this forum again 🙂
  • 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