Jump to content

Recommended Posts

Posted

Thank you, but I'm not developer :)

Tested here Anonymo mod, but it does not work correctly, see the print, the player entering ve your name as anonymous, but sees the other players with their real names ...

erro_e10.jpg

Posted

 

 

 

UserInfo.java

-               writeS(_activeChar.getAppearance().getVisibleName());
+               writeS(_activeChar.isInsideZone(ZoneId.ANONYMOUS) ? "Anonymous" : _activeChar.getAppearance().getVisibleName());

-               writeS(title);
+               writeS(_activeChar.isInsideZone(ZoneId.ANONYMOUS) ? "Anonymous" : title);

 

 

 

 

instead UserInfo.java put that code to Charinfo.java

Posted

can fix this ? this is for Vote Manager -  HopZone ... does works

 

	protected static int getHopZoneVotes()
	{
		int votes = -1;
		String Hopzonelink = Config.VOTE_LINK_HOPZONE;
		InputStreamReader isr = null;
		BufferedReader br = null;
		
		try
		{
			URLConnection con = new URL(Hopzonelink).openConnection();
			con.addRequestProperty("User-Agent", "Mozilla/4.76");
			isr = new InputStreamReader(con.getInputStream());
			br = new BufferedReader(isr);
			
			String line;
			while ((line = br.readLine()) != null)
			{
				if (line.contains("rank anonymous tooltip"))
				{
					votes = Integer.valueOf(line.split(">")[2].replace("</span", ""));
					break;
				}
			}
			
			br.close();
			isr.close();
		}
		catch (Exception e)
		{
			System.out.println("[VoteRewardManager]: Problem occured while getting Hopzone votes. Error Trace: " + e.getMessage());
		}
		return votes;
	}
Posted

alextoti13

also if u can to make a code that lets players to trd augmentable items.

 

 

 

L2ItemInstance.java

/**
* Returns if item is tradeable
* @return boolean
*/
public boolean isTradeable()
{
- return isAugmented() ? false : _item.isTradeable();
+ return _item.isTradeable();
}

* You can it make it also with configs, if you want, I can help, just say.

 

 

 

 

Hello.

 

I would love to get a help for install this mode but configurable in the l2jmods. If possible, tell me pls.

Posted

It would be nice if u could make the char when entering to be shown only by the others with other sex or other race for more protection.

I would like to add 

-- If you can make for players auto leave party, and the party request can't be sent and accepted, The players will continue anonyms ;D

Posted

Hello.

 

I would love to get a help for install this mode but configurable in the l2jmods. If possible, tell me pls.

if (Config.TRADEABLE_AUGMENTATION)
{
    return _item.isTradeable();
}
return isAugmented() ? false : _item.isTradeable();
Posted

 

can fix this ? this is for Vote Manager -  HopZone ... does works

 

 

	protected static int getHopZoneVotes()
	{
		int votes = -1;
		String Hopzonelink = Config.VOTE_LINK_HOPZONE;
		InputStreamReader isr = null;
		BufferedReader br = null;
		
		try
		{
			URLConnection con = new URL(Hopzonelink).openConnection();
			con.addRequestProperty("User-Agent", "Mozilla/4.76");
			isr = new InputStreamReader(con.getInputStream());
			br = new BufferedReader(isr);
			
			String line;
			while ((line = br.readLine()) != null)
			{
				if (line.contains("rank anonymous tooltip"))
				{
					votes = Integer.valueOf(line.split(">")[2].replace("</span", ""));
					break;
				}
			}
			
			br.close();
			isr.close();
		}
		catch (Exception e)
		{
			System.out.println("[VoteRewardManager]: Problem occured while getting Hopzone votes. Error Trace: " + e.getMessage());
		}
		return votes;
	}

https://www.assembla.com/code/l2hellas/subversion/commit/504see full void getvotes copy it. and its works 100% :)

Posted (edited)

1)Hopzone vote reward with php(php gets the votes, gameserver points on php.

2)AION pvp system(delay)

 

Thank you :D

 

Edit: some info about the first one. Use as user agent googlebot

Edited by kostantinosftw

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

    • "If you’re not on the internet, you don’t exist." — Bill Gates And to be on the internet, you need to be visible. In 2025, SMM is not just advertising. It’s a systematic process that makes your brand noticeable, recognizable, and in demand. Every day, millions of posts are created across social media and content platforms. If you don’t claim your spot in this stream, your project will simply vanish in the noise. SMM means: ➡ Constant growth of followers, likes, and comments ➡ Increasing reach and engagement ➡ Presence on all key platforms ➡ Driving targeted traffic to your website or app ➡ Building brand image and audience trust Doing all this manually is time-consuming and expensive. That’s why we created the SocNet SMM Panel — a convenient, fast, and powerful tool that automates promotion across top platforms. Use our SMM Panel to boost and promote on Facebook, Instagram, Telegram, Spotify, Soundcloud, YouTube, Reddit, Threads, Kick, Discord, LinkedIn, Likee, VK, Twitch, Kwai, TikTok, Trust Pilot, Apple Music, Tripadvisor, Snapchat, and more. Followers, likes, views, reposts, listens, viewers, reactions, comments — all in one place, without complex setup or extra costs. Get $1 for your first trial launch: Simply create a ticket with the subject “Get Trial Bonus” on our website (Support) ➡ Go to SMM Panel (clickable) or via support in the bot How to order: ➡ SMM Panel: Click - promotion for your social media accounts. ➡ SMM Panel directly inside our Telegram bot: Click (Menu ➡ SMM Panel) Our digital goods store: ➡ Online Store: Click ➡ Telegram Bot: Click Regular customers get extra discounts and promo codes! Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ➡ Discord: socnet_support ➡ Discord Server: https://discord.gg/y9AStFFsrh ➡ ✉ Email: solomonbog@socnet.store You can also use these contacts to: — Consult on wholesale purchases — Establish a partnership (current partners: https://socnet.bgng.io/partners ) — Become our supplier SocNet — store of digital goods and premium subscriptions
    • can you give me please on pm his telegram ?   
    • Hello, I need support i cannot pay for smart-guard.eu smartguard protection, there is no payment button, i tried to add a new product, or buy it as new even with new email, there is no payment button, i tried to reach riotta on skype or akumu but i have no contacts for akumu, please help.
    • Looking for full patch for this server (ALL accessories, cloaks, weapons needed) - Price MINIMUM $50
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock