CyberDevil Posted April 18, 2018 Posted April 18, 2018 I am looking for 2 old addons that I can not find on this forum and google... one was called "Create Character" and was linked to this page: http://rathena.org/board/files/file/2536-fluxcp-addon-create-character/ The other is currently visible from this link and allowed to try colors and haircuts directly from Fluxcp: http://cp.originsro.org/character/stylist/#j=0&d=0&h=1&c=1&s=0&g=M I'm not sure but they could both be the same addon! Thanks for your help.
1 Akkarin Posted April 18, 2018 Posted April 18, 2018 They're not the same. The Create Character addon was removed and the generator on OriginsRO is some nice use of javascript. You can achieve similar with rochargen functionality.
0 CyberDevil Posted April 18, 2018 Author Posted April 18, 2018 ok tnx... can you put me a rochargen link because I only found this on the forum but I do not see a download link: https://github.com/vthibault/ROChargenPHP <--- OMG!
0 CyberDevil Posted April 19, 2018 Author Posted April 19, 2018 19 hours ago, Akkarin said: https://github.com/Akkarinage/ROChargenPHP I installed and configured it... it works very well! +1 Can you tell me a topic on how to implement this on fluxcp so that every player can have a preview of the characters!?!
0 CyberDevil Posted April 20, 2018 Author Posted April 20, 2018 (edited) ok, I managed to implement it alone in Fluxcp (and I'm not a coder!)... I leave the simple instructions if someone who is not as skilled as me and needs it: Open "/themes/default/character/view.php" Search <img src="<?php echo $image ?>" /> Replace with <img src="/ROChargenPHP/character/<?php echo htmlspecialchars($char->char_name) ?>" /> Edited April 20, 2018 by CyberDevil
0 Eross Posted June 22, 2021 Posted June 22, 2021 On 4/19/2018 at 5:57 AM, CyberDevil said: I installed and configured it... it works very well! +1 Can you tell me a topic on how to implement this on fluxcp so that every player can have a preview of the characters!?! How to install this ??? Im newbie thankyou
0 KazumaSatou Posted September 24, 2022 Posted September 24, 2022 (edited) I'm triggered to make this addons. Update: Cleanup of the UI. Making it look like the normal character creation in-game. All hair color are now available. Gonna make the function scripts and will be done by weekends. Edited September 29, 2022 by KazumaSatou Updated images and UI. 2
0 KazumaSatou Posted September 29, 2022 Posted September 29, 2022 Update: Character creation function is now available. Character slot selection will be made soon. For the mean time, Character Slot Number will be included on the UI. To-do list: 1. Add Default Items on inventory like Knife and Cotton Shirt. 2. Add Optional Functions to set Starting Zeny. 3. Create the Character Selection and Remove Character Slot on the UI. PS: Rest of the functions are now working as normal character creation like on the client. 1 1 1
0 KazumaSatou Posted October 4, 2022 Posted October 4, 2022 (edited) I think I finished remaking this addons. Some improvements maybe added but pretty much all are now finished. Functions that you can set that must be synced on char_athena.conf file: Starting Zeny - Default = 0 Starting Map - Default = new_1-1 Starting Map-X - Default = 53 Starting Map-Y - Default = 111 Actual Preview: Edited October 4, 2022 by KazumaSatou Added Functions to Set 1 1
0 Sapito Sucio Posted October 4, 2022 Posted October 4, 2022 1 hour ago, KazumaSatou said: I think I finished remaking this addons. Some improvements maybe added but pretty much all are now finished. Functions that you can set that must be synced on char_athena.conf file: Starting Zeny - Default = 0 Starting Map - Default = new_1-1 Starting Map-X - Default = 53 Starting Map-Y - Default = 111 Actual Preview: It looks amazing, good job
0 Velrond Posted October 4, 2022 Posted October 4, 2022 7 hours ago, KazumaSatou said: I think I finished remaking this addons. Some improvements maybe added but pretty much all are now finished. Functions that you can set that must be synced on char_athena.conf file: Starting Zeny - Default = 0 Starting Map - Default = new_1-1 Starting Map-X - Default = 53 Starting Map-Y - Default = 111 Actual Preview: I hope you could release it to the public
0 KazumaSatou Posted October 5, 2022 Posted October 5, 2022 (edited) Added VIP Settings Limited Slots for Non-VIP Users. This settings can be turned on/off. VIP Settings = True : VIP Account = 15 Slots Free Non-VIP Account = 5 Slots Free VIP Settings = False : 15 Slots Free for all Accounts. To-Do on future updates : Add the Character Name and a placeholder image for created character slot. Update: Character slot that is locked and tried to unlock using inspect element won't bypass character creation on unavailable slot for non-vip account. (Slot 6 ~ 15) Edited October 5, 2022 by KazumaSatou 1
0 KazumaSatou Posted October 5, 2022 Posted October 5, 2022 (edited) Update! Character name and Character Image with selected Hair Style and Hair Color are now showing on created character slot. Name has been trimmed and hidden for longer names, shown on tooltip once hovered. Edited October 5, 2022 by KazumaSatou 1 1
0 KazumaSatou Posted October 22, 2022 Posted October 22, 2022 Update : Fixed positioning of images on Default and Bootstrap Theme. Positioning may be different based on your current themes because of the custom css. I can help you reposition it based on your themes. Default : Bootstrap: 1
Question
CyberDevil
I am looking for 2 old addons that I can not find on this forum and google... one was called "Create Character" and was linked to this page: http://rathena.org/board/files/file/2536-fluxcp-addon-create-character/
The other is currently visible from this link and allowed to try colors and haircuts directly from Fluxcp: http://cp.originsro.org/character/stylist/#j=0&d=0&h=1&c=1&s=0&g=M
I'm not sure but they could both be the same addon!
Thanks for your help.
14 answers to this question
Recommended Posts