Secret Experience

Secret Experience (https://secretexperience.net/index.php)
-   [L2J] Dúvidas (https://secretexperience.net/forumdisplay.php?f=37)
-   -   [Interlude] Olympiad, aiox (https://secretexperience.net/showthread.php?t=29544)

Guustavocl 16-02-2011 02:48 PM

Olympiad, aiox
 
bem primeiramente uso rev l2teon
assunto olympiad
os players nao estao conseguido deixar os SS automaticos
alguem me ajuda como arrumar isso?

aiox
queria deixar o tempo dos buff do npc 1h e do AIOx 2h
tem como fazer isso?
se tiver alguem me ajuda ae mostra onde eu vou terq mecher

vlw gente
desde ja agradeço ;D

xseu02x 16-02-2011 10:59 PM

bem amigo eu uso o la2base e nao tenho certeza mais acho que e o mesmo jeito que troca vai na pasta l2jteon.propriedades e poem esses requisitos que no meu deu certo fico 2 horas

##############################################
# Settings buffs
##############################################

# The maximum number of buffs player
MaxBuffAmount = 27

# The factor of time in dance and song
DanceTimeMultiplier= 40

# The factor of time buffs
BuffMultiplier= 10

# The factor of time spirits (buff type COV, POW, POF, etc.)
SpiritMultiplier= 30

#% Chance to get a free kick skill at the death
DeathPenaltyChance = 20

# Show the chance to pass skills
SkillChance=False

# ID buff who will give invulnerability to all buff
# Useful skill to PVP servers where the enemies are trying to make each other buff slots
BuffInvulId=9999

Mazokista 17-02-2011 03:21 PM

ERRADO a opcao fica em Obs : gameserver/config/custom/l2JTeonCustom.properties

Citação:

# --------------------------------------
# Skill Customizations
# --------------------------------------
# Enable to modify skill duration data
EnableModifySkillDuration = False

# Skill duration list
# Format : skillid,newtime;skillid,newtime....
# Example : this enable 1h(3600) duration for songs
# SkillDurationList = 264,3600;265,3600;266,3600;267,3600;268,3600;\
# 269,3600;270,3600;304,3600;305,1200;306,3600;308,3 600;349,3600;\
# 363,3600;364,3600
SkillDurationList =

Daniel2 18-02-2011 09:16 AM

mano já respondendo das oly o código java já é programado para não deixar a SS ativa é alto removida

Citação:

if (!Config.OLYMPIAD_ALLOW_AUTO_SS)
{
// Remove shot automation
Map<Integer, Integer> activeSoulShots = player.getAutoSoulShot();
for (int itemId : activeSoulShots.values())
{
player.removeAutoSoulShot(itemId);
ExAutoSoulShot atk = new ExAutoSoulShot(itemId, 0);
player.sendPacket(atk);
}
ta aii.


Horários baseados na GMT -3. Agora são 01:10 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.