Jump to content

Recommended Posts

Posted

34iiweh.png

the bg is stock... i saw it before :P

the render is simple and without a lot of edit

also the text dont fit and its ugly xD

 

so... what of this u made? XD

Use ur self BG not already maked.
Posted

I don't like the text and render.

If you ask me,

It looks like it wa smade like this :

Added ~2 or 4 C4D's,

1 Render,

And a text ..

 

5/10

 

I'm really dissapointed in you mate :(

I know you can do better !

Posted

Violator i dont think that is the wrong way to follow some tutorials. Believe sofaki, goddess, MD, DS and even Blane started from these tutorials. They didnt born with the PS knowledge into their head.

Posted

Violator i dont think that is the wrong way to follow some tutorials. Believe sofaki, goddess, MD, DS and even Blane started from these tutorials. They didnt born with the PS knowledge into their head.

Well indeed,first tutorial i've read was a smudge one and it took me like a month or even more doing same thing till i did something good. Than i changed the style did lots of styles and now i'm a high novice in PS .

Posted

Well indeed,first tutorial i've read was a smudge one and it took me like a month or even more doing same thing till i did something good. Than i changed the style did lots of styles and now i'm a high novice in PS .

Right. This is and with me. Ofc i am not at Goddess's level or other PS users here but i have some idea about PS and i started from these tuts. And the first was Blane's video tut.
Posted

It's not about that everyone can use PS,you need to have artistic taste and how to put the colors together,images,renders you need a taste. Not everyone can make signatures without reading guides.

Posted

It's not about that everyone can use PS,you need to have artistic taste and how to put the colors together,images,renders you need a taste. Not everyone can make signatures without reading guides.

+1
Posted

Listen to goddess violator why u stopped reading tut? btw i still reading tuts.And you really should  stop this ironic style because at the end you will have only enemies here.And the time of using PS doesn't matter  i use ps 6 months GodPower 3 months and who's better?Also ths guys here want just a sig so stop flame to this guys because yes they are happy of making a sig and instead of criticize them try to help them if you are really a experienced ps user as you think you are.And don't tell me you didn't say that because it's false answer...  

 

Btw ontopic: Bad color Combination bad text. Although i had to admit is better than your others

Posted

I don't like the text and render.

If you ask me,

It looks like it wa smade like this :

Added ~2 or 4 C4D's,

1 Render,

And a text ..

 

5/10

 

I'm really dissapointed in you mate :(

I know you can do better !

 

OMG...I will get crazy...would you like to videoscope the sig creation to see what i am doing?bg is self made!!!

It's not about that everyone can use PS,you need to have artistic taste and how to put the colors together,images,renders you need a taste. Not everyone can make signatures without reading guides.

 

agree

 

Listen to goddess violator why u stopped reading tut? btw i still reading tuts.And you really should  stop this ironic style because at the end you will have only enemies here.And the time of using PS doesn't matter  i use ps 6 months GodPower 3 months and who's better?Also ths guys here want just a sig so stop flame to this guys because yes they are happy of making a sig and instead of criticize them try to help them if you are really a experienced ps user as you think you are.And don't tell me you didn't say that because it's false answer... 

 

Btw ontopic: Bad color Combination bad text. Although i had to admit is better than your others

 

I didnt!check this f*cking tut i followed....

 

http://www.delta-visions.net/forums//index.php?showtopic=5664

 

 

Posted

sorry for double post....but kobeshoot i dont like one think...blane made a tut where you can develop your own style based on this,and as i can see most ppl started from this...but sofaki's tut (is great,i saw it...)has one way style,cant be modified with many ways...you got me?:/ i just dont like 150 sofaki's...

Posted

I dont got you, people are free to do everything

 

Yeah right all forum is making sofaki sigs now and post them as their own.

Omg I will die.

You just press where sofaki press (!)

 

This is skillz?

No and they are happy cause they made a nice sig.

I you ask me this is a new way of ripping for meh

Posted

Yeah right all forum is making sofaki sigs now and post them as their own.

Omg I will die.

You just press where sofaki press (!)

 

This is skillz?

No and they are happy cause they made a nice sig.

I you ask me this is a new way of ripping for meh

SOFAKI FTW!
Posted

SOFAKI FTW!

 

Yeah whateva.

Seems like you did not even read what I said.

You think the sig you made with sofakis guide is yurs?

Let me.

99% sofakis job and 1% yours

 

Thats what a real designer is about.

You know I had forgot what the word designer means but guess...

You gave me the answer again

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • I am always grateful to you. I receive a lot of help from you. Thank you.
    • Sure. This is the AbnormalStatusWnd.uc file with ability of removing buff with ALT + click https://pastebin.com/iVWpYysq
    • Hello, I add this code here https://maxcheaters.com/topic/248730-agathions-acis-401-does-not-interfere-with-summons-or-pets/.     but i have problem with agathion movement, agathion does not move when the player moves. The player must stop moving for Agathion to come close him.   i think the problem is here at < _followTask = ThreadPool.scheduleAtFixedRate(new Follow(this), 1000, 1000); >>       public void followToOwner()     {                  if (_followTask == null)             _followTask = ThreadPool.scheduleAtFixedRate(new Follow(this), 1000, 1000);                                  int rnd = Rnd.get(-30, +30);         SpawnLocation loc = _owner.getPosition();                          if (!checkIfInRange(1000, this, _owner))             teleport(_owner, 30);                  if (_owner.isMoving())             getAI().tryToFollow(_owner, false);         else         {             if (!checkIfInRange(75, this, _owner))                 getAI().tryToMoveTo(new Location(loc.getX()+rnd, loc.getY()+rnd, loc.getZ()), null);             else if (checkIfInRange(30, this, _owner))                 getAI().tryToIdle();                              if (Config.AGATHION_HEAL_OWNER && !getCast().isCastingNow())             {                 if (_owner.isInOlympiadMode() || _owner.isInDuel() || _owner.getPvpFlag() != 0 || _owner.isInsideZone(ZoneId.PVP) || _owner.getKarma() != 0)                     return;                                  if ((_owner.getStatus().getHpRatio() < Config.AGATHION_PERCENT_TO_HEAL))                     getAI().tryToCast(_owner, 1011, 18);             }             else if (!Config.AGATHION_ONLY_FOLLOW && Config.AGATHION_ALLOW_SOCIAL && !isMoving() && !getCast().isCastingNow())                 broadcastPacket(new SocialAction(this, 1));         }  
    • 🌟 EMERLAND.PW — Open Beta Testing Has Begun! 🎉 Friends! We are excited to announce that the Open Beta Testing of our Lineage 2 Interlude server, based on the new Classic client, has officially started! 🚀 📌 Key Information Server Rates: x50 New client, new possibilities Numerous improvements for a more comfortable gameplay We invite everyone to join the OBT, test the game, and help us make the server even better before the official launch! Your feedback and active participation are very important to us. 🎁 Participation Bonus! After the OBT ends, all active participants will receive a special bonus on their Master Account! 📅 Join now at EMERLAND.PW and become part of our project's history! 🔥 Server Rates Exp/SP: x50 Raid Exp/SP: x50 Adena: x25 Seal Stones: x5 Drop/Spoil: x5 Quest/Quest Adena: x1 RB Drop Rate: x5 Quest Item Drop Rate: x5 Siege Guard Drop Rate: x5 Clan Reputation Rate: x5 Mob Spawn Rate: x2 Manor Rate: x5 ⚙ Server Settings Auto-loot (disabled for bosses) Players with karma cannot use NPC shops Auto skill learning Subclass addition without quest (max. 10 subclasses) Warsmith & Overlord can be added as subclasses Elf & Dark Elf subclasses available for all Heroic skills remain when switching to a subclass Alternative protection for characters after teleport (Celestial Shield for 15 sec) Clan warehouse item withdrawal rights can be given to members, not just CL Catacomb teleportation for Adena Buff limit: 60 (duration: 60 min) Dance/Song limit: 24 (duration: 60 min) Enchanted items can be traded and sold Max enchant level: 20 Multiple character login from one account is allowed Two types of champion mobs: x10, x50 (Drop: 0.5% Gold Einhasad, 5% Silver Shilen) 🛍 In-Game Shop Gear up to B-Grade included Mana Potion, Mana Drug available for Adena Accessories, Costumes, Mounts, Belts, Cloaks – for Silver Shilen & Gold Einhasad (cosmetic only, no P2W) 💰 Main Server Currencies Silver Shilen – earned through events, champion mob drops, voting Gold Einhasad – obtained through server support, events, voting, champion mob drops 🏆 Game Commands .cfg — Game settings .exp — XP to next level .time — Server date & time .clan — Clan panel .relog — Quick relog .ping — Check ping .rb — Raid boss statistics .topclan — Clan rankings .whoiam — Character stats .rcm — Clan recall (CL only) ⚔ In-Game Events The server features 3 events: TvT, DM, CTF. 🔹 Rewards for participation & victories 🕒 Event Schedule (server time .time😞 TvT: 03:00, 08:00, 13:00, 16:00, 19:00, 22:00 DM: 04:00, 10:00, 14:00, 17:00, 20:00, 23:00 CTF: 06:00, 12:00, 15:00, 18:00, 21:00, 00:00 🤖 Auto-Farm Cost: 2 Silver Shilen/hour Limit: 24 hours Activation: .autofarm 🎟 Premium Account Premium boosts all rates x2. 1 day — 1 Gold Einhasad 7 days — 4 Gold Einhasad 30 days — 10 Gold Einhasad ⭐ Server Features Chronicles: Interlude Game Client: Classic Updated Core/Orfen stats (upgraded to level 3) Core Ring 2 lvl: +3% M. Atk, +1 MEN Core Ring 3 lvl: +6% M. Atk, +1 MEN, +1 WIT Orfen Earring 2 lvl: +3% P. Atk, +1 CON Orfen Earring 3 lvl: +6% P. Atk, +1 CON, +1 DEX New Skills Added: Spoilers — Festive Sweeper (AoE sweep) PP, EE, SE, BP — Might of Heaven (PvP skill) Horse Tamers — Hydro Blast (weakened power, 1 Cursed Bone) Cat Tamers — Prominence (weakened power, 1 Cursed Bone) Shadow Tamers — Hurricane (weakened power, 1 Cursed Bone) 🎮 Join us now at EMERLAND.PW and start your adventure today! 🚀
  • Topics

×
×
  • Create New...