|
|
ChaosHydra
Famous Hero
|
posted April 29, 2009 12:00 AM |
|
|
Wisdom skill
Hello, I'm making a map but I want to limit all spells to 2nd level. But some heroes start off with Basic Wisdom (3rd level). Is there any script for this or can I disable this in the options?
Thx anyway.
|
|
Salamandre
Admirable
Omnipresent Hero
Wog refugee
|
posted April 29, 2009 12:31 AM |
|
|
You have three choices:
1) In the editor disable wisdom manually for each hero and remove the custom spell
2) ERM: create a script
ZVSE
!#TM84:S1/999/1/255; **timer every day, you should stop it on day 2 or 3, so it removes the spells only in the beginning, otherwise it will remove them each day till the end.
!?TM84;
!!DO702/0/155/1:P-1; [loop through all heroes]
!?FU702;
!!HEx16:M51/0; **remove fortune, and repeat the command for every spell you wish to be deleted or use a different loop to remove all spells at once
3) ERM, remove from each hero with wisdom the desired spell
ZVSE
!?PI;
!#HE29:M51/0; **removed fortune from Melodia on day 1
**repeat this for each hero.
____________
Era II mods and utilities
|
|
ChaosHydra
Famous Hero
|
posted April 29, 2009 12:48 AM |
|
Edited by Cepheus at 23:30, 23 Jul 2011.
|
Thx for the quick reply!
---
Moderator note: This thread has been inactive for two years or longer, and has been archived (closed) to prevent necro-posting. If you wish to revive the topic, send a message to Cepheus or create a new thread in its place. Thank you.
|
|
|
|