on servuo 58 endless journey there is no anchor drop or raise? where can i set this true?
and on all shards i have ever been on there is for a boat only the north, south, west and east direction! what happened to ne,se,nw and sw? land is so modern and sea is so like my old atari 2600...
i finally got ready for vita nex core 5.3.1.0 and i get a object reference not set to an instance of an object. i changed line 70 in script compiler to my .net 8.0.100. and the error list got smaller do i need to go lower on .net?
servuo 58 version 0.5 build 8704.3984
.net 8.0.100
client...
CommandSystem.Register("discord"/*Change command here*/, AccessLevel.Player, new CommandEventHandler(Website_OnCommand));
this line you can change discord to what ever you want as the in game command to take you to the desired webpage, [discord
e.Mobile.LaunchBrowser("Discord -...
I don't know where I got it, I'm sure here in the forums. Simple script I copied and made it link to web page and ont to forum page. Hope it helps. I too wondered how to link a bot. I don't understand webhooks yet.
Hope this helps.
i had this problem once when i installed a new version of visual studio, it auto detected as i debugged and suggested a a later version of .net. do a .net search on visual and some insatlls options are in the drop down menu, find the one you need...
Having a endless journey shard some regions aare gargoles, so if i add a spawner with bankers they spawn gargoyles. how can i set all lands to no gargoyles and elfes?
for each corpse item torso, leg, arm add this method right after the deserialize method
`
public bool Carve(Mobile from, Item item)
{
if (ItemID == 0x1DA3)
{
new RawHumanJerky(0x979);
}
else
{...
when used in conjunction with standard PVM ranking fixed .cs it seems to not keep record of the ranks, and using the multiple_creauture_kill_tracker_with_reward i cant seem to find to change how many kills before reward from 1 to 1000, maybe because the ranking system.
the ranking system...
food.cs add human jerky
`
public class HumanJerky : Food
{
[Constructable]
public HumanJerky()
: this(1)
{
}
[Constructable]
public HumanJerky(int amount)
: base(amount, 0x979)
{
Name =...
using servo58
using 7.0.15.1 classic client
never saw it before but lately on cast spell there seems to be an error it says kal or por language string 3002012. the name of the spell shows but this string i cant figure out is it client side or uo scripts? i reckon its trying tell me the...
instead of
public override void GetDamageTypes( Mobile wielder, out int phys, out int fire, out int cold, out int pois, out int nrgy, out int chaos, out int direct )
set the damage
SetHits( 178, 291 );
SetMana( 80,120 );
SetDamage( 244...
i changed itemid for grapevine, went in game and props the vine itself to find another item id, perhaps this grapevine is for the item and not the grapevines in yew! also itemid with props a grapebunch laying on floor and it was different. ill try add grapevine and grapebunch!
ultimate goal is...