Changes between Initial Version and Version 1 of Scenario_GainReputation


Ignore:
Timestamp:
02/12/25 14:35:25 (2 months ago)
Author:
181557
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scenario_GainReputation

    v1 v1  
     1= Gaining Reputation with a Faction =
     2== Description ==
     3A player gains reputation points after completing a faction-related task.
     4
     5== SQL Example ==
     6{{{
     7UPDATE Reputation
     8SET ReputationPoints = ReputationPoints + 50
     9WHERE CharacterID = 1 AND FactionID = 1;
     10}}}