Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Add monster in the server

Joined
Jul 20, 2005
Messages
633
Reaction score
11
darkxl - Add monster in the server - RaGEZONE Forums

darkxl - Add monster in the server - RaGEZONE Forums

darkxl - Add monster in the server - RaGEZONE Forums


Work:
You can kill the monster
The monser drop items
You can config respawn
Add monster in all maps

NoWork:
Put monster in the city

All credit for me (darkxl)
 
Last edited:
Experienced Elementalist
Joined
Aug 4, 2006
Messages
255
Reaction score
2
good

now explain D:

I want to add big jack for this month xD
 
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
In \etc\cabal\Data\Data_World\*-mmap.txt by the sounds of it. Simply add new lines for you new mobs using the old lines as templates.

Nice job darkxl!
 
Experienced Elementalist
Joined
Aug 4, 2006
Messages
255
Reaction score
2
and the drops are in mob by default :s?

Damn i was trying this a long time xD




and drops are maps drop not mob drop... I tested with Cabal lantern,,, no candy drop T,T




7 761 14 103 11 11 18000000 1 <null> <null> <null> 0 0 0 0 0 0

8 0 761 1009 999 1.0 1 0 0 0
9 0 761 1010 999 1.0 1 0 0 0
10 0 761 1011 1 1.0 1 0 0 0
11 0 761 1012 0 1.0 1 0 0 0



still not droping poop same drop of nipperlig

lal =(

ok i coninue with my research

theres drop of cabal langturn in map 1
ok
i set it same like any boss drop,,, ann example is faello drop( 704)


but still droping same drop as any common mob in bloddy ice




[MobsDrop] TerrainIdx SpeciesIdx ItemKind ItemOpt DropRate MinLv MaxDropCnt OptPoolIdx DurationIdx
8 0 761 1009 999 24 1 0 0 0
9 0 761 1010 999 24 1 0 0 0
10 0 761 1011 1 24 1 0 0 0
11 0 761 1012 0 24 1 0 0 0



324 0 704 1 0 20 1 0 0 0
325 0 704 112 0 4.417771944 1 0 12 0
326 0 704 112 536870940 4.417771944 1 0 0 0
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Oct 10, 2008
Messages
15
Reaction score
0
this is what im looking for... to summon those lantern monster. i am able to summon a nipperlug
but when i attack it it dc me.
 
Newbie Spellweaver
Joined
Feb 14, 2008
Messages
53
Reaction score
0
wow this is great, ow man you are a thief in this you are so good you always suprise us CONGRATULATIONS, my respect for sir darkxl. Let me do i want to see it work on my own server
 
Newbie Spellweaver
Joined
Apr 2, 2006
Messages
14
Reaction score
0
See this cabal-my mod cabal-my.tk :p:

Cabal(Ver5566-081012-0543-0000) - Add monster in the server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Aug 4, 2006
Messages
255
Reaction score
2
u can place mobs etc, but u cant edit the mob drop T.T
 
Newbie Spellweaver
Joined
Jul 20, 2008
Messages
43
Reaction score
1
u can place mobs etc, but u cant edit the mob drop T.T

Sure You can edit, it's simple. For example You'd like to make an event hmm, maybe halloween(yes it's coming to us 2 weeks left :p). You'd like to add weak Lantern(big one) so You should add following line to /etc/cabal/data/data_world/world1-nmap.scp :
Code:
216	761	79	108	11	11	18000000	1	<null>	<null>	<null>	0	0	0	0	0	0
However You should look at enters You press after added line, sometimes it can make server not to run.
With this Lantern will respawn in 12 hours after its death :)
Ok but what about drops u asked. Edit /etc/cabal/data/data_world/world1-terrain.scp, Your [MobsDrop] Should look like this:
Code:
[MobsDrop]	TerrainIdx	SpeciesIdx	ItemKind	ItemOpt	DropRate	MinLv	MaxDropCnt	OptPoolIdx	DurationIdx
0	0	177	543	163	.32400000000000000	35	0	0	0
1	0	658	1	0	14.00000000000000000	85	0	0	0
2	0	658	2	0	16.00000000000000000	85	0	0	0
3	0	658	9	0	14.00000000000000000	85	0	0	0
4	0	658	10	0	14.00000000000000000	85	0	0	0
5	0	658	579	1	14.00000000000000000	85	0	0	0
6	0	658	580	1	14.00000000000000000	85	0	0	0
7	0	658	581	1	14.00000000000000000	85	0	0	0
8	0	761	1011	1	80.0000000000000000	1	0	0	0
9	0	761	1012	0	50.0000000000000000	1	0	0	0
Now they'll drop Gift Tickets and Trick ones. Option of Trick tickets mean numer how many will drop(this time it's set to 1).
You can edit every kind of items, howev er if You'd like to add 100 possibilities of drop, it'll probably go down(in my server it has gone :p).
So the main problem You can have is to add poperly SpeciesIdx and maybe follow numbers of items.

Elfrind
 
Experienced Elementalist
Joined
Aug 4, 2006
Messages
255
Reaction score
2
Sure You can edit, it's simple. For example You'd like to make an event hmm, maybe halloween(yes it's coming to us 2 weeks left :p). You'd like to add weak Lantern(big one) so You should add following line to /etc/cabal/data/data_world/world1-nmap.scp :
Code:
216	761	79	108	11	11	18000000	1	<null>	<null>	<null>	0	0	0	0	0	0
However You should look at enters You press after added line, sometimes it can make server not to run.
With this Lantern will respawn in 12 hours after its death :)
Ok but what about drops u asked. Edit /etc/cabal/data/data_world/world1-terrain.scp, Your [MobsDrop] Should look like this:
Code:
[MobsDrop]	TerrainIdx	SpeciesIdx	ItemKind	ItemOpt	DropRate	MinLv	MaxDropCnt	OptPoolIdx	DurationIdx
0	0	177	543	163	.32400000000000000	35	0	0	0
1	0	658	1	0	14.00000000000000000	85	0	0	0
2	0	658	2	0	16.00000000000000000	85	0	0	0
3	0	658	9	0	14.00000000000000000	85	0	0	0
4	0	658	10	0	14.00000000000000000	85	0	0	0
5	0	658	579	1	14.00000000000000000	85	0	0	0
6	0	658	580	1	14.00000000000000000	85	0	0	0
7	0	658	581	1	14.00000000000000000	85	0	0	0
8	0	761	1011	1	80.0000000000000000	1	0	0	0
9	0	761	1012	0	50.0000000000000000	1	0	0	0
Now they'll drop Gift Tickets and Trick ones. Option of Trick tickets mean numer how many will drop(this time it's set to 1).
You can edit every kind of items, howev er if You'd like to add 100 possibilities of drop, it'll probably go down(in my server it has gone :p).
So the main problem You can have is to add poperly SpeciesIdx and maybe follow numbers of items.

Elfrind

yes i know
I did that
this was my mobs drop
Code:
[MobsDrop]	TerrainIdx	SpeciesIdx	ItemKind	ItemOpt	DropRate	MinLv	MaxDropCnt	OptPoolIdx	DurationIdx	
8      0      761    1009   999    24     1      0      0      0
9      0      761    1010   999    24     1      0      0      0
10      0      761   1011   1    24     1      0      0      0
11     0      761    1012   0    24     1      0      0      0

but ingame there was same drop that normal map in blody ice not setted drop
 
Newbie Spellweaver
Joined
Jul 20, 2008
Messages
43
Reaction score
1
Your problem is that u have 8, 9, 10, 11(if i'm not wrong) it should be 0,1, 2, 3 as i have noticed before.
 
Experienced Elementalist
Joined
Aug 4, 2006
Messages
255
Reaction score
2
Your problem is that u have 8, 9, 10, 11(if i'm not wrong) it should be 0,1, 2, 3 as i have noticed before.

I have them
i just posted 761 there
imagine there are the others =)
 
Newbie Spellweaver
Joined
Mar 1, 2008
Messages
50
Reaction score
0
That dont work for me . Can you explain it for me?
Like a little guide ? Cyphers posts are deleted
 
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2007
Messages
613
Reaction score
161
when you will release new monster's fileS?
 
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
when you will release new monster's fileS?
If i find any i will release them. If i don't i won't. Can't give what i don't have :p
how to gold bug in ran onine?
... I have no idea, ran online sucks. You are in the cabal section dude.

[83 hit WI stun combo to ran online section]
 
Back
Top