PracticalKat Posted July 27, 2017 Share Posted July 27, 2017 I need to increase the XP on Minsc in a game of Baldur's Gate on Android (vanilla under GemRB). He is at half the XP of the rest of the party. Have tried the CLUAConsole:SetCurrentXP("XXXXX") approach (official cheat code) but it fails silently (after Ctrl-Space). Have looked at the function list on the GemRB wiki and SetPlayerStat will probably do it, but it looks too complex for me without delving into the guts of GemRB. Does anyone have a simple recipe for a fairly clueless player? Thanks! Link to comment
CamDawg Posted July 27, 2017 Share Posted July 27, 2017 The NPC needs to be selected when the command is executed. Link to comment
PracticalKat Posted July 27, 2017 Author Share Posted July 27, 2017 Linux not Android - not that it should make a difference. I've tried the CLUAConsole:SetCurrentXP("XXXXX") after Ctrl-Space several times, with and without the "" around the number. Minsc is selected and is the only selected character. Still no visible change to his XP. I'll sleep on it. Probably doing something silly.. Do I need to enable DebugKeys(1) to make this work? Tried that too but also not successful The NPC needs to be selected when the command is executed. Link to comment
lynx Posted July 27, 2017 Share Posted July 27, 2017 SetPlayerStat is the way to go. But I also created a shorthand for development/debugging purposes, so it's enough to select the guy, open the console and: sps(IE_XP, 123456) Link to comment
PracticalKat Posted July 28, 2017 Author Share Posted July 28, 2017 @lynx, you've saved my bacon again :-) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.