• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • How to set autologin character name from another plugin?

    Discussion in 'Archives' started by rantay, May 23, 2015.

    1. rantay

      rantay New Member

      Joined:
      Mar 20, 2015
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      How to set autologin character name via code?

      C# newbie here.
      I found this in the Exilebuddy.xml

      But when I try to get

      Code:
      Log.WarnFormat("{0}", Loki.Bot.Settings.LoginSettings.Character );
      Or set its value

      Code:
      Loki.Bot.Settings.LoginSettings.Character = "SomeCharacterName";
      I get the following error:

      Would greatly appreciate help with setting this auto login character name from another plugin.
       
      Last edited: May 23, 2015

    Share This Page