Ideas

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
Ok i was thinking about emulating the KR system on official servers and this is how i think it could be done

In SQL make these tables


KingsRoom -----------Status
RedMoonEvil 0
ZumaTaurus 0
MinoTaurKing 0


Now in RedMoonValley give the mobs the same mondie script consisting of-

Check KR Status number = *
#IF Random 100
goto @kr1

@kr1
#IF
EQUAL * 1
#ACT
sysmsg 'KR door edges open'
set SQL redmoonevil 2
(maybe could add massive mob spawns or treasure chest spawns like on official)

#IF
EQUAL * 2
#ACT
sysmsg 'KR door edges open'
set SQL redmoonevil 3
etc etc

Then for the boss in this case redmoonevil have a sql check to enter the kr that the kr is on 10 status and then a mondie for the boss setting the status back to 1


obviously this is juat a brief script but hopefully gives someone some ideas and even better if someone get implement it