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 ... 4 5 [6] 7
76
Mods Pack / [MOD] High Ping Protection
« en: 16 de Mayo de 2017, 06:46:32 p. m. »
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: [Seleccionar]
# ---------------------------------------------------------------------------
# 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:

http://www.l2jdevs.org/?product=high-ping-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 local command for test ping

77
Mods Pack / [MOD] Over Enchant Protection
« en: 16 de Mayo de 2017, 06:33:42 p. m. »
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: [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 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:

http://www.l2jdevs.org/?product=over-enchant-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.

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

78
Mods Pack / [MOD] AFK Protection
« en: 16 de Mayo de 2017, 06:21:19 p. m. »
Information:

[EN] Automatically kicks inactive users.
[ES] Expulsa automáticamente a usuarios inactivos.

Features:
  • AFK Protection
Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# AFK 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 AFK Protection System:
# Default: False
AFKProtectionEnabled = False

# Auto checks every X minutes:
# Default: 60
AFKProtectionDelay = 60

# Logout player in instances:
# Default: False
AFKProtectionInInstance = False

# Logout player in town:
# Default: False
AFKProtectionInTown = False

Link to download:

http://www.l2jdevs.org/?product=afk-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.

79
Mods Pack / [MOD] Chat Protecction
« en: 15 de Mayo de 2017, 09:18:58 p. m. »
Information:

[EN] Mod intended for the protection of the server chat, with a sanction system and fully configurable.
[ES] Mod destinado a la proteccion del chat del servidor, con sistema de sanciones y totalmente configurable.

Features:
  • Chat Restrictions
  • Chat Filter Punishment
    • Bot Report system.
    • Jail system
Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# Chat Protecction Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------


# -------------------------------------------------------
# Auto Chat Restriction System
# -------------------------------------------------------
# Enabled Auto Chat Restriction System:
# Default: False
ChatRestrictionSystemEnabled = False

# Enabled chat in dead player mode:
# Default: True
ChatRestrictionDeadModeEnabled = True

# Enabled chat restriction for player level:
# Default: False
ChatRestrictionLevelEnabled = False

# Min level to use chat:
# Default: 15
ChatRestrictionMinLevel = 15

# Disabled say in chat channels (Requires ChatRestrictionLevelEnabled = True):
# Default: False
ChatRestrictionTypeChatEnabled = False

# Min level to use a type chat:
# Default: 45
ChatRestrictionTypeChatMinLevel = 45

# Disabled say in chat channels (Requires ChatRestrictionTypeChatEnabled = True):
# 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", "1", "8", "17"]
ChatRestrictionTypeChannel = [ "0", "1", "8", "17"]


# -------------------------------------------------------
# Chat Filter Punishment System
# -------------------------------------------------------
# Enabled Chat Filter Punishment System:
# Default: False
ChatsPunishmentEnabled = False

# Enabled Chat Filter Punishment Log:
# Default: False
ChatsPunishmentLogEnabled = False

# Enabled Chat Jail Filter Punishment Reports:
# Default: False
ChatsPunishmentJailReportsEnabled = False

# Min censored messages to send player to jail:
# Default: 10
ChatsPunishmentJailMinWarning = 10

# Sentence time in jail, in minutes:
# Default: 60
ChatsPunishmentJailTime = 60

# Enabled Chat Filter Punishment Reports:
# WARNING: This mod require enabled Bot Report Enabled in General.properties
# Default: False
ChatsPunishmentReportsEnabled = False

# Min censored messages to report to the player:
# Default: 5
ChatsPunishmentMinWarning = 5

# Disallow chat text which contains the words:
# Default: [ "www", "cfg", "l2net" ]
ChatsPunishmentForbiddenText = [ "www", "cfg", "l2net" ]

# Enabled filter 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", "1", "8", "17"]
ChatsPunishmentChannel = [ "0", "1", "8", "17"]

Additional Information:

  • Chat Filter Punishment System, in addition to censoring the texts indicated in the "ChatsPunishmentForbiddenText" parameter, uses the server's "chatfilter.txt" config file.
  • When players use a word from the blacklist, they get a warning point. When you get those indicated in the mod parameters, you will be penalized.
  • ChatsPunishmentJailReports:
    • Upon reaching the necessary warning points, the player is sent to jail for the indicated time.
    • If the player has already been punished, every time he earns a warning point, he will be sent to jail again.
  • ChatsPunishmentReports:
    • Upon reaching the necessary warning points, every time you type a forbidden word, you will be reported.
    • Every time it is reported, the sanctions configured in the server's reporting system will be applied.
  • The list of players and their accumulation of warning points are restored when the server is restarted.
  • The sanctions are cumulative.


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
Information & News / Twitter, Subscribe!
« en: 14 de Mayo de 2017, 09:51:09 p. m. »

81
Mods Pack / [MOD] New Charater System
« en: 14 de Mayo de 2017, 01:02:31 p. m. »
Information:

[EN] Mod that facilitates the modification of the effects and the title of the new players.
[ES] Mod que facilita la modificación de los efectos y el título de los nuevos jugadores.

Features:
  • Level configurable
  • Custom Title Name
  • Custom Visual Effects
  • Buff Skill Effects

Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# New Charater System Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Max level for add effects in new players:
# Default: 15
MaxLevel = 15


# -------------------------------------------------------
# Title Name Character Setting
# -------------------------------------------------------
# Enabled custom title for newbie players:
# Default: False
TitleNameCharacterEnabled = False

# String title for player:
# Default: U3Games
TitleNameCharacter = U3Games


# -------------------------------------------------------
# Visual Effects Setting
# -------------------------------------------------------
# Enabled visual effect:
# Default: False
VisualEffectsEnabled = False

# Name of visual effect for player (AbnormalVisualEffect.java: PARALYZE, SILENCE, ...).
# Default: STIGMA_OF_SILEN
VisualEffectsName = STIGMA_OF_SILEN


# -------------------------------------------------------
# Buff Skill Effects Setting
# -------------------------------------------------------
# Enabled buff for newbie players:
# Default: False
BuffSkillEffectsEnabled = False

# Buff for mage players.
# Default: [ { id = 1504 , level = 1 }, { id = 1500 , level = 1 }, { id = 1501 , level = 1 }, { id = 1085 , level = 1 } ]
BuffSkillEffectsMageId = [ { id = 1504 , level = 1 }, { id = 1500 , level = 1 }, { id = 1501 , level = 1 }, { id = 1085 , level = 1 } ]

# Buff for fighter players.
# Default: [ { id = 1504 , level = 1 }, { id = 1501 , level = 1 }, { id = 1502 , level = 1 }, { id = 1499 , level = 1 } ]
BuffSkillEffectsFighterId = [ { id = 1504 , level = 1 }, { id = 1501 , level = 1 }, { id = 1502 , level = 1 }, { id = 1499 , level = 1 } ]

Link to download:

http://www.l2jdevs.org/?product=new-character-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.

82
Mods Pack / [MOD] Anti Drain Mob Protecction
« en: 13 de Mayo de 2017, 09:29:46 p. m. »
Information:

[EN] System of protection to avoid the use of life regeneration skills to mobs during a pvp combat (Flag Mode).
[ES] Sistema de protección para evitar el uso de skills de regeneración de vida a mobs durante un combate pvp (Flag Mode).

Features:
  • Anti Drain Mob System
Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# Drain Mob 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 Anti Drain Mob Protection:
# Default: False
DrainMobProtectionEnabled = False

Link to download:

http://www.l2jdevs.org/?product=drain-mob-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.

83
Mods Pack / [MOD] Dead Effects System
« en: 13 de Mayo de 2017, 07:53:57 p. m. »
Information:

[EN] System of effects for when a player is killed by another player.
[ES] Sistema de efectos para cuando un jugador es matado por otro jugador.

Features:
  • Dead Sky Effect
  • Dead Camera Effect
  • Show Stats Opponent Chat Msg

  • Show Stats Opponent Screen Msg


Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# Dead Effects System Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!

# -------------------------------------------------------
# Dead Sky Effect Setting
# -------------------------------------------------------
# Enabled Dead Sky Effect:
# Default: False
DeadSkyEffectEnabled = False

# Enabled effect only in instance zone:
# Default: False
DeadSkyEffectInInstance = False


# -------------------------------------------------------
# Show Stats Opponent System Setting
# -------------------------------------------------------
# Enabled Show Stats Opponent:
# Default: False
ShowStatsOpponentEnabled = False

# Enabled Chat Text Message:
# Default: False
ShowStatsOpponentChatMsgEnabled = False

# Enabled Screen Message:
# Default: False
ShowStatsOpponentScreenMsgEnabled = False

# Time of Screen Message (seconds):
# Default: 3
ShowStatsOpponentScreenMsgTime = 3


# -------------------------------------------------------
# Dead Camera Effect Setting
# -------------------------------------------------------
# Enabled Dead Camera Effect:
# Default: False
DeadCameraEffectEnabled = False

# Enabled effect only in instance zone:
# Default: False
DeadCameraEffectInInstance = False

# Force distance of objects (Camera<->Killer):
# Default: 10
DeadCameraEffectDistanceForce = 10

# Killer point of view:
# North = 90, South = 270, East = 0, West = 180
# Default: 0
DeadCameraEffectAngle1 = 0

# Killer camera angles (coefficient):
# Default: 5
DeadCameraEffectAngle2 = 5

# Movement speed of the camera (milliseconds):
# Default: 5000
DeadCameraEffectTime = 5000

# Range to movement speed of the camera (milliseconds):
# Default: DeadCameraEffectTime/2
DeadCameraEffectRange = 2500

# Animation delay (milliseconds):
# Default: 3000
DeadCameraEffectDuration = 5000

# Other Settings:
DeadCameraEffectYaw = 0
DeadCameraEffectPitch = 1
DeadCameraEffectWide = 0
DeadCameraEffectAngle3 = 0

Link to download:

http://www.l2jdevs.org/?product=dead-effects-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.

84
Mods Pack / [MOD] Raid Boss Spawn Event
« en: 15 de Abril de 2017, 04:18:27 p. m. »
Information:

[EN] Automatic event, when a random raid boss appears. All players who helped kill him are rewarded.
[ES] Evento automatico, cuando esta activo aparece un raid boss aleatorio. Todos los jugadores que ayudaron a matarlo son recompensados.

Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# Raid Boss Spawn Event Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled Raid Boss Spawn:
# Default: False
RaidBossSpawnEnabled = False

# Enabled log message console:
# Default: False
RaidBossSpawnLogEnabled = False

# Location for Event NPC to spawn in form x,y,z:
# Default: [ { x = 149494 , y = 46770, z = -3408 } ] // Coliseum Aden
RaidBossSpawnCoords = [ { x = 149494 , y = 46770, z = -3408 } ]

# Time to start event (minutes):
# Default: 30
RaidBossSpawnStartTime = 30

# Time to restart event (minutes):
# Default: 300
RaidBossSpawnRestartTime = 300

# Active event time (minutes):
# Default: 60
RaidBossSpawnDurationTime = 60

# List of mobs for the event:
# Default: ["25527", "25319"]
RaidBossSpawnNpcId = ["25527", "25319"]

# Ratio of mob to player for reward:
# Default: 1500
RaidBossSpawnRatio = 1500

# Rewards for player:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
RaidBossSpawnRewards = [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]

# Drop setting:
# Default: [ { idDrop = 1539 , minDrop = 25 , maxDrop = 100 , chanceDrop = 85 }, { idDrop = 728 , minDrop = 25 , maxDrop = 100 , chanceDrop = 75 }, { idDrop = 1538 , minDrop = 1 , maxDrop = 10 , chanceDrop = 50 } ]
RaidBossSpawnDropRewards = [ { idDrop = 1539 , minDrop = 25 , maxDrop = 100 , chanceDrop = 85 }, { idDrop = 728 , minDrop = 25 , maxDrop = 100 , chanceDrop = 75 }, { idDrop = 1538 , minDrop = 1 , maxDrop = 10 , chanceDrop = 50 } ]

Download:

http://www.l2jdevs.org/?product=raid-boss-spawn-event



Upcoming Features:

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

85
Mods Pack / [MOD] Kill The Mob Event
« en: 15 de Abril de 2017, 03:45:51 p. m. »
Information:

[EN] Automatic event, when active who kills the indicated mob, will get an additional reward.
[ES] Evento automatico, cuando esta activo quien mate al mob indicado, obtendra una recompensa adicional.

Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# Kill The Mob Event Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled Kill The Mob:
# Default: False
KillTheMobEnabled = False

# Enabled log message console:
# Default: False
KillTheMobLogEnabled = False

# Time to start event (minutes):
# Default: 10
KillTheMobStartTime = 10

# Time to restart event (minutes):
# Default: 180
KillTheMobRestartTime = 180

# Active event time (minutes):
# Default: 30
KillTheMobDurationTime = 30

# Multiplies the rate of XP dropped from monster:
# Default: 2
KillTheMobRateXp = 2

# Multiplies the rate of SP dropped from monster:
# Default: 2
KillTheMobRateSp = 2

# List of mobs to kill in event:
# Default: ["22857", "22828"]
KillTheMobNpcId = ["22857", "22828"]

# Rewards for player:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
ModKillTheMobRewards = [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]

Download:

http://www.l2jdevs.org/?product=kill-the-mob-event



Upcoming Features:

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

86
Mods Pack / [MOD] Kill The Champion Event
« en: 15 de Abril de 2017, 03:18:00 p. m. »
Information:

[EN] Automatic event, when active who kills a champion, will get an additional reward.
[ES] Evento automatico, cuando esta activo quien mate a un campeon, obtendra una recompensa adicional.

Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# Kill The Champion Event Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled Kill The Champion:
# Default: False
KillTheChampionEnabled = False

# Enabled log message console:
# Default: False
KillTheChampionLogEnabled = False

# Time to start event (minutes):
# Default: 25
KillTheChampionStartTime = 25

# Time to restart event (minutes):
# Default: 168
KillTheChampionRestartTime = 168

# Active event time (minutes):
# Default: 30
KillTheChampionDurationTime = 30

# Rewards for player:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
KillTheChampionRewards = [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]

Download:

http://www.l2jdevs.org/?product=kill-the-champion-event



Upcoming Features:

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

87
Mods Pack / [MOD] Player Online Rewards Event
« en: 15 de Abril de 2017, 02:19:24 p. m. »
Information:

[EN] Give the player who takes X time online a reward.
[ES] Otorga al jugador que lleve X tiempo online una recompensa.

Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# Player Online Event Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled player Online Event:
# Default: False
PlayerOnlineEventEnabled = False

# Time online to reward (minutes):
# Default: 60
PlayerOnlineEventRewardTime = 60

# Min level of player to reward (minutes):
# Default: 45
PlayerOnlineEventLevel = 45

# Rewards for player:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
PlayerOnlineEventRewards = [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]

Download:

http://www.l2jdevs.org/?product=player-online-rewards-event



Upcoming Features:

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

88
Mods Pack / [MOD] Premium System
« en: 11 de Abril de 2017, 04:53:35 p. m. »
Information:

[EN] Custom rate and effects system for premium users.
[ES] Sistema de rates y efectos personalizados para los usuarios premium.

Features:
  • Premium Drop
  • Premium Effects
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!

# -------------------------------------------------------
# Premium System
# -------------------------------------------------------
# Enabled Premium System:
# Default: False
PremiumEnabled = False

# Enabled information messages:
# Default: False
PremiumMsgEnabled = False

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

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

# Enabled system by access level:
# Default: False
PremiumAccesLevelEnabled = False

# Acces level require:
# Default: 8
PremiumAccesLevel = 8


# -------------------------------------------------------
# Premium Effects System
# -------------------------------------------------------
# Enabled Premium Effects System:
# Default: False
PremiumEffectsEnabled = False

# Visual Effect for player (AbnormalVisualEffect: PARALYZE, SILENCE, ...):
# Default: STIGMA_OF_SILEN
PremiumEffectsName = STIGMA_OF_SILEN


# -------------------------------------------------------
# Premium Drop System
# -------------------------------------------------------
# Enabled Premium Drop System:
# Default: False
PremiumDropEnabled = False

# Adenas rate for premium players:
PremiumDropRateAdenas = 2
PremiumDropRateCorpseAdenas = 3

# Xp rate for premium players:
PremiumDropRateXp = 2
PremiumDropRateCorpseXp = 3

# Sp chance for premium players:
PremiumDropRateSp = 2
PremiumDropRateCorpseSp = 3

Link to download:

http://www.l2jdevs.org/?product=premium-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.

89
Downloads & Guides / L2JDevs Project Standard
« en: 03 de Abril de 2017, 09:03:48 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 Geo Files VIP area and support.
  • Access to the VIP area and support.
  • A license for your l2jdevs-server.



Suscription Price:

The suscription costs €150,00 € per year until December 31, 2019.

The suscription costs €200,00 € per year until December 31, 2021.

The suscription costs €300,00 € per year. Click here for suscribe.



Renovation Price:

The renewal of this subscription costs €100,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.

90
Mods Pack / [MOD] Out Mode System
« en: 01 de Abril de 2017, 09:31:36 p. m. »
Information:

[EN] So that a disconnected player remains connected to the server in offline mode.
[ES] Para que un jugador desconectado, permanece conectado dentro del servidor en modo offline.

Images:



All players is in OUT MODE, offline ^^

Features:
  • Out Mode Player State
  • Setting Configuration
  • SQL save for restart server.
  • Custom effects to player (name color).
Config:

Código: [Seleccionar]
# ---------------------------------------------------------------------------
# Out Mode 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 Out Mode System:
# Default: False
OutModeEnable = False

# Restore out mode player after restart/shutdown:
# Default: False
OutModeRestore = False

# Only restores admin players or all players in out mode:
# True only restore admins, False restore all players.
# Default: False
OutModeOnlyAdmin = False

# Only restores players with a higher access level than indicated (only work with OutModeOnlyAdmin = False):
# 0 is disabled filter, restore all players.
# Default: 0
OutModeAccessLevel = 0

# Only restores players with a minimal level than indicated:
# 0 is disabled filter, restore all players.
# Default: 35
OutModeMinLevel = 35

# If set to True, out mode player will be possible only peace zones:
# Default: False
OutModeInPeaceZone = False

# If set to True, name color will be changed then entering out mode:
# Default: False
OutModeNameColorEnabled = False

# Color of the name in out mode (if OutModeNameColorEnabled = True):
# Default: FFFFFF
OutModeNameColor = FFFFFF

# Do not restore out mode characters, after OutModeMaxDays days spent from first restore:
# Require server restart to disconnect expired state.
# 0 = disabled (always in out mode state).
# Default: 0
OutModeMaxDays = 0


# ---------------------------------------------------------------------------
# IA Setting
# ---------------------------------------------------------------------------
# Enabled auto actions in out mode players (minutes):
# 0 is disabled this feature.
# Default: 10
OutModeActionTime = 10

# Enabled auto actions in out mode players (if OutModeActionTime > 0):
# Default: True
OutModeActionEnabled = True


Link to download:

http://www.l2jdevs.org/?product=out-mode-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.

- IA Out Mode: Auto actions random.

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