Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Busco programador para add custom a muserver  (Visto 1230 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline ADMtec Posteado: February 27, 2018, 06:40:49 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 46
  • Gracias recibida: 11
  • br
Estoy buscando a un programador que puede agregar una costumbre en la Fuente IGCN Temporada 9 o MUEMU la temporada 8. de preferencia en la fuente de la IGCN Season 9

si alguien está interesado me envía un e-mail o un PM

Pago por el servicio.

Quiero agregar una personalizada que esté en el muservidor ZTeam Season 8.2.
El nombre personalizado es MonsterSpawner.

Deja aquí el enlace a la fuente de ZTeam


https://mega.nz/#!zJQUBK7L!cyiWXEJbDpadgurHBoMymzAPgsZmT1YDZ_exhieqBFM


el MonsterSpawner.xml

en <item type="14" index="300"> es definir un elemento que cuando se suelte creará un punto temporal

en <spawn monster="20" count="30" duration="60" /> se define el monstruo que generará y también la cantidad y el tiempo de duración.

en <private active="true"> se define si el punto creado será privado o no (si se priva solo aquellos que dejaron caer el objeto pueden atacar a los monstruos).

en <party>true</party> se define si la parte de quien el objeto cae podrá atacar.
en <guild>false</guild> se establece si el gremio de quién cae el elemento podrá atacar.

Code: [Select]
<monsterspawner>
<!-- example, elite yeti -->
<item type="14" index="300">
<spawn monster="20" count="30" duration="60" />
<!-- rules for use this spot (false: any user can attack, true: only owner & by rules) -->
<private active="true">
      <party>true</party>
      <guild>false</guild>
</private>
</item>

<!-- example, mutant -->
<item type="14" index="301">
<spawn monster="62" count="30" duration="60" />
<!-- rules for use this spot (false: any user can attack, true: only owner & by rules) -->
<private active="true">
<party>true</party>
<guild>false</guild>
</private>
</item>

<!-- example, fire golem -->
<item type="14" index="302">
<spawn monster="291" count="30" duration="60" />
<!-- rules for use this spot (false: any user can attack, true: only owner & by rules) -->
<private active="true">
<party>true</party>
<guild>false</guild>
</private>
</item>
</monsterspawner>

Gracias:


Offline splound #1 Posteado: February 27, 2018, 06:58:32 PM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 156
  • Gracias recibida: 983
  • ve
tu dices algo como los summon scroll pero restringidos para que solo los usuarios del party o del guild puedan matarlos ?


Offline repiolaa #2 Posteado: February 27, 2018, 07:01:21 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 238
  • Gracias recibida: 1751
  • ar
vos queres agregar un item que cuando cae al piso salga un boss y dure un tiempo determinado?


Offline ADMtec #3 Posteado: February 28, 2018, 06:55:40 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 46
  • Gracias recibida: 11
  • br
@repiolaa @splound

this custom I want it already exists in the muserver of ZTeam Season 8  it's called monsterSpowner.

in XML ADM will set up an item to drop type summon scroll.
and it will also configure the monster that will appear in SPot, how long it will last and how many monsters will be in the spot.
and will allow the ADM also say if the SPot is private or not, if it is private can also tell if the guild or party members will be able to attack or not


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
0 Replies
819 Views
Last post October 15, 2017, 12:54:43 PM
by Frank001
11 Replies
2161 Views
Last post October 17, 2017, 01:09:08 AM
by conchetumare
3 Replies
1221 Views
Last post April 10, 2018, 01:47:41 PM
by Linch
0 Replies
752 Views
Last post April 17, 2018, 02:11:54 AM
by xxdarknesxx
1 Replies
909 Views
Last post April 17, 2018, 12:06:36 PM
by ARCKANO