Ir para conteúdo
  • Cadastre-se
  • 0

Kingserver Dúvidas


Zto

Pergunta

Posts recomendados

  • 0

ola pessoal, gostaria de dizer que levantei um servidor particular baseado no KINGSERVER não divulgado e nem fins lucrativos apenas para amigos brincarem.

Nos primeiros dias recebi elogios dizendo que é o melhor servidor estável que jogaram, graças ao KINGSERVER, agora vou começar a configurar ao meu gosto, entender os mods, procurar bugs, etc... Ja tem uma equipe teste para jogar e procurar falhas.

 

Não acompanho o SVN do projeto e o servidor que uso está rodando à alguns dias.

Kinghanker, você tem previsão para uma nova rev? Se tiver, pode avisar no seu post no l2j e no forum do projeto?

 

tenho 2 perguntas: como faço para desabilitar o (PRIMESHOP) e como posso configurar os eventos???

 

 

Obrigado, e bom trabalho!

Primeshop se ativa na system só da ctrl+f no seu L2File Editor

O conteúdo está oculto, favor efetuar login ou se cadastrar!

Evetos e em game\config\Events só edita ao seu gosto

Link para o comentário
Compartilhar em outros sites


  • 0

<item id="728" type="EtcItem" name="Mana Potion">

<set name="icon" val="icon.etc_reagent_blue_i00" />

<set name="default_action" val="skill_reduce" />

<set name="etcitem_type" val="potion" />

<set name="immediate_effect" val="1" />

<set name="material" val="liquid" />

<set name="weight" val="180" />

<set name="price" val="2000" />

<set name="is_stackable" val="true" />

<set name="is_oly_restricted" val="true" />

<set name="handler" val="ManaPotion" />

<set name="item_skill" val="10001-1" />

<set name="for_npc" val="true" />

<cond msgId="113" addName="1">

<player flyMounted="false" />

</cond>

</item>

 

Galera como eu edito a mana ela só ta enchendo de 100 quero colocar pra mais

Mayckson Reall

Link para o comentário
Compartilhar em outros sites

  • 0

to com um problema no meu serve ele so enche a mana de 100 quero aumentar como faço ??

 

<item id="728" type="EtcItem" name="Mana Potion">

<set name="icon" val="icon.etc_reagent_blue_i00" />

<set name="default_action" val="skill_reduce" />

<set name="etcitem_type" val="potion" />

<set name="immediate_effect" val="1" />

<set name="material" val="liquid" />

<set name="weight" val="180" />

<set name="price" val="2000" />

<set name="is_stackable" val="true" />

<set name="is_oly_restricted" val="true" />

<set name="handler" val="ManaPotion" />

<set name="item_skill" val="10001-1" />

<set name="for_npc" val="true" />

<cond msgId="113" addName="1">

<player flyMounted="false" />

</cond>

</item>

 

 

aqui xml da mana

Mayckson Reall

Link para o comentário
Compartilhar em outros sites

  • 0

game/config/General.properties

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

game/config/Events/

em value="True" coloca False

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

outros eventos que não esteja na lista acima vai em

game/data/scripts.cfg

coloca # ex: #events/LastHero/__init__.py

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

<item id="728" type="EtcItem" name="Mana Potion">

<set name="icon" val="icon.etc_reagent_blue_i00" />

<set name="default_action" val="skill_reduce" />

<set name="etcitem_type" val="potion" />

<set name="immediate_effect" val="1" />

<set name="material" val="liquid" />

<set name="weight" val="180" />

<set name="price" val="2000" />

<set name="is_stackable" val="true" />

<set name="is_oly_restricted" val="true" />

<set name="handler" val="ManaPotion" />

<set name="item_skill" val="10001-1" />

<set name="for_npc" val="true" />

<cond msgId="113" addName="1">

<player flyMounted="false" />

</cond>

</item>

 

Galera como eu edito a mana ela só ta enchendo de 100 quero colocar pra mais

va na skill na mana

<set name="item_skill" val="10001-1" />

O conteúdo está oculto, favor efetuar login ou se cadastrar!

Editado por L2-Windows
Link para o comentário
Compartilhar em outros sites

  • 0

game/config/General.properties

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

game/config/Events/

em value="True" coloca False

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

outros eventos que não esteja na lista acima vai em

game/data/scripts.cfg

coloca # ex: #events/LastHero/__init__.py

O conteúdo está oculto, favor efetuar login ou se cadastrar!
è o seguinte obrigado da mana você ajudou, agora outra duvida nesse lasthero eu apago dos scripts é ?

 

os meu eventos todos estão true tvt ,ctf e dm ja configuei tudo e coloquei os horarios mais , eles não aparecem o que fazer ?

Mayckson Reall

Link para o comentário
Compartilhar em outros sites

  • 0

você ja olha no npc os horario dos eventos

 

agora o lasthero e outro evento na scripts.cfg coloca so adiciona isso # para desabilita o evento

Editado por L2-Windows
Link para o comentário
Compartilhar em outros sites

  • 0

você ja olha no npc os horario dos eventos

 

agora o lasthero e outro evento na scripts.cfg coloca so adiciona isso # para desabilita o evento

ok vou ve os horarios , valeu mano mais eu não coloquei isso # eu apaguei . tem algum problema ?

Mayckson Reall

Link para o comentário
Compartilhar em outros sites

  • 0

creio que vai porque na hora em que você liga o server pode acusa erros

eu deletei liguei o serve e não acusou erro , :D

 

amigo onde eu modifico o temo do heroic valor ?

 

<skill id="1374" levels="1" name="Heroic Valor">

<!-- Confirmed CT2.5 -->

<set name="abnormalLvl" val="1" />

<set name="abnormalType" val="hero_buff" />

<set name="aggroPoints" val="676" />

<set name="hitTime" val="2500" />

<set name="isMagic" val="1" /> <!-- Magic Skill -->

<set name="itemConsumeCount" val="80" />

<set name="itemConsumeId" val="3031" />

<set name="mpConsume" val="231" />

<set name="mpInitialConsume" val="58" />

<set name="operateType" val="A2" />

<set name="reuseDelay" val="900000" />

<set name="skillRadius" val="1000" />

<set name="skillType" val="BUFF" />

<set name="staticReuse" val="true" />

<set name="target" val="TARGET_CLAN" />

<for>

<effect name="Buff" abnormalTime="120" val="0" abnormalLvl="1" abnormalType="hero_buff">

<sub order="0x40" stat="cancelVuln" val="40" />

<add order="0x40" stat="pAtk" val="250" />

<add order="0x40" stat="pDef" val="500" />

</effect>

</for>

</skill>

 

é nessa lina <effect name="Buff" abnormalTime="120" val="0" abnormalLvl="1" abnormalType="hero_buff"> ?

 

Alguém poderia me dizer onde fica a porcentagem do blessedscroll ? ja procurei e nao achei

Mayckson Reall

Link para o comentário
Compartilhar em outros sites

  • 0

# ---------------------------------------------------------------------------

# Olympiad Settings

# ---------------------------------------------------------------------------

# The defaults are set to be retail-like.

# If you modify any of these settings your server will deviate from being retail-like.

# Warning:

# Please take extreme caution when changing anything.

# Also please understand what you are changing before you do so on a live server.

# ---------------------------------------------------------------------------

# Olympiad Start Time in Military hours Default 6pm (18)

# Default: 18

AltOlyStartTime = 18

 

# Olympiad Start Time for Min's, Default 00 so at the start of the hour.

# Default: 00

AltOlyMin = 00

 

# Olympiad Competition Period, Default 6 hours.

# (If set different, should be increment by 10mins)

# Default: 21600000

AltOlyCPeriod = 21600000

 

# ---------------------------------------------------------------------------

# Custom Period Start

# ---------------------------------------------------------------------------

# Default: False

EnableCustomPeriod = true

 

# Olympiad End Period Date - day(s) of month

# (e.g. 1 would mean oly period ends every 1st day of month)

# (e.g. 1,15 would mean oly period ends every 1st and 15th day of month)

# <b><font color=red>CAUTION: You should set the AltOlyWPeriod and AltOlyVPeriod according to the changes done here!</font></b>

# Default: 1

# So there you should write 1,15 (days of every month)

AltOlyEndDate = 1,15

 

# Olympiad End Period Time - in format hh:mm:ss (24 hours format)

# Default: 12:00:00

AltOlyEndHour = 12:00:00

 

# Olympiad Battle Period, Default 5 minutes.

# Default: 300000

AltOlyBattle = 300000

 

# Olympiad Weekly Period, Default 1 week

# Used for adding points to nobles

# Default: 604800000

AltOlyWPeriod = 604800000

 

# Olympiad Validation Period, Default 24 Hours.

# Default: 86400000

AltOlyVPeriod = 86400000

 

# Points for reaching Noblesse for the first time

# Default: 10

AltOlyStartPoints = 10

 

# Points every week

# Default: 10

AltOlyWeeklyPoints = 10

 

# Required number of participants for the class based games

# Default: 11

AltOlyClassedParticipants = 5

 

# Required number of participants for the non-class based games

# Default: 11

AltOlyNonClassedParticipants = 3

 

# Required number of participants for the 3x3 teams games

# Default: 6

AltOlyTeamsParticipants = 2

 

# Number used for displaying amount of registered participants, messages "Fewer than ..." or "More than ...".

# 0 for displaying digits instead of text phrase (old style).

# Default: 100

AltOlyRegistrationDisplayNumber = 100

 

# Reward for the class based games

# Format: itemId1,itemNum1;itemId2,itemNum2...

# Default: 13722,50

AltOlyClassedReward = 13722,50

 

# Reward for the non-class based games

# Format: itemId1,itemNum1;itemId2,itemNum2...

# Default: 13722,40

AltOlyNonClassedReward = 13722,40

 

# Reward for the 3x3 teams games

# Format: itemId1,itemNum1;itemId2,itemNum2...

# Default: 13722,85

AltOlyTeamReward = 13722,85

 

# ItemId used for exchanging to the points.

# Default: 13722

AltOlyCompRewItem = 13722

 

# The minimal matches you need to participate to receive point rewards

# Default: 15

AltOlyMinMatchesForPoints = 15

 

# Rate to exchange points to reward item.

# Default: 1000

AltOlyGPPerPoint = 1000

 

# Noblesse points awarded to Heros.

# Default: 200

AltOlyHeroPoints = 200

 

# Noblesse points awarded to Rank 1 members.

# Default: 100

AltOlyRank1Points = 100

 

# Noblesse points awarded to Rank 2 members.

# Default: 75

AltOlyRank2Points = 75

 

# Noblesse points awarded to Rank 3 members.

# Default: 55

AltOlyRank3Points = 55

 

# Noblesse points awarded to Rank 4 members.

# Default: 40

AltOlyRank4Points = 40

 

# Noblesse points awarded to Rank 5 members.

# Default: 30

AltOlyRank5Points = 30

 

# Maximum points that player can gain/lose on a match.

# Default: 10

AltOlyMaxPoints = 10

 

# Hero tables show last month's winners or current status.

# Default: True

AltOlyShowMonthlyWinners = True

 

# Olympiad Managers announce each start of fight.

# Default: True

AltOlyAnnounceGames = True

 

# Restrict specified items in Olympiad. ItemID's need to be separated with a comma (ex. 1,200,350)

# Equipped items will be moved to inventory during port.

# Default: 6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,9388,9389,9390,17049,17050,17051,17052,17053,17054,17055,17056,17057,17058,17059,17060,17061,20759,20775,20776,20777,20778,14774

AltOlyRestrictedItems = 6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,9388,9389,9390,17049,17050,17051,17052,17053,17054,17055,17056,17057,17058,17059,17060,17061,20759,20775,20776,20777,20778,14774

 

# Enchant limit for items during Olympiad battles. Disabled = -1.

# Default: -1

AltOlyEnchantLimit = -1

 

# Log all Olympiad fights and outcome to olympiad.csv file.

# Default: False

AltOlyLogFights = False

 

# Time to wait before teleported to arena.

# Default: 120

AltOlyWaitTime = 120

 

# Divider for points in classed and non-classed games

# Default: 5, 5

AltOlyDividerClassed = 5

AltOlyDividerNonClassed = 5

 

# Maximum number of matches a Noblesse character can join per week

# Default: 70

AltOlyMaxWeeklyMatches = 70

 

# Maximum number of Class-Irrelevant Individual matches a character can join per week

# Default: 60

AltOlyMaxWeeklyMatchesNonClassed = 60

 

# Maximum number of Class Individual matches a character can join per week

# Default: 30

AltOlyMaxWeeklyMatchesClassed = 30

 

# Maximum number of Class-Irrelevant Team matches a character can join per week

# Default: 10

AltOlyMaxWeeklyMatchesTeam = 10

 

Galera pq minhas olly não estão iniciando ?

 

Galera a caradine nobles , ta bugada como faço pra arrumar alguém ae ajuda ?

Mayckson Reall

Link para o comentário
Compartilhar em outros sites

  • 0

Bom dia a todos.

 

Estou ultilizando a versão ( com Mods & Pré-configurada - High Five - L2J BRASIL ) configurei ip's, portas, tudo certo, logo a acc, entro no server, porém ao criar um personagem o mesmo aparece com status de mana e vida zerados e não entra no jogo.

 

Segue abaixo print screen do erro.

Desde já obrigado.

 

 

6dd0.jpg

 

Print das "Tables" do Mysql

 

 

z8bh.jpg

 

 

e print da tela como eu vejo.

 

 

m41d.jpg

 

Editado por eternium1
Link para o comentário
Compartilhar em outros sites

  • 0

L2J Utilidades → Download → Ferramentas e Utilitários só Procura e testa

Bom como nao sei instalar fui tentar coloca uma que ne sei si pega projeto mais deu um erro

 

geo_index.txt geodata is disabled.

minha linha ta assim server/general/geodata 1

SkyFielD

Link para o comentário
Compartilhar em outros sites

  • 0

O conteúdo está oculto, favor efetuar login ou se cadastrar!

 

BAIXAR ESSE PROGRAMA TESTA AS PORTAS

2106

7777

9014

3306

 

vídeo básica ja dar pra ter noção

http://www.l2jbrasil.com/index.php?/topic/100775-tutorial-criando-servidor/

 

alguem pode fazer esse npc funcionar nessa rev ?

 

http://www.l2jbrasil.com/index.php?/topic/53923-npc-sub-acumulativa/

Editado por charada10

SkyFielD

Link para o comentário
Compartilhar em outros sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...





×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.