Jump to content

Recommended Posts

  • 4 weeks later...
  • 3 weeks later...
  • 2 weeks later...
Posted (edited)

Guys, if someone wants the original updater - not shity 3 pixels - go to my profile.

Take care lame fuqer  O0  Get some skills with design and try to do something by Yourself. Oh wait...You can't  :happyforever:Another lame try to copy my updater ^^ Gaara tried it as well and failed just like You. Pixeladed as fuq. It looks like from 1995  :poker face: 

Edited by aVVe
Posted

умничать будете в своих темах

я делаю апдейтеры из того что мне даёт заказчик(PSD)  (RUS)

 

will be smart in their topics
I do updater from the fact that I give the customer (PSD)  (ENG)
Posted (edited)

 

will be smart in their topics

I do updater from the fact that I give the customer (PSD)  (ENG)

You didn't do the background. You didn't design it - it is from my updater design. You leeched it and You playing smartass. The "psd" You have containts my background design and Your crapy re-creation for buttons and loading bar.

If You call it Your design, then You are just stupid ^^ Everyone knows that You leeched the design from my updater and now try to call it Yours  :poker face:  You can design shit thats why You leeched my design and now sell it as Yours.

I will report Your post with that video to be removed as You don't have rights to re use it.

 

Take care shitbag  :dat:

Edited by aVVe
Posted

Вы настолько увидели во мне конкурента, что распустили слюни?

Удачи Вам в своих роботах тогда!!!

 

Я могу удалить хоть все свои видео, но это не решит вашей проблемы))

Удачного вам дня)))))  (RUS)

 

You saw me as a competitor, that drooling disbanded?
Good luck to you in your robot then !!!
 
I can even remove all your videos, but it does not solve your problem))
Have a nice day to you))))) (RUS)
Posted (edited)

 

You saw me as a competitor, that drooling disbanded?

Good luck to you in your robot then !!!
 
I can even remove all your videos, but it does not solve your problem))
Have a nice day to you))))) (RUS)

Competitor? What competitor are You if You are using my stuff?  :you serious?:  You are no competitor to me. I just don't like scumbags to re-sell things (especialy mine) - same thing with "Your" Unreal. It's not Yours but You try to sell it anyway  :happyforever: 

Anyway, video removed, I don't care about Your shits anymore. 

Take care shitbag  :poker face:

Edited by aVVe
Posted

Competitor? What competitor are You if You are using my stuff?  :you serious?:  You are no competitor to me. I just don't like scumbags to re-sell things (especialy mine) - same thing with "Your" Unreal. It's not Yours but You try to sell it anyway  :happyforever: 

Anyway, video removed, I don't care about Your shits anymore. 

Take care shitbag  :poker face:

я гляжу у вас бомбит?

пойдите прогуляйтесь по улице, думаю должно попустить))

 

по поводу Unreal, что же вы все такие завистливые?

на данный момент собран не Unreal, а Postal 2, со всеми функциями.

свободно им компилирую любой(.u) файл в клиенте

 

lineageeffect.u

interface.u и так далее, а вы дальше пишите о том что я продаю не свою работу - многого добьётесь....  

 

и сразу попрошу модераторов, очистить тему продажи,
от неуместных высказываниях завистликов..
 
всем удачного дня.

(RUS)

 

I look you bombing?
Go take a walk down the street, I think should be in vain))
about Unreal, what are you all so envious?
currently collected are not Unreal, but Postal 2, with all the features.
free to compile them all (.u) file to the client
lineageeffect.u
interface.u and so on, and you continue to write about what I sell is not my job - many will achieve ....
 
and immediately ask moderators, clear theme sales
by inappropriate statements zavistlikov ..
 
all a successful day.
 
(ENG)
Posted (edited)

If You want to take a part in such conversation, please...just please...learn the fucking eng. If You want to sell anything, You will need it. Your eng is at lvl "google translator" just like "Your" sales.
You are trying to sell not Yours updater graphic and not Yours UE patch (You didn't unlock it). What else do You sell? Gildors tool? :-beep- yeah:

Well, at least You are a true Russian  :happyforever: Mom should be proud  :dat:

Edited by aVVe

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..