I want to change the requirements for a weapon master to purchase loadedweapons. I want it to be something like lvl30 can buy lvl5 lw. The problem is I have no idea where to start. Any help or links to faqs would be greatly appreciated. TIA
Core 2 DUO @ 4.1Ghz Grizzled_AM AM 43
Nvidia 9800 1g Grizzled_EMT. MM 85
4gb mem Grizzled_LW WM 87
Grizzled_EN EN 64
A drop of knowledge is more powerful than a sea of force~ unknown
Joined: 05/18/2005 18:32:41
Messages: 2124
Location: UK
Offline
Strange. Unfortunately I cannot test it myself at the moment, so I am just looking at the code.
I am assuming you are running DruidsRPG200?
The change should have allowed WeaponsMasters to buy LW2 and LW3 at level 11.
Note that the text message would not change. That is hardcoded to say levels 40 and 55. To change that, you need to follow Grizzled's suggestion and build your own mod (although you may be able to modify it in the DruidsRPG200.int file - I haven't tried. I don't know if that would raise any incompatibility issues.)
Thanks for that suggestion; it seems to work. I decided, however, that I wanted to start learning a little about UT script writing/editing so I downloaded wotgreal and began messing with it. I figured I would start with something basic and just edited the druidloaded.uc with the ability levels I wanted. I then tried to compile it and got this error:
Analyzing...
Parsing MonsterMasterInteraction
C:\UT2004\NovaRPG001\Classes\MonsterMasterInteraction.uc(6) : Error, Class 'localized' keyword is no longer required
Compile aborted due to errors.
Failure - 1 error(s), 0 warning(s)
Shutting down ucc.exe
Any ideas.....yes I am a UT coding noob so please be patient .