Facebook
From Coral Wolf, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 115
  1. Scriptname aaaAddLListScript extends Quest  
  2.  
  3. LeveledItem Property aaaLItemEnchNecklaceMisc Auto
  4.  
  5. LeveledItem Property LItemEnchNecklaceAll Auto
  6. LeveledItem Property LItemEnchNecklaceAll25 Auto
  7.  
  8.  
  9. Event OnInit()
  10.         Utility.Wait(5.0)
  11.         aaaLItemEnchNecklaceMisc.AddForm(LItemEnchNecklaceAll, 1, 1)
  12.         aaaLItemEnchNecklaceMisc.AddForm(LItemEnchNecklaceAll25, 1, 1)
  13.         Debug.Notification("New magic items are added to leveled lists.")
  14. EndEvent

Replies to Untitled rss

Title Name Language When
Re: Untitled Red Hamster text 2 Years ago.