Devil Posted December 27, 2016 at 11:20 PM Share Posted December 27, 2016 at 11:20 PM -- 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
Requiem Posted December 28, 2016 at 08:35 AM Share Posted December 28, 2016 at 08:35 AM 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now