Jump to content

Recommended Posts

Posted (edited)

Hello All. Dunno what happened to my main Account named ProGramMoS with many trades done and 100% recommended, i can't log in.. i hope some admin can give me an answer in that. So i will post my trade list on this temporary account:

Items List:

 

Armor:

R99 Light Set +6 3x120 with appearance SOLD TO YEVONXXX

R95 Light set +4/3/3/3/3 3x120 SOLD TO YEVONXXX

Random Items:

Hunter's Talisman SOLD TO lajjala

Adena:

0b in stock at the moment SOLD ADENA TO iMini , Ryer(SCAMMER), iPwnzor, yevonxxx, Ephe, Melekh, mrdragonek, hakaman1

 

Accounts: (Accepting Adena too)

1st:

99 Othell GH / Dual 96.5 Yul - Dark Elf Male - 5 AP and 75% - Skills: Bloodstab +10 rest +6/5 - HellFire Talisman - Active Reflect on B oly weapon- 1300 Raid Points - 200k fame - 300k oly tokens - Enhanced Istina's Bracelet - 12 Paagrios Breeze (1h) - 900 quick healing pots - 45 feather of blessing and lots of random talisman's, mats , items on wh

2nd:

99 Aeore Cardinal / Dual 97 Wynn ES - Elf Female - 2 AP - Skills +3-5 - Aria's Bracelet INT - Hellfire Talisman - Active Reflect - lots of talisman's and random items on AH. SOLD TO mrdragonek

3rd:

99 Yul Archer / Dual 95 Siegel Knight - D.Elf Female - 2 AP - Skills +6-7 - Desire Talisman SOLD TO Limette

4rd:

96 Othell Wind Rider / Dual 90 Wynn ES - Elf Female - Naked SOLD TO YEVONXXX

Minor Accounts:

86 Yul GS - Dark Elf Male - Event Armor / Weapon / Jewells SOLD TO marcin88

86 Tyrr Duelist - Orc Male - tw hv set +5/3/3/3 with Tribal Warrior appearance / R jewells(+Freya/coc) / Apo pole Dmg Up 150 SOLD TO marcin88

86 Iss DoomCryer - Orc Female - Event Armor / Jewells / Weapon / 11 GEAR on her SOLD TO marcin88

 

ArcheAge:

50 Level Nui ShadowBlade with 6/7 GHA Leather set ( 2 parts are legendary / 2 epic-blue / rest green) and tier 2 hasla weapon with around 50 tokens if you wanna start hasla t3 farm. Around 150g on char also SOLD

Elder Scrolls Online:

Imperial Edition Preorder account with many perks, You can make any race at any faction also you have Imperial race playable. Veteran Rank 10 Khajit NightBlade. Faction is Ebonheart Pact. The account has around 100k gold plus many epic/legendary crafting mats on bank to craft whatever set you want. Clothier / WoodWorker / Blacksmith almost max level and many traits are researched that can take months to complete. Many Skyshards found aswell. It has the imperial mount with increased speed due to feeding daily

 

THERE IS NO CHANCE THAT I WILL GO FIRST. I HAVE ALREADY MADE MANY SUCCESFULL TRADES ON FORUMS. PAYMENT METHOD VIA PAYPAL. PM WITH OFFERS

IMPORTANT : USER NAME RYER BOUGHT 6b FROM ME YESTERDAY AND TODAY HE CHARGEBACK THE MONEY! I AM STILL WAITING FROM PAYPAL RESPONSE. PLEASE BAN THAT GUY AND ALL HIS ACCOUNTS!

Edited by CashOut
Posted

Queeen Ant's Soul Ring +3

Frintezza Soul Necklace +3

Istina's Earring +5

Blessed Zaken's Earring +4

Octavis Ring Warrior +3

Hunter's Talisman

 

Prices plz and a skype ?

Posted (edited)

IMPORTANT : USER NAME RYER BOUGHT 6b FROM ME YESTERDAY AND TODAY HE CHARGEBACK THE MONEY! I AM STILL WAITING FROM PAYPAL RESPONSE. PLEASE BAN THAT GUY AND ALL HIS ACCOUNTS!

Edited by CashOut

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • I think that solves the freeze thing, anyway great share! 
    • Introducing: Daily & Weekly Missions!   I've released a major panel update with a new Missions system and expanded language support.   Players can now complete daily and weekly missions directly through the panel and claim rewards such as balance or items. Mission progress is tied to in-game activity and supported panel actions, and the update also adds a dedicated Missions page, dashboard mission previews, claimable mission indicators, and full admin tools for creating and managing missions.   The Roll page now shows the potential reward drops below the roll container.   Alongside this, I’ve expanded the panel’s language support with new locale options, including Bulgarian, Czech, Georgian, Lithuanian, Polish, Romanian, Japanese, Simplified Chinese, and Traditional Chinese.     The Demo is now updated with the new features for you to try out!
    • I sell complete packs. If you want to add an item, NPC, etc., you have to do that yourselves. Your friend bought the pack; he's the one who needs to configure his server type. He received what he bought as agreed, and I'm saying this without knowing who you're talking about, because anyone who buys something receives what was agreed upon.   Regards. mmmmm L2Velmore ????   If that's the one, I see everything went well... if I remember correctly you were crying over $100, I gave you a better price, and I suppose you made thousands with that... And you're still coming back to complain? :=)
    • I know many people have struggled with this specific issue and had trouble setting up the correct behavior for Toggle skills in aCis. By default, toggles interrupt the player's movement (retail-like), which often feels clunky to players who prefer a smoother, more modern experience. I've prepared a clean solution that eliminates this "freeze" and allows for fluid movement while toggling your auras. Below is the code on how to achieve this. Hope it helps! Changes in PlayerAI.java: Modified doActiveIntention to properly update the active state without stalling. Removed the forced stop() during toggle casting. Added a MoveToLocation broadcast to ensure other players see your movement correctly (prevents visual "teleporting" or desync). Best regards 😃 diff --git a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java index ba0425a..1b2658d 100644 --- a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java @@ -28,6 +28,7 @@  import net.sf.l2j.gameserver.network.serverpackets.ActionFailed;  import net.sf.l2j.gameserver.network.serverpackets.AutoAttackStart;  import net.sf.l2j.gameserver.network.serverpackets.ChairSit; +import net.sf.l2j.gameserver.network.serverpackets.MoveToLocation;  import net.sf.l2j.gameserver.network.serverpackets.MoveToLocationInVehicle;  import net.sf.l2j.gameserver.network.serverpackets.MoveToPawn;  import net.sf.l2j.gameserver.network.serverpackets.StopMove; @@ -159,7 +160,10 @@      @Override      public synchronized void doActiveIntention()      { -        doIdleIntention(); +        prepareIntention(); +        _currentIntention.updateAsActive(); +        if (!getActor().isMoving()) +            thinkIdle();      }            @Override @@ -280,8 +284,9 @@                    if (skill.isToggle())          { -            getActor().getMove().stop();              getActor().getCast().doToggleCast(skill, target); +            if (getActor().isMoving()) +                getActor().broadcastPacket(new MoveToLocation(getActor()));          }          else          { https://pastebin.com/twZujZ3Y
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..