A script i want to share

redbull

New Member
You type/god editscript monsterdie# - Example /god editscript monsterdie1

Code:
Sub Main(player as long)
  playerwarp(player, 101, 5, 0)
  giveobj(player, 255, 1)
End Sub

This script will warp you when you kill the chosen monster. It will also give you a specific item using giveobj(). You can chose what item, just replace 255 and 1 with the object ID and quantity.
 
Top