archangeli Posted April 24, 2011 Posted April 24, 2011 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?
0 vagos123 Posted April 24, 2011 Posted April 24, 2011 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 archangeli Posted April 24, 2011 Author Posted April 24, 2011 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 Bobi Posted April 24, 2011 Posted April 24, 2011 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 fokys Posted April 24, 2011 Posted April 24, 2011 I allways use to think PcBang point id is -100! Anyway depends which pack you are using! If it is L2Universe id is -100
0 archangeli Posted April 25, 2011 Author Posted April 25, 2011 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 Bobi Posted April 25, 2011 Posted April 25, 2011 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 archangeli Posted April 25, 2011 Author Posted April 25, 2011 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)
Question
archangeli
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now