L2JMobius

High Five Fix Abercrombie (31555) multisells.

Helionar · 2 · 4454

Offline Helionar

  • Heir
  • **
    • Posts: 38
Hello!

Just a quick fix, the multisells of Abercrombie are swapped (related to Q00628). If you are a recruit, he will show you the elite multisell and if you're an elite, he will show you the recruit multisell. Just swap the multisell values on the htms.

Diff:

Code: [Select]
diff --git a/dist/game/data/scripts/ai/others/Abercrombie/31555-01.html b/dist/game/data/scripts/ai/others/Abercrombie/31555-01.html
index d0e3e89a46696404e3173aa2040fc4f3d70a0ab6..53ce35816015b534629c3c7f18c457716f534e5d 100644
--- a/dist/game/data/scripts/ai/others/Abercrombie/31555-01.html
+++ b/dist/game/data/scripts/ai/others/Abercrombie/31555-01.html
@@ -2,6 +2,6 @@
 As usual, the delivery of supplies are very unreliable in this godforsaken swampland! My life is totally miserable! The monsters around here are a real pain! I should've known when they sent me out here to the northernmost corner of nowhere... Dammit! What am I doing here!? They don't pay me enough! I don't know what my bosses are thinking!<br>
 When Sighardt led the mercenary army, things like this never happened! Challenges always existed, but at least life was liveable!<br>
 Did you want an item? Hold on, give me a moment. I must check the list. By the way, you brought a chit didn't you?<br>
-<a action="bypass -h npc_%objectId%_multisell 526">"I want to trade a chit of Golden Ram for an item."</a><br>
+<a action="bypass -h npc_%objectId%_multisell 521">"I want to trade a chit of Golden Ram for an item."</a><br>
 <a action="bypass -h npc_%objectId%_Quest">Quest</a>
 </body></html>
\ No newline at end of file
diff --git a/dist/game/data/scripts/ai/others/Abercrombie/31555-07.html b/dist/game/data/scripts/ai/others/Abercrombie/31555-07.html
index 5e6d8a078e6793b5f136be4a20a1e8a0d1b2d292..d88d1b5b75d301d5a02e2e78182cb3409b0f4316 100644
--- a/dist/game/data/scripts/ai/others/Abercrombie/31555-07.html
+++ b/dist/game/data/scripts/ai/others/Abercrombie/31555-07.html
@@ -1,6 +1,6 @@
 <html><body>Mercenary Supplier Abercrombie:<br>
 Everyone's talking about the excellence you showed in battle again today! You're winning all the bonuses! Ha! It's good to see someone succeed in this godforsaken place!<br>
 Now tell me! Is there anything in particular you want? Although only a few types of supplies are available, I'll see what I can do. By the way, you prepared a chit didn't you?<br>
-<a action="bypass -h npc_%objectId%_multisell 521">"I want to trade a chit of Golden Ram for an item."</a><br>
+<a action="bypass -h npc_%objectId%_multisell 526">"I want to trade a chit of Golden Ram for an item."</a><br>
 <a action="bypass -h npc_%objectId%_Quest">Quest</a>
 </body></html>
\ No newline at end of file

Had pretty busy days, but I will keep contributing when I can! Cheers!