Jump to content

Famous System


Recommended Posts

Hey guys , didn't share for a long time , so here we go :

 

Its a npc which you can add your self to the famous top list if you have 100 pvp or more.

 

You can vote for a player in the list every 24 hour.

 

The list have only top 10 players sorted by votes.

 

 

Code : http://pastebin.com/qJpCZEPB

 

And for DB part :

 

CREATE TABLE `famous` (
  `name` text,
  `votes` int,
  `famous` int
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=latin1;

 

Coded by me

Link to comment
Share on other sites

public void setCanVote(boolean h)

+      {

+              canVote = h;

+              if (!canVote)

+              {

+                      ThreadPoolManager.getInstance().scheduleGeneral(new Famous(), 86400000);

+              }

+      }

this way if the player restarts wouldn't make the instance to start over?

Link to comment
Share on other sites

public void setCanVote(boolean h)

+      {

+              canVote = h;

+              if (!canVote)

+              {

+                      ThreadPoolManager.getInstance().scheduleGeneral(new Famous(), 86400000);

+              }

+      }

this way if the player restarts wouldn't make the instance to start over?

oh , forgot about that.

will update it

Link to comment
Share on other sites

oh , forgot about that.

will update it

It would be good to test some more your codes before sharing. Many people, who have no knowledge on coding, will use this and gonna have problems.

 

Anyway, good job, thanks for sharing.

Link to comment
Share on other sites

It would be good to test some more your codes before sharing. Many people, who have no knowledge on coding, will use this and gonna have problems.

 

Anyway, good job, thanks for sharing.

Its really not a big problem.

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.



  • Posts

    • 📢 𝗦𝐭𝐚𝐫𝐭 𝐨𝐧 𝟐𝟲/𝟏𝟎/𝟐𝟎𝟐𝟒  𝟏6:𝟎𝟎 𝑳𝒐𝒏𝒅𝒐𝒏 𝑻𝒊𝒎𝒆 ⚔️ 𝗥𝗮𝘁𝗲𝘀: 𝗫𝗣 𝟐𝟱𝐗, 𝗔𝗱𝗲𝗻𝗮 𝟏𝟎𝐗, 𝗦𝗽𝗼𝗶𝗹 𝟏𝟎𝐗, 𝗗𝗿𝗼𝗽 7𝐗, 💬 𝗠𝗮𝘅 𝗲𝗻𝗰𝗵𝗮𝗻𝘁 +𝟭𝟲 𝘄𝗶𝘁𝗵 𝟱𝟎% 𝗻𝗼𝗿𝗺𝗮𝗹 𝗮𝗻𝗱 𝟲𝟎% 𝗯𝗹𝗲𝘀𝘀𝗲𝗱, 👉 𝗔𝘂𝘁𝗼 𝗲𝘃𝗲𝗻𝘁𝘀 🌍 𝗪𝗲𝗯𝗦𝗶𝘁𝗲: https://l2glorious.online/
    • Well, I'm looking for errors like the 1599 bug in attack speed bro Well, I'm looking for errors like the 1599 bug in attack speed bro
    • Hey! I’ve run into similar issues before. They usually track you through IPs, cookies, and sometimes even browser fingerprints, so just changing your MAC or IP probably won’t do the trick. I found that using a VPN really helps mask your IP, and clearing your cookies regularly makes a big difference. Also, browsing in incognito mode or using something like the Brave browser can help keep things private.
    • If you're trying to boost your attack speed in Interlude, I'd recommend focusing on optimizing your gear and skills instead of hunting for bugs. I’ve found that mixing up your equipment and looking for buffs that enhance attack speed can make a big difference. It’s also worth experimenting with different skill combos to maximize your damage output.
    • That code is shared of "Server Shares & Files [L2J]" section. Requires Java source of the server and interface modification.
  • Topics

×
×
  • Create New...