| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| There was a time when I sought to leave this world and for a while I did,
fleeing the poisonous rune it made of my life...
...but the power of this world has pulled me back in. The evil, the poison with-in shall not
be quickly cured. |
|
|
|
|
|
|
Sunday, September 04, 2005 |
|
|
|
|
New Addition - Working Death
Grim Reaper Package This script package will summon an npc to the corpse of a player that dies. Death (Grim Reaper) will appear, he will have the admin name hue so he will look like any other staff member. Normaly he will walk several steps, say something, open a moongate and vanish through it. It is called "Grim Reaper Package", but The actual npc is called Death, and that is how I will refer to Death for the rest of this post.
Modifying the script so that it will take you to Luna. -Ravon
public override bool OnMoveOver(Mobile m) { m.SendMessage("You will teleported back to Luna"); int x = 1057 + Utility.RandomMinMax(-5, 5); int y = 490 + Utility.RandomMinMax(-5, 5); CityInfo city = new CityInfo("Luna", "Arena", x, y, -90, Map.Malas); m.MoveToWorld(city.Location, city.Map); return false; }
Posted by Ravon @ 11:27 PM
|
|
|
|
|
|
|
|
|
|
|
|
|