Átváltozó Gömb létrehozás (k)

Indította T0gy3R, 2012-08-13, 21:31:11

2012-08-13, 21:31:11 Utolsó szerkesztés: 2012-08-14, 13:11:03 Szerző: [MOD]Morpheus
Hali Mindenki!!!
Melyik az a quest vagy hogyan kell azt csinálni, hogy poly gömböket hozzunk létre???
Vagyishogy egy itemre kattintva átváltozzunk adott mobra??
Melyik ez a quest???

Idézquest atvgomb begin
   state start begin
      when 70107.use begin
      say("Valaszd ki a Szornyet!")
      local menu=select("Baltas Harcos","Ezerharcos","Vadkutya","Telapo","Szellem Fa Fejedelem","Tovabb","Bezar")
      if menu==1 then
      pc.polymorph(1402,1800)
      end
      if menu==2 then
      pc.polymorph(1403,1800)
      end
      if menu==3 then
      pc.polymorph(101,1800)
      end
      if menu==4 then
      pc.polymorph(20031,1800)
      end
      if menu==5 then
      pc.polymorph(2307,1800)
      end
      if menu==7 then
      end
      if menu==6 then
      local menuk=select("Kek Halal","Pok Kiraly","Pok Kiralyno","Sotet Pok Kiralyno","Bezar")
      if menuk==1 then
      pc.polymorph(1095,1800)
      end
      if menuk==2 then
      pc.polymorph(2092,1800)
      end
      if menuk==3 then
      pc.polymorph(2091,1800)
      end
      if menuk==4 then
      pc.polymorph(2093,1800)
      end
      if menuk==5 then
      end
      end
      pc.give_item2(70106,1)
      pc.removeitem(70107,1)
      end
      when 70106.use begin
      pc.remove_polymorph()
      pc.removeitem(70106,1)
      end
   end
end

2012-08-13, 21:38:56 #2 Utolsó szerkesztés: 2012-08-14, 13:10:43 Szerző: [MOD]Morpheus
Nagyon Köszi de nekem olyan kéne, hogy egyből átváltoztat mint a kegyentlen kegyenc átv. gömb
Ahogy rányomsz egyből átváltoztat..

quest atvgomb begin
   state start begin
      when 70107.use begin
pc.polymorph(1403,1800)
end
end
end

??
Esetleg így???


Megvan köszönöm!!