Need some help switching jedi unlock method

tosc

New Member
Joined
Jun 2, 2018
Messages
20
I've been trying to find the answer for this for a while now, and can't seem to find it anywhere, and when I do get a response, the help doesn't seem to resolve the issue.

So I'll just ask, is it even possible to get the Jedi Hologrind to work in this current version? I know the system is setup to use the Village, and that's okay, but I prefer the challenge of the hologrind.

What's happening is I will make the change in the Jedi_manager from jediProgressionType = VILLAGEJEDIPROGRESSION to jediProgressionsType = HOLOGRINDJEDIPROGRESSION.

Then when I create a new character and hand him a holocron, he can use it, but it does not get used and in the console display I get the message:

error running function useItem scripts/managers/jedi/hologrind_jedi_manager.lua:98: attempt to call a nill value (global 'playerObject')

So I check line 98 (I believe that's where it says the error is coming from), and it says:

local professions = playerObject(pGhost):getHologrindProfessions()

I also, if I got this fixed, would this just be the start of a cascade of other issues, such as getting skills granted or titles unlocked?

I'm fairly new to this forum, but so far, ive found some to be extremely helpfull, and reminds me of the OG days of SWG Live, especially pre-cu days. maybe that's why I want a hologrind again, to remember those good days.

Anyway, thanks again for any help you could offer. and I'm sorry this isn't really about development of the server, I just couldn't find anywhere else to ask.
 

tosc

New Member
Joined
Jun 2, 2018
Messages
20
yes, I saw that, thank you. I was actually able to test it out and get it sort of working, simply commenting out all but 3 profs and then granting them from the frogs got me fs. The problem now, is that it appears the entire system is setup to not use the Hologrind and instead ONLY use the village system, I was not granted the ability to mediate until an admin granted me jedi_state_01, but now I'm not able to use any fs xp. After using a Stun Baton, I got text in the combat log saying I qualified for Noivce Force Defender , Novice Force Enhancer, Novice Force Wielder, Novice Force Healing and Novice Lightsaber trees, but I dont' see them in the skills list and I'm only seeing the Force Progression chart. so I can't tell if im progressing, plus I have 0 saber or any force skills in my abilities, meditating at the shrine does nothing, can /findmytrainer does nothing either.

I know I'm very annoying and I appologize for that, I just wanted to do a jedi the old way, the holocron way, but it looks code has been altered so much It may be beyond me.

I did notice in this forum a previous thread about grinding with the pre-9 jedi system, but they referenced a skills.iff file that is apparently missing or moved in my server. I did try using the iff editor SIE and I was able to find alot of the iff files for other things, but not for what I'm trying to do. Plus they talk about editing a file called "TrainerScreenHandlers.cpp", which is not even in the files as it says it should be.

You probably know which post I'm talking about, here.

Do you know if there's a away to get the pre-9 jedi skill boxes to to be used? or do I have to use the village system, no matter what? Sorry again for being such an annoyance. I'll try harder to not be one.
 

gyrantol

Member
Joined
Jan 16, 2015
Messages
127
you can use the hologrind with the existing skill tree's. Once you pop the final holocron you get a popup message telling you to go and meditate at a shrine. That is as far as I got with the code because it didn't give me the skill when I meditated. As mentioned in the thread on SWGEmu I ended up createing a terminal which would give the person the required skill once they had unlocked. They could then meditate at the shrine to fully unlock and get robes etc.
 

gyrantol

Member
Joined
Jan 16, 2015
Messages
127
yeah Hologrind didn't have padawan trials. It used to be grind 6 professions and boom jedi. The village and padawan trials added a bit more of a challenge to it
 
Top Bottom