|
||
|
|||||||
| Custom Script Releases This forum is where you can release your custom scripts for other users to use. Please note: By releasing your scripts here you are submitting them to the public and as such agree to make them public domain. The RunUO Team has made its software GPL for you to use and enjoy you should do the same for anything based off of RunUO. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#126 (permalink) |
|
Forum Novice
Join Date: Jul 2006
Location: Oklahoma
Age: 29
Posts: 482
|
Very much so... Once I edited the file I was waiting on it to recomplie and when it didnt i assumed i did something wrong lol... Wish other systems was that simple to edit:|
__________________
Friends Come and go but Enemies accumulate |
|
|
|
|
|
#127 (permalink) |
|
Forum Novice
Join Date: Jul 2006
Location: Oklahoma
Age: 29
Posts: 482
|
Nothing serious but noticed today I was getting warnings. Figured I would post them in case you didn't know about them.
Code:
+ Custom/TMSS v4.0.7/Control/SkillReplacement.cs:
CS0429: Line 12: Unreachable expression code detected
CS0162: Line 14: Unreachable code detected
__________________
Friends Come and go but Enemies accumulate |
|
|
|
|
|
#128 (permalink) |
|
Master of the Internet
Join Date: Feb 2004
Location: NC/NC State Univ
Age: 23
Posts: 16,424
|
Yeah, those are mostly due to the fact that I was using a const bool.
The skills get removed in the various sub-profiles. If you go look at the file you edited before, you'll see a list of profiles. Go through those files (they're in the same folder) and simply delete the entries you don't want.
__________________
Goodbye, folks. |
|
|
|
|
|
#130 (permalink) |
|
Forum Novice
Join Date: Jul 2006
Location: Oklahoma
Age: 29
Posts: 482
|
Well I thought I had it ... I assumed I edited the wrong area. But when restarting the 2nd time it was back in the list. If you could tell me which file I have to edit to remove the spellweaving from the gump. I have tried editing both
Miscellaneous.skx and Miscellaneous.txt When editing Miscellaneous.skx it completely removed Miscelaneous from the gump in game ... Thanks in advance for the help ![]()
__________________
Friends Come and go but Enemies accumulate |
|
|
|
|
|
#131 (permalink) |
|
Master of the Internet
Join Date: Feb 2004
Location: NC/NC State Univ
Age: 23
Posts: 16,424
|
O_o.
Can you tell me what the console said about Micellaneous (i.e., did it load?) The only thing you should need to edit is the Micellaneous.skx. Here's a file I edited. It should work... P.S. - One thing I forgot to say was that you need to edit the Cnt variable. I knocked that down one. It should be happy now. TMSS 5's system avoids this, but I wasn't sophisticated enough to figure out how to do that in this release >_>. If you're going to be doing a lot of profile manipulation, you might want to use the TMSS 4 Assistant. There's a link for it in the top post.
__________________
Goodbye, folks. |
|
|
|
|
|
#132 (permalink) | |
|
Forum Novice
Join Date: Jul 2006
Location: Oklahoma
Age: 29
Posts: 482
|
Quote:
Code:
Error when acquiring stats data: System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffe r& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo in fo) at Server.TMSS.TMStat.OnResponse(NetState sender, RelayInfo info) P.S You said tmss 5 didnt do this? Is it avail now or at a later date ?
__________________
Friends Come and go but Enemies accumulate |
|
|
|
|
|
|
#133 (permalink) |
|
Master of the Internet
Join Date: Feb 2004
Location: NC/NC State Univ
Age: 23
Posts: 16,424
|
Yeah, you missed the count update.
This line: <Skills Ena="True" Pts="1200" Frc="True" Key="True" CEn="False" CSm="20" WEn="True" Cnt="27" /> has to have Cnt equal to the number of skills in the profile. So change that over to 26, and it would work. TMSS 5 is not yet released. Right now it does almost nothing. I'm doing some overhauls to the gumps and stuff. Maybe I'll update the TMSS 4 code to use the new save system...which is one of the parts that is complete...
__________________
Goodbye, folks. |
|
|
|
|
|
#134 (permalink) |
|
Forum Novice
Join Date: Jul 2006
Location: Oklahoma
Age: 29
Posts: 482
|
Figures it would be something that simple. ... On another note i did try to use your skilluo system and when it goes to edit a file it will open a gump asking where the file is and when you choose a folder it says skilluo couldnt open it.
__________________
Friends Come and go but Enemies accumulate |
|
|
|
|
|
#135 (permalink) |
|
Master of the Internet
Join Date: Feb 2004
Location: NC/NC State Univ
Age: 23
Posts: 16,424
|
Ok.
The thing SkillUO asks you for is the RunUO installation directory, not the location of the file. So, not the TMSS/SkillProfiles folder so much as the ~RunUO directory. It then processes the directory structure from there.
__________________
Goodbye, folks. |
|
|
|
|
|
#137 (permalink) |
|
Newbie
Join Date: Sep 2004
Age: 33
Posts: 43
|
Does anyone know if the custom skill creation aspect of this project ever got finished, or if it works?? I have the system up and running but I so far it won't allow the custom skill gump to be opened.
If the custom skill aspect of this version doesn't work, does anyone know if it works to an acceptable level in TMSS 3? thanks |
|
|
|
|
|
#138 (permalink) |
|
Master of the Internet
Join Date: Feb 2004
Location: NC/NC State Univ
Age: 23
Posts: 16,424
|
It works, mostly.
The custom skill gump got finished to some extent, then life happened and I had to flee. Mostly it's an issue with the hook for the normal skill gump and this one. TMSS 3's custom skills are even less useful than 4's. By far.
__________________
Goodbye, folks. |
|
|
|
|
|
#140 (permalink) |
|
Master of the Internet
Join Date: Feb 2004
Location: NC/NC State Univ
Age: 23
Posts: 16,424
|
Actually this may cause the client to be "wonky". It's a Custom Skills issue that I never fixed >_<. If you have the custom skills gump disabled, it should revet to normal.
__________________
Goodbye, folks. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|