Problems creating new Mobs with sStudio

05/15/2012 04:55 blaaablu#1
Hi Guys,


i've a really mysterious problem with creating mobs.

I'm not able to create a complete new mob with Shaiya Studio.

I'm sure that i did everything right and if i change some
existing mobs, on client and serverside everything function.

I have 2 absolut identical (except the row and mobid) Datasets
for 2 Testmobs in my Database, the one i created new does not
function, the one with changed details from a existing mob works.

(I'm not even able to spawn the one mob with /mmake mobid,
without any error, it happens nothing.)

If i let the mob spawn automatically by a map, it were invisible and
is named like "Monster kann nicht gefunden werden" ("mob cannot be found" or
anything like this in english)

All client files are up to date, the SQL is completely injected,
i created the data with a MonsterEx.sdata and so on.


Have anyone any ideas? ._. Have i to insert the new mob also in
another table which does sStudio not generating a query for?


Regards
05/15/2012 18:01 Shaiya-Astaria#2
Quote:
Originally Posted by blaaablu View Post
Hi Guys,


i've a really mysterious problem with creating mobs.

I'm not able to create a complete new mob with Shaiya Studio.

I'm sure that i did everything right and if i change some
existing mobs, on client and serverside everything function.

I have 2 absolut identical (except the row and mobid) Datasets
for 2 Testmobs in my Database, the one i created new does not
function, the one with changed details from a existing mob works.

(I'm not even able to spawn the one mob with /mmake mobid,
without any error, it happens nothing.)

If i let the mob spawn automatically by a map, it were invisible and
is named like "Monster kann nicht gefunden werden" ("mob cannot be found" or
anything like this in english)

All client files are up to date, the SQL is completely injected,
i created the data with a MonsterEx.sdata and so on.


Have anyone any ideas? ._. Have i to insert the new mob also in
another table which does sStudio not generating a query for?


Regards
The SHstudio make a sql query for Item.sdata,Skill.sdata and Cash.sdata
BUT not for Monster.sdata i Think
05/15/2012 20:46 George St-Pierre#3
Of course she also does a file to sql query.
But I think that your new mobs that are creating, you need a new ID and all other details that you can add to ShStudios.
05/15/2012 21:14 blaaablu#4
Quote:
Originally Posted by George St-Pierre View Post
Of course she also does a file to sql query.
But I think that your new mobs that are creating, you need a new ID and all other details that you can add to ShStudios.

They have a new id ;D
05/15/2012 22:40 dirksen95#5
you have to create the new monster in der DB too, or it wont work, just copy the monster wich u want to create, change some stats and the ID and its done, dont forget to make same changes as in ShStudio
05/16/2012 00:03 blaaablu#6
As i already said, the mob exist in db and the client.

I think the fact that everything works (the new attacks from the mob + new model
(so, the client + database data must be correct in that case)) if i edit
a existing mob shows that's everything must be right.

I don't understand why nothing works with new mobs -.-