|
|
zeussbdc
Tavern Dweller
|
posted June 28, 2003 10:39 AM |
|
|
Poll Question: help please
hello i need help .....I try to make my own creatures whith erm_script and i don`t know how to do.If someone know please writh to me at my email
and pls tell me like you tell to a loser becouse i don`t understand all
eminem_d@linuxmail.org
|
|
Arstahd
Adventuring Hero
|
posted June 28, 2003 08:01 PM |
|
|
You can't create a new creature through ERM, only modify the stats of an existing creature. If you create a new animation you can replace the graphics of an existing monster but still can't add a new one.
As far as I know, the only one who can add additional creatures to the game is Slava, WoG's lead programmer. This is because many changes in the code need to be made for the game to recognize a new creature.
____________
Download my scripts and graphics HERE.
|
|
Vlaad
Admirable
Legendary Hero
ghost of the past
|
posted June 28, 2003 09:38 PM |
|
|
However, you can also change the name and special skills. If you change the stats, too, it's a completely new creature although the graphics are old!
For example, this is my simple script to turn Rougues to Assassins:
ZVSE
!?LE10/10/0;
!#VRz12:S^Assassin^;
!#VRz13:S^Assassins^;
!#VRz14:S^Spying.Climb walls.No retaliation.Strike all around.^;
!!UN:G1/143/0/12;
!!UN:G1/143/1/13;
!!UN:G1/143/2/14;
!!MA:X143/?i;
!!VRi:+2;
!!MA:X143/i;
!!MA:X143/?j;
!!VRj:+65536;
!!MA:X143/j;
!!MA:X143/?k;
!!VRk:+524288;
!!MA:X143/k;
!!MA:E143/10;
!!MA:M143/5;
You can copy/paste it into Time Events (remember to put the day of occurance to 500 ). You'll also need a trigger, for example a Local Event at 10/10/surface (its coordinates) - it's included at the beginning of the script.
If you want completely new creatures (with graphics and all), you'll have to wait for the 3.58 patch!
____________
|
|
Lord_Woock
Honorable
Undefeatable Hero
Daddy Cool with a $90 smile
|
posted June 28, 2003 09:47 PM |
|
|
Quote: Climb walls
How does this work?
____________
Yolk and God bless.
---
My buddy's doing a webcomic and would certainly appreciate it if you checked it out!
|
|
Vlaad
Admirable
Legendary Hero
ghost of the past
|
posted June 28, 2003 10:12 PM |
|
|
Same as fly, it just sounds cooler.
____________
|
|
|