Rift Event [Server Mod]

Coldie's server mods threads.
Post Reply
Coldie
Cart loader
Cart loader
Posts: 27
Joined: Sun Jul 26, 2020 3:14 am

Rift Event [Server Mod]

Post by Coldie »

RIFT EVENT (Event Spawner)

new item in game called "Altar of Anubis" it acts like an altar as in you add items into it then sacrifice and the items get sent to Anubis, this increases the power of the Altar, when you get enough power you can activate the altar as such and spawn the mobs.

Default properties file is set up for rift mobs and items, there are 3 ranges of power, so people can do a lower power if they are weak or they can go all out and summon big stuff.

properties file
craftable=false

setting to true will allow players to craft their own altar, it will be created onto the ground and once fully built can't be picked up or loaded.
10 concrete, 10 stone bricks, 1 gold sheet. I originally used the gold altar model but changed to a rift model more recently. So the items don't exactly make sense with model atm.


highpowerneeded=400000
how much power is required to spawn that tier, in this case the high end.
highmobids=109,111,108
the ids of the mobs spawned in this tier, randomly chosen out of the choices.
highlootids=1102,1103,1104
the ids of the loot that can be added to the mobs spawned, randomly picked 1 item each mob.
highspawns=5
Number of mobs spawned in this tier.
highrarity=2
rarity of the items added to the spawns, 0 = normal, 1 = rare, 2 = supreme.
#distance from Altar mobs can spawn.
#10,10,10,10 will be an area of 21x21 which includes tile altar is on.
North=10
South=10
East=10
West=10


Download mod: https://1drv.ms/u/s!AjnBltNOSFjCgmppICUkq-nc-W4Z

User avatar
Kenabil
Soldier
Soldier
Posts: 87
Joined: Sun Jul 26, 2020 10:32 am
Location: Awakening
Contact:

Re: Rift Event [Server Mod]

Post by Kenabil »


Post Reply