Mensajes recientes

Páginas: 1 ... 6 7 [8] 9 10
71
Mods Pack / [MOD] Auto Restart System
« Último mensaje por U3Games en 08 de Noviembre de 2017, 09:22:35 p. m. »
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: [Seleccionar]
# ---------------------------------------------------------------------------
# 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:

http://www.l2jdevs.org/?product=auto-restart-system



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] Screen Message System
« Último mensaje por U3Games en 06 de Noviembre de 2017, 06:13:43 p. m. »
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:

https://youtu.be/FxWGqJ6Fplc

Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# 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:

http://www.l2jdevs.org/?product=screen-message-system



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, ....
73
Development / [TODO] Customizations
« Último mensaje por U3Games en 18 de Julio de 2017, 07:12:13 p. m. »
New properties for customizations!

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

Directory:

Código: [Seleccionar]
Server\dist\game\config\U3GCustom.properties
Customizations available:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# 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 Members Limit
# ---------------------------------------------------------------------------
# Change max member in party:
# Important! More than 12 players will cause the client to generate a critical error.
# Default: 9
MaxPartyMembers = 9

# ---------------------------------------------------------------------------
# Hero Skill Tree Setting
# ---------------------------------------------------------------------------
# Set hero type skill tree of player:
# NOTE: "0" only add hero skill in main class.
# NOTE: "1" only add hero skill in the first subclass active.
# NOTE: "2" only add hero skill in the second subclass active.
# NOTE: "3" only add hero skill in the third subclass active.
# NOTE: "4" add hero skill in main and subclass active.
# Default: 0
HeroTypeSkillTree = 0

# ---------------------------------------------------------------------------
# Summon Siege Golem in Territory War Setting
# ---------------------------------------------------------------------------
# Allows you to use Siege Machines in Territory War.
# Default: False
AllowSummonSiegeGolemInTW = False

# ---------------------------------------------------------------------------
# Custom GM Super Haste (Skill Id 10099)
# ---------------------------------------------------------------------------
# Increase stats on retail GM Super Haste skill
# Default: False
EnableCustomSuperHaste = False

# ---------------------------------------------------------------------------
# Castle Control Tower Animation
# ---------------------------------------------------------------------------
# Check flame towers to enabled animation of slow traps.
# Default: True
CheckFlameTowersAnimation = True

# ---------------------------------------------------------------------------
# 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

# ---------------------------------------------------------------------------
# Ranges for Private Stores
# ---------------------------------------------------------------------------
# Minimum distance from npc to open a new private store (0 to disabled).
# Default: 150
ShopMinRangeFromNpc = 150

# Minimum distance from player to open a new private store (0 to disabled).
# Default: 75
ShopMinRangeFromPlayer = 75

# ---------------------------------------------------------------------------
# Auto Loot Extension Voiced Command
# ---------------------------------------------------------------------------
# Adena Loot also earn Seal Stone(s)
# Default: False
AutoLootVoiceEnabled = False

# Restore Auto Loot(s) after restart/shutdown.
# Default: False
AutoLootVoiceRestore = False
AutoLootRaidVoiceRestore = False
AutoLootItemsVoiceRestore = False
AutoLootHerbsVoiceRestore = False

# Auto Loot Item(s) only in the list by command: (.itemloot)
# Default: 57,5575,6360,6361,6362
AutoLootItemsList = 57,5575,6360,6361,6362

# Auto Loot Herb(s) only in the list by command: (.herbloot)
# Default: 8600,8601,8602,8603,8604,8605,8614,13028
AutoLootHerbsList = 8600,8601,8602,8603,8604,8605,8614,13028

# ---------------------------------------------------------------------------
# Automatic Database Backup Settings
# ---------------------------------------------------------------------------
# Generate database backups when server restarts or shuts down.
# Default: False
BackupDatabase = False

# Path to MySQL bin folder. Only necessary on Windows.
# Default: C:/Program Files/MySQL/MySQL Server 8.0/bin/
MySqlBinLocation = C:/Program Files/MySQL/MySQL Server 8.0/bin/

# Path where MySQL backups are stored.
# Default: "../backup/"
BackupPath = ../backup/

# Maximum number of days that backups will be kept.
# Old files in backup folder will be deleted.
# Set to 0 to disable.
# Default: 30
BackupDays = 30
74
Downloads & Guides / L2JDevs Project Mighty
« Último mensaje por U3Games en 18 de Julio de 2017, 07:12:01 p. m. »
Hi guys!

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

Some of the features:

https://www.l2jdevs.org/forum/index.php?board=78.0



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 Gitlab).
  • Access to the private geodata repository (Need user in Gitlab).
  • 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 €/year. Click here for suscribe.



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 U3Games.



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.
75
Mods Pack / [MOD][FREE] Mods Template
« Último mensaje por U3Games en 28 de Mayo de 2017, 10:15:48 a. m. »
Image:



Git Repository:

https://gitlab.com/L2JDevs/L2JModsTemplateJava.git

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

Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# 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: https://gitlab.com/L2JDevs/TemplateMod

Download Jar: https://www.l2jdevs.org/forum/index.php?action=dlattach;topic=83.0;attach=241




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] Anti PK Zone Protection
« Último mensaje por U3Games en 27 de Mayo de 2017, 08:31:28 p. m. »
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: [Seleccionar]
# ---------------------------------------------------------------------------
# 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:

http://www.l2jdevs.org/?product=anti-pk-zone-protection



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.
77
Mods Pack / [MOD] Sub Class Cumulatives
« Último mensaje por U3Games en 24 de Mayo de 2017, 07:44:25 p. m. »
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: [Seleccionar]
# ---------------------------------------------------------------------------
# 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.
78
Mods Pack / [MOD] Support Reward System
« Último mensaje por U3Games en 24 de Mayo de 2017, 06:41:08 p. m. »
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: [Seleccionar]
# ---------------------------------------------------------------------------
# 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:

http://www.l2jdevs.org/?product=support-reward-system



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] Ant Queen Protection
« Último mensaje por U3Games en 22 de Mayo de 2017, 04:45:32 p. m. »
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: [Seleccionar]
# ---------------------------------------------------------------------------
# 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, ....).
80
Mods Pack / [MOD] Farm Protection
« Último mensaje por U3Games en 20 de Mayo de 2017, 05:35:08 p. m. »
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: [Seleccionar]
# ---------------------------------------------------------------------------
# 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:

http://www.l2jdevs.org/?product=farm-protection



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