Menu

#17 Abyssal Avatar

Domains
open-fixed
Game Bugs (20)
5
2002-09-16
2002-09-04
Anonymous
No

You can get transformed into an Avatar two times, so
you can get again the bonuses of the race. The spell
doesn't "know" if you have transformed yourself before,
and lets you do it again. Just have to type "quit" to get
your original race.

KoRn

Discussion

  • Michael Hamilton

    • labels: --> Game Bugs
    • milestone: --> Domains
    • assigned_to: nobody --> balo
     
  • Michael Hamilton

    Logged In: YES
    user_id=275934

    I added the following code to fix this problem.

    if(caster->query_static_property("race_changed")) {
    tell_object(caster,"You have allready transformed.\n");
    return 0;
    }
    caster->add_static_property("race_changed", 1);

     
  • Michael Hamilton

    • status: open --> open-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB