Liked posts

So many beautiful places to explore on Alternate Metaverse Grid- Castles, Schools, Beaches, Malls, Clubs, Live Stages, Parks, Adult Couple Regions and incredible residents. A warm friendly Adult grid with open Waters and Air, Copy your own OAR from website, low cost land packages, Regional God powers, Self restarts from web. https://www.alternatemetaverse.com

Xenon Darrow: I love this grid! It's my home grid, with a 4x4 region! Always wonderful events, and you are always treated like family! Professional support, grid is always up and working supremely! 10/10 2 years ago
I worked out a solution for initial sitting bug in the NPC Horse (script by Shin Ingen) where the avatar sinks through the horse when wearing an AO.
In the NPC horse script by Shin Ingen in under run_time_permissions(integer perm) FIND
if (perm & PERMISSION_TRIGGER_ANIMATION)
{
llStopAnimation("sit");
//llStartAnimation("man-stop");
switchAnims("idle");
}
and REPLACE with
if (perm & PERMISSION_TRIGGER_ANIMATION)
{
list anims = llGetAnimationList(llGetPermissionsKey());
integer len = llGetListLength(anims);
integer i;
for (i = 0; i < len; ++i) llStopAnimation(llList2Key(anims, i));
//llOwnerSay("Permissions Accepted");
switchAnims("idle");
}
If you don't like coding, just hop over to Neiferleaf and fetch the boxed new horse rezzer at the landingpoint.
Enjoy

Regions

AMV Welcome