Jump to content
  • 0

[request] Some Items


Question

Posted

hello maxcheaters! i want to make some kind of items and i need your help!

 

1. Hero Custom Item

i want to make item like this http://www.maxcheaters.com/forum/index.php?topic=34266.0

but hero must be only 24 hour! it's possible?

 

2.Quick Healing Potion

how to change Quick Healing Potion HP Regeneration Power Like Mana Potion?

for example:

QuickHealingPotionPower = 500

 

 

sorry for my english

5 answers to this question

Recommended Posts

  • 0
Posted

1. Hero custom item you will have to add it your core what pack you use?

 

2. Quick healing potion you got a skill for that item, look inside stats folder.

  • 0
Posted

So if you got the source you will have to import it to eclipse and add it manually :)

 

Thats why I always say if you do want to open your own server you must have basic knowledge or be able to pay to do the work you want.

  • 0
Posted

i think i must take formula from admin command //heroget

 

    public void addHero(L2PcInstance client, int days)
    {
        Calendar t = Calendar.getInstance();
        t.add(10, 24 * days);
        heroes.put(Integer.valueOf(client.getObjectId()), Long.valueOf(t.getTimeInMillis()));
        client.broadcastPacket(new SocialAction(client.getObjectId(), 16));
        onEnterWorld(client);
        saveHeroes();
    }

    public boolean timeIsExpired(int id)
    {
        if(!hasAccess(id))
            return true;
        long target = ((Long)heroes.get(Integer.valueOf(id))).longValue();
        Calendar now = Calendar.getInstance();
        if(target - now.getTimeInMillis() > 0L)
        {
            return false;
        } else
        {
            removeHero(id);
            return true;
        }
    }

 

if you can please help to adapt to hero custom item...

 

  • 0
Posted

You must create item handler. I don`t have la2base interlude source.

 

And I am sorry I busy with archid. We gonna launch premium this month.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Where's the proof? I can tell you're a scammer.
    • Where was I called a scammer? Is there any proof, etc.? There are a lot of reviews about our store online, etc. https://zhyk.org/forum/showthread.php?t=1108673
    • U was reported as scammer in your previos topic why u create new topic?
    • 🔍 Inventory 1.0 is a next-generation inventory system that stands out with its special minimal clothing system. Carefully designed and prepared according to the highest standards of your server, it not only enhances your gaming experience but also contributes to your server's infrastructure. ⚙️ Supported: QB-CORE Features: ✅ Instant Delivery: All products you purchase will be instantly assigned to your account as soon as your payment is completed. ✅ Clothing System: With the special animated clothing configurations in your inventory, you will be able to change outfits with ease. Experience a unique roleplaying experience with high-quality animations and customizable clothing options. ✅ Minimalist Inventory System: This inventory system, with its visuals, animations, and mechanics, offers maximum efficiency without overwhelming your screen and limiting your roleplaying experience. It’s designed to be user-friendly while enhancing your roleplaying experience. ✅ Continuous Updates: The content in the inventory is regularly updated with innovative features added. New animations, additional clothing options, and cutting-edge features ensure a fresh and dynamic experience. ✅ Easy Setup and Compatibility: Compatible with QB-CORE, this system is easy to install and optimized for quick integration into your server. It works seamlessly with a simple drag-and-drop method. ✅ Performance Optimization: The system is optimized to avoid low FPS and performance drops. All features of the inventory run smoothly without affecting your server’s performance. ✅ Multilingual Support: With support for different languages, you can cater to an international player base and build a larger community on your server. ✅ Flexible Customization Options: You can fully customize the inventory according to your needs and server rules. Choose between different outfits and animations to create a unique gaming experience. ✅ Comprehensive Help and Support: With 24/7 support, you can quickly resolve any issues you encounter. Our technical support and user guides are always here to assist you. Shop Now! Take your game to the next level with Inventory 1.0  and enjoy its unique features. Get ready to make a real difference in your roleplaying experience!   --------------------------TEBEX: https://matza.tebex.io/package/7174862 --------------------------
  • 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