- Joined
- Dec 6, 2009
- Messages
- 173
Hi! this trigger is made by Dark_Dragon. But whenever I try to start the map it says: (Line 117: Expected a funtion name) and it shows
//TESH.scrollpos=0
//TESH.alwaysfold=0
The original trigger can be found here: http://www.hiveworkshop.com/forums/...103353/?prev=search=item%20recipe&d=list&r=20
Thx Drealordh!
-
call NewItemGroup()
-
Load Items
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
-------- --- --------
-
-------- Item Group 1 --------
-
Set CItemType[1] = |CFFFFD700Red Plate Armor|r
-
Set CItemType[2] = |CFFFFD700Red Plate Boots|r
-
Set CItemType[3] = |CFFFFD700Red Plate Helmet|r
-
Set CItemType[0] = |CFFFF0000Red Plate Armor Set|r
-
Custom script: call NewItemGroup()
-
-------- Item Group 2 --------
-
Set CItemType[1] = |CFF540081Bronze Armor|r
-
Set CItemType[2] = |CFF540081Bronze Boots|r
-
Set CItemType[3] = |CFF540081Bronze Helmet|r
-
Set CItemType[0] = |CFFFF0000Bronze Armor Set|r
-
Custom script: call NewItemGroup()
-
-------- Item Group 3 --------
-
Set CItemType[1] = Claws of Attack +15
-
Set CItemType[2] = Crown of Kings +5
-
Set CItemType[0] = Kelen's Dagger of Escape
-
Custom script: call NewItemGroup()
-
-------- Item Group 4 --------
-
Set CItemType[1] = Mask of Death
-
Set CItemType[2] = Tome of Power
-
Set CItemType[0] = Blood Key
-
Custom script: call NewItemGroup()
-
-------- ======= --------
-
Custom script: call DestroyTrigger( GetTriggeringTrigger() )
-
-
//TESH.scrollpos=0
//TESH.alwaysfold=0
The original trigger can be found here: http://www.hiveworkshop.com/forums/...103353/?prev=search=item%20recipe&d=list&r=20
Thx Drealordh!