PlaneShift

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category
  • Assigned To
    Frank Barton
    Shon
    Rizin
    Melissa Barton
    Angela
  • Operating System
  • Severity Very Low
  • Priority
  • Reported Version
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: PlaneShift
Opened by Caarrie - 29.10.2008
Last edited by weltall - 15.07.2009

FS#2415 - [char create] in the paths screen parents info and life never change

In paths screen no matter which path you pick it says the same thing for parents and life. Assigning to settings to write something then we can work on editing it into the xml or the file directly.

 {
        // put something in parents
        label = (pawsMultiLineTextBox*) FindWidget("label_parents");
        label->SetText("Your parents were both peasants, but they had great hopes in you.");
    }
 
    {
        // put something in life
        label = (pawsMultiLineTextBox*) FindWidget("label_life");
        label->SetText("Your youth was spent learning and practing. Curious about everything, you learned all you could.");
    }

I am pretty sure that when they make the release they dont have files like this stored elsewhere that are used ;) so this should be fixed.

Closed by  weltall
15.07.2009 13:50
Reason for closing:  
Additional comments about closing:  

already finished by valrion

Mike commented on 29.10.2008 18:07

On a vaguely related note, 'Practicing' is spelt incorrectly in the 'Life' box

Project Manager
Lanarel commented on 29.10.2008 19:30

And on a less vaguely related note: can someone have a look at the scripts related to the paths? It appears that something is wrong there, as in the error log of the server on Laanx there are errors such as:

Wed Oct 29 05:52:28 2008, <src/server/progressionmanager.cpp:1260 Run SEVERE>
Wed Oct 29 05:52:28 2008, Error: ProgressionEvent(PATH_Warlock) SkillOp set and buff are incompatible

Wed Oct 29 06:43:42 2008, <src/server/progressionmanager.cpp:1260 Run SEVERE>
Wed Oct 29 06:43:42 2008, Error: ProgressionEvent(PATH_Knight) SkillOp set and buff are incompatible

and similar for others. Apparently the script uses to operations that are not allowed together.

If we do not want to make this a 'everything that is wrong with paths' report, it could be split in 3 :).

Angela commented on 30.10.2008 00:36

We need to get someone from engine to pull out this snippet of code and pass it on to myself or Rizin. We can then see exactly how many options we need to have text for and assign someone to write blurbs for them. We can then pass this text back to engine for insertion into the code.

Caarrie commented on 30.10.2008 00:43

sadly that is all there is nothing more nothing less, the code has to be written to support this correctly.

Caarrie commented on 12.11.2008 18:06

the code fix for this can be found at http://codereview.appspot.com/9041 it adds the parents="" and life="" tags to the path section of the quickpaths.xml file that already exists.

weltall commented on 23.11.2008 20:12

committed to r2483

peeg commented on 25.11.2008 15:14

The code works as expected, now we're waiting for Setting :)

Anonymous Submitter commented on 15.07.2009 13:46

I'll ask someone to finish this.

Anonymous Submitter commented on 15.07.2009 13:54

This bug is dead!

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing