Beret 50 Posted March 4, 2013 I was seeing on the server of iro the following system. Hercules has support for these system, if yes how to use it. Share this post Link to post Share on other sites
Ind 945 Posted March 4, 2013 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.#endifI've never played with it though, I'm not sure how it works. Share this post Link to post Share on other sites
Beret 50 Posted March 4, 2013 I found something in the iro talking about it. http://forums.warpportal.com/index.php?/topic/46415-select-characters-not-available/page__view__findpost__p__512673 Share this post Link to post Share on other sites
Ind 945 Posted March 4, 2013 I see~ should not be hard to implement. I'll move it to the feedback forum Share this post Link to post Share on other sites
Ind 945 Posted March 5, 2013 Added support in https://github.com/HerculesWS/Hercules/commit/0241d0195558b7e57d2181f2f097cf774a1ef463 2 kyeme and JulioCF reacted to this Share this post Link to post Share on other sites
exneval 0 Posted March 5, 2013 (edited) 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 March 5, 2013 by exneval Share this post Link to post Share on other sites
Beret 50 Posted March 5, 2013 (edited) Added support in https://github.com/HerculesWS/Hercules/commit/0241d0195558b7e57d2181f2f097cf774a1ef463 How will be the operation ? Quantity of slots inserted in the column is locked ? Edited March 5, 2013 by Beret Share this post Link to post Share on other sites
kyeme 71 Posted March 5, 2013 Did you execute upgrade sql -> 2013-03-05--01-05? Share this post Link to post Share on other sites
Mystery 594 Posted March 5, 2013 Read a little bit what Ind stated here: http://herc.ws/board/blog/1/entry-16-reserved-slot-system/ Share this post Link to post Share on other sites
Beret 50 Posted March 8, 2013 (edited) Still don't get it if someone can explain how it works. Edited March 8, 2013 by Beret Share this post Link to post Share on other sites
Ind 945 Posted March 8, 2013 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
Beret 50 Posted March 8, 2013 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
exneval 0 Posted March 9, 2013 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
Ind 945 Posted March 9, 2013 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