agenor

Miembro
  • Contenido

    2
  • Registrado

  • Última Visita

Sobre agenor

Firestorm User

  • Nombre #rename
  • Hermandad Clan Lobos De Sangre Vil
  • Clase Paladín
  • Nivel 17
  • Reino Gul'dan

Visitantes recientes en el perfil

680 visitas al perfil
  1. Me gustaria saber como cambiarle la vida a un NPC.
  2. Enlace de wowhead: http://es.wowhead.com/item=115358/peleteria-de-draenor Descripcion: Agrega ese Item a los Npc de peleteria de Draenor. (Aclaro soy nuevo en SQL, No sé sí sirve) Codigo: Horda: UPDATE creature_template SET npcflag=64 WHERE entry=86032; DELETE FROM npc_vendor WHERE entry=86032; INSERT INTO npc_vendor(entry,item,slot,maxcount,incrtime,ExtendedCost,type) VALUES (86032, 115358, 0, 0, 0, 1), Alianza: UPDATE creature_template SET npcflag=64 WHERE entry=85920; DELETE FROM npc_vendor WHERE entry=85920; INSERT INTO npc_vendor(entry,item,slot,maxcount,incrtime,ExtendedCost,type) VALUES (85920, 115358, 0, 0, 0, 1),