disabling journeyman mercs
Hey, I am trying to disable journeyman mercs.
This is my fake sql / what I intend to do Code:
select * from merc_npc_types where proficiency=2 (or name like '%journeyman%') Code:
or I could do this but it still doesnt set it in the merc_template section Code:
update merc_types set clientversion=1024 where proficiency_id=2; |
This should work.
Code:
UPDATE merc_templates SET clientversion = 1024 |
As mercs are finished up, I think it would be great to have a rule implemented to give a max merc available or something similar
|
Seems reasonable.
|
Quote:
In fact a single rule would probably be enough as we already will have to implement a method of granting them only from quest reward. So a rule to change the default mercs from available to quest reward would handle it. Or something like that. |
Yeah, they are set up to allow for quest enabling (live-like), it's just not coded yet ( it's available in the database). But a rule to allow or disallow wouldn't be bad.
|
All times are GMT -4. The time now is 12:23 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.