Jump to content

Question

Posted

Guys I need help with pc bang point exchange.I want to exchange it to pc cafe points, but I dont know how to do it. I search the forum and didn't find anythin or any npc with this function.can anyone tell me how to do it?

7 answers to this question

Recommended Posts

  • 0
Posted

well check these lines of the code on MultisellChoose :

 

if(e.getItemId() == 65436 && e.getItemCount() * _amount > player.getPcBangScore())
{
        player.sendPacket(new SystemMessage(SystemMessageId.NOT_ENOUGH_ITEMS));
                         return;
}

 

i think you got your answer ;)

 

  • 0
Posted

so I must make multisell with pc bang (id 65436) to trade to anything I want or how?

 

I'm kind of newbie in this,just starting with java,so pls a bit of more info if you can :)

  • 0
Posted

so I must make multisell with pc bang (id 65436) to trade to anything I want or how?

 

I'm kind of newbie in this,just starting with java,so pls a bit of more info if you can :)

 

your multisell need be like this

 

 

<?xml version='1.0' encoding='utf-8'?>

<list>

 <item id="1">
   <ingredient id="65436" count="1"/>
   <production id="22" count="1"/>
 </item>
</list>

 

 <item id="1">

if you want to add second item in same multisell , so next item need be with ID 2

 

 

  <ingredient id="65436" count="1"/>

that are item who npc will want you for buy any item

 

   <production id="22" count="1"/>

that are item who npc will give you

 

when you are ready with your multisell safe it with any numbers.. for example :  202011

After that go to gameserver/data/html/merchant

and take your custom html npc or just take any random ....

 

for example :

delete all in html who you open ( if you dont know how to add multisell in npc)

 

and add this

 

<html>
<body>
<center>
<br>
<button value="Exchange" action="bypass -h npc_%objectId%_multisell 75" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"><br>
</center>
</body>
</html>

 

from here you need know :

 

 <button value="Exchange"

 

where is Exchange write what you want . This is button who will be add on your npc

 

 npc_%objectId%_multisell 75"

 

here you need config your multisell to work with your npc

where is 75 this is name on multisell

we was safe your custom mutisell with name 202011

so your line need be like this  npc_%objectId%_multisell 202011"

  • 0
Posted

still nothing:( I made npc to sell things on pc bang (id -100),but when I press buy button nothing happens:( I need that the amount of pc bang on the screen became real in the bag of char.Is there any way or any npc for it?cause when its sold on pc bang in store and I have pc points only on screen I cant buy anything

 

p.s. ty for help

  • 0
Posted

still nothing:( I made npc to sell things on pc bang (id -100),but when I press buy button nothing happens:( I need that the amount of pc bang on the screen became real in the bag of char.Is there any way or any npc for it?cause when its sold on pc bang in store and I have pc points only on screen I cant buy anything

 

p.s. ty for help

 

pc bang point are not in your inventory , you can see this only on screan not and in your inventory

  • 0
Posted

I know that pc point are only on screen and I need help in turning them in some kind of currency (e.g. pc cafe),so I can trade something on them.I need script or java code for that.

 

p.s  I have seen on some servers that there is a npc that when you talk to him it turns pc bang points in pc cafe (or something else)

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

    • I didn't use AI for this, I used untitledui, they have ready templates and blocks. And no, it's not shadcn, untitledui has their own design system.   For example, for the hero I used an iteration of this https://www.untitledui.com/react/marketing/hero-header-sections/hero-abstract-angles-04
    • A misaligned badge or a heavy shadow is not evidence of AI. If anything, small inconsistencies are usually proof of years of manual modifications layered over an old codebase. AI-generated UIs tend to be overly clean, symmetrical, and generic because models optimize for visual patterns, not long-term product evolution. What you’re calling “AI design” is actually a very common style in older gaming communities: strong gradients, metallic buttons, glow effects, dense information blocks, and high visual emphasis on rankings/votes/sponsors.    Also, good UI is contextual. A toplist platform for MMORPG servers is optimized differently than a modern SaaS dashboard or a portfolio site. Here, visibility, CTR, sponsor highlighting, fast scanning, and information density matter more than minimalist whitespace trends from Dribbble. And honestly, if the UI was actually generated by AI, it probably would’ve looked more modern and generic — not like a platform that clearly evolved piece by piece over many years 😄   The funny thing is that a lot of these new “AI web designers” can’t even write 20 lines of CSS by hand without ChatGPT holding their hand 😄    They see a shadow, a gradient, or a rounded border and instantly scream “AI-generated” because their entire understanding of design now comes from prompting tools instead of actually building interfaces from scratch. And honestly, @Elfo was right — your own website looks far more AI-generated you built it with Tailwind/shadcn-style aesthetics and probably Next.js ,m i right friend? you built it with Tailwind/shadcn-style aesthetics...  You literally scanned the entire site just to find a tiny shadow behind a button as “proof” 😂 Real developers know the difference between a handcrafted project that evolved over many years, and a generic AI-generated template pumped out in 30 seconds.       Anyway, no hard feelings. Different tastes, different opinions 🙂
    • If it is AI-generated, you used a really shit model. Even AI wouldn't be able to generate obvious errors like the badge misalignment.   I do find it funny, however, that out of everyone to accuse you, Splicho, who used AI to fully generate this https://nimeracp.com/, is the one to talk.
    • You’re free to dislike the design, that’s subjective and totally fine. But calling everything you personally don’t like “AI generated” is not really an argument 😄 The funny part is that the layout constraints you’re criticizing are actually intentional design decisions for toplist platforms — ads, rankings, visibility blocks, sponsor placements, and high information density. This isn’t a portfolio landing page or a SaaS dashboard where you can leave half the screen empty for aesthetics. Also, AI-generated UIs usually look generic, over-animated, inconsistent, and impractical for real long-term usage. Our platform has been evolving for years based on actual user behavior, server owner needs, CTR optimization, and functionality requirements. You may not like the visual style, and that’s okay. But confusing “I don’t like this design” with “this was made by AI” just shows you’re judging emotionally instead of technically. Anyway, appreciate the feedback. Good luck to you too 🙂
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..