• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Need something done by someone with access to local v83 source

Custom Title Activated
Loyal Member
Joined
Nov 14, 2008
Messages
1,025
Reaction score
641
Hi I need something done by someone who has quick access to a v83 source and can take uncompressed screencaps

this is what you will do:

PHP:
start = function() {
	var charset = "abcdefghijklmnopqrstuvwxyz" +
				  "1234567890~!@" +
				  "\\#$%^&*(),.<" +
				  ">?{}[]'\"/\\_" +
				  "+-=";

	var passes = [
		"k",
		"b",
                "r",
		"d",
		"g",
	];

	var str = "";

	for (var j = 0; j < 2; j++) {
		str += (j == 0 ? "#n" : "#e");

		for (var k = 0; k < passes.length; k++) {
			str += "#" + passes[k];

			for (var i = 0; i < charset.length; i++) {
				str += charset[i];
				str += "  ";
			}

			str += "\r\n\r\n";
		}
	}

	cm.sendOk(str);
}

  1. Add this script to a NPC
  2. Talk to the npc in-game
  3. Take a screenshot of every characters in the different colors and font weights (normal and bold)
  4. Give me the link to these screenshots

if the script does not run for any reason, please tell me the exception
 
Last edited:
Experienced Elementalist
Joined
Feb 10, 2008
Messages
249
Reaction score
161
Hey i can run the script but the screenshot software i use to SS compresses the image and i dont know how to prevent it..sorry i dont meet ur requirement but is there anything else i can do for you ?
 
Upvote 0
Newbie Spellweaver
Joined
Jan 31, 2014
Messages
23
Reaction score
11
I doubt anyone would take screenshots for that whole list.
Here's a video I recorded.
Pause to look at what you're looking for.
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Nov 14, 2008
Messages
1,025
Reaction score
641
I doubt anyone would take screenshots for that whole list.
Here's a video I recorded.
Pause to look at what you're looking for.

i had a mistake in the script, try again
 
Upvote 0
Newbie Spellweaver
Joined
Jan 31, 2014
Messages
23
Reaction score
11
Now can u take screenshots? Make sure it's uncompressed because I need pixel perfect precision



 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Nov 14, 2008
Messages
1,025
Reaction score
641




this is not ok

tweak the script so that it prints all colors in normal and bold
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Nov 14, 2008
Messages
1,025
Reaction score
641
lol, you ask someone to do it, then you tell them to make it so it bolds, your a OG

He has a server to test it so it's easy to debug.

I went over the script again and it turns out that I had the passes all wrong (it included bold as a color) and it would use the code for non-bold and then blue text instead of normal then bold

if any1 wants to take pics again that would be great thanks

here's a proof that it works this time:

Code:
#n#ka  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#ba  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#da  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#ga  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#e#ka  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#ba  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#da  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#ga  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =

passes over all the colors in normal and bold
 
Upvote 0
Newbie Spellweaver
Joined
Jan 31, 2014
Messages
23
Reaction score
11
He has a server to test it so it's easy to debug.

I went over the script again and it turns out that I had the passes all wrong (it included bold as a color) and it would use the code for non-bold and then blue text instead of normal then bold

if any1 wants to take pics again that would be great thanks

here's a proof that it works this time:

Code:
#n#ka  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#ba  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#da  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#ga  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#e#ka  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#ba  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#da  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =  

#ga  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  1  2  3  4  5  6  7  8  9  0  ~  !  @  \  #  $  %  ^  &  *  (  )  ,  .  <  >  ?  {  }  [  ]  '  "  /  \  _  +  -  =

passes over all the colors in normal and bold



 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Nov 14, 2008
Messages
1,025
Reaction score
641



it now occurs to me that I forgot red text

can u do it again my man (only take the red text pictures since I have the other ones now)

add me on skype btw, I will reward you with a free copy of our upcoming next generation npc dialogue designer tool
 
Upvote 0
Newbie Spellweaver
Joined
Jan 31, 2014
Messages
23
Reaction score
11
it now occurs to me that I forgot red text

can u do it again my man (only take the red text pictures since I have the other ones now)

add me on skype btw, I will reward you with a free copy of our upcoming next generation npc dialogue designer tool




 
Upvote 0
Newbie Spellweaver
Joined
Nov 14, 2011
Messages
69
Reaction score
32




I can't message you in private because you've too many messages in your inbox. My skype is moustafa.nafei (the one from Odense V.)
 
Upvote 0
Back
Top