Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: No me funciona el NPC Quest del Update 13 :(  (Visto 1488 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline 102pe Posteado: October 13, 2018, 08:10:41 PM | Modificado: October 14, 2018, 05:38:58 PM by Cloud

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 316
  • Gracias recibida: 6030
  • pe
Pues... como dice el titulo, ya he intentado varias formas y no se me activa el NPC Quest.
Tengo agregado un NPC Custom en el servidor? Sí
Tiene su shop ese NPC Custom? Si, tiene su shop

lo agregué en MounsterSetBase, en el NPCQuest, en CustomMounster y en CustomNPC.
.. y nada :(

Saludos,
Jadoo
Contacto:
1. WhatsApp Link disponible para celular o Web WhatsApp

Offline arnaldo751 #1 Posteado: October 14, 2018, 05:01:08 PM | Modificado: October 14, 2018, 05:04:11 PM by arnaldo751

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 222
  • Gracias recibida: 345
  • ve
Pues... como dice el titulo, ya he intentado varias formas y no se me activa el NPC Quest.
Tengo agregado un NPC Custom en el servidor? Sí
Tiene su shop ese NPC Custom? Si, tiene su shop

lo agregué en MounsterSetBase, en el NPCQuest, en CustomMounster y en CustomNPC.
.. y nada :(
Hola @102pe vi tu caso y me parecio estraño no avia probado acabe de terminar el test y si funciona prueba de la siguiente manera
con el npc baul como viene de serie

1)En MuServer\GameServer\Data\GameServerInfo - Custom.dat

Debes tener esta linea agregada

;==================================================
; Custom Quest Settings (CustomNpcQuest.txt)
;==================================================
CustomNpcQuestSwitch = 1

Esta justo al final si no ps agregala.

2) En MuServer\Data\Custom\CustomNpcQuest.txt


// Sistema de Quests by louis
// MaxQuest - Max Number of quests that can be performed (0 = unlimited)
// OpenNpc  - Open the normal Npc (Shop, CustomNpcMove, CustomNpcCommand, etc)
//  -> 0 = Disable
//  -> 1 = Enable
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
0
   //Quest     NpcIndex   NpcMap  NpcX  NpcY  MaxQuest  OpenNpc   
   1     240        0       125   125   1      1
   2     254        0       127   125   1         0
end


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Require Character Stats
// Max 1 line per quest
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1
   //Quest   Level   Reset   MReset   Zen   WC   WP   GP   VipLvl   RankUser Kills       
   1   20   *   *   1000   0    0   0   *   *    *
   2   200   *   *   1000   0    0   0   *   *    *
end

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Require Item
// O item será removido - The Item will be removed
//   Luck:    0 = sem luck,    1 = com luck,    * = qualquer
//   Skill:    0 = sem skill,    1 = com skill,    * = qualquer
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2
   //Quest   Cat   Item   Level   Luck   Skill   Qtd
   1   14   14   *   *   *   5
   1   1   4   *   *   *   1
end

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Require Monster Kill
// Max 1 monster type per quest
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3
   //Quest   Monster   Qtd
   1   4   10
   2   4   12
end

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Reward Coins (Prêmio)
// Procedure: WZ_SetCoin
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4
   //Quest Cash   Gold   PcPoint
   1   0   0   0
   2   0   0   15
end

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Reward Item
// Class:
//    All-> *
//    DW -> 0
//    DK -> 1
//    FE -> 2
//    MG -> 3
//    DL -> 4
//    SU -> 5
// Time:
//   For S6 and S8 only
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   //Quest Section   Type   Level   Dur   Skill   Luck   Option   ExcOp   SetOp   JoH   OEx   Socket1   Socket2   Socket3   Socket4   Socket5 Time   Class
5
   1    14        13      0       0     0       0      0        0   0   0   0   255   255   255   255   255   0   *
   1     7         1      15      0     0       1      28       63   5   0   0   255   255   255   255   255   0   2
   1     7         1      0       0     0       0      0        0   0   0   0   255   255   255   255   255   0   *
end

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Reward Buff Effect
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
6
   //Quest   Effect   Power1   Power2   Time
   1   39   30   0   2
end

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Reward Experience
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
7
   //Quest   Experience
   1   1000
end


Dejalo de serie con dicho NPC solo para probar su funcionamiento.

3) Y por ultimo Agrega el Npc en MuServer\Data\Monster\MonsterSetBase.txt

//Monster            MapNumber      Range       PositionX           PositionY             Direction                   Comment
0
240            00           00        125          125            03            // NPC Quest Baul

Respetando el numero de mapa y coordenadas
Que colocaste en el CustomNpcQuest.txt


// Sistema de Quests by louis
// MaxQuest - Max Number of quests that can be performed (0 = unlimited)
// OpenNpc  - Open the normal Npc (Shop, CustomNpcMove, CustomNpcCommand, etc)
//  -> 0 = Disable
//  -> 1 = Enable
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
0
   //Quest     NpcIndex   NpcMap  NpcX  NpcY  MaxQuest  OpenNpc   
   1     240        0       125   125   1      1

Con esto deberia funcionar perfectamente

Recuerda Recargar el GS para evitar Cagadas...

Suerte y de nada

Pueden cerrar el tema cuando Des por solucionado!!!!

Gracias:


Offline 102pe #2 Posteado: October 14, 2018, 05:28:18 PM | Modificado: October 14, 2018, 05:38:51 PM by Cloud

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 316
  • Gracias recibida: 6030
  • pe

Gracias hermano, me faltaba solo la linea del GameSerer - Common.

Tema solucionado :')

Saludos,
Jadoo
Contacto:
1. WhatsApp Link disponible para celular o Web WhatsApp

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
2 Replies
1331 Views
Last post December 05, 2016, 09:15:56 PM
by ZabiinoOo
3 Replies
1414 Views
Last post May 01, 2022, 12:52:08 PM
by rexarjdp
3 Replies
739 Views
Last post April 02, 2020, 11:18:56 PM
by Zerek
0 Replies
617 Views
Last post June 21, 2020, 07:08:46 PM
by ramaxx
0 Replies
362 Views
Last post August 23, 2020, 12:16:03 PM
by czrdiamond