Jump to content
  • 0

Question

8 answers to this question

Recommended Posts

  • 0
Posted

For aCis html locates

aCis_datapack / data / html / scripts / village_master / Clan / 9000-03.htm

 

The handler locates in

gameserver/model/actor/instance/VillageMaster.java

 

Section

		else if (actualCommand.equalsIgnoreCase("increase_clan_level"))
		{
			if (player.getClan().levelUpClan(player))
				player.broadcastPacket(new MagicSkillUse(player, player, 5103, 1, 0, 0));
		}

 

  • 0
Posted
On 4/14/2019 at 3:46 AM, bras1las said:

Rootware i do not understand, what i need change in valagemaster. Java ur marked section place? 

 

net.sf.l2j.gameserver.model.pledge.Clan#levelUpClan(Player player)

  • Like 1
  • 0
Posted

Look mate mby i do something wrong? case 0: // upgrade to 1
                if (player.getSp() >= 30000 && player.reduceAdena("ClanLvl", 150, player.getTarget(), true))
                {
                    player.removeExpAndSp(0, 30000);
                    increaseClanLevel = true;
                }
                break;
            
            case 1: // upgrade to 2
                if (player.getSp() >= 150000 && player.reduceAdena("ClanLvl", 250, player.getTarget(), true))
                {
                    player.removeExpAndSp(0, 150000);
                    increaseClanLevel = true;
                }
                break;
            
            case 2:// upgrade to 3
                if (player.getSp() >= 500000 && player.destroyItemByItemId("ClanLvl", 57, 1000, player.getTarget(), true))
                {
                    player.removeExpAndSp(0, 500000);
                    increaseClanLevel = true;
                }
                break;
            
            case 3: // upgrade to 4
                if (player.getSp() >= 1400000 && player.destroyItemByItemId("ClanLvl", 57, 1500, player.getTarget(), true))
                {
                    player.removeExpAndSp(0, 1400000);
                    increaseClanLevel = true;

Guest
This topic is now closed to further replies.


  • Posts

    • 🔥 Looking for a powerful, clean, and player-friendly Auction House system for your Lineage 2 server? This fully-featured module is ready to plug into your project and provide your players with a modern, centralized marketplace!   💼 What is it? A complete Auction House system designed for fixed-price item sales between players. Forget about private stores and spammed zones—this system offers a smooth, secure, and offline-friendly way to buy and sell items across your server.   Photo Library: https://imgur.com/a/zLlUQbW   ✅ Main Features: 🔹 Fixed-Price Listings Only: Players list items at a set price. No bidding, no delays—just fast, clean trades. 🔹 Multi-Currency Support: Works with Adena, event coins, custom currencies—fully configurable. 🔹 Dynamic Interface: Players can filter items by name, type, and price. Easy-to-use HTML layout with smooth pagination. 🔹 Sell While Offline: Post items and receive payments even if you're not online—true passive trading. 🔹 Safety First: Full validation: no equipped/augmented/restricted items unless allowed. Prevents scams, mispricing, and listing errors. 🔹 Expiration Timer (Optional): Set listing time limits. Expired items go to warehouse/mail automatically. 🔹 Spam & Duplication Protection: Prevents multiple listings of identical items and unnecessary database load. 🔹 Performance Optimized: Clean, indexed SQL structure. No lag or bloating even with thousands of listings.   ⚙️ Plug & Play Clean Java code (compatible with aCis & derivatives). Easy setup with full instructions and sample configurations. Includes SQL, HTML files, and all Java classes – fully working out of the box.   💰 Pricing & Contact 📦 50 euro - One-time purchase with full support for setup & basic customization. 💬 Contact me here via PM or on Discord: @Luminous 🔐 Serious buyers only – source is clean, secure, and tested on live servers.     Give your server the next-level economy it deserves. No more chaotic trade zones. No more confusion. Just clean, efficient, server-wide trading.
    • We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX! Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
    • 166 pisses on their heads any day of the week though
    • Thnx for share, i can't pm u for password  
    • I'm looking for the best current files that are up to date for the year 2025, not files that are stuck in 2020.
  • Topics

×
×
  • Create New...