llist of mobs on maps

06/14/2019 03:13 Cap_Santos#1
Good evening, guys, I'm new to the admin area of shaiya server. I wanted to know if there are any lists that says which mobs are in each game map of my episode and ep6.


thanks in advance:)
06/14/2019 15:14 {Skrillex}#2
Quote:
Originally Posted by failpvper View Post
hi ^^

execute this query in SSMS and it will list the id, name, and map of all your mobs

Code:
use ps_gamedefs
select mobname, mobid, mapid from dbo.mobs order by mobid
This will just worked if your dbo.Mobs is prepared with this function. The "orginal" Shaiya Database donīt comes with that function.

Better is: Be sure that you Monster.SData is ready with MonsterEx.SData.
If not look here -> [Only registered and activated users can see links. Click Here To Register...]

You could also create your own csv files with your [PS_GameDefs].[dbo].[Mobs] Table.

If this is finished you ca easily open you SVmap files with SHStudio and see all MobIDs from all Maps of your server.

Regards
07/12/2019 04:40 Mike__#3
Use shStudio:
[Only registered and activated users can see links. Click Here To Register...]

1 - Click on an *.svmap
2 - Monsters Tab