Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Change monster or Chip appearance

Newbie Spellweaver
Joined
May 23, 2017
Messages
13
Reaction score
0
Is it possible to change monster model? example, i want to use flym as model of chip in crag mine.

I need to do it on server side or client side?

Thanks i hope someone can give tips / links (if there's any tutorial).
 
Newbie Spellweaver
Joined
Feb 4, 2014
Messages
7
Reaction score
0
Easy....

NewHolySystem.ini
Code:
StoneCreateMap0 = resources
StoneCreateDummy0 = dh001
StoneMonsterCode0 = [B]04B00[/B]
StoneMasterRace0 = 0

StoneCreateMap1 = resources
StoneCreateDummy1 = dh002
StoneMonsterCode1 = [B]04B01[/B]
StoneMasterRace1 = 1

StoneCreateMap2 = resources
StoneCreateDummy2 = dh003
StoneMonsterCode2 = [B]04B02[/B]
StoneMasterRace2 = 2
 
Upvote 0
Newbie Spellweaver
Joined
May 23, 2017
Messages
13
Reaction score
0
Easy....

NewHolySystem.ini
Code:
StoneCreateMap0 = resources
StoneCreateDummy0 = dh001
StoneMonsterCode0 = [B]04B00[/B]
StoneMasterRace0 = 0

StoneCreateMap1 = resources
StoneCreateDummy1 = dh002
StoneMonsterCode1 = [B]04B01[/B]
StoneMasterRace1 = 1

StoneCreateMap2 = resources
StoneCreateDummy2 = dh003
StoneMonsterCode2 = [B]04B02[/B]
StoneMasterRace2 = 2

I see, how about in client side? example i don't own the server, just want to change it for my client is it possible?


And about the other mobs? because on my server i want to make a pb for event,
I change the drop of sealed pbs, but i can't figure out how to change the model of pbs, I want them to look like santa chooty.

Thanks
 
Upvote 0
Newbie Spellweaver
Joined
May 23, 2017
Messages
13
Reaction score
0
You may change any model in game in resource.edf (client only)

Thanks sir, i manage to change the monster's model, but the size is still the same with original size of mobs. I tested it on flym, change the model to dagnue. So when i tested it, the dagnue is same size of flym. I want to ask if it's possible to change it's size i hope you can give idea again sir haha thanks a lot
 
Upvote 0
Newbie Spellweaver
Joined
Feb 2, 2014
Messages
16
Reaction score
1
Thanks sir, i manage to change the monster's model, but the size is still the same with original size of mobs. I tested it on flym, change the model to dagnue. So when i tested it, the dagnue is same size of flym. I want to ask if it's possible to change it's size i hope you can give idea again sir haha thanks a lot


There is client Character.strs
razerkana - Change monster or Chip appearance - RaGEZONE Forums



nETH56c - Change monster or Chip appearance - RaGEZONE Forums


There is my Dagnues, and he attach weapon fire effect from Turncoat Punisher, edit in (Character Client)



byCFPMm - Change monster or Chip appearance - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
May 23, 2017
Messages
13
Reaction score
0
There is client Character.strs
razerkana - Change monster or Chip appearance - RaGEZONE Forums



nETH56c - Change monster or Chip appearance - RaGEZONE Forums


There is my Dagnues, and he attach weapon fire effect from Turncoat Punisher, edit in (Character Client)



byCFPMm - Change monster or Chip appearance - RaGEZONE Forums

Thanks a lot sir i'm learning a lot since i'm a beginner on editing stuff...like i don't have any knowledge...but you help a lot so i'm starting to have idea....

I think this is my last question regarding this.

How can i find / know if the monster i edit from resource.edf is same with character.edf?
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
Feb 2, 2014
Messages
16
Reaction score
1


There is monsters code base see the code and name.

In Resource.edf monsters have names: Turncoat Destroyer, etc, see that in base, there is code from monster 08A0B



Im just edit 3D models in 3D Studio max and pack it back to RF online)
 
Upvote 0
Newbie Spellweaver
Joined
May 23, 2017
Messages
13
Reaction score
0


There is monsters code base see the code and name.



In Resource.edf monsters have names: Turncoat Destroyer, etc, see that in base, there is code from monster 08A0B



Im just edit 3D models in 3D Studio max and pack it back to RF online)

Cool, now i understand how to change monster model...thanks sir you helped a lot...specially by sharing those client side strs files...It's hard to find strs files for client :( i hope there's a tutorial how to make client strs here

Btw thanks sir
 
Upvote 0
Back
Top