Mekii -> RE: Make your own mercs? (10/4/2009 3:24:16 AM)
|
I believe Reinforce is onto something with the mercs.lua file. I think you also might want to add your own merc to it, might solve the hiring issue. Though, i haven't got around with making mercs yet so I honestly don't know what it would solve, if anything. ---------------------------------------------------------------------------------------------------------------------------- Mercs = { morah = { alive = true, -- selfexplanatory hired = false, -- is he already hired by player (changes automatically on hire/dismiss) dr = 032, -- deathrate tolerance, the higher - the more tolerant rt = 088, -- reputation tolerance, the higher the more tolerant mt = 005, -- morale limit (when reached - merc terminates contract) friend1 = "", -- friend1 friend2 = "", -- friend2 buddy = "", -- friendtobe nonfriend1 = "", -- enemy1 nonfriend2 = "", -- enemy2 nonbuddy = "", -- enemytobe hatenf1 = 000, -- hate rating for nonfriend1, the higher - the more hatred hatenf2 = 000, -- hate rating for nonfriend2, the higher - the more hatred hatenb = 010, -- hate rating for nonbuddy, the higher - the more hatred buddylike = 000, -- friendtobe rating for buddy, the higher - the more love goodguy = true, -- trivial salary = 100, -- per day payment available = true, -- available for hire agency = AGENCY, -- how to hire: AGENCY|FREELACNER hasMessage = 0 }, -----------------------------------------------------------------------------------------------------------
|
|
|
|