Difference between revisions of "LUA:AddQuestRewardFaction"

(New page: '''Syntax'''<br> AddQuestRewardFaction(Quest, Faction ID, Amount)<br> '''Explanation''' Factions have not properly been set to work yet, as of April 3rd. As you could assume though this f...)
 
Line 2: Line 2:
 
AddQuestRewardFaction(Quest, Faction ID, Amount)<br>
 
AddQuestRewardFaction(Quest, Faction ID, Amount)<br>
  
'''Explanation'''
+
'''Explanation'''<br>
 
Factions have not properly been set to work yet, as of April 3rd. As you could assume though this function will reward the player with X amount of faction when the quest is completed.
 
Factions have not properly been set to work yet, as of April 3rd. As you could assume though this function will reward the player with X amount of faction when the quest is completed.
 +
 +
 +
 +
 +
 +
 +
[http://www.eq2emulator.net/wiki/index.php/Developer:LUA_Functions Back to LUA Functions]

Revision as of 17:01, 3 April 2009

Syntax
AddQuestRewardFaction(Quest, Faction ID, Amount)

Explanation
Factions have not properly been set to work yet, as of April 3rd. As you could assume though this function will reward the player with X amount of faction when the quest is completed.




Back to LUA Functions