Jump to content

Quest


Devil

Recommended Posts

-- questlib functions --

 

dropTable =

{

-- mobV, chance, min, max, drops{...}

101 = {90, 1, 10, {{1024, 1}, {72725, 1}}}

102 = {90, 1, 10, {{1024, 1}, {72729, 1}}}

}

 

 

 

function CheckDrops(mobVnum)

if dropTable[mobVnum] = nil then

local chance = math.random(dropTable[mobVnum][2], dropTable[mobVnum][3])

 

if dropTable[mobVnum][1] < chance

for i = 1, table.getn(dropTable[mobVnum][4]) do

game.drop_item_with_ownership(dropTable[mobVnum][4][1], dropTable[mobVnum][4][2])

end

end

end

end

 

bem pela quest dá para entender o que quero.... mas ela nao funciona falta algo mas nao sei o quê ....

apaguei os .txt na pasta portugal e tmb nao consigo meter la nada... tipo meto dou reboot e tmb nao funciona nada...(no txt usei o original)

 

Group mlv5

{

Type drop

mob 8001

1 50131 1 1000

2 50131 1 1000

3 50129 1 1000

4 50129 1 1000

5 50300 1 1000

6 50300 1 1000

7 50011 4 1000

 

nesta aqui são os drops das metins certo ?

 

so em falta saber onde adiciona os mobs nas metins , como apaguei alguns monstros que nao interessam agora as metins estao quase sem mobs...

 

cumprimentos e obrigado.

Link to comment
Share on other sites

Group mlv5

{

Type drop

mob 8001

1 50131 1 1000

2 50131 1 1000

3 50129 1 1000

4 50129 1 1000

5 50300 1 1000

6 50300 1 1000

7 50011 4 1000

 

nesta aqui são os drops das metins certo ?

 

so em falta saber onde adiciona os mobs nas metins , como apaguei alguns monstros que nao interessam agora as metins estao quase sem mobs...

 

cumprimentos e obrigado.

Sim, esse é o vnum da Metin da Dor lvl 5
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...