Jump to content

Recommended Posts

Posted

Multisells

 

Τα multisell περιέχουν πληροφορίες σχετικά με 'special' shops που απαιτούν κάποιο είδος να δοθεί για ανταλλαγή με κάποιο άλλο.

Τα items που δίνονται στο NPC από τον παίχτη ονομάζονται 'ingredients'.

Τα items που δίνονται στον παίχτη από το NPC ονομάζονται 'products'.

Κάθε καταχώρηση στο multisell μπορεί να έχει πολλά 'ingredients' και πολλά 'products'.

 

Όλα τα multisell πρέπει να είναι ονομασμένα μόνο με αριθμούς που αντιστοιχεί στο αναγνωριστικό της multisell, που ακολουθείται από .xml

Η λίστα multisell μπορεί να αποδειχθεί μέσω της σύνδεσης με html χρησιμοποιώντας τον παρακάτω κώδικα :

 

<a action="bypass -h npc_%objectId%_exc_multisell 123456">

ή 

<a action="bypass -h npc_%objectId%_multisell 123456">

 

όπου 123456 είναι το 'id' του multisell (το αρχείο multisell πρέπει να είναι 123456.xml)

Οι διαφορές ανάμεσα σε αυτές τις 2 συνδέσεις είναι :

 

npc_%objectId%_multisell : εμφανίζει όλο το multisell. Δηλαδή, όλες οι καταχωρήσεις του xml εμφανίζονται ακριβώς.

npc_%objectId%_exc_multisell : εμφανίζει μια απογραφή μόνο multisell. Δηλαδή, φαίνεται μέσω του παίκτη το 'inventory' για weapons, armors (not equipped) και αυτό δείχνει μόνο καταχωρήσεις multisell που έχουν τα weapon και οι armor ως 'ingredients'!

 

Κάθε multisell καθορίζει μια λίστα. Μια λίστα μπορεί να περιέχει τα εξής χαρακτηριστικά :

 

1) applyTaxes

 

*προαιρετικό; ή προεπιλεγμένη τιμή είναι 'false'.

Εάν βάλετε 'true', τότε όλα τα ποσά adena στο multisell φορολογούνται.

 

2) maintainEnchantment

*προαιρετικό; ή προεπιλεγμένη τιμή είναι 'false'.

Εάν βάλετε 'true' και η λίστα εμφανίζεται σε 'full mode' τότε θα λειτουργεί ως 'false'.

Εάν βάλετε 'true' και η λίστα εμφανίζεται σε 'inventory only mode' τότε όλα τα weapon, armor που ορίζονται ως προϊόντα θα έχουν το ίδιο enchantment level με τα προϊόντα που έδωσε ο παίχτης για 'ingredients'.

 

Για παράδειγμα : Εάν ένα weapon (Arcana Mace +10) είναι στο multisell με SA (Acumen) και ο παίχτης δώσει ένα (Arcana Mace +10) χωρίς SA για να το αγοράσει τότε θα πάρει το Arcana Mace +10 με SA (Acumen) ενώ έδωσε χωρίς.

 

Tags :

 

<list></list> : αρχή και τέλος της λίστας.
<item id="1"></item> : αρχή και τέλος ενός item.
<production id="itemID" count="a-beep-t"/> : προσθέστε ένα product για την έναρξη (a-beep-t = ποσότητα)
<ingredient id="ItemID" count="a-beep-t"/> : προσθέστε ένα ingredient για την έναρξη (a-beep-t = ποσότητα)

 

Παράδειγμα :

 

<list applyTaxes="true">
<item id="1">
	<production id="2" count="1">
	<production id="3" count="1">
	<ingredient id="10" count="1">
	<ingredient id="57" count="200">
</item>
<item id="2">
	<production id="123" count="1">
	<ingredient id="57" count="2030">
</item>
</list>

 

Εδώ είναι μια λίστα με τα retail multisell :

 

001.xml  -> Non-grade items exchange, just for education
002.xml  -> Teleporter scrolls
003.xml  -> Newbie exchange
009.xml  -> Proof of Catching a Fish

101.xml  -> Tickets for pet collars Exchange
102.xml  -> Noblesse Gate Pass for items
382.xml  -> Quest 382: Head Blacksmith Vergara
426.xml  -> Quest 426: Fishing Shots
500.xml  -> Seven Signs - Purchase consumable items

999.xml  -> Upgrade hatchling to strider equipment
1000.xml -> Upgrade pet equipment

1001.xml -> Dual Swords up to C-grade
1002.xml -> Unseal B-grade gloves or boots
1003.xml -> Reseal B-grade gloves or boots
1004.xml -> Blacksmith crafting service
1005.xml -> Blacksmith Special Abilities bestowing service

1235.xml -> Apella shop

3361.xml -> Quest 336: Coins of Magic, Rewards level 1
3362.xml -> Quest 336: Coins of Magic, Rewards level 2
3363.xml -> Quest 336: Coins of Magic, Rewards level 3

6281.xml -> Swamp of Screams: Abercrombie, first list
6282.xml -> Swamp of Screams: Abercrombie, second list

7834.xml -> Quest 343: Under The Shadow Of The Ivory Tower, exchange Orbs
7897.xml -> Quest 351: BlackSwan, exchange Bills

31522.xml -> Quest 632: Necromancers Request

301660373.xml -> Quest 373: Supplier of Reagents - Wesley
313880001.xml -> Quest 633: In The Forgotten Village - Exchange Livers
320540001.xml -> Quest 650: A Broken Dream

310820001.xml -> Varka alliance - Lv1
310820002.xml -> Varka alliance - Lv2
310820003.xml -> Varka alliance - Lv3
313750001.xml -> Ketra alliance - Lv1
313750002.xml -> Ketra alliance - Lv2
313750003.xml -> Ketra alliance - Lv3

306781001.xml -> Dual swords: Helton, require dualsword craft stamp
308461001.xml -> Dual swords: Wilbert, doesn't require dualsword craft stamp

310922001.xml -> Seven Signs - Black Marketeer of Mammon - SA Removal for AA
310922002.xml -> Seven Signs - Black Marketeer of Mammon - Black Market Items
311132501.xml -> Seven Signs - Merchant of Mammon - Buy Etc Items
311262501.xml -> Seven Signs - Blacksmith of Mammon - SA: S-Grade
311262502.xml -> Seven Signs - Blacksmith of Mammon - A-grade duals
311262503.xml -> Seven Signs - Blacksmith of Mammon - Duals S-Grade.
311262504.xml -> Seven Signs - Blacksmith of Mammon - Unseal S-Grade Armor.
311262505.xml -> Seven Signs - Blacksmith of Mammon - Unseal S-grade Accesories
311262506.xml -> Seven Signs - Blacksmith of Mammon - Unseal A-Grade Armor
311262507.xml -> Seven Signs - Blacksmith of Mammon - Unseal A-grade Accesories
311262508.xml -> Seven Signs - Blacksmith of Mammon - Reseal A-grade Armor
311262509.xml -> Seven Signs - Blacksmith of Mammon - SA removal
311262510.xml -> Seven Signs - Blacksmith of Mammon - SA: A-grade
311262511.xml -> Seven Signs - Blacksmith of Mammon - Weapon Upgrade
311262512.xml -> Seven Signs - Blacksmith of Mammon - Weapon Exchange

306893001.xml -> Shadow weaponry system. D-grade coupons exchange
306893002.xml -> Shadow weaponry system. C-grade coupons exchange
306893003.xml -> Shadow weaponry system. D/C-grade coupons exchange
319463001.xml -> Shadow weaponry system. Adena exchange

300974001.xml -> Prestigious Items Hall: Galladucci (weapons)
300984001.xml -> Prestigious Items Hall: Alexandria (armors)
300984002.xml -> Prestigious Items Hall: Alexandria (misc)

317325001.xml -> Adventure Guildsman: Use Life Crystal Schuttgart
317325002.xml -> Adventure Guildsman: Adventurer's Box
318055002.xml -> Adventure Guildsman: Use Life Crystal Giran
318145003.xml -> Adventure Guildsman: Use Life Crystal Oren
318275004.xml -> Adventure Guildsman: Use Life Crystal Aden
318375005.xml -> Adventure Guildsman: Use Life Crystal Goddard
318235006.xml -> Adventure Guildsman: Use Life Crystal Hunters Village
318195007.xml -> Adventure Guildsman: Use Life Crystal Heine
318335008.xml -> Adventure Guildsman: Use Life Crystal Rune
317885009.xml -> Adventure Guildsman: Use Life Crystal Gludin
317925010.xml -> Adventure Guildsman: Use Life Crystal Gludio
317975011.xml -> Adventure Guildsman: Use Life Crystal Dion

350980001.xml -> Manor Products: Gludio
350980002.xml -> Manor Products: Dion
350980003.xml -> Manor Products: Giran
350980004.xml -> Manor Products: Oren
350980005.xml -> Manor Products: Aden
350980006.xml -> Manor Products: Innadril
350980007.xml -> Manor Products: Goddard
350980008.xml -> Manor Products: Rune
350980009.xml -> Manor Products: Schuttgart

 

Ελπίζω να βοήθησα

 

Kind regards,

 

Debian

Posted

Πολύ καλός, συνέχισε έτσι :) +1 rep

Ευχαριστώ πολύ, έρχονται καινούργια πράγματα σύντομα!
Posted

Ευχαριστώ πολύ, έρχονται καινούργια πράγματα σύντομα!

 

perimenoume kai alla pragmata adelfe mpravo gia ton kopo sou ;)

  • 4 weeks 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

    • Experience L2Gold like never before – available ONLY on Saturdays & Sundays! Custom Armors: Dynasty, Apella Custom Weapons: L2Gold Weapons Custom Jewelry: L2Gold Jewelry Custom Teleport System & AIO Buffer Custom Zones, NPCs & Raidbosses This is not just another private server – it’s a limited-time battleground for the ultimate L2 experience! Play only on weekends Website: https://l2kandra.online/ Info & Contact: https://www.facebook.com/profile.php?id=61578869175323  
    • 突发新闻! Twitter Premium(推特高级版) 现以优惠价发售!立即尝试 — 限时优惠! ➡ Twitter Premium X 订阅(适用于您的推特账户),可选 1 个月 / 1 年(任选)。需要登录授权您的推特账户。价格:每月 $7–13(每年 $75) ➡ Twitter X Premium Plus 订阅 + GROK AI 助手(适用于您的推特账户),可选 1 个月 / 1 年(任选)。需要登录授权您的推特账户。价格:每月 $48–55(每年 $480) ➡ 2010–2023 年老推特账号,带蓝色认证标志(Tier 1/2/3 国家)| 提供完整访问权限(含登录名、密码和令牌)| 价格:起价 $9 ➡ 2010–2023 年老推特 NFT 账号,带蓝色认证标志(Tier 1/2/3 国家)| 提供完整访问权限(含登录名、密码和令牌)| 价格:起价 $9 ➡ 2010–2023 年老推特账号,带蓝色认证标志 + 真实粉丝(100–20000,可自选)| Tier 1/2/3 国家 | 提供完整访问权限(含登录名、密码和令牌)| 支持补充:30+ 天 | 价格:起价 $9.5 ➡ 2010–2023 年老推特账号,带广告管理器(ADS Manager)和蓝色认证标志,并绑定信用卡 | 区域:Tier 1 国家 | 提供完整访问权限(含登录名、密码和令牌)| 价格:起价 $35 您可以在我们的网站商店或通过 Telegram 机器人购买! ➡ 数字商品商店(网站):前往 ➡ 商店 Telegram 机器人:前往 ➡ Telegram Stars 购买机器人:前往 ➡ SMM 面板:前往 – 推广您的社交媒体账户。 我们为您呈现最新的优惠与特别活动,用于购买我们平台的商品和服务: 1. 使用优惠码 OCTOBER2025(8% 折扣)在十月于我们的网站或机器人中购物!首次购买还可使用优惠码 SOCNET(15% 折扣) 2. 注册后在我们网站的论坛主题中按以下格式留言,即可获得 $1 商店余额或 10–20% 折扣:"SEND ME BONUS, MY USERNAME IS..." 3. 首次试用 SMM 面板即可获得 $1:只需在网站支持中心提交标题为 “Get Trial Bonus” 的工单。 4. 我们的 Telegram 频道与 Telegram Stars 购买机器人每周举行 Telegram Stars 抽奖活动! 新闻资讯: ➡ Telegram 频道:https://t.me/accsforyou_shop✅ ➡ WhatsApp 频道:https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord 服务器:https://discord.gg/y9AStFFsrh✅ 联系方式与支持: ➡ Telegram:https://t.me/socnet_support✅ ➡ WhatsApp:https://wa.me/79051904467✅ ➡ Discord:socnet_support ✅ ➡ ✉ 邮箱:solomonbog@socnet.store ✅
    • Breaking News! Twitter Premium now available at a discounted price! Try it right now — limited-time offer! ➡ Twitter Premium X subscription for your Twitter account for 1 month / 1 year (your choice). Requires login authorization to your Twitter account. Price from: $7–13 per 1 month ($75 per 12 months) ➡ Twitter X Premium Plus subscription and GROK AI assistant for your Twitter account for 1 month / 1 year (your choice). Requires login authorization to your Twitter account. Price from: $48–55 per 1 month ($480 per 12 months) ➡ Old Twitter Accounts 2010–2023 with BLUE Regular Tick (Tier 1/2/3 countries) | Full access with Login, Password, and Token included! | Price from: $9 ➡ Old Twitter NFT Accounts 2010–2023 with BLUE Tick (Tier 1/2/3 countries) | Full access with Login, Password, and Token included! | Price from: $9 ➡ Old Twitter Accounts 2010–2023 with BLUE Regular Tick and real followers: 100–20000 (followers of your choice) | Tier 1/2/3 countries | Full access with Login, Password, and Token included | Refill: 30+ days | Price from: $9.5 ➡ Old Twitter Accounts 2010–2023 with ADS Manager and BLUE Regular Tick linked with Credit Card | GEO: Tier 1 countries | Full access with Login, Password, and Token included | Price from: $35 Shop in our online store or through our Telegram bot! ➡ Digital goods store (Website): Go ➡ Store Telegram bot: Go ➡ Telegram bot for purchasing Telegram Stars: Go ➡ SMM Panel: Go – promote your social media accounts. We would like to present you with the latest list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) in October! You can also use the first-time promo code SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." – post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a support ticket with the title “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and our Telegram bot for Star purchases! News: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Contacts and Support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅
    • Breaking News! Twitter Premium now available at a discounted price! Try it right now — limited-time offer! ➡ Twitter Premium X subscription for your Twitter account for 1 month / 1 year (your choice). Requires login authorization to your Twitter account. Price from: $7–13 per 1 month ($75 per 12 months) ➡ Twitter X Premium Plus subscription and GROK AI assistant for your Twitter account for 1 month / 1 year (your choice). Requires login authorization to your Twitter account. Price from: $48–55 per 1 month ($480 per 12 months) ➡ Old Twitter Accounts 2010–2023 with BLUE Regular Tick (Tier 1/2/3 countries) | Full access with Login, Password, and Token included! | Price from: $9 ➡ Old Twitter NFT Accounts 2010–2023 with BLUE Tick (Tier 1/2/3 countries) | Full access with Login, Password, and Token included! | Price from: $9 ➡ Old Twitter Accounts 2010–2023 with BLUE Regular Tick and real followers: 100–20000 (followers of your choice) | Tier 1/2/3 countries | Full access with Login, Password, and Token included | Refill: 30+ days | Price from: $9.5 ➡ Old Twitter Accounts 2010–2023 with ADS Manager and BLUE Regular Tick linked with Credit Card | GEO: Tier 1 countries | Full access with Login, Password, and Token included | Price from: $35 Shop in our online store or through our Telegram bot! ➡ Digital goods store (Website): Go ➡ Store Telegram bot: Go ➡ Telegram bot for purchasing Telegram Stars: Go ➡ SMM Panel: Go – promote your social media accounts. We would like to present you with the latest list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) in October! You can also use the first-time promo code SOCNET (15% discount) 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." – post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a support ticket with the title “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and our Telegram bot for Star purchases! News: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ Contacts and Support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅
    • Enthusiasm about everything functioning perfectly, until those files became public. These files taught me the difference between making things work in a private, commercial environment versus releasing your work publicly and facing intense scrutiny over even the smallest details.  
  • 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