Reserved slot system

Status
Not open for further replies.

Beret

High Council
Messages
245
Points
28
Age
31
Emulator
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


 
Last edited by a moderator:
in char.c there are these:

Code:
#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.
 
I see~ should not be hard to implement. I'll move it to the feedback forum

 
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~

 
Last edited by a moderator:
Did you execute upgrade sql -> 2013-03-05--01-05?

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

 
Last edited by a moderator:
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)
 
Status
Not open for further replies.
Back
Top