Friday, July 12, 2019

More than 250 Skill points on a swgemu private server

How to Make your Character have more than 250 Skill Points on your own server:

make sure the swgemu server is shut down properly before doing this.

This file that you will be looking for is located in

Core3/MMOCoreORB/src/server/zone/managers/skill

Look for SkillManager.cpp and open it.

look for 250 change it to 11250, then look for 250 again, change it again to 11250


The first instance of this for me was around line 333 but this is subject
to change as the code changes.

int totalSkillPointsWasted = 250;

And then the next one was down around line 490

int totalSkillPointsWasted = 250;

This does require a rebuild of the source code so go do
a make -j8 or how many cores you have in

Core3/MMOCoreORB

IE: since i have 4 cores I do a make -j4

Once everything has compiled OK then restart your server and
the changes will take effect.

Player Run Cities Guide

 So you want to setup your own city some where.  To do this you will need certain skills I would recommend getting to Master Politician.    ...