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 

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

    • You are right, and most of them meant it when they said it.   Servers wipe because it is the only tool they have left. Something breaks the economy, a duplication bug or an exploited quest or a bad multisell, and the owner cannot tell which items came out of it. When you cannot find the bad items, the only way to clean the world is to delete the world. That is not dishonesty, it is running out of options.   So the answer is not to promise harder. It is to not need the promise: Backups run daily into three places: this machine, an S3 bucket whose key can write and cannot delete, and a computer that is not the server at all.   A restore test runs weekly and actually restores, into a scratch database, comparing every table against production. I ran it before writing this reply: 119 tables, 0 missing, 0 empty, characters back with their coordinates. Binary logging is on with sync_binlog=1 and fourteen days of retention. Every change is on record, so an item can be traced back to what produced it and removed by itself.   That is what makes "fix the bug and remove what it produced" a real option instead of a slogan. What I will not promise is that the server runs forever. If it ever closes, that is an ending, not a wipe, and you would hear it from me first.   Six months is the only proof that counts. Bookmark the thread.
    • I think it happened when I tried adding an ad banner—it turned out to be an ad injector that scattered ads all over the site and cluttered it up. I’ve removed it now; you either visited right when it was active, or it was just leftover residue. It’s gone now (try Ctrl + Shift + R). I’m fixing the responsiveness right now!
    • A brand-new High Five x5 server built for players, not wallets. Only a week old — the perfect time to start. And this Friday we're running a Double XP Comeback Weekend. 🎉 DOUBLE XP COMEBACK WEEKEND — Friday 21 August, 14:00 → Sunday • x2 XP & SP · x2 Adena & drops · FREE full buffs all weekend 📊 RATES • XP / SP: x5 · Adena & drops: boosted · Chronicle: High Five (L2jMobius, retail-based) ✨ QUALITY OF LIFE • Auto-loot for everyone (adena & items straight to inventory; herbs on ground) • Free buffer in the Community Board (Alt+B) • Offline shops • Champion monsters — passive, extra rewards, drop event medals • Premium earned in-game via medals: +20% XP/SP, gold nickname, up to 6 windows • Multibox: 2 windows free, 6 with Premium • Vote rewards (HopZone, TopZone) 🌐 WEBSITE & COMMUNITY • Full web panel, auction house, referral rewards, 2FA, support tickets • Custom auto-updating launcher • Hands-on GM — real-time bug fixes & support • No RMT, no pay-to-win 🔗 Website: https://nolifer.eu · Discord: https://discord.gg/Z9p4pmXFYx
    • Theres servers " no vipe" will vipe after few months 🤣🤣🤣🤣
    • Theres days Java less bugged that L2OFF plus for players doesn't matter, 90% of them can't even tell lol
  • 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..