Jump to content

mob_drop_items help


Recommended Posts

Hi guyz i have one big superior problem

in winscp /usr/home/game/share/locale/xxx/quest i dont have mob_drop_items but i have there drop_with_kill_mobs

and inside that some bullshit quest 

quest kill_mob begin
	state start begin
		when kill with npc.is_pc() == false begin
			local drop_bt = number(1, 100)
			local drop_cl = number(1, 150)
			if drop_bt == 1 then
				game.drop_item_with_ownership(31012, 1)
			end
			if drop_cl == 1 then
				game.drop_item_with_ownership(50011, 1)
			end
		end
	end
end

 

Thanks for any help

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium

You didn't explain the problem, can you be more clear?

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

Normaly in mob_drop_items are something like this

{
Group Metin_della_Redenzione
type limit
mob 8035 
level_limit 99
1 50033 1 100
}
 

but i dont have mob_drop_items

i have only drop_with_kill_mobs and some shitty quest there

btw in object state is the quest kill_mob and there

kill_mob={["start"]=0}

 

only this so

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.