Site Announcements

  • Account registration restricted. Email lord.ixzion AT gmail.com and I will get you set up. Thanks.
  • RPGMM Discord Channel - https://discord.gg/YJnAfVr

  • New to the site? Let us know!! - Check here.
  • RPGM Magazine Mission Statement. - Check here.
  • We now have a forum up specifically for the races, check it out. - Check here.


[Continue]

It is currently November 16th, 2024, 12:40 am
View unanswered posts | View active topics


All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: June 26th, 2007, 10:55 am 
Rank 11: Sexy Black Mage Rank 11: Sexy Black Mage
Offline

  Level 0
 

Joined: May 9th, 2006, 1:11 pm

Posts: 7151

Location: Home.
Here are some tools that TTC gave to me a while ago.
If you have anymore things that my be helpful that I can add to this thread please post. Even if its a suggestion. We can try to research it. :)

I will be cleaning out this thread. So if you find anything good, I will post it to the first post here. :D
Maps, dice, pics, and so on.

COLOR CODES
http://www.immigration-usa.com/html_colors.html
http://www.htmlgoodies.com/tutorials/co ... hp/3478961


<img src="http://nuclearpoweredtoaster.com/dice/dice.php?seed=1">
<img src="http://nuclearpoweredtoaster.com/dice/dice.php?seed=1&bg=0000FF">
<img src="http://nuclearpoweredtoaster.com/dice/dice.php?seed=1&bg=EE7701&fg=5AFF19&rolls=5&die_size=32">
<img src="http://nuclearpoweredtoaster.com/dice/dice.php?bg=EE7701&rolls=5&die_size=32&seed=1&fg=5AFF19">

This is an Old email he gave me. I think its quite helpful. :D
thetruecoolness wrote:
So the dice program has grown a bit from it's simple beginnings. Now you can do multiple rolls at once (all staying the same like the first ones), and you can change the foreground and background of the die (dot color is foreground).

So like before the old parameter seed still works like it always did.

Code:
<img src="http://nuclearpoweredtoaster.com/dice/dice.php?seed=1">


<img src="http://nuclearpoweredtoaster.com/dice/dice.php?seed=1">

Then to add another parameter use the &.
So say you want to set the seed and bg parameter

Code:
<img src="http://nuclearpoweredtoaster.com/dice/dice.php?seed=1&bg=0000FF">


<img src="http://nuclearpoweredtoaster.com/dice/dice.php?seed=1&bg=0000FF">

So all the parameters are (NOTE Default means you leave it out of the url)

seed - Seeds the random number generator so refreshes will always give the same rolls (place a random number from 0-5000)
rolls - can be from 1 to 10 [Default is 1, Range is 1 to 10]
bg - Background color of the die in hexadecimal (like the Color bbcode tag) [Default is old background color 'Vegas Style']
fg - Dot color of the die, also hex [Default is the old one, bone white]
die_size - determines the width and height of the die [Default is 64, Range is 1 to 200]

so an example using all of them
Code:
<img src="http://nuclearpoweredtoaster.com/dice/dice.php?seed=1&bg=EE7701&fg=5AFF19&rolls=5&die_size=32">


<img src="http://nuclearpoweredtoaster.com/dice/dice.php?seed=1&bg=EE7701&fg=5AFF19&rolls=5&die_size=32">

Note the order of parameters doesn't matter so
Code:
<img src="http://nuclearpoweredtoaster.com/dice/dice.php?bg=EE7701&rolls=5&die_size=32&seed=1&fg=5AFF19">


Would produce the same exact thing. Also like I said leaving off a parameter just makes it the default.

<img src="http://nuclearpoweredtoaster.com/dice/dice.php?bg=EE7701&rolls=5&die_size=32&seed=1&fg=5AFF19">

Risk anyone
<img src="http://nuclearpoweredtoaster.com/dice/dice.php?rolls=3&die_size=32&seed=1"> <img src="http://nuclearpoweredtoaster.com/dice/dice.php?bg=E0E0E0&rolls=2&die_size=32&seed=2&fg=000000">

Enjoi!


_________________
<a href="http://www.rpgmmag.com/passlogon/userinfo.php?user=Kittykicker">Image</a>
Image


Top
Profile  
 
PostPosted: June 26th, 2007, 11:13 am 
Rank 11: Sexy Black Mage Rank 11: Sexy Black Mage
Spotted Skunk/Dragon
Offline
User avatar

  Level 158
 

Joined: May 18th, 2005, 4:18 pm

Posts: 7289

Location: <- That Way ->
So, how does this work? Just copy & paste the dice HTML into a post?

<img src="http://nuclearpoweredtoaster.com/dice/dice.php?seed=1&bg=EE7701&fg=5AFF19&rolls=5&die_size=32">

Is this supposed to produce random dice? It seems to have created the same sequence.

_________________
Image Image
"What if like...there was an exact copy of you somewhere, except they're the opposite gender, like you guys could literally have a freaky friday moment and nothing would change. Imagine the best friendship that could be found there."


Top
Profile  
 
PostPosted: June 26th, 2007, 11:17 am 
Rank 11: Sexy Black Mage Rank 11: Sexy Black Mage
Spotted Skunk/Dragon
Offline

  Level 0
 

Joined: May 9th, 2006, 1:11 pm

Posts: 7151

Location: Home.
Yes, And you change the seed numbers in the code to make
the different numbers. You can pick 0-5000. At random. And it will pick the number for that you choose. So its not really random. But if you pick a random number. A new random number will show.

Look at the big dice. You see the word SEED in the code? Theres a number 1.
Number 1 will always be 6.

Change that number to ANY other number. Then it will show another number all together.

_________________
<a href="http://www.rpgmmag.com/passlogon/userinfo.php?user=Kittykicker">Image</a>
Image


Top
Profile  
 
PostPosted: June 26th, 2007, 11:20 am 
Rank 11: Sexy Black Mage Rank 11: Sexy Black Mage
Spotted Skunk/Dragon
Offline
User avatar

  Level 158
 

Joined: May 18th, 2005, 4:18 pm

Posts: 7289

Location: <- That Way ->
Ah. See, if failed to mention that.

On the plus side, it's possible to check what "seed" was used when checking the image's properties, so as to tell whether somebody is cheating or not.

_________________
Image Image
"What if like...there was an exact copy of you somewhere, except they're the opposite gender, like you guys could literally have a freaky friday moment and nothing would change. Imagine the best friendship that could be found there."


Top
Profile  
 
PostPosted: June 26th, 2007, 11:43 am 
Rank 11: Sexy Black Mage Rank 11: Sexy Black Mage
Spotted Skunk/Dragon
Offline

  Level 0
 

Joined: May 9th, 2006, 1:11 pm

Posts: 7151

Location: Home.
I guess. I never tried that. Just a little somthin that people can try. :)

_________________
<a href="http://www.rpgmmag.com/passlogon/userinfo.php?user=Kittykicker">Image</a>
Image


Top
Profile  
 
PostPosted: June 26th, 2007, 6:50 pm 
Rank 4: Fighter in Training Rank 4: Fighter in Training
Offline
User avatar

  Level 0
 

Joined: August 28th, 2006, 12:09 am

Posts: 1128
Well I'm going to be moving the dice to a new location, as I'm not sure how long my friend is going to keep his hosting, given he's not doing the webcomic anymore. So the old links should still work for a while, but I'll provide a more permanent link pretty soon on my hosting, which should be there till the end of time, well the end of mine anyways :). So I'll edit this post with the new location by the end of the day (noting the old one will work, just don't know how long).

Also
Quote:
seed - Seeds the random number generator so refreshes will always give the same rolls (place a random number from 0-5000)


<img src="http://nuclearpoweredtoaster.com/dice/dice.php?rolls=2">

These dice do not have a seed and should change on each refresh.

_________________
はじめまして。真(しん)の冷静(れいせい)です。どうぞよろしく。
hajimemashite. shinno reisei desu. douzoyoroshiku.

http://www.thetruecoolness.com
Are you prepared? Do you believe in the Coolness? Well either way check it out.


Top
Profile  
 
PostPosted: June 26th, 2007, 11:04 pm 
Rank 8: Adept Fighter Rank 8: Adept Fighter
Offline
User avatar

  Level 73
 

Joined: May 19th, 2006, 8:42 pm

Posts: 3632

Location: Ohio
wait so to do no seed, you just leave out the seed part of the url all together? that's very cool.

Also, I checked my pms, because I remember you giving me a new and improved dice program that supported seeds from 0-30000... appears I was wrong and it doesn't exist.

_________________
Image Image Image Image


1) Statement 2 is true
2) Statement 1 is false


Top
Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group