View Single Post
  #2  
Old 05-07-2014, 05:01 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by Esildor View Post
Currently I'm using Radiant Crystals although I want to switch because they're default in the main part of the UI under the 'Radiant Crystals' not in the alt. currency tab.

Because of this they need to be put into the alt currency tab to spend them on an alt currency merchant(class 70, I tried class 67 for radiant crystal, not working).

So, right now my radiant crystals are rewarded via missions, when you complete the mission I'm using the quest string:

Code:
$client->AddCrystals(40,0);
My question is, if I am to switch to Orux or something, how can I reward them when you complete the mission? I don't see any quest string like that in the perl reference on the wiki, and adding the item id on the quest reward is only going to give 1 of them.
Curreny is an exported object, it's just not in the Wiki, I need to go through and do a comb through to make sure everything added lately is in there.

$client->AddAlternateCurrencyValue(currency_id, currency_amount);

Class 70 is for Alternate Currency Merchants.
Reply With Quote