Jump to content
  • 0

xml buylists / items xml


Question

Posted

Hello, im new to this Forum but i got a Problem with l2 Acis Interlude

 

so i got everything working now and Server is running, but when i buy a item on grocery store or any ingame npcs. i get more adena then the item cost.

 

for example: 

i buy heal pots  for 330 adena and i can sell them on same Merchant for over 13.000 adena

 

and yes, i checked buylists, also items XML list and everything else.. but i cannot find the "13.000" adena… thats only with some items.. and i dont use any multisell. i had one gm shop but deleted that one because im gonna create my own one (custom) but i deleted all multisell XML etc.

 

can someone help me? where else can i search for These Prices? 

Recommended Posts

  • 0
Posted
34 minutes ago, Tryskell said:

Which item are you talking about ? Some items actually cost higher at sell, because they are supposed to be quest items rewards, for exemple.

for example, healing pots on grocery store, or no grade soulshots / spritshop.. and some more items, spiritshot buy Price = 16 adena. sell Price = 750 adena

  • 0
Posted

i checked every line on buylists, also on items. 

 

2500-2599.xml

    <item id="2509" type="EtcItem" name="Spiritshot: No Grade">
        <set name="default_action" val="spiritshot" />
        <set name="material" val="PAPER" />
        <set name="weight" val="5" />
        <set name="price" val="15" />
        <set name="is_stackable" val="true" />
        <set name="handler" val="SpiritShot" />
        <set name="item_skill" val="2047-1" />

 

buylist.xml

  <buylist id="23" npcId="30081">
    <product id="1835" price="7" />
    <product id="2509" price="16" />

  • 0
Posted
1 hour ago, Tryskell said:

Which item are you talking about ? Some items actually cost higher at sell, because they are supposed to be quest items rewards, for exemple.

also, wenn i make a 2nd Server with clean data it is working sell Prices are correct, i dont understand where else it is saved.. i cannot find the 750 adena for soulshots or the 13000 adena for the heal pots.. where else can i find it?...

  • 0
Posted

 I suggest you to check SellList packet, it can also be getPrice() / getReferencePrice().

 

All in one, I can't experience your issue (and as far my memories go, I don't think it has ever been an aCis issue) so it is probably linked to whatever custom (you added or from a custom aCis source). I guess you are bound to search until you find.

  • 0
Posted (edited)
29 minutes ago, Tryskell said:

 I suggest you to check SellList packet, it can also be getPrice() / getReferencePrice().

 

All in one, I can't experience your issue (and as far my memories go, I don't think it has ever been an aCis issue) so it is probably linked to whatever custom (you added or from a custom aCis source). I guess you are bound to search until you find.

in which file i can find that?

 

I know it is not a issue from aCis, but the only thing i installed was the gm shop, but i deleted all files, like multisell XML etc. so it cannot be the gmshop anymore.

 

i dont know where else i should check.. damn, so i think i Need to reinstall the whole Server.. because thats working

Edited by prototypx
  • 0
Posted

the sell item he get price from item folder's and if you buy one item like 10.000 from offlicial shop you sell it 5.000 so for change item sell you need modification all price from item folder

<item id="2509" type="EtcItem" name="Spiritshot: No Grade">
        <set name="default_action" val="spiritshot" />
        <set name="material" val="PAPER" />
        <set name="weight" val="5" />
        <set name="price" val="15" />
        <set name="is_stackable" val="true" />
        <set name="handler" val="SpiritShot" />
        <set name="item_skill" val="2047-1" />
 

or just you can make item sell 0 adena

  • 0
Posted

If the item xml price is legit, no high value which could set the price, that mean you are using some shared pack(?) where someone hard-coded it, so he can be a hackz0z, I see no other option.

  • 0
Posted
5 minutes ago, SweeTs said:

If the item xml price is legit, no high value which could set the price, that mean you are using some shared pack(?) where someone hard-coded it, so he can be a hackz0z, I see no other option.

no i used clean acis pack from official site… i dont Need any hardcoded shit :P 

  • 0
Posted
10 minutes ago, tazerman2 said:

the sell item he get price from item folder's and if you buy one item like 10.000 from offlicial shop you sell it 5.000 so for change item sell you need modification all price from item folder

<item id="2509" type="EtcItem" name="Spiritshot: No Grade">
        <set name="default_action" val="spiritshot" />
        <set name="material" val="PAPER" />
        <set name="weight" val="5" />
        <set name="price" val="15" />
        <set name="is_stackable" val="true" />
        <set name="handler" val="SpiritShot" />
        <set name="item_skill" val="2047-1" />
 

or just you can make item sell 0 adena

 

that makes sense, but what do i Need to modificate then? i understand your Intention but now how to solve it, do i Need to Change the 15? i think the spritshop sell Price gets somehow multiplicated by 50.. so 50 * 15 = 750 sell Price? or something like that

  • 0
Posted (edited)

also, it is only with some items from Grocery Store, like soulshots, scroll, heal potions etc. but not with other items from there,

 

 

btw like i said, if i reinstall clean acis pack again it is working.. but on my "official" Server i got high sell Prices.. i dont understand that.. i know i can reinstall it.. but that means again lot of work :P but thanks anyway to everybody!

Edited by prototypx
  • 0
Posted
8 minutes ago, tazerman2 said:

i think i can look it in your pack if you want. send me private message.

i can upload it for sure, but what did you mean with ur message above, Maybe i can find it out by myself… i want to solve it :P dont want to waste ur time :D 

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