Results 1 to 4 of 4

Thread: Do old / (slash) code settings still exist?

  1. #1

    Default Do old / (slash) code settings still exist?

    Hiya;

    Well, back in the day, there used to be some 'hidden' codes that weren't listed anywhere but anyone could do them (even though some of them were meant more for GMs or were just there to exist). The issue is I have a suspicion those settings may be set server-side, and so I am stuck currently a) in what I think was /noon or /highnoon - the sun never moves or goes down and ambient light stays at noontime brightness and b) I am pretty sure that I am likely topless (/modesty). We used to have topless hunting expeditions... don't ask, it was Chaos shard, after all.

    Is there a way for this to be fixed if the commands were actually taken out and not that I'm just not remembering them correctly?

  2. #2

    Default Re: Do old / (slash) code settings still exist?

    /setpref modesty true/false

    Dunno about the sun thing.

  3. #3

    Default Re: Do old / (slash) code settings still exist?

    Those weren't really commands, they were macros, see?

    Code:
    		// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    		// Macros for different times of day
    		// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    		{
    			string name = "timeAfternoon"
    			string macro = "/settime 85000 100000"
    		}
    		{
    			string name = "timeMorning"
    			string macro = "/settime 15000 100000"
    		}
    		{
    			string name = "timeNoon"
    			string macro = "/settime 50000 100000"
    		}
    		{
    			string name = "timeMidnight"
    			string macro = "/settime 0 100000"
    		}
    		{
    			string name = "timeEvening"
    			string macro = "/settime 92000 100000"
    		}

  4. #4

    Default Re: Do old / (slash) code settings still exist?

    Thanks! The sun will move again, wee!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •