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:)
thanks in advance:)
This will just worked if your dbo.Mobs is prepared with this function. The "orginal" Shaiya Database donīt comes with that function.Quote:
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