Jump to content
Sign in to follow this  
Beret

Reserved slot system

Recommended Posts

I was seeing on the server of iro the following system. Hercules has support for these system, if yes how to use it.

 

 

2w66rz7.png

Share this post


Link to post
Share on other sites

in char.c there are these:

#if PACKETVER >= 20100413	WFIFOB(fd,4) = MAX_CHARS; // Max slots.	WFIFOB(fd,5) = MAX_CHARS; // Available slots.	WFIFOB(fd,6) = MAX_CHARS; // Premium slots.#endif
I've never played with it though, I'm not sure how it works.

Share this post


Link to post
Share on other sites

Uhmm, so, how to mark the premium empty slots become Not Available ? (If it possible)

 

And how to make an account id can open the premium slot (premium service)?

 

Thanks for supporting this feature~

Edited by exneval

Share this post


Link to post
Share on other sites

Still don't get it if someone can explain how it works.

Edited by Beret

Share this post


Link to post
Share on other sites

Still don't get it if someone can explain how it works.

what exactly you dont get?

Share this post


Link to post
Share on other sites

 

Still don't get it if someone can explain how it works.

what exactly you dont get?

 

I can not put slot as reserved, does it have to do with the langtype ?

Share this post


Link to post
Share on other sites

 

Still don't get it if someone can explain how it works.

what exactly you dont get?

 

how to make a normal account can open other six premium slots, if GM make her account character_slot limit to 3

Share this post


Link to post
Share on other sites

 

 

 

 

Still don't get it if someone can explain how it works.

what exactly you dont get?

 

 

I can not put slot as reserved, does it have to do with the langtype ?

 

 

maybe, I haven't really tried that.

 

 

 

 

Still don't get it if someone can explain how it works.

what exactly you dont get?

 

 

how to make a normal account can open other six premium slots, if GM make her account character_slot limit to 3

 

 

must edit character_slot to 9, no other way around it (unless i misunderstood the question)

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • Create New...

Important Information

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