[HELP] How do I change mob drops ?

08/04/2012 14:45 808Saga#1
How do i change what the mobs drops ? '


Im mainly trying to add drop to bosses
08/04/2012 16:49 TeddyBear94#2
u have to open the item.sdata + monster.sdata in SH studio
in item.sdata u have to create grade where all the items go in u want to let drop. after ur done safe item.sdata and open monster.sdata and go into every detail mob u want to let somthing drop. expand the editor window to drops in the upper u right the drop bag and in the lower field the drop chance then press set and it is added... ( after u done alll that stuff u need to configure that with sql)

btw u need an extracted data.sah for all that. if u would only extract the sdata files u would fail.


ANYway if u want to do all that read god damn the posts that are already made about that topic

[Only registered and activated users can see links. Click Here To Register...]
good job castor...
08/04/2012 17:44 JohnHeatz#3
I see that everyone uses ShStudio for basically everything, if you want to know exactly how to do things yourself (work on SQL) look in here [Only registered and activated users can see links. Click Here To Register...] because the answer for that step by step has been already posted
08/04/2012 20:55 TeddyBear94#4
well all ppl use it because it is an awsome tool which helps u imensive :)
but yh as i told sql is still needed zoo ;)
08/05/2012 07:14 808Saga#5
So i would use SH studio to edit the mob itself and change the drop in the SQL ... Right ?

How do I add new mobs to map/area ?
08/05/2012 10:59 TeddyBear94#6
what do u mean with "new" mobs? if u speak about already existing mobs which u just want to put into a new area change the location of that mob in sql...
08/05/2012 18:51 808Saga#7
well in SH studio you can make new mobs. I was just trying to find out if i can put them ingame.
08/05/2012 23:13 TeddyBear94#8
with sql yh...
08/05/2012 23:17 JohnHeatz#9
Exactly why you actually must know SQL, because to add mobs and such you -unless I am mistaken- must do it manually -or at least that is the way I do it- into the database itself using -normally what I use- an update query with the mobs that are "trash" in the database, or, it would be possible to do another simple Insert query in there.