Jump to content

Recommended Posts

Posted

CREDITS TO:LEVATHIAN

 

The guides shows how to use a multisell to structure for a shop.

 

How can i put items for selling inside my shop?

 

For building a multisell shop we will use xml language.

 

XML means EXtensible Markup Language

XML is a markup language much like HTML

XML was designed to carry data, not to display data

XML tags are not predefined. You must define your own tags

XML is designed to be self-descriptive

 

XML was designed to transport and store data, with focus on what data is.

HTML was designed to display data, with focus on how data looks.

 

Server has a specific directory to store multisells files. This directory is :

/gameserver/data/multisell....

 

 

Inside our html code we call the multisell files just like other html files. We learn it before.

Remeber ? We use 'Chat x' for html files . Now , for multisell we use 'multisell x'.

 

Easy ha?

 

 

We have an already made diagram of what files we need for each category , so it is easy now to build the files.

 

I will explain the first multisell file and the others will be the same.

 

Let's start with the Weapons / A-grade / Swords.

 

Open an empty file with your editor.

 

 

An xml file must start with :

 

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

 

 

This line is the XML declaration. It defines the XML version (1.0) and the encoding used ( utf-8 ).

 

Then we start :

 

<?xml version='1.0' encoding='utf-8'?>
<list>
<!--A-Grade // Swords -->
<!-- Sword Of Ipos-->
<item id="1">
<ingredient id="57" count="10"/>
<production id="8679" count="1"/>
</item>
<!--Sword Of Ipos Haste-->
<item id="2">
<ingredient id="57" count="10"/>
<production id="8792" count="1"/>
</item>
<!--Sword Of Ipos Focus-->
<item id="3">
<ingredient id="57" count="10"/>
<production id="8791" count="1"/>
</item>
<!--Sword Of Ipos Health-->
<item id="4">
<ingredient id="57" count="10"/>
<production id="8793" count="1"/>
</item>
<!--Dragon Slayer-->
<item id="5">
<ingredient id="57" count="10"/>
<production id="81" count="1"/>
</item>
<!--Dragon Slayer Crt. Bleed-->
<item id="6">
<ingredient id="57" count="10"/>
<production id="5645" count="1"/>
</item>
<!--Dragon Slayer Health-->
<item id="7">
<ingredient id="57" count="10"/>
<production id="5644" count="1"/>
</item>
<!--Dragon Slayer Crt. Drain-->
<item id="8">
<ingredient id="57" count="10"/>
<production id="5646" count="1"/>
</item>
<!--Infernal Master-->
<item id="9">
<ingredient id="57" count="10"/>
<production id="7884" count="1"/>
</item>
<!--Infernal Master Haste-->
<item id="10">
<ingredient id="57" count="10"/>
<production id="8108" count="1"/>
</item>
<!--Infernal Master Crt. Damage-->
<item id="11">
<ingredient id="57" count="10"/>
<production id="8109" count="1"/>
</item>
<!--Infernal Master Focus-->
<item id="12">
<ingredient id="57" count="10"/>
<production id="8110" count="1"/>
</item>
<!--Sirra's Blade-->
<item id="13">
<ingredient id="57" count="10"/>
<production id="8678" count="1"/>
</item>
<!--Sirra's Blade Crt. Poison-->
<item id="14">
<ingredient id="57" count="10"/>
<production id="8790" count="1"/>
</item>
<!--Sirra's Blade Health-->
<item id="15">
<ingredient id="57" count="10"/>
<production id="8789" count="1"/>
</item>
<!--Sirra's Blade Haste-->
<item id="16">
<ingredient id="57" count="10"/>
<production id="8788" count="1"/>
</item>
<!--Dark Legion's Edge-->
<item id="17">
<ingredient id="57" count="10"/>
<production id="2500" count="1"/>
</item>
<!--Dark Legion's Edge Rsk. Focus-->
<item id="18">
<ingredient id="57" count="10"/>
<production id="5649" count="1"/>
</item>
<!--Dark Legion's Edge Health-->
<item id="19">
<ingredient id="57" count="10"/>
<production id="5648" count="1"/>
</item>
<!--Dark Legion's Edge Crt. Damage-->
<item id="20">
<ingredient id="57" count="10"/>
<production id="5647" count="1"/>
</item>
<!--Tallum Blade-->
<item id="21">
<ingredient id="57" count="10"/>
<production id="80" count="1"/>
</item>
<!--Tallum Blade Haste-->
<item id="22">
<ingredient id="57" count="10"/>
<production id="5636" count="1"/>
</item>
<!--Tallum Blade Rsk. Evasion-->
<item id="23">
<ingredient id="57" count="10"/>
<production id="4721" count="1"/>
</item>
<!--Tallum Blade Crt. Poison-->
<item id="24">
<ingredient id="57" count="10"/>
<production id="5635" count="1"/>
</item>
<!--Tallum Blade Anger-->
<item id="25">
<ingredient id="57" count="10"/>
<production id="5637" count="1"/>
</item>
<!--Tallum Blade Health-->
<item id="26">
<ingredient id="57" count="10"/>
<production id="4720" count="1"/>
</item>
<!--Tallum Blade Rsk. Haste-->
<item id="27">
<ingredient id="57" count="10"/>
<production id="4722" count="1"/>
</item>
<!--Themis Tonque-->
<item id="28">
<ingredient id="57" count="10"/>
<production id="8686" count="1"/>
</item>
<!--Themis Tonque Mana Up-->
<item id="29">
<ingredient id="57" count="10"/>
<production id="8812" count="1"/>
</item>
<!--Themis Tonque Magic Mental Shield-->
<item id="30">
<ingredient id="57" count="10"/>
<production id="8813" count="1"/>
</item>
<!--Themis Tonque Magic Focus-->
<item id="31">
<ingredient id="57" count="10"/>
<production id="8814" count="1"/>
</item>
<!--Sword Of Miracles-->
<item id="32">
<ingredient id="57" count="10"/>
<production id="151" count="1"/>
</item>
<!--Sword Of Miracles Acumen-->
<item id="33">
<ingredient id="57" count="10"/>
<production id="5643" count="1"/>
</item>
<!--Sword Of Miracles Magic Silence-->
<item id="34">
<ingredient id="57" count="10"/>
<production id="5642" count="1"/>
</item>
<!--Sword Of Miracles Magic Power-->
<item id="35">
<ingredient id="57" count="10"/>
<production id="5641" count="1"/>
</item>
<!--Elemental Sword-->
<item id="36">
<ingredient id="57" count="10"/>
<production id="150" count="1"/>
</item>
<!--Elemental Sword Empower-->
<item id="37">
<ingredient id="57" count="10"/>
<production id="5640" count="1"/>
</item>
<!--Elemental Sword Magic Power-->
<item id="38">
<ingredient id="57" count="10"/>
<production id="5638" count="1"/>
</item>
<!--Elemental Sword Magic Paralyze-->
<item id="39">
<ingredient id="57" count="10"/>
<production id="5639" count="1"/>
</item>
<!--Phantom Sword-->
<item id="40">
<ingredient id="57" count="10"/>
<production id="85" count="1"/>
</item>
<!--Tear Of Darkness-->
<item id="41">
<ingredient id="57" count="10"/>
<production id="147" count="1"/>
</item>
<!--Sword Of Life-->
<item id="42">
<ingredient id="57" count="10"/>
<production id="149" count="1"/>
</item>

</list>

 

 

Whatever is inside : <!-- ........ --> is help text. This is no code.

 

So , inside this code we have a list of all A-Grade swords Lineage has and we want to add them in the shop.

 

Our list start with <list> and ends with </list>

Then we start counting the items with the <item id="x"> </item>.

If we do a mistake with the 'x' number , the specific item will be displayed in our multisell list , but players will not be able to have it.

 

So , becarefull with this number. Numbers must be i a row.

 

Then we add what player will have(production) and what he will give(ingredient) for it.

Plus the amount(count) of production/ingredient item.

 

So simple , so strong.

 

Now save this file to the location i told you before :

/gameserver/data/multisell with the name : 88889.xml

According to the structure we have .

 

You are ready. You have your first multisell list.

 

Let's have a picture of it

 

multisellshopdm5.th.png

 

 

Do you like it ?

 

I do.

 

You can ask me now , where can i find all these items and id ?

 

This is another story , but i will give you a tip.

Open your MySql and make a query to search for all items that is A-Grade and it is swords.

 

Very easy query if you know the basics of the MySql.

 

Plus as you noticed , the items in our shop is ordered by the P.Attk. You can do it too.

 

 

Now , with the same way we can build all the other multisell lists.

It is easy now.

 

I will not post pictures for other multisell lists , because is the same.

Plus i will not guide you for other files. You can do it yourself.

 

-*- We build files for :

 

Weapons A-Grade :

88889.xml , 88888.xml , 88887.xml , 88886.xml , 88885.xml , 88884.xml , 88883.xml , 88882.xml

 

Weapons S-Grade :

99999.xml , 99998.xml , 99997.xml , 99996.xml , 99995.xml , 99994.xml , 99993.xml , 99992.xml

 

Armors A-Grade :

88879.xml , 88878.xml , 88877.xml

 

Armors S-Grade :

99989.xml , 99988.xml , 99987.xml

 

Jewels A-Grade :

88876.xml

 

Jewels A-Grade :

99986.xml

 

Shots-Arrows :

10000.xml

 

 

 

 

 

Posted

 

Do you like it ?

 

I do.

<- lol^^  nice guide for newbie's but tell them how they can add it to a npc ;) that was missing in the guide
Posted

<- lol^^  nice guide for newbie's but tell them how they can add it to a npc ;) that was missing in the guide

I was just about to ask that! How do I add that to a NPC?

  • 5 weeks later...
  • 9 months later...
  • 2 months later...

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 fixed it now my friends can join too, with what do you want help with? Also can you upload the interlude client of gx-ext for c4? just to have it because i deleted the rar i just have the folder
    • me ayudas a montar ese pack por que no entiendo tanto es para tener de prueba
    • GX-C4 pack, its ok...just used it.
    • This post originally appeared on MmoGah. Arena Breakout: Infinite is a hardcore tactical extraction shooter that demands precision, patience, and strategy. This guide will walk you through everything a beginner needs to know—from gear and combat to survival and extraction.     What Is Arena Breakout: Infinite? Arena Breakout: Infinite (ABI) is a free-to-play online extraction shooter developed by MoreFun Studios and released on Steam in September 2025. Unlike traditional battle royales, ABI focuses on risk vs. reward rather than being the last one standing. Players enter instanced maps called "raids," where they must scavenge loot, survive enemy encounters, and extract safely.   Core Gameplay Mechanics 1. Raids and Extraction Each raid features 4–6 teams (solo or squad) dropped into a map. The goal is to loot valuable items and extract through designated points. Extraction is not exclusive—multiple teams can leave the map alive. 2. PvPvE Combat You'll face both human players and AI enemies. AI can be unpredictable and deadly, especially in high-tier zones. 3. No Hand-Holding ABI offers no tutorials or guidance. You learn by dying—and surviving.   Gear and Loadouts 1. Choose Wisely Your gear determines your survivability. Armor, helmets, and medical supplies are essential. Weapons vary in recoil, damage, and handling. Start with low-cost rifles like the AKS-74U or MP5. 2. Insurance System You can insure gear to recover it if you die and it isn't looted. Use insurance for expensive items, but don't rely on it blindly. 3. Backpacks and Storage Larger backpacks allow more loot but make you a bigger target. Organize your inventory to quickly access meds and ammo during combat.   Tactical Tips for Beginners 1. Know What to Loot Prioritize high-value items like weapon parts, medical kits, and rare electronics. Learn loot hotspots on each map—warehouses, bunkers, and military zones often yield better gear. 2. Sound Is Everything Footsteps, gunfire, and reloads are loud. Use headphones and move cautiously. Crouch-walking and slow peeking reduce noise and improve stealth. 3. Map Knowledge Study maps offline or in low-risk raids. Learn extraction points, choke zones, and sniper nests. 4. Stamina Management Sprinting drains stamina, which affects aim and movement. Rest in safe zones and avoid overexertion during firefights.   Combat and Survival 1. Engage Smartly Don't chase kills—survival and extraction are the real goals. Use cover, lean mechanics, and suppressive fire to control fights. 2. Healing and Damage ABI features a detailed health system: limbs can be fractured, bleeding, or disabled. Carry splints, bandages, and painkillers. Know how to treat each condition. 3. Death Is a Lesson You will die—a lot. Use each death to learn positioning, gear value, and enemy behavior.   Progression and Economy 1. Free-to-Play Friendly ABI is generous with starter gear and daily rewards. You can earn the currency Arena Breakout: Infinite Koens through successful raids and selling loot. 2. Marketplace Trade gear with other players or sell to vendors. Prices fluctuate—learn market trends to maximize profit. 3. No Skill Trees Unlike similar games, ABI doesn't use operator skills. Progression is gear-based and tactical, not RPG-style.   Settings and Optimization 1. Graphics and Performance Lower shadows and post-processing for better visibility. Use high FPS settings for smoother combat. 2. Keybinds Customize controls for quick access to healing, leaning, and inventory. Practice muscle memory in offline raids. 3. Audio Settings Maximize footstep and gunfire volume. Reduce ambient noise to focus on threats.   Beginner Loadout Recommendation Slot Item Notes Primary Gun AKS-74U or MP5 Low recoil, easy to handle Secondary Pistol (optional) Backup for emergencies Armor Basic Vest Better than nothing Helmet Light Helmet Protects against headshots Backpack Medium Balance between space and size Meds Bandages, Splints Treat bleeding and fractures Ammo 2–3 extra mags Always reload before fights         Final Advice for New Players Start slow: Don't rush into high-tier zones. Learn the basics in low-risk areas. Play with friends: Squad play improves survival and makes learning easier. Watch and learn: Study streamers and guides to understand advanced tactics. Don't hoard: Use your gear. Hoarding leads to stagnation and fear of loss. Extract often: Surviving and extracting builds confidence and resources. Arena Breakout: Infinite is brutal, but deeply rewarding. With patience and practice, you'll evolve from a terrified scavenger to a confident operator. Every raid is a story—make yours one of survival and triumph.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock