Jump to content

Donate Manager Npc


MarGaZeaS

Recommended Posts

yes.

U can enchant with donate coins, but not with this code im sure. Cause I fixed some stuff and I found no code for skill enchantment with donate coins at 100% chance. It only displays the normal skill enchant window for players using books.

Link to comment
Share on other sites

  • 2 months later...
  • 4 weeks later...
  • 8 months later...

    [javac] C:\Compiler\Workspace\Test\gameserver\head-src\com\l2jfrozen\gameserver\Custom\DonateAudit.java:49: error: cannot find symbol
    [javac]             save.write(Util.formatDate(new Date(), "dd/MM/yyyy H:mm:ss") + ">" + activeChar + ">" + action + ">" + target + ">" + params + "\r\n");
    [javac]                            ^
    [javac]   symbol:   method formatDate(Date,String)
    [javac]   location: class Util
    [javac] 1 error
How can resolve this error 

Link to comment
Share on other sites

  • 3 months later...
6 hours ago, z1r3k said:

kalispera,ligi boithia sto code den exeis balei sta lines  kapio + i otidipote na 3eroume pia 8a perasoume mesa sto eclipse :) 

 

@PaRaNoiC*

απλά θα κάνεις τα καινούρια class με το όνομα που βλέπεις σε κάθε class και θα κάνεις μέσα επικόλληση ότι γράφει γιαυτό δεν έχει +. δεν είναι κάτι πρόσθετο σε ήδη υπάρχοντα classes.

Link to comment
Share on other sites

  • 2 months later...
On 4/25/2018 at 9:05 AM, GMTrunks1 said:

    [javac] C:\Compiler\Workspace\Test\gameserver\head-src\com\l2jfrozen\gameserver\Custom\DonateAudit.java:49: error: cannot find symbol
    [javac]             save.write(Util.formatDate(new Date(), "dd/MM/yyyy H:mm:ss") + ">" + activeChar + ">" + action + ">" + target + ">" + params + "\r\n");
    [javac]                            ^
    [javac]   symbol:   method formatDate(Date,String)
    [javac]   location: class Util
    [javac] 1 error
How can resolve this error 

try this or import java class Util

save.write(">" + activeChar + ">" + action + ">" + target + ">" + params + "\r\n");

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
On 2/26/2017 at 2:00 AM, valentin said:

error minor enchant skill + sex change it does not take inventory item donate

 

Sex change is not taking items just because this part is not logical. First you close game, after you try to destroy item :D

814    activeChar.deleteMe();
815    activeChar.sendPacket(LeaveWorld.STATIC_PACKET);
816               
817    if (!activeChar.destroyItemByItemId("Donate Star", itemid, ammount, activeChar, false))
818         return;

 

 

Fix:

814   if (!activeChar.destroyItemByItemId("Donate Star", itemid, ammount, activeChar, false))
815      return;
816                
817    activeChar.deleteMe();
818    activeChar.sendPacket(LeaveWorld.STATIC_PACKET);

 

  • Haha 1
Link to comment
Share on other sites

  • 1 year later...
On 9/20/2016 at 5:13 PM, MarGaZeaS said:

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

 

 

  Reveal hidden contents

 

 

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

nice share . alla evales enan code xwris na valeis + dipla sta lines p prepei na perasoume . epishs exeis la8os to pou .einai datatables.sql oxi databases

Link to comment
Share on other sites

5 hours ago, scraw said:

nice share . alla evales enan code xwris na valeis + dipla sta lines p prepei na perasoume . epishs exeis la8os to pou .einai datatables.sql oxi databases

είσαι παλιό μέλος στο φόρουμ θα έπρεπε να γνωρίζεις τι είναι το dig...

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