vSRO-ServerAddon icon indicating copy to clipboard operation
vSRO-ServerAddon copied to clipboard

addition to mob spawn (despawn)

Open chefkoch1837 opened this issue 1 year ago • 0 comments

is it possible for you to add despawn aswell would be realy nice for events

all mobs with that id/codename will despawn within a given gameworld or region or serverwide if both are 0

you might be able to do it by checking the "zoe" gm commands in the gameserver and loop it for that mob id

INSERT INTO [SRO_VT_SHARD].[dbo].[_ExeGameServer] ( Action_ID, CharName16, Param02, -- RefObjId Param03, -- Region ID Param04, -- GameWorld ID Param05, -- for later other things Param06 -- for later other things ) VALUES ( XX, 'MOB_CODENAME128', ether mobcodename or ID required in Param02 1954, -- Tiger Woman 24744, -- Region ether Region , GameWorldID if both are 0 then all mobs with given id/codename will despawn 0, 0, 0 );

thank you in advance you provide lots of great stuff for the vsro community

chefkoch1837 avatar Oct 24 '24 07:10 chefkoch1837