HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Creating New Actions?

02-20-2005, 01:47 PM#1
shadow1500
I was trying to make a new "Special Effect" action for WorldEdit
by importing TriggerData.txt and TriggerStrings.txt into Warcraft III\UI\ folder
but whatever i try to load a map it says:

i am sure i did everything right
the strings one is
Code:
AddSpecialEffectLocForPlayer="Create Special Effect At Point for Player"
AddSpecialEffectLocForPlayer="Create a special effect at ",~Point," using ",~Model File," for ",~Player
AddSpecialEffectLocForPlayerHint=

and the data is
Code:
AddSpecialEffectLocForPlayer=0,location,modelfile,player
_AddSpecialEffectLocBJ_Defaults=GetRectCenter,"Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl",Player00
_AddSpecialEffectLocBJ_Category=TC_SPECIALEFFECT

and also, i tired adding new facing bones, but i dunno how to change the interface string



y have the topic moved it doesnt have to do anything with the trigger actions themselves. -_-
its like modding the world editor, but there is no modding section.
02-20-2005, 05:46 PM#2
Guest
Reason it was moved is probably because on one of your screen sots it says
"Trigger Database Error"
"[TriggerActions]"

Thats probably why it was moved.

But to your problem.. no idea
02-20-2005, 06:00 PM#3
shadow1500
pritzer mike or w/e shud know bout this cuz he made WE Unlimited and it involves custom actions and stuff liek that.
02-21-2005, 12:12 AM#4
shadow1500
someone plz help
02-21-2005, 04:28 AM#5
ThyFlame
I don't know how case sensitive what you're doing is, but if you note the lines:

AddSpecialEffectLocForPlayer="Create Special Effect At Point for Player"
AddSpecialEffectLocForPlayer="Create a special effect at ",~Point," using ",~Model File," for ",~Player

The second line isn't capitialized the same as the first (ie. special instead of Special)