Jump to content

Recommended Posts

Posted
Hello guys, this is a code that i'm selling. When a new player logs on Server he will get a custom camera effect on your Npcs with a print message on TOP.

 

You can change the npc and message as you want!

 

This is how it works:

 


 

I'm selling the mod for 40 Euro. The mode is customizable, so if you need something more i can do it but this can change the price of the mod!

 

+10 Euro if you need support to install the mod.

 

IMPORTANT: Payment only with PAYPAL!

 

You can contact me at l2jmods@gmail.com if you need infos or you need other Custom code.

 

Cheers

Hei oh!  :good sir:

  • Upvote 1
Posted

Lol.

 

L2Object o = null;
                    
                    for (L2Object kn : p.getKnownList().getKnownObjects())
                    {
                        if (kn instanceof L2BufferInstance)
                        {
                            o = kn;
                            break;
                        }
                    }
                    
                    if (o == null)
                    {
                        return;
                    }
                    
                    p.sendPacket(new ExShowScreenMessage("Meet Helen, she will support you with buffs.", 3000));
                    p.broadcastPacket(new SpecialCamera(o.getObjectId(), 145, 5, 6, 0, 4*1000, 0, 0, 1, 0));
                    plays.remove(p);
                    plays.put(p, ThreadPoolManager.getInstance().scheduleGeneral(this, 4000));
                    state++;
                    
                    break;

Posted

Yes, this is extremely easy to do. If you ask 40 euros for this, then how much should I afk for the movie system I made xD

 whats movie system

Posted (edited)

noone will give you more than 5-10 euro max for that code...

and +10e for implementation 2 lines? WTFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

 

wtf?

 

epic rip off

hnoke have good prices comparing to you!

Edited by Karasu
Posted

 whats movie system

 

A system I made for MMOPlay and that I improved and finished recently, that allows you to create a ingame movie with a huge UI. Probably similar to what ncsoft has to do their scenes. Spawn, effects, social, movement, attack, skills, fences, sounds, talking, subtitles, etc

I made a movie telling the legend of Medusa, quite cool. Really powerful system xD

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


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