...

var simPath = "C:/Program%20Files/BannedStory/";
var mainDoc = app.documents.add(500, 500, 72, "BannedStory_character", NewDocumentMode.RGB, DocumentFill.TRANSPARENT);
var imgFile = new File(simPath + "img/Item/Pet/5000003/stand0.0.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-49,-19);
mainDoc.activeLayer.name = "pet: stand0";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Hair/00031014/default.hairBelowBody.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-2,-47);
mainDoc.activeLayer.name = "hair: default8";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Shield/01092020/stand1.1.shield.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-12,-18);
mainDoc.activeLayer.name = "item: stand110";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/00002000/stand1.1.body.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-6,-15);
mainDoc.activeLayer.name = "body: body14";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Shoes/01072215/stand1.1.shoes.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-5,-7);
mainDoc.activeLayer.name = "item: stand120";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Pants/01061106/stand1.1.pants.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-4,-14);
mainDoc.activeLayer.name = "item: stand123";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Glove/01082142/stand1.1.lGlove.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-13,-14);
mainDoc.activeLayer.name = "item: lGlove31";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Coat/01041117/stand1.1.mail.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-5,-23);
mainDoc.activeLayer.name = "item: mail32";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/00012000/front.head.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-3,-46);
mainDoc.activeLayer.name = "body: front53";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Face/00021302/blink.0.face.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-7,-40);
mainDoc.activeLayer.name = "face: blink59";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Hair/00031014/default.hair.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-4,-46);
mainDoc.activeLayer.name = "hair: default67";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Cap/01002328/default.default.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(-2,-55);
mainDoc.activeLayer.name = "item: default70";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/00002000/stand1.1.arm.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(6,-19);
mainDoc.activeLayer.name = "body: arm83";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Glove/01082142/stand1.1.rGlove.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(6,-15);
mainDoc.activeLayer.name = "item: rGlove89";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Coat/01041117/stand1.1.mailArm.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(6,-23);
mainDoc.activeLayer.name = "item: mailArm90";
mainDoc.artLayers.add();
var imgFile = new File(simPath + "img/Character/Weapon/01472032/stand1.0.weapon.png");
var imgDoc = app.open(imgFile);
imgDoc.activeLayer.copy();
app.activeDocument = mainDoc;
mainDoc.paste();
imgDoc.close(SaveOptions.DONOTSAVECHANGES);
mainDoc.activeLayer.translate(7,-18);
mainDoc.activeLayer.name = "item: stand197";
mainDoc.trim(TrimType.TRANSPARENT);

Posted by PureArchr on Saturday, February 28, 2009 05:15PM - 0 comments / Members say: yea +0, nay -0

Bleach Eternity2

ok as many of you know bleach eternity 2 was up for a few days and became a HUGE success but now as you probably also know it hasnt been up for a few days ( probably updates) but back to point i bet you guys cant wait till it comes back up funner then ever and guess what ... same here :3

Posted by PureArchr on Sunday, September 07, 2008 03:47PM - 0 comments / Members say: yea +0, nay -0

Pokemon Plushie .

Posted by PureArchr on Monday, August 18, 2008 08:09AM - 0 comments / Members say: yea +0, nay -0

NEW GAME !

Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!Final fantasy online !!!

Posted by PureArchr on Friday, August 15, 2008 11:45AM - 1 comment / Members say: yea +0, nay -0

Lets have some fun

Good day to anyone that may read this post. Today im going to talk about some good byond games you can try out.

First off i do not have anything to do with the games i am about to post i am just posting them for your entertainment.So please dont bug me about anything like "gm or "admin" because i can not give it to you .

(this i not 1 game but a section of naruto games you may like to try out)1.NarutoUltimateAdventure(Mcmekko)2.NarutoSecretsWithinT heShadows(Gato547)
3.NarutoBirthOfTheLegendaryShinobi(Goditz)

(these are just other games you may like no more naruto)1.PokemonBattleForce(NuclearBlast)2.TheElementalStone (Pyro_Dragons)3.TheWorldOfLonin(Team Cs)

Ok ty for reading my first post i hope you enjoy the games i have just posted.

Posted by PureArchr on Thursday, July 24, 2008 03:13PM - 2 comments / Members say: yea +0, nay -0
(Edited on Wednesday, August 06, 2008 06:10AM)

PureArchr

Joined: Mar 09, 08

:D

Blog Calendar

February 2009
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
 
 
«Sep