Jump to content

Top + Free Donate Panel


iTopZ

Recommended Posts

I invite you in my toplist with free donation panel from DenArt Designs at https://itopz.com/

iTopZ Login with 1 click here

Donate Panel more info can be found here

Donate Panel how to can be found here

Server Side (L2OFF TODO) Java can be found here

 

DenArt Designs Paid Donate Panel can be found here https://www.denart-designs.com/

  • Like 4
  • Thanks 2
  • Upvote 1
  • Downvote 1
Link to comment
Share on other sites

  • 3 months later...
On 9/13/2020 at 11:02 PM, iTopZ said:

I invite you in my toplist with free donation panel from DenArt Designs at https://itopz.com/

iTopZ Login with 1 click here

Donate Panel more info can be found here

Donate Panel how to can be found here

Server Side (L2OFF TODO) Java can be found here

 

DenArt Designs Paid Donate Panel can be found here https://www.denart-designs.com/

everything is secured? and i checked it and its only for lucera and acis? its wont work for l2jfrozen 1.5?

Link to comment
Share on other sites

Upcoming update, http://prntscr.com/wmd6tn

About your question define what is only for lucera and acis? because at the moment it supports 31 projects, also i will not discuss security.

Link to comment
Share on other sites

  • 2 months later...
  • 3 weeks later...

How to make this part "Final Step 4 add a task that will check the table donate_holder for new donations and if a new donation found reward it to the player"

Edited by Vision
Link to comment
Share on other sites

  • 2 months later...
On 4/27/2021 at 8:31 PM, RivaldisR said:

How to make this part "Final Step 4 add a task that will check the table donate_holder for new donations and if a new donation found reward it to the player"

 

https://github.com/nightw0lv/DonatePanel

here are the classes to use it individually

 

and the sql

CREATE TABLE `donate_holder` (
  `no` int(11) NOT NULL AUTO_INCREMENT,
  `id` int(11) NOT NULL,
  `count` int(11) NOT NULL,
  `playername` varchar(255) CHARACTER SET utf8 NOT NULL,
  `order_status` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`no`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;

 

and to anwer to your question the final part requires sources (for lucera there is a special donate.ext.jar library you can ask me for it) and you implement one of those classes that there are published on this git depending your project inside your sources and you build your project.

thats it.

for example aCis

https://github.com/nightw0lv/DonatePanel/blob/master/Legacy/JAVA/Interlude/aCis/DonateGiverTaskManager.java

you copy this file into aCis sources

you go in gameserver.java and you call it somewhere like

DonateGiverTaskManager.getInstance();

you import it with ctrl+shift+o combination

build project & voila

Edited by Nightw0lf
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...