Author Topic: Legendary Levels  (Read 384 times)

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Legendary Levels
« on: February 09, 2014, 10:31:36 am »


               Hello all I'm currently using Higher Ground LL System, all is fine apart from getting 2 ability points every, time
For example

select strength ability and great strength feat I get x4 strength added

should this not be x2 strength

plz help
               
               

               
            

Legacy_FunkySwerve

  • Hero Member
  • *****
  • Posts: 2325
  • Karma: +0/-0
Legendary Levels
« Reply #1 on: February 10, 2014, 03:56:36 am »


               Ok, some questions:

Did you install it yourself, or are you working on a hand-me-down mod?

Are you by chance running the old letoscript version (the kind that requires a boot for edits)? If you didn't add the code that wipes the letoscript variable oncliententer, you'll get the same edits repeatedly every time you log out.

Funky
               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Legendary Levels
« Reply #2 on: February 10, 2014, 06:57:22 am »


               It's a hand me down, all was ok until I reloaded hgll from nwn vault
Just imported and overwritten all, reset the path in hgl_const_inc and now get x4 ability points.
Yes players get booted every time they take a level
was ok until I reloaded
this is my onclient enter code

string Script = GetLocalString(oPC, "LetoScript");
    if( Script != "" )
    {
        SetLocalString(oPC, "LetoScript", "");
    }

this code seems to be in the onclient enter script twice as this code is below the simtools code, I have just added simtools so will I have to remove the above code

thanks
               
               

               


                     Modifié par Madasahatter, 10 février 2014 - 07:21 .
                     
                  


            

Legacy_FunkySwerve

  • Hero Member
  • *****
  • Posts: 2325
  • Karma: +0/-0
Legendary Levels
« Reply #3 on: February 10, 2014, 05:31:28 pm »


               Why did you overwrite, and are you able to revert? Were you updating to a newer version, or was there some other reason for the overwrite?

Also, are the double ability points edit applied after a single relog? If so, it sounds like you have your onclientexit script set up to fire off the leto plugin multiple times.

Are any other edits, like skill increases, being applied twice? If not sure, please check.

I'm sending you a friend request so I can pm you my email, as the simplest way to fix this is likely for you to send me the module. Please do answer the above questions in this thread - if nothing else, posting solutions in-forum is good practice, to benefit later searchers.

Funky
               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Legendary Levels
« Reply #4 on: February 10, 2014, 07:06:11 pm »


               We'll I got the mod handed to me and was badly in need of updating, lots of things did not work correct or even work at all, so me not being to good at scripting decided to reinstall these systems as a quick fix, thinking back it seems since I have installed simtools tho I could be wrong. I will test the mod and see if it doubles up anything else, the double points are added after a single log, will test skill points and post back

Thanks
               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Legendary Levels
« Reply #5 on: February 10, 2014, 08:32:04 pm »


               Ok tested some more,
If I take 1 ability point in strength and 1 greater strength I get x 4 strength after the leveller boots me and I log back In.
Same with skill points, I put one skill point Into Discipline It gives me 4 after I get booted and log back In

Something else may be related. some players have reported that some of there characters have dissapered, I have checked the server vault and they are still there but have .bic.utc extension

Thanks in advance
               
               

               


                     Modifié par Madasahatter, 10 février 2014 - 08:39 .
                     
                  


            

Legacy_FunkySwerve

  • Hero Member
  • *****
  • Posts: 2325
  • Karma: +0/-0
Legendary Levels
« Reply #6 on: February 11, 2014, 12:21:14 am »


               Disappearing characters are a sign of edits gone wrong, which could definitely happen if you're doing 4x the edits. No idea how you managed to call that leto check four times. SIMTools has a similar check which you're supposed to remove if you install them together, but that only accounts for 2 of the 4. Sounds like maybe you have some ExecuteScript set up on your events that's doubling them up. If you don't see the problem after looking at onclientexit, rar up the module and send it to the email I'm about to pm you, and I'll untangle it.

Funky
               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Legendary Levels
« Reply #7 on: February 11, 2014, 04:26:39 pm »


               Mod Sent
Thanks
               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Legendary Levels
« Reply #8 on: February 21, 2014, 10:38:27 pm »


               I figured out why I was getting utc extension on players chars after taking legend levels, Server date and time were out, dead main board battery
All seems good now
               
               

               
            

Legacy_FunkySwerve

  • Hero Member
  • *****
  • Posts: 2325
  • Karma: +0/-0
Legendary Levels
« Reply #9 on: February 28, 2014, 12:44:32 am »


               

Sorry, still haven't had time to look at the mod you sent - it's been a crazy week. I assume you're still having issues?


 


Funky



               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Legendary Levels
« Reply #10 on: March 02, 2014, 07:11:19 pm »


               

All sorted now thanks, just had to remove all traces from client enter and re-add, working fine now, and as I said in the above post utc extensions were caused by dead main board battery in server comp.


 


All good now