How to make satan morocc but description mob copying poring ?

madtoyz

New member
Messages
173
Points
0
How to make satan morocc but description mob copying poring ?

  • Sprite Satan Morocc.
  • Description is copy from monster Poring.

 
i dont understand what you mean by monster description .. /swt 

there is no such description for every monster ....

all you got only monster information or sprite...that's all...

 
i dont understand what you mean by monster description .. /swt 

there is no such description for every monster ....

all you got only monster information or sprite...that's all...
i mean "desciption" is like this :

1002,PORING,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,512,150,619,20,0,0,0,0,4001,1
sorry make you confused,

  • using sprite satan morocc
  • using mob_db poring
  • new mobid

 
mob_db2

4200,PORING,Poring,Poring,1,60,1,27,20,1,8,9,2,5,6,1,1,0,6,5,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
need i change the name also ?

and how about the mob_avail ?.im still blur with it.

 
// Structure of Database:// MobID,SpriteID{,Equipment}//// 01. MobID Mob ID to change.// 02. SpriteID Mob ID which will be sent to the client instead of MobID.// If 0, the mob becomes unavailable for use.// 03. Equipment Item ID of pet equipment (must be available for pet counterpart, or this will cause problems).//
the mob_db part is totally up to you ...

i am just showing you the way to create a new mob with existing mob sprite without required clientside modifications...

 
From cellphone and for being fast:

Make a new line in db/mob_db.txt with all the poring information. Change the mob ID for avoiding collisions and preferably also change sprite name, kROname and iROname (the first 4 values in total).

Then, for making it have the Satan Morocc sprite, just open db/mob_avail.txt and add a line in this fashion:

SatanMorrocID,NewMobID

this way you'll have a custom poring with Satan Morocc sprite. For adding skills use db/mob_skill_db.txt

 
Back
Top