Rappelz Server
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to change or make more mobs to spawn? (Solution)

Go down

How to change or make more mobs to spawn? (Solution) Empty How to change or make more mobs to spawn? (Solution)

Post  w2lf Sat Jul 16, 2011 10:41 pm

Ids list
link:http://www.mediafire.com/?bidstdfexf9xzol

Pictures of 4 Abhuva
Spoiler:

Relics Of Arid Moonlight 1 | Abhuva's Id = 9050013 110001 mechanic_abhuva 50
Relics Of Arid Moonlight 2 | Abhuva's Id = 9050013 110001 mechanic_abhuva 50

Before you change anything, close your server.
Go to Your Server File\game_bin _6.1\Resource\Script\monster_respawn (df26b8de23d54dab0fceedacc447c5dc).lua
Open up monster_respawn (df26b8de23d54dab0fceedacc447c5dc).lua with notepad...

Then press on the (TAB)EDIT at the top of notepad...
and the press find...
Type there the id of abhuva (9050013)
and then you will find something like this...
If you have an Old server File then everything will look like shit.
So download the new server file, at the UPDATE section on this forum.


Code:

           elseif ID == 1247050  then
      Raremob_ID = {9050013, 0, 0, 0}
      Raremob_count = { 1, 1, 1, 1 }
      Raremob_interval = { 360000, 0, 0, 0 }
      
      Raid_Raremob_ID = {9050013, 0, 0, 0 }
      Raid_Raremob_count = { 1, 1, 1, 1 }
      Raid_Raremob_interval = { 360000, 0, 0, 0 }
Raremob_ID Can be changed by any id you want form the Ids.txt... and you can have up to 4 mobs.
Raremob_count The number of the monster you want (I think havent tested)
Raid_Raremob_interval How long it will take before the mob spawns again. (100 = normal mob)



So the code will look like this after your done with it.
Code:
                 elseif ID == 1247050  then
      Raremob_ID = {9050013, 9050013, 9050013, 9050013}
      Raremob_count = { 1, 1, 1, 1 }
      Raremob_interval = { 200, 200, 200, 200 }
      
      Raid_Raremob_ID = {9050013, 9050013, 9050013, 9050013 }
      Raid_Raremob_count = { 1, 1, 1, 1 }
      Raid_Raremob_interval = { 100, 100, 100, 100 }

Well you should know what the word Raid means =D so you can geuss what it does,
its same as the top one but a bit diffrent XD

Well i have made 4 abhuva spawn like crazy at DM
Instead you can make 1 abhuva, 1 chiken, 1 soul, 1wolf
You just have to look at the Id's

Enjoy =D

How to change or make more mobs to spawn? (Solution) 7768e5019db939904cd9add05e
How to change or make more mobs to spawn? (Solution) DBOsig
w2lf
w2lf

Posts : 34
Join date : 2011-07-14
Age : 31
Location : Greece

http://www.w2lf.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum