Jump to content

[L2Jmods] Camera Effect On New Player Spawn!


Recommended Posts

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
Link to comment
Share on other sites

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;

Link to comment
Share on other sites

Just lol'ed.

 

 

You should decrease the price, definitely.

Edited by SweeTs
Link to comment
Share on other sites

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
Link to comment
Share on other sites

 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

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



×
×
  • Create New...