Jump to content

Abstract style


Recommended Posts

Good choice and you did well by darking the edges.It is not something special since the only think you did is to dark the edges and add some g/m or photo philters but you made it in a very well way

 

I like the lensFlare at the text

 

Generally you did well the blending

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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

    • (+256783219521) BEST BLACK MAGIC|White Magic SPELLS CASTER *ARE YOU LOOKING FOR THE BEST TRADITIONAL REMEDIES Black Magic FOR HARD PROBLEMS?  WELCOME TO AN EXPERIENCED Healer-Witch Doctor Of YEARS OF SERVICE-BLACK MAGIC NATIVE TRADITIONAL HEALER, LOST LOVE SPELLS Specialist,LOVE SPELL CASTER, HEALER, HERBALIST, BINDING SPELL CASTER,MEDIUM OF LOVE,BEST ONLINE PSYCHIC READER,SANGOMA,WITCH DOCTOR [PSYCHIC- MAGGU +256783219521. Best Magic Love Spell Caster In (USA) New York..(UK) LONDON ..(AUSTRALIA) SYDNEY..WHATSAPP/CALL +256783219521 @PSYCHIC MAGGU THE NO.1 ONLINE BEST BRING BACK YOUR EX LOVE SPELLS CASTER WITH POWERFUL SPELLS TO MAKE YOUR PARTNER MARRY YOU AND LOVE YOU UNCONDITIONALLY.
    • Hello everyone, I need help with a script I found on the internet for auto target. It's working fine, but it targets any player in PvP, and I want to block certain classes. I added the condition and not ((User.ClassID = 27) or (User.ClassID = 103)) to the script, but after that, it doesn't target any class at all. I want it to target only specific classes defined in the script.           if (user.DistTo(Char2) < radius_max)         and not (char2.ismember)         and not (char2.dead)         and not (user.clanid = char2.clanid)         and not ((User.ClassID = 27) or (User.ClassID = 103))         and (char2.pvp) then          begin
    • Remove the if part of the code:   if (template.isType("L2RaidBoss")) { spawn.setRespawnMinDelay(43200); spawn.setRespawnMaxDelay(129600); RaidBossSpawnManager.getInstance().addNewSpawn(spawn, 0, template.getBaseHpMax(), template.getBaseMpMax(), permanent); } else { SpawnTable.getInstance().addNewSpawn(spawn, permanent); spawn.init(); } if (!permanent) { spawn.stopRespawn(); } activeChar.sendMessage("Created " + template.getName() + " on " + target.getObjectId());  
    • Hello, i use L2jSunrise, and i want to know how i can edit these lines to have possibility to spawn more than 1 raid ( instance )?   if (RaidBossSpawnManager.getInstance().isDefined(spawn.getId())) { activeChar.sendMessage("You cannot spawn another instance of " + template.getName() + "."); } else { if (template.isType("L2RaidBoss")) { spawn.setRespawnMinDelay(43200); spawn.setRespawnMaxDelay(129600); RaidBossSpawnManager.getInstance().addNewSpawn(spawn, 0, template.getBaseHpMax(), template.getBaseMpMax(), permanent); } else { SpawnTable.getInstance().addNewSpawn(spawn, permanent); spawn.init(); } if (!permanent) { spawn.stopRespawn(); } activeChar.sendMessage("Created " + template.getName() + " on " + target.getObjectId()); }  
    • για σας εχεισ κανεις την database του l2 trinity  ?  ευχαριστω 
  • Topics

×
×
  • Create New...