Sign in to follow this  
Ruiner

King

Recommended Posts

Is there a way to set a certain player as king of say MR?


 


Share this post


Link to post
Share on other sites

I asked the question in the irc, i was told there is not, thefore i came up with having the player try the sword, if he fails, destroy the sword and continue to respawn it until he gets it


Share this post


Link to post
Share on other sites

Played around with it for a bit, if you get a sqllite editor and go into the wurmzones file the KING_ERA table seems to handle this I played around with it for a bit didnt get it 100% working, this wont give you robes and such would need to spawn those in I assume doing i like that.  Other than Josh's way this would be the only other way atm I believe.


 


9482ce59f864cb876fe086b3696bbb5c.png


 


From the source


insert into KING_ERA ( ERA,KINGDOM,KINGDOMNAME, KINGID,KINGSNAME,GENDER,STARTTIME,STARTWURMTIME,STARTLANDPERCENT, CURRENTLANDPERCENT,      NEXTCHALLENGE,CURRENT) VALUES (?,?,?,?,?,?,?,?,?,?,  ?,1)


 


One of my attempts


insert into KING_ERA ( ERA,KINGDOM,KINGDOMNAME, KINGID,KINGSNAME,GENDER,STARTTIME,STARTWURMTIME,STARTLANDPERCENT, CURRENTLANDPERCENT,      NEXTCHALLENGE,CURRENT) VALUES (1,1,"jk",19821312,"Sumbode",1,1,1,1,1,1,1)


 


Would need to do some more research, ill let you know if I figure it out anymore.


Share this post


Link to post
Share on other sites

A late answer: but there is crown you can spawn that make you king/Queen. 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this