L2JMobius

C6 Shadow exchange coupon

tevsko · 4 · 5018

Offline tevsko

  • Knight
  • ***
    • Posts: 96
    • L2Babylon
good, I make the first change of profession and it gives me 15 item (Shadow Weapon exchange coupon) which is used to make the change in the grand master, but when I press (Give the Shadow Weapon exchange coupon.) the npc does nothing and does not show me the shadow items


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16135
Try this.
Code: [Select]
Index: dist/game/data/scripts/custom/ShadowWeapon/ShadowWeapon.java
===================================================================
--- dist/game/data/scripts/custom/ShadowWeapon/ShadowWeapon.java (revision 7322)
+++ dist/game/data/scripts/custom/ShadowWeapon/ShadowWeapon.java (working copy)
@@ -70,7 +70,7 @@
  }
 
  // finally, return htm with proper multisell value in it.
- htmltext = getHtmlText("exchange.htm").replace("%msid%", multisell);
+ htmltext = getHtmlText("exchange.htm").replace("%msid%", multisell).replace("%objectId%", "" + npc.getObjectId());
  }
  else
  {