[QUESTION] Drops of mobs

10/16/2010 22:12 Kallisson#16
Quote:
Item names in German
Combobeherschung Buch
Blutiger Dolch+0
Himmels Träne Armband+2
Amethyst Armban+0
Verwandlung Buch
This is enough to understand :)


Maybe this are standard Drops, i have the same. And another Person too.

There i have given a code with level_limit. But now i think it wouldn't work...


Quote:
20 99 0.61 µÐ°©¼ú¼* 40000
this is from the common_drop_item

The Polymorph Book: µÐ°©¼ú¼*
I think this is the Problem ;)


-> You should search the name of the Items in the "item_proto"
[Only registered and activated users can see links. Click Here To Register...]

Then in the "common_drop_item", delete it here.



DONT FORGET THE BACKUP
10/16/2010 22:53 RumorUS#17
And how do I know which mob I'm removing it from? For example I want my heavens tear bracelet+2 to drop from spider dungeon 2 but not from 2601, 2602, 2603.
10/16/2010 22:55 Kallisson#18
I think there are drops from a specific level but every Mob...


So, you cant do this.


OR:

-Removing it in the common_drop_item
-and add it in the mob_drop_item



But i am not sure :P
10/16/2010 23:45 RumorUS#19
Quote:
Originally Posted by Kallisson View Post
Code:
Group	ºÀÈ*				
{					
	type	drop			
	mob	11506	
	level_limit 90	
	1	¹éÁøÁÖ		1	40	100
	2	ûÁøÁÖ		1	40	100
	3	ÇÇÁøÁÖ		1	40	30
	4	28630	1	40	30
	5	28631	1	40	30
	6	28632	1	40	100
	7	28633	1	40	30
	8	28634	1	40	30
	9	28635	1	40	100
	10	28636	1	40	30
	11	28637	1	40	30
	12	28638	1	40	30
	13	28639	1	40	30
	14	28640	1	40	100
	15	28641	1	40	30
	16	28642	1	40	30
	17	28643	1	40	30
}

^this: The Player drops this Items with 90+


For the "always drops" you must change the last number into a 100

But you cant say only 3 Items of this in one Mob.

Maybe you need another Mob:

the first:
Code:
Group	ºÀÈ*				
{					
	type	drop			
	mob	11506	
	level_limit 90	
	1	¹éÁøÁÖ		1	40	80
	2	ûÁøÁÖ		1	40	80
	3	ÇÇÁøÁÖ		1	40	75
	4	28630	1	40	100
	5	28631	1	40	100
	6	28632	1	40	100
}
the second:
Code:
Group	ºÀÈ*				
{					
	type	drop			
	mob	11506	
	level_limit 90	
	1	¹éÁøÁÖ		1	40	70
	2	ûÁøÁÖ		1	40	80
	3	ÇÇÁøÁÖ		1	40	80
	4	28633	1	40	100
	5	28634	1	40	100
	6	28635	1	40	100
}
And so on... I hopre you understand what i mean :)
When I do this, it only drops the first group's items :P
10/17/2010 00:50 Kallisson#20
Oh yes, my fault

Code:
Group	ºÀÈ*2				
{					
	type	drop			
	mob	11507	
	level_limit 90	
	1	¹éÁøÁÖ		1	40	70
	2	ûÁøÁÖ		1	40	80
	3	ÇÇÁøÁÖ		1	40	80
	4	28633	1	40	100
	5	28634	1	40	100
	6	28635	1	40	100
}
I meant another Mob :D

So you give the different stones to different mobs...
10/17/2010 07:31 RumorUS#21
Quote:
Originally Posted by Kallisson View Post
Oh yes, my fault

Code:
Group	ºÀÈ*2				
{					
	type	drop			
	mob	11507	
	level_limit 90	
	1	¹éÁøÁÖ		1	40	70
	2	ûÁøÁÖ		1	40	80
	3	ÇÇÁøÁÖ		1	40	80
	4	28633	1	40	100
	5	28634	1	40	100
	6	28635	1	40	100
}
I meant another Mob :D

So you give the different stones to different mobs...

I thought of that after I put it back to all in one lol^^ maybe I'll try later and thx. Do you know anything about exp mod :( ?
10/17/2010 11:41 Kallisson#22
[Only registered and activated users can see links. Click Here To Register...]

I think you mean the tool here..


Here you can modify the exp you need for the levels:
[Only registered and activated users can see links. Click Here To Register...]



And here you can change the Exp-Bonus in Groups:
[Only registered and activated users can see links. Click Here To Register...]
10/17/2010 12:20 RumorUS#23
Quote:
Originally Posted by Kallisson View Post
[Only registered and activated users can see links. Click Here To Register...]

I think you mean the tool here..


Here you can modify the exp you need for the levels:
[Only registered and activated users can see links. Click Here To Register...]



And here you can change the Exp-Bonus in Groups:
[Only registered and activated users can see links. Click Here To Register...]
Yes but I do not understand it =) Mind adding me on msn or something please :D?

[Only registered and activated users can see links. Click Here To Register...]
10/17/2010 13:24 Kallisson#24
I have no MSN


but it is very easy, i think.

Look: on the left side the level
and on the right side the EXP you need for this level


Groups: Left Side: The number of member in a group
Right side: The bonus EXP.
10/17/2010 14:51 RumorUS#25
Quote:
Originally Posted by Kallisson View Post
I have no MSN


but it is very easy, i think.

Look: on the left side the level
and on the right side the EXP you need for this level


Groups: Left Side: The number of member in a group
Right side: The bonus EXP.
Well yeah, I understand that part... I just don't know what I'm supposed to do...
10/17/2010 15:58 Kallisson#26
Just change it in the values you want to have ...

I think you want to change the Exp for the levels, then you must change the values on the right side of the screen.
10/18/2010 08:11 RumorUS#27
Quote:
Originally Posted by Kallisson View Post
Just change it in the values you want to have ...

I think you want to change the Exp for the levels, then you must change the values on the right side of the screen.


what you said didn't really tell me anything but I figured out on my own I need to add my game file from share_data..

I got this when I tried it:

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
10/18/2010 09:54 RivathaX#28
Your mob_drop_item.txt is okay.
Do you have Reload Ingame and restarted then Server?
Because you have no error in your Text Data


Best Regards,
.RiisK#
10/18/2010 11:26 Kallisson#29
The first screen means that the game doesn't exists.

Put this files in the folder of "MT2EXPMOD" and try again :)
10/22/2010 18:24 RumorUS#30
Quote:
Originally Posted by .RiisK# View Post
Your mob_drop_item.txt is okay.
Do you have Reload Ingame and restarted then Server?
Because you have no error in your Text Data


Best Regards,
.RiisK#
11506 11507 etc works now but I can't get the 2601 2602 2603 to drop anything I add to the drop list, I only get the crap items... (55 shoes+2, 46 bracelet+0)... Also I wan't to remove the crap drops from dropping so high on another serverfiles .. I don't want to cape dogs and get 100 things dropping (computerkrank v2).. I DO want the normal materials to drop every where ingame but not so much.. can you help me with this plz :D ? I know probably in common drop but how the hell to do that :D?

Quote:
Originally Posted by Kallisson View Post
The first screen means that the game doesn't exists.

Put this files in the folder of "MT2EXPMOD" and try again :)
I got into profizocker's files and took his and figured it out..thx for all the help