Jump to content

Donate Manager Npc


MarGaZeaS

Recommended Posts

Kalhspera. edw pera ine 1 donate manager. apo ton l2sayn to exw vgalei kai to dinw se esas. parakalw mhn krazete. :D

 

Code: http://pastebin.com/tuWcQAXQ

EDIT: 3exasa na valw to name sto Instance. valte L2DonateShopInstance

 

(ADAPTED FOR L2JACIS http://pastebin.com/6d9P4wm1  ) by member l2jkain

 

SCREENSHOTS

 

 

 

Donate_Manager.png

 

 

 

Download:

Gia na doulepsi to code prepei na valete auta ta arxia. 

Click Me

Diavaste to ReadMe.txt

To sql uparxi sto arxio.

To Donate Coin exei id 1704

Ean vgalei kapoio provlima kalo einai na kanete 1 post se auto to topic gia na to checkarw. :)

Doulevei sto l2jfrozen last rev. twra gia prohgoumena den 3erw. :D

UPDATED** //augment command http://www.maxcheaters.com/topic/207755-l2jfrozen-augment-command/

 

CREDITS: fofas

Edited by PaRaNoiC*
  • Thanks 1
  • Upvote 2
Link to comment
Share on other sites

HAHAHAHAHAHAH , nice share mate!

Some peoples pay for this :P

i know.. :) if I have time I will try to add //augment from l2sayn and i share here. :) thanks

Link to comment
Share on other sites

Bad code. Many ugly checks and not optimized places. Also, i think, container model is not perfect.

 

P.S. I don't know how it would work, but many methods not good.

Link to comment
Share on other sites

Bad code. Many ugly checks and not optimized places. Also, i think, container model is not perfect.

 

P.S. I don't know how it would work, but many methods not good.

i test and working 100%

bad for you :D

Link to comment
Share on other sites

Bad code. Many ugly checks and not optimized places. Also, i think, container model is not perfect.

 

P.S. I don't know how it would work, but many methods not good.

True but is ok for a share..
Link to comment
Share on other sites

i test and working 100%

bad for you :D

    public final void addName(L2PcInstance player)
    {
        if (player != null)
        {
            addName(player.getObjectId(), player.getName()); // Why need separated method for this?
            _accessLevels.put(player.getObjectId(), player.getAccessLevel().getLevel());
        }
    }
   
    private final void addName(int objId, String name) // Whre logic?
    {
        if (name != null) // Never be is null!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
        {
            if (!name.equalsIgnoreCase(_chars.get(objId))) // What the FUCK?????????
                _chars.put(objId, name);
        }
    }

And more, more places.

Link to comment
Share on other sites

Φιλε την Class σε ποιο package την δημιουργεις ?

[Gr] sto leei to package agori mou sto leei ekei prin ta imports[gr]

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...