Facebook
From Red Hamster, 2 Years ago, written in Plain Text.
This paste is a reply to Untitled from Coral Wolf - go back
Embed
Viewing differences between Untitled and Re: Untitled
Scriptname aaaAddLListScript extends Quest  

LeveledItem Property aaaLItemEnchNecklaceMisc Auto

LeveledItem Property LItemEnchNecklaceAll Auto
LeveledItem Property LItemEnchNecklaceAll25 Auto


Event OnInit()
        Utility.Wait(5.0)
        aaaLItemEnchNecklaceMisc.AddForm(LItemEnchNecklaceAll, LItemEnchNecklaceAll.AddForm(aaaLItemEnchNecklaceMisc, 1, 1)
        aaaLItemEnchNecklaceMisc.AddForm(LItemEnchNecklaceAll25, LItemEnchNecklaceAll25.AddForm(aaaLItemEnchNecklaceMisc, 1, 1)
        Debug.Notification("New magic items are added to leveled lists.")
EndEvent