Mensajes recientes

Páginas: 1 ... 6 7 [8] 9 10
71
Development / [TODO] Customizations
« Último mensaje por U3Games en 18 de Julio de 2017, 07:12:13 pm »
New properties for customizations!

We have added values for some features that we thought were missing to add.

Directory:

Código: You are not allowed to view links. Register or Login
Server\dist\game\config\U3GCustom.properties
Customizations available:

Agro Range
Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Aggro Range Setting
# ---------------------------------------------------------------------------
# Enables the limit for max aggro range.
# Default: False
AllowMaxAggroRange = False

# Sets the max limit of the aggro range.
# Keep in mind if the Npc has an AI aggro range, this value will be ignored.
# Default: 500
MaxAggroRange = 500
Party Member Setting
Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Party Member Setting
# ---------------------------------------------------------------------------
# Change max member in party:
# Important! More than 12 players is possible critic in client.
# Default: 9
MaxPartyMembers = 9
Summon Siege
Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Summon Siege Golem in Territory War Setting
# ---------------------------------------------------------------------------
# Allows you to use Siege Machines in Territory War.
# Default: False
AllowSummonSiegeGolemInTW = False
Super Haste GM
Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Custom GM Super Haste
# ---------------------------------------------------------------------------
# Increase stats on retail GM Super Haste
# Default: False
EnableCustomSuperHaste = False
Item Brocker bet Radius
Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Item Brocker Bet Radius
# ---------------------------------------------------------------------------
# If enabled, the player can not bet beyond the radius of the NPC Item Brocker.
# Default: False
EnableItemBrockerBetRadius = False

# Item Brocker action range.
# Default: 700
MaxItemBrockerBetRadius = 700
Curse Level
Código: You are not allowed to view links. Register or Login
# Disable Raid Curse if raid more than 8 levels lower.
# Caution: drop will be reduced or even absent if DeepBlue drop rules enabled. 
# Default: False
DisableRaidCurse = False

# Select Raid Curse gap lvl
# Default: 8
RaidCurseLevel = 8
Champions Rewards
Código: You are not allowed to view links. Register or Login
# % Chance to obtain a specified reward item from a equal level Champion mob.
# Default: 0
ChampionRewardSameLvlItemChance = 0
Premium System
# ---------------------------------------------------------------------------
# Premium Settings
# ---------------------------------------------------------------------------
# Enabled premium mode by item:
# Default: False
PremiumItemEnabled = False

# List of item premium:
# Default: 2807,3470
PremiumItemList = 2807,3470

# Enabled premium mode by access level:
# Default: False
PremiumAccessLevelEnabled = False

# Access level require:
# Default: 5
PremiumAccessLevel = 5

# ---------------------------------------------------------------------------
# Effects Settings
# ---------------------------------------------------------------------------
# Visual Effect for player (AbnormalVisualEffect: PARALYZE, SILENCE, ...):
# Default: STIGMA_OF_SILEN
PremiumEffect = STIGMA_OF_SILEN

# ---------------------------------------------------------------------------
# Multiplier Settings
# ---------------------------------------------------------------------------
# Experience multiplier value.
# Default: 2
PremiumRateXp = 2

# Skill points multiplier value.
# Default: 2
PremiumRateSp = 2

# Experience multiplier value in party.
# Default: 2
PremiumRatePartyXp = 2

# Skill points multiplier value in party.
# Default: 2
PremiumRatePartySp = 2

# Modify the rate of reward of all extractable items and skills.
# Default: 2.
PremiumRateExtractable = 2.
72
Downloads & Guides / L2JDevs Project Mighty
« Último mensaje por U3Games en 18 de Julio de 2017, 07:12:01 pm »
Hi guys!

If you're looking this post is because you're interesting in L2JDevs suscription. Great!

Some of the features:

You are not allowed to view links. Register or Login



The suscription includes the following:

  • All mods of Mods Engine free.
  • All events of Events Engine free.
  • Bugs priorization.
  • Private group chat with the L2JDevs team members.
  • Compiled server pack with, at least, one update per month.
  • Access to the private source repository (Need user in You are not allowed to view links. Register or Login).
  • Access to the private geodata repository (Need user in You are not allowed to view links. Register or Login).
  • Access to Geo Files VIP area and support.
  • Access to the VIP area and support.
  • A license for your l2jdevs-server.



Suscription Price:

The suscription costs 3000 €uro/year. You are not allowed to view links. Register or Login.



Renovation Price:

The renewal of this subscription costs €750,00 € per year.
  • Price valid for all users who have the premium rank in the community.
  • To renew contact the administrator You are not allowed to view links. Register or Login.



If you're interesting in the suscription but you don't need a year suscription or you don't have the totally money, contact me by PM to talk about that.

Best regards.
73
Mods Pack / [MOD][FREE] Mods Template
« Último mensaje por U3Games en 28 de Mayo de 2017, 10:15:48 am »
Image:



Git Repository:

You are not allowed to view links. Register or Login

Features:
  • Test command.
  • Announce players online!
  • Announce GM
  • Announce Hero
  • Announce Lord
  • Announce Warehouse
  • Social Actions System

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Free Template Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled test command message:
# Default = True
TestCommandEnabled = True


# -------------------------------------------------------
# Player Online Message Setting
# -------------------------------------------------------
# Enabled test players online message:
# Default = True
PlayerOnlineMessageEnabled = True

# Time to restart message (minutes):
# Default = 30
PlayerOnlineMessageTime = 30


# -------------------------------------------------------
# Auto Chat Announce Setting
# -------------------------------------------------------
# Enabled auto chat announce messages:
# Default = True
AutoChatAnnounceEnabled = True

# Announces administrator player to connect:
# Default = False
EnabledAnnounceGM = False

# Announces lords player to connect:
# Default = False
EnabledAnnounceLord = False

# Announces hero player to connect:
# Default = False
EnabledAnnounceHero = False

# Announces clan warehouse changes:
# Default = False
EnabledAnnounceWarehouse = False


# -------------------------------------------------------
# Social Action System Setting
# -------------------------------------------------------
# Enabled social action system:
# Default = True
SocialActionEnabled = True

# Enabled chat social action in chat channels:
# 0 = ALL (white)
# 1 = SHOUT (!)
# 2 = TELL (")
# 3 = PARTY (#)
# 4 = CLAN (@)
# 5 = GM (//gmchat)
# 6 = PETITION_PLAYER (*)
# 7 = PETITION_GM (*)
# 8 = TRADE (+)
# 9 = ALLIANCE ($)
# 10 = ANNOUNCEMENT
# 11 = BOAT
# 12 = L2FRIEND
# 13 = MSNCHAT
# 14 = PARTYMATCH_ROOM
# 15 = PARTYROOM_COMMANDER (Yellow)
# 16 = PARTYROOM_ALL (Red)
# 17 = HERO_VOICE (&)
# 18 = CRITICAL_ANNOUNCE
# 19 = SCREEN_ANNOUNCE
# 20 = BATTLEFIELD
# 21 = MPCC_ROOM
# Default: [ "0", "3", "4", "9", "17"]
SocialActionTypeChannel = [ "0", "3", "4", "9", "17"]

# List of text for regards actions:
# Default: [ "hi", "hello", "hola" ]
SocialActionTextRegards = [ "hi", "hello", "hola" ]

# List of text for refuses actions:
# Default: [ "no", "nope", "dont" ]
SocialActionTextRefuse = [ "no", "nope", "dont" ]

# List of text for affirmations actions:
# Default: [ "yes", "ok", "si" ]
SocialActionTextAffirmations = [ "yes", "ok", "si" ]

# List of text for laughs actions:
# Default: [ "jaja", "haha", "xaxa" ]
SocialActionTextLaughs = [ "jaja", "haha", "xaxa" ]

Link´s:

GitLab: You are not allowed to view links. Register or Login

Download Jar: You are not allowed to view links. Register or Login




Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.
74
Mods Pack / [MOD] Anti PK Zone Protection
« Último mensaje por U3Games en 27 de Mayo de 2017, 08:31:28 pm »
Information:

[EN] Applies penalties to PK players in peace zones or clan hall.
[ES] Aplica sanciones a jugadores en estado PK en zonas de paz o clan hall.

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# PK Zone Protection Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled PK Zone Protection:
# Default: False
AntiPKZoneProtectionEnabled = False


# Enabled auto kill player:
# Default: False
AntiPKZoneProtectionKillEnabled = False


# Enabled effect to PK player:
# Default: False
AntiPKZoneProtectionEffectEnabled = False

# Visual Effect for player (AbnormalVisualEffect: PARALYZE, SILENCE, ...):
# Default: DOT_FIRE
AntiPKZoneProtectionEffect = DOT_FIRE


# Enabled auto hit damage to player:
# Default: False
AntiPKZoneProtectionHitEnabled = False

# Time to new check and hit:
# Default: 3
AntiPKZoneProtectionHitTime = 3

# Points of Damage:
# Default: 350
AntiPKZoneProtectionHitDamage = 350

Link to download:

You are not allowed to view links. Register or Login



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.

Add config for zones (x,y,z).
Add config for custom zones.
75
Mods Pack / [MOD] Sub Class Cumulatives
« Último mensaje por U3Games en 24 de Mayo de 2017, 07:44:25 pm »
Information:

[EN] It grants to change of profession all the learned skills of other classes.
[ES] Otorga al cambiar de profesión todas las skills aprendidas de otras sub clases.

Features:
  • Sub class cumulatives
Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Sub Class Cumulative Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled subclass cumulative:
# Default: False
SubClassAcumulativesEnabled = False

# Enabled subclass required:
# NOTE: "0" to disabled, all subclass skill.
# NOTE: "1" to learn only when you have the first subclass active.
# NOTE: "2" to learn only when you have the second subclass active.
# NOTE: "3" to learn only when you have the third subclass active.
# Default: 0
SubClassAcumulativesRequired = 0

# Enabled learn skill passive:
# Default: False
SubClassAcumulativesSkillPassiveEnabled = False

# ID of skills Prohibited:
# Default: []
SubClassAcumulativesSkillProhibitedId = []

# Required minimum level:
# Default: 76
SubClassAcumulativesMinLevel = 76

# Required minimum class level:
# Default: 3
SubClassAcumulativesClassLevel = 3

# Enabled system by item:
# Default: False
SubClassAcumulativesItem = False

# List of item:
# Default: ["999000","999001"]
SubClassAcumulativesItemId = ["999000","999001"]



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.
76
Mods Pack / [MOD] Support Reward System
« Último mensaje por U3Games en 24 de Mayo de 2017, 06:41:08 pm »
Information:

[EN] Gives rewards to those who help kill an enemy (player).
[ES] Otorga recompensas a quienes ayudan a matar a un enemigo (jugador).

Features:
  • Support Reward
Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Support Rewards System Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!

# Enabled Assistance Effects:
# Default: False
SupportRewardEnabled = False

# Radius to player reward:
# Default: 2500
SupportRewardRadius = 2500

# Need flag mode for reward:
# Default: False
SupportRewardFlagEnabled = False

# Class id for reward:
# Default: ["96","97","115","116","104","105","98","136","112","107","111","100"]
SupportRewardClassId = ["96","97","115","116","104","105","98","136","112","107","111","100"]

# Enabled PvP points reward (only in siege or pvp zone):
# Default: False
SupportRewardPvPEnabled = False

# PvP amount reward:
# Default: 10
SupportRewardPvPCount = 10

# Enabled Fame points reward (only in siege or pvp zone):
# Default: False
SupportRewardFameEnabled = False

# Fame amount reward:
# Default: 1
SupportRewardFameCount = 1

# Enabled XP/SP reward:
# Default: False
SupportRewardPointsEnabled = False

# XP amount reward:
# Default: 1000
SupportRewardXpAmount = 1000

# SP amount reward:
# Default: 500
SupportRewardSpAmount = 500

# Enabled item reward:
# Default: False
SupportRewardItemEnabled = False

# Item Rewards for support player:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
SupportRewardItem = [ { id = 3470 , amount = 1 }, { id = 57, amount = 1000 } ]

Link to download:

You are not allowed to view links. Register or Login



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.
77
Mods Pack / [MOD] Ant Queen Protection
« Último mensaje por U3Games en 22 de Mayo de 2017, 04:45:32 pm »
Information:

[EN] System of protection of the head of the incursion, preventing that the personages of superior level intervene in its death.
[ES] Sistema de protección del jefe de la incursión, impidiendo que los personajes de nivel superior intervienen en su muerte.

Features:
  • Ant Queen Protection
Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Ant Queen Protection Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled Ant Queen Protection:
# Default: False
AntQueenProtectionEnabled = False

# Radius of effect:
# Default: 10000
AntQueenProtectionRadius = 10000

# Max level safe:
# Default: 59
AntQueenProtectionMaxLevel = 59

# Enabled auto kill player:
# Default: False
AntQueenProtectionKillEnabled = False

# Enabled auto teleport player:
# Default: False
AntQueenProtectionTeleportEnabled = False

# Enabled auto hit damage to player:
# Default: False
AntQueenProtectionHitEnabled = False

# Points of Damage:
# Default: 350
AntQueenProtectionHitDamage = 350



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.

Check by zone.
Effect damage system (kill, teleport, ....).
78
Mods Pack / [MOD] Farm Protection
« Último mensaje por U3Games en 20 de Mayo de 2017, 05:35:08 pm »
Information:

[EN] System of protection to avoid the use of same player with different accounts to obtain rewards.
[ES] Sistema de proteccion para evitar el uso de mismo jugador con diferentes cuentas para obtener recompensas.

Features:
  • Farm Protection
Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Farm Protection Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled Farm Protection:
# Default: False
FarmProtectionEnabled = False

# Number of warning before the punishment:
# Default: 3
FarmProtectionWarningSafe = 3

# Enabled jail punishment:
# Default: False
FarmProtectionWarningJail = False

# Time of player in jail:
# Default: 30
FarmProtectionWarningJailTime = 30

# Time display message:
# Default: 5
FarmProtectionMsgTime = 5

# Auto checks player IP:
# Default: False
FarmProtectionIpEnabled = False

# Auto checks player clan member:
# Default: False
FarmProtectionClanEnabled = False

# Auto checks player ally member:
# Default: False
FarmProtectionAllyEnabled = False

# Auto checks player party member:
# Default: False
FarmProtectionPartyEnabled = False

# Auto checks player level diference:
# Default: False
FarmProtectionLevelEnabled = False

# Auto checks player level diference:
# Default: 21
FarmProtectionLevelDiference = 21

Link to download:

You are not allowed to view links. Register or Login



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.
79
Mods Pack / [MOD] Captcha Protection
« Último mensaje por U3Games en 20 de Mayo de 2017, 05:08:19 pm »
Information:

[EN] Protection system captcha that is activated when killing x mobs.
[ES] Sistema de protección captcha que se activa al matar a x mobs.

You are not allowed to view links. Register or Login

Features:
  • Captcha Protection
Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Captcha Protection Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled Captcha Protection:
# Default: False
CaptchaProtectionEnabled = False

# Enabled Captcha in instances:
# Default: False
CaptchaProtectionInInstance = False

# Minimum number of kills:
# Default: False
CaptchaProtectionKillCount = 100

# Captcha timer (seconds):
# Default: False
CaptchaProtectionTime = 10

# Jail timer (minutes):
# Default: False
CaptchaProtectionTimeJail = 60

# Min level to player:
# Default: False
CaptchaProtectionMinLevel = 35

# Captcha attempts:
# Default: False
CaptchaProtectionAttempts = 3

Link to download:

You are not allowed to view links. Register or Login



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.
80
Mods Pack / [MOD] Buff Protection
« Último mensaje por U3Games en 20 de Mayo de 2017, 12:32:20 am »
Information:

[EN] Avoid using malicious buffs to players who do not belong to your party, alliance, or clan.
[ES] Evita el uso de buffos mal intencionados a jugadores que no pertenezcan a tu party, alianza o clan.

Features:
  • Buff Protection
Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Buff Protection Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled Buff Protection:
# Default: False
BuffProtectionEnabled = False

# Disabled buff to party members:
# Default: False
BuffProtectionPartyEnabled = False

# Disabled buff to command channel members:
# Default: False
BuffProtectionCMEnabled = False

# Disabled buff to clan members:
# Default: False
BuffProtectionClanEnabled = False

# Disabled buff to alliance members:
# Default: False
BuffProtectionAllyEnabled = False

Link to download:

You are not allowed to view links. Register or Login



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.
Páginas: 1 ... 6 7 [8] 9 10