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 :)

 

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)

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
Answer this question...

×   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.



×
×
  • Create New...