my server is only for me ,only ı use it and ı dont enter CS and OI :S
what ı must do for it ? or give me Dios and OI bosses codes for make in game
what ı must do for it ? or give me Dios and OI bosses codes for make in game
Use PS_GameDefs Select MobID from dbo.Mobs where MobName = [MobNameHere]
not my work, remember to thank tnelis on this threadQuote:
There are multiple "Mob Lists" available... I'd say the main one would be called "PS_GameDefs" (get it?)
Using simple queries on that database, would get you the information you need. I.E.
The above would get you all the listings of 'Cryptic The Immortal' which has mob IDs, and all the information you'd need.Code:SELECT * FROM PS_GameDefs.dbo.Mobs WHERE MobName LIKE '%Cryptic The Immortal%'
If that doesn't work for you, you could do:
Execute it, then right-click the results and save as .csvCode:SELECT * FROM PS_GameDefs.dbo.Mobs
There you go, your own Excel mob ID list