Ir para conteúdo
  • Cadastre-se

NPC SubStack [SubClasse Acumulada] [Frozen & Dream V1/V2]


Dwbryel

Posts recomendados


  • 2 weeks later...

na Dream o NPC pede a tabela skill_trees que não existe na Dream

por isso eu já coloquei no topico

 

Para funcionar : http://subversion.as...r_templates.sql

pois como o npc busca o nome das class no Char_templates, e como nao tem na dream só add XD

 

 

:333 pode por que não tem nenhum problema :3

XD

Link para o comentário
Compartilhar em outros sites

o pessoal da Dream só precisa Adicionar essa table no DB e fica tudo bem, junto com a do char template

 

[url="http://subversion.assembla.com/svn/L2jFrozenInterlude/trunk/datapack/sql/skill_trees.sql"]http://subversion.assembla.com/svn/L2jFrozenInterlude/trunk/datapack/sql/skill_trees.sql[/url]
--
[url="http://subversion.assembla.com/svn/L2jFrozenInterlude/trunk/datapack/sql/char_templates.sql"]http://subversion.assembla.com/svn/L2jFrozenInterlude/trunk/datapack/sql/char_templates.sql[/url]

  • Gostei 1

Todos os dias eu aprendo que até hoje eu não aprendi nada!

Link para o comentário
Compartilhar em outros sites

Galera uma duvida

Eu consegui add o npc

Ele pega a sub, mas não acumula as skill

Ele add a sub , mas nao acumula.

Estou testando na rev:

http://www.l2jbrasil...n/page__st__260

adicione a sub a de rr no char, desative check skill to enter algo assim, fica em protect eu acho...

XD

Link para o comentário
Compartilhar em outros sites

Galera uma duvida

Eu consegui add o npc

Ele pega a sub, mas não acumula as skill

Ele add a sub , mas nao acumula.

Estou testando na rev:

http://www.l2jbrasil...n/page__st__260

depois que voce liberar para nao remover skill (check skill) tem que add uma tabela chama subclass_skill_exceptions alguma coisa assim pq tem uns skill que somen quando muda de class para outra class Editado por charada10

SkyFielD

Link para o comentário
Compartilhar em outros sites

  • 10 months later...

cara tentei de tudo que eh jeito mas nao concegui colocar aki o npc apareceu de boa coloquei tudo certinho como vc explicou mas esta dando erro...

 

File "__init__.py", line 12, in ?
ImportError: cannot import name Experience
uso a rev do smalls a ultima que ele postou me ajudem ai oque tenho q fazer...
e nao teria como colocar para apenas mudar as classes sem acumular as skills?

Orochimaru-Sama

Link para o comentário
Compartilhar em outros sites

  • 1 year later...
  • 4 months later...

ta aí o link da dream V2 pois o mesmo estava quebrado.

https://mega.nz/#!bABAUDgJ!k6oPYcP35AZc9qzFe6qF1qyLarhplsbMLJhpNBXTLUc


Como faz pra esse npc funcionar? Nem html tem;

Editado por BlackHeart

5MeTP.gif

 

Sonhos são para serem sonhados, pesadelos para serem vividos

Link para o comentário
Compartilhar em outros sites

  • 3 years later...

 

ola alguem pode me ajudar? instale o npc tudo sem problemas e quando você quiser lançar subclasse com o caractere normal, ele não faz nada e não dá erro.

esta é a minha configuração de script

#For more than 3 subclasses, you must increase the variable number into the SQL and add to the database. 
#inside the sql you will find some variables named SubclassidX. Just change the "X" increasing the number. 
#This value shouldn't be changed if you don't want to increase the subclasses number beyond 3. 
#Increase or decrease the "maxsubsindb" value without make these changes, will cause errors. Be carefull!.
maxsubsindb = 1

#True, allows reloading the configuration script from the game, without restarting the server (for GMs only). False, disables it.
ShowReloadScriptPanel = True

# Subclasses number that can be added. Must be less than or equal to "maxsubsindb".
SubsNumber = 1

# True, allows add stackable subclasses in every original game subclass (Mainclass and every retails).
# False, allows add stackable subclasses in only one original game subclass
AllowMultiSubs = True

# True, allows any stackable subclass. False, allows add your own race's subclasses only.
AllowAllSubs = True

#This option work if "AllowAllSubs = False", Also you need to be using a original game subclass (Retail) to get available this.
#True, allow add a subclass with the same main class's race. False, allow add a subclass with the same Retail's race.
AllowMutantRetail = True

#The next two options work if "AllowAllSubs = True" only.
#True, allows everybody add Kamael subclass. False otherwise.
AllowKamaelSubs = False

#True, allows Kamaels add any subclass. False, allows Kamaels to add their own race only.
AllowAllSubsToKamael = False

#True, allows delete the main class or any subclass added. False, allow to delete added subclasses only. Default: False
AllowDelMainClass = False

# Minimum Level to add a subclass. Default: 76
MinLevel = 76

#True, allows add subsclasses if the character is a Noblesse only. False, otherwise. Default: False
AllowOnlyNobles = True

#True, allow to add subclass or any other actions if you have the required items only. False, otherwise
ReqItems = True

#Required Item to switch between the subclasses. Default: 57 (Adena)
#Required items number.
Item1_Req = 9302
Item1_Num = 100

#Required Item to add a subclass.
#Required items number.
Item2_Req = 9300
Item2_Num = 10

#Required Item to delete subclasses.
#Required items number.
Item3_Req = 9302
Item3_Num = 100

# True: Change level after add a subclass
# False: Not to change level after add a subclass. Default: True
DecLevel= False

# True:  HTML will show 3rd Class trasfer to choose, also it disallow add subclasses if the characters haven't added 3rd job.
# False: HTML Will show 2nd Class trasfer to choose, also it disallow add subclasses if the characters haven't added 2nd or 3rd job.
AllowThirdJob = True

#Level at which the character will be changed after add a subclass. Default: 40
NewLevel= 40

# True: The user must wait a while before take any action. Default: True
# False: The user can do any action without time constraints. Not recommended
Block = True

#Blocking time in seconds before take any action.
BlockTime = 8

 

Link para o comentário
Compartilhar em outros sites




×
×
  • 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.