Page 1 of 1

Custom /realm cmd.

PostPosted: Fri Aug 15, 2014 7:08 pm
by Galroth
Hello!

Wanted to share a modified version of /realm command.

You can change the region to whatever RvR zone you are using. It will display a list of keeps etc.

In addition - It will how "Under Siege!" if the keep/tower is being attacked.

I thought this were good information, for i50 servers, who wanted the players to see where the action were.


Image

Replace the realm.cs command in

GameServer\commands\playercommands

My first upload. - Hope it will be at some use.

Re: Custom /realm cmd.

PostPosted: Mon Aug 18, 2014 12:18 am
by Graveen
Thank you :)

Re: Custom /realm cmd.

PostPosted: Fri Oct 24, 2014 4:33 am
by shanegru63624
i run a i50 server.. you have a version of this.. for like molvik? or how to show molvik/towers :)..

Re: Custom /realm cmd.

PostPosted: Thu Oct 30, 2014 1:32 pm
by Xanth
shane if u want to do a server u need to understand what the code does,... thats why galroth also commented it, so ppl understand, what the programmer is doing.. So if u look in the code u see this...
Code: Select all
//Change GetKeepsOfRegion to the zone you are using. 200 is old emain. ICollection<AbstractGameKeep> keepList = GameServer.KeepManager.GetKeepsOfRegion(200);
you just need to change the 200 to the rvr zone u want to have..

best regards

Re: Custom /realm cmd.

PostPosted: Sat Nov 01, 2014 8:45 pm
by shanegru63624
thanks.. ya i seen that but didnt know if it would work for the bg's thanks

Re: Custom /realm cmd.

PostPosted: Sun Nov 02, 2014 12:29 am
by shanegru63624
ok got it working..i noticed.. if dont show who owns a tower in molvik.. if its not claim..
also i recompiled and i think it broke.. /on or /online command...
just so ya know