Mensajes recientes

Páginas: 1 ... 5 6 [7] 8 9 10
61
Information & News / Team Speak 3 Server!
« Último mensaje por U3Games en 24 de Marzo de 2018, 04:15:27 pm »


You are not allowed to view links. Register or Login

Click banner to enter in server!
62
Mods General Information / [INFO][MODS] General Statistics
« Último mensaje por U3Games en 28 de Febrero de 2018, 02:34:51 pm »
  • Programming languages used in this repository:
63
Downloads & Guides / [OPEN-SOUCE] Guides & Downloads
« Último mensaje por U3Games en 20 de Febrero de 2018, 04:41:22 pm »


Server emulator fully written in Java.



SOURCE GIT REPOSITORY

COMPILED VERSIÓN (OLD)
  • Telegram: 16/05/2019 --> You are not allowed to view links. Register or Login
  • Telegram: 05/11/2018 --> You are not allowed to view links. Register or Login
  • Telegram: 03/09/2018 --> You are not allowed to view links. Register or Login

FULL GUIDE
  • Installation and configuration: You are not allowed to view links. Register or Login



WIKI:

COMMITS:

ISSUES:

MERGE REQUESTS:
64
Mods Pack / [MOD] Bounty Hunter Manager
« Último mensaje por U3Games en 29 de Enero de 2018, 07:45:21 pm »
Information:

[EN] Simply an event for bounty hunters.
[ES] Simplemente un evento para los cazarrecompensas.

Video:



Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Bounty Hunter 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 Bounty Hunter:
# Default: False
BountyHunterEnabled = False

# ID of Npc Event:
# Default: 900500
NpcId = 900500

# Enabled Dual Box Protection (no rewards to same IP):
# Default: False
DualBoxEnabled = False

# Minimum access level allowed (not admin wanted):
# Default: 7
AccesLevelMin = 7

# Enabled npc messages of event:
# Default: False
NpcMessagesEnabled = False

# Ratio of message:
# Default: 800
NpcMessagesRatio = 800

# Enabled visual effects:
# Default: False
EffectsEnabled = False

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

# Max players in list of the most looked for:
# Default: 10
MaxSlots = 10

# Maximum number of days on the list:
# Require server restart to disconnect expired state.
# 0 = disabled (always in list).
# Default: 0
MaxDays = 0

# Enabled skills effects aditional to player:
# Default: False
SkillEnabled: False

# ID skills for effects aditional to player:
# Default: 666999
SkillId = 666999

# Id of item for event:
# Default: 57
ItemId = 57

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.

Global message
65
Mods Pack / [MOD] PvP System
« Último mensaje por U3Games en 27 de Enero de 2018, 04:19:30 pm »
Information:

[EN] System of rewards, messages and sounds with pvp points.
[ES] Sistema de recompensas, mensajes y sonidos con puntos pvp.

Features:
  • PvP Rewards System (xml).
  • PvP Message System.
  • PvP Sound system.

Config:

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

# Enabled system in instance zones:
# Default: False
InstanceEnabled = False

# Enabled system in olympiads:
# Default: False
OlympiadEnabled = False

# Enabled system in sieges:
# Default: False
SiegeEnabled = False

# Enabled system with Dual Box:
# Default: True
DualBoxEnabled = True


# -------------------------------------------------------
# PvP Message System Setting
# -------------------------------------------------------
# Enabled PvP message system:
# Default: False
MessageSystemEnabled = False

# Enabled screen message:
# Default: False
MessageScreenEnabled = False

# Time delay of screen message (seconds):
# Default: 3
MessageScreenDelay = 3

# Enabled screen message to nearby players:
# Default: False
MessageDistanceEnabled = False


# -------------------------------------------------------
# PvP Sounds System Setting
# -------------------------------------------------------
# Enabled PvP sounds system:
# Default: False
SoundSystemEnabled = False

# Limit time to next level (seconds):
# Default: 60
SoundTimeDelay = 60

# Enabled screen message to nearby players:
# Default: False
SoundDistanceEnabled = 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.
66
Mods Pack / [MOD] Gatekeeper Manager
« Último mensaje por U3Games en 17 de Diciembre de 2017, 08:33:37 pm »
Information:

[EN] Mod that contains our Gatekeeper teleport manager!
[ES] Mod que contiene nuestro Gatekeeper teleport manager!

Images:








Features:
  • Teleport configuration in xml.
  • Setting configuration.
  • Template for html.
  • Screen message.
  • Multi-lang.

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Gatekeeper 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 Gatekeeper Manager:
# Default: False
GKManagerEnabled = False

# ID of Npc Event:
# Default: 900502
GKManagerNpcId = 900502

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

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


# -------------------------------------------------------
# Teleport Conditions Setting
# -------------------------------------------------------
# Enabled conditions for teleport services:
# Default: False
GKConditionEnabled = False

# Minimum level required (0 to disabled).
# Default: 0
MinLevel = 0

# Can use services in combat mode:
# Default: False
InCombatState = False

# Can use services in flag mode:
# Default: False
InFlagState = False

# Can use services in karma mode:
# Default: False
InKarmaState = False

# Can use services with a curse weapon:
# Default: False
InKaoticState = False

Locations xml format:

Código: You are not allowed to view links. Register or Login
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="locations.xsd">
<teleport id="1" name="GM Room Test" x="-113360" y="-244676" z="-15531" price="0" item="57" cond="false" noble="false" />
<teleport id="2" name="Jail Room" x="-114598" y="-249431" z="-2979" price="0" item="57" cond="false" noble="false" />
<teleport id="3" name="Town of Giran" x="83551" y="147945" z="-3400" price="100" item="57" cond="false" noble="false" />
<teleport id="4" name="Aden Town" x="146783" y="25808" z="-2008" price="0" item="57" cond="true" noble="false" />
<teleport id="5" name="Hunter Village" x="117088" y="76931" z="-2688" price="0" item="57" cond="false" noble="true" />
</list>

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.
67
Information & News / Alternative Free Source!
« Último mensaje por U3Games en 05 de Diciembre de 2017, 04:47:22 pm »



Código: You are not allowed to view links. Register or Login
https://gitlab.com/L2JDevs/L2JDevs_Core

Código: You are not allowed to view links. Register or Login
https://gitlab.com/L2JDevs/L2JDevs_Data
68
Mods Pack / [MOD] Leader Board Manager
« Último mensaje por U3Games 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.
69
Mods Pack / [MOD] Auto Restart System
« Último mensaje por U3Games 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.
70
Mods Pack / [MOD] Screen Message System
« Último mensaje por U3Games 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, ....
Páginas: 1 ... 5 6 [7] 8 9 10