Jump to content
  • 0
Sign in to follow this  
Happy

How to turn off renewal but keep all renewal mobs/maps/npcs/instance etc ?

Question

Hi guys, Pretty much I want to turn off all renewal stuff except NPC/mobs/instances/items?

I tried the renewal.h but if i comment out #define RENEWAL it also turns off the npcs/maps/mobs/items etc :(

 

I would deeply appreciate any help  :unsure:  Thanks in advance! :D

 

Edit*

I would also like to keep the 3rd jobs. So yeah kinda like 3ceam but with renewal npcs/items.

Edited by Happy

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 1

Thanks Angelmelody! I'll try that out.

 

 

In-case someone is trying to do the same thing as me, for the NPC folders I'm going to try editing map.c

changing

map->reloadnpc_sub("npc/pre-re/scripts_main.conf");
 
to
map->reloadnpc_sub("npc/re/scripts_main.conf");

 

 

 

 

Edit*

 

 

https://github.com/H...fig/const.h#L39


 


change  "pre-re/" to  "re/"


 


Idk whether it  will cause any risk.

Seems this alone won't do, i think its because in pre-re the structures are different so simply loading re files won't work well. Gotta turn on some of those re db structures.

Edited by Happy

Share this post


Link to post
Share on other sites
  • 0

Hi guys, Pretty much I want to turn off all renewal stuff except NPC/mobs/instances/items?

I tried the renewal.h but if i comment out #define RENEWAL it also turns off the npcs/maps/mobs/items etc :(

 

I would deeply appreciate any help  :unsure:  Thanks in advance! :D

 

Edit*

I would also like to keep the 3rd jobs. So yeah kinda like 3ceam but with renewal npcs/items.

in renewal.h

Share this post


Link to post
Share on other sites
  • 0

I kind of tried that but:

 

I tried the renewal.h but if i comment out #define RENEWAL it also turns off the RE npcs/maps/mobs/items etc

 

Thanks for the reply though! :)

Edited by Happy

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.