Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - U3Games

Páginas: 1 ... 3 4 [5] 6 7
61
Mods Pack / [MOD] Leader Board Manager
« en: 08 de Noviembre de 2017, 09:22:52 pm »
Information:

[EN] Ranking system with automatic rewards.
[ES] Sistema de ranking con recompensas automáticas.

Images:

Features:
  • Rewards sent by Mail Box.
  • It shows players in the top that are connected or offline.
  • Tops configurables (rewards, time, ...).
  • Add handler command for you custom use.

Commands :

Código: You are not allowed to view links. Register or Login
"leaderboard_arena",
"leaderboard_craft",
"leaderboard_fish"

Config:

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

# Manager NPC ID:
# Default: 900503
LeaderBoardNpcId = 900503

# Only players online in list:
# Default: False
LeaderBoardOnline = False

# Enabled logs:
# Default: False
LeaderBoardLog = False


# ---------------------------------------------------------------------------
# Top Arena Setting
# ---------------------------------------------------------------------------
# Enabled Top Arena:
# Default: False
LeaderBoardArenaEnabled = False

# Time of event (minutes):
# Default: 180
LeaderBoardArenaTime = 180

# Time to restart event (minutes):
# Default: 10
LeaderBoardArenaRestartTime = 10

# Reward Item ID:
# Default: 57
LeaderBoardArenaRewardId = 57

# Reward Item Amount:
# Default: 100000
LeaderBoardArenaRewardAmount = 100000

# Enabled point with DualBox:
# Default: False
LeaderBoardArenaDualBox = False

# Enabled point in olympiads:
# Default: False
LeaderBoardArenaOlympiad = False

# Enabled point in siege:
# Default: False
LeaderBoardArenaSiege = False

# Enabled point only in pvp zone:
# Default: False
LeaderBoardArenaZone = False


# ---------------------------------------------------------------------------
# Top Craft Setting
# ---------------------------------------------------------------------------
# Enabled Top Craft:
# Default: False
LeaderBoardCraftEnabled = False

# Time of event (minutes):
# Default: 180
LeaderBoardCraftTime = 180

# Time to restart event (minutes):
# Default: 10
LeaderBoardCraftRestartTime = 10

# Enabled point with same character:
# Default: 10
LeaderBoardCraftSameCharacter = False

# Reward Item ID:
# Default: 57
LeaderBoardCraftRewardId = 57

# Reward Item Amount:
# Default: 100000
LeaderBoardCraftRewardAmount = 100000


# ---------------------------------------------------------------------------
# Top Fish Setting
# ---------------------------------------------------------------------------
# Enabled Top Fish:
# Default: False
LeaderBoardFishEnabled = False

# Time of event (minutes):
# Default: 180
LeaderBoardFishTime = 180

# Time to restart event (minutes):
# Default: 10
LeaderBoardFishRestartTime = 10

# Reward Item ID:
# Default: 57
LeaderBoardFishRewardId = 57

# Reward Item Amount:
# Default: 100000
LeaderBoardFishRewardAmount = 100000



Upcoming Features:

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

- SQL save player top list for restart.
- Top slots setting, and add botton pages.

62
Mods Pack / [MOD] Auto Restart System
« en: 08 de Noviembre de 2017, 09:22:35 pm »
Information:

[EN] System that allows the configuration of the automatic restart of your server.
[ES] Sistema que permite la configuración del reinicio automático de vuestro servidor.

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Auto Restart 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 auto restart system:
# Default: False
AutoRestartSystemEnabled = False

# Selection of the Auto Restart Mode:
# Possible values: ScheduledEvery3Hours, ScheduledEvery6Hours, ScheduledEvery12Hours,
# ScheduledEvery24Hours, ScheduledEvery48Hours, ScheduledEveryDayAtFixedTime
# Default: ScheduledEveryDayAtFixedTime
AutoRestartMode = ScheduledEveryDayAtFixedTime

# Specify the countdown time (in minutes):
# Default: 5
AutoRestartTime = 5

# What time will the countdown begin?.
# NOTE: Works only if AutoRestartMode is "ScheduledEveryDayAtFixedTime".
# Default: 10:00:00
AutoRestartTask = "10:00:00"

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.

63
Mods Pack / [MOD] Screen Message System
« en: 06 de Noviembre de 2017, 06:13:43 pm »
Information:

[EN] Displays on the screen the points of damage done and suffered in combat. Fully configurable.
[ES] Muestra en la pantalla los puntos de daño realizados y sufridos en combate. Sistema totalmente configurable.

Video:



Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Screen Message 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 Screen Message System:
# Default: False
ScreenMsgEnabled = False

# Enabled messages only in PvP:
# Default: False
ScreenMsgPvpEnabled = False

# Enabled fade effects display:
# Default: False
ScreenMsgFadeEffect = False

# Time delay for message (seconds):
# Default: 3
ScreenMsgTimeDelay = 3

# Size for text to display:
# Values: 0 - Normal, 1 - Small
# Default: 0
ScreenMsgSize = 0


# -------------------------------------------------------
# Screen Message Killer
# -------------------------------------------------------
# Enabled messages to killer:
# Default: False
KillerMsgEnabled = False

# Position in screen:
# Default: 8
KillerMsgPosition = 8

# Color for damage message:
# Available values --> WHITE - RED - ORANGE - YELLOW - BLUE - GREEN
# Default: WHITE
KillerMsgColor = WHITE

# Color for fail message:
# Available values --> WHITE - RED - ORANGE - YELLOW - BLUE - GREEN
# Default: WHITE
DamageDoneFailMsgColor = WHITE


# -------------------------------------------------------
# Chat Message Target
# -------------------------------------------------------
# Enabled messages to killer:
# Default: False
TargetMsgEnabled = False

# Position in screen:
# Default: 6
TargetMsgPosition = 6

# Color for damage message:
# Available values --> WHITE - RED - ORANGE - YELLOW - BLUE - GREEN
# Default: WHITE
TargetMsgColor = WHITE

# Color for fail message:
# Available values --> WHITE - RED - ORANGE - YELLOW - BLUE - GREEN
# Default: WHITE
TargetFailMsgColor = WHITE

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.

Color for messages, now no work! Fix in dev...
Messages for critical, overhit, ....

64
Development / [TODO] Customizations
« 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.

65
Downloads & Guides / L2JDevs Project Mighty
« 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.

66
Mods Pack / [MOD][FREE] Mods Template
« 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.

67
Mods Pack / [MOD] Anti PK Zone Protection
« 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.

68
Mods Pack / [MOD] Sub Class Cumulatives
« 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.

69
Mods Pack / [MOD] Support Reward System
« 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.

70
Mods Pack / [MOD] Ant Queen Protection
« 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, ....).

71
Mods Pack / [MOD] Farm Protection
« 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.

72
Mods Pack / [MOD] Captcha Protection
« 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.



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.

73
Mods Pack / [MOD] Buff Protection
« 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.

74
Mods Pack / [MOD] High Ping Protection
« en: 16 de Mayo de 2017, 06:46:32 pm »
Information:

[EN] It expels players with a lot of latency (lag).
[ES] Expulsa a los jugadores con mucha latencia (lag).

Features:
  • High Ping Protection
Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# High Ping 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 High Ping Protection:
# Default: True
Enabled = True

# Host where verification is performed.
# It can be either the IP address (xxx.xxx.xxx.xxx) or the hostname (google.com)
# Default: localhost
Host = localhost

# Port of the host where the verification is performed.
# It is 100% IMPERATIVE to have the port OPEN on the host defined.
# Default: 80
Port = 80

# Show the message with the current ping in the player chat window?
# Default: True
ShowPing = True

# Automatically check the ping every "x" time (in minutes).
# Default: 30
CheckDelay = 30

# Maximum ping supported (from 1 to 200 ms is permissible, from 250 ms, it becomes impossible to play).
# IMPORTANT: When ping is greater than or equal to indicated, then the player will be logged out of the server.
# IMPORTANT: Value 0 for disabled kick player.
# Default: 250
MaxPing = 250

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 local command for test ping

75
Mods Pack / [MOD] Over Enchant Protection
« en: 16 de Mayo de 2017, 06:33:42 pm »
Information:

[EN] Check and remove enchanted objects that exceed the established limit.
[ES] Chequear y eliminar objetos encantados que superan el límite establecido.

Features:
  • Over Enchant Protection
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 Over Enchant Protection System:
# Default: False
OverEnchantProtectionEnabled = False

# Enabled Over Enchant Log Messages:
# Default: False
OverEnchantProtectionLogMsg = False

# Enabled Punishment (delete Item of player):
# Default: False
OverEnchantPunishmentEnabled = False

# Max level of enchants:
# Default: 12
OverEnchantMaxLevel = 12

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.

  • Change weapon augmentation level to the maximum value indicated in properties.

Páginas: 1 ... 3 4 [5] 6 7