Wrong Affect ID??

In diesem Bereich sind Themen vom Themenersteller als erledigt zu markieren, wenn die Frage beantwortet oder das Problem gelöst wurde. Das Thema wird daraufhin automatisch geschlossen.
Klicke hierzu auf "Thema bearbeiten > Als erledigt markieren".
  • Hello nice people,

    I'm trying to adapt the Premium system to affectshower, but I'm running into a problem.

    On client side I have declared the 'NEW_PREMIUM_AFFECT' under ID 981 in InstanceBase.h(Same in PythonCharacterModule.cpp). I also have this same affect on the server side in affect.h.


    Code
    1. enum{
    2. NEW_PREMIUM_AFFECT = 981,
    3. NEW_AFFECT_QUEST_START_IDX = 1000,
    4. };


    However, the problem occurs when I try to call affect.add_*, which I have in quest:

    I saw some post about these affect.add being problematic, but I tried changing it a bit and nothing works for me.

    Also tried to find the ID of this affect but there isn't already made function for it :/


    I can't figure out why this affect is not added and I don't know how to deal with it :/ Could someone please point me to the right way?

    Thank you and have a nice rest of the day :saint:

  • Dieses Thema enthält 4 weitere Beiträge, die nur für registrierte Benutzer sichtbar sind, bitte registrieren Sie sich oder melden Sie sich an um diese lesen zu können.