|
||
|
|
#1 (permalink) |
|
Join Date: Jan 2005
Age: 32
Posts: 4
|
I was playing wit the EvoMerc on my shard and decided this could be helpful to ppl since his sword breaks and he has to get 7mill kp to become champ (fighting wit his hands and no wrestling could take awhile
)I added a Katana script, its only meant for the mercs when a deed is clicked on and he spawns he will be holding it, and on the final stage when he becomes a champ it will dissappear. It has Self Repair on it so it doesnt break and artifact rarity 69 I had other stats like hitleech, hitchance, stamleech but took it of the file that is posted, But u can edit as u seem fit for your server or leave it how it is.I edited the EvoMerc script original posted by sadoul. The only thing diffrent is the lines in the beginng to have him equip sword, and added a delete line for OneHanded Layer to delete item when he becomes champ. -just unzip files, place the EvoMerc.cs where your old one is (mines in its own folder ...Scripts/Mobiles/Merc ...back-up ur old one incase u dont use this one) -then add the MercKatana.cs script into your Artifacts folder (...Scripts/Items/Weapons/Arfifacts/ not sure if it has to be in here for sure or not since it has artifact rarity on it but its where i got mine )Hopefully sombody can find this useful and use it on their server, Maybe I'll log into a server and see it in use ![]() |
|
|
|
|
|
#4 (permalink) |
|
Join Date: Jan 2005
Age: 32
Posts: 4
|
Well I wanted to repost the katana without dura, would be better than the SelfRepair attribute i think, but it says i cant post attachment
so if u want the katana without dura you'll have to edit the lines......public override int InitMinHits{ get{ return 255; } } public override int InitMaxHits{ get{ return 255; } }......... ....change to........ public override int InitMinHits{ get{ return 0; } } public override int InitMaxHits{ get{ return 0; } }......... ....now go down about six lines where it says......... WeaponAttributes.SelfRepair = 6;...... ....and delete this line, or simply put 2 forward slashes in front of it to remove. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|