Mob Spawning

10/13/2009 14:03 ZeroCool123er#1
Hello communty,
Can one tell me how I can create in the game mobs. wenns goes with the id's
Thanks in advance than in!

MFG: <ZeroCool>

GERMAN:
Hallo kann mir vielleicht einer sagen wie ich im game mob spawne? und hat vielleicht jemand die id´s

Danke als im vorraus."!"
10/13/2009 14:22 Pupix#2
How to:

Quote:
Originally Posted by elfrind
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


Monster ID's:
Quote:
Originally Posted by cypher
monster id`s:

10/13/2009 14:43 ZeroCool123er#3
Thank You!!!!

Thanks
Thanks
Thanks

MFG:ZeroCool
10/13/2009 15:11 .Law.#4
[Only registered and activated users can see links. Click Here To Register...]
If you really wanna thank him press that.
10/13/2009 17:06 ZeroCool123er#5
I gedückt the "Thank" button.



MFG: <Dark-IcE>
01/02/2016 17:44 ohToshii#6
Can I create a different monster with different skin?
Different in terms of ID and Skin(instead of Pluma I want to use Ironman) just an example.
Is it possible?