Jump to content

[Petición]Quest de Drop General


Slabon

Recommended Posts

Hola, necesito una quest algo sencilla, creo...

Su función poner en Drop de todos los Bichos uno o más items por un tiempo configurable y que se les pueda poner una probabilidad de caída a estos items.

 

Si alguien es tan amable de creérmela, se lo agradecería mucho.

Desde ya Gracias.

Link to comment
Share on other sites

quest blablabla beginstate start beginwhen kill with not npc.is_pc() beginif number(1,#maximaprob#) == 1 then	items={ {item1,cantidad1},{item2,cantidad2},{item3,cantidad3},{item4,cantidad4} }	for i = 1, table.getn(items) do		game.drop_item(items[i][1],items[i][2])	endendendendend

Modificas la #maximaprob# por el número que quieras que sea la probabilidad 1/tunumero, ademas editas la tabla items, modificas los items que quieras que drope item1,cantidad1; item2,cantidad2...

 

Un saludo.

Link to comment
Share on other sites

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...