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.
Tips and tricks and commands for running a SWGEMU development server.
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. ...
-
So there was a file a long time ago on a Google Drive called "Commands V2 - Sorted.pdf" I still had a copy of this file on my ha...
-
So once you get your server up and running you may want to create your own custom resources and this is how you do it! In case anyone els...
-
If you are running your own private swgemu server then once you get it up and running you will want to give your character some of the ski...