CyberDevil Posted April 18, 2018 Group: Members Topic Count: 40 Topics Per Day: 0.02 Content Count: 242 Reputation: 37 Joined: 02/25/18 Last Seen: June 5, 2023 Share 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. Link to comment Share on other sites More sharing options...
1 Akkarin Posted April 18, 2018 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3143 Reputation: 1623 Joined: 03/26/12 Last Seen: Sunday at 05:38 PM Share 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. Link to comment Share on other sites More sharing options...
1 Akkarin Posted April 18, 2018 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3143 Reputation: 1623 Joined: 03/26/12 Last Seen: Sunday at 05:38 PM Share Posted April 18, 2018 https://github.com/Akkarinage/ROChargenPHP 1 Link to comment Share on other sites More sharing options...
0 CyberDevil Posted April 18, 2018 Group: Members Topic Count: 40 Topics Per Day: 0.02 Content Count: 242 Reputation: 37 Joined: 02/25/18 Last Seen: June 5, 2023 Author Share 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! Link to comment Share on other sites More sharing options...
0 CyberDevil Posted April 19, 2018 Group: Members Topic Count: 40 Topics Per Day: 0.02 Content Count: 242 Reputation: 37 Joined: 02/25/18 Last Seen: June 5, 2023 Author Share 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!?! Link to comment Share on other sites More sharing options...
0 CyberDevil Posted April 20, 2018 Group: Members Topic Count: 40 Topics Per Day: 0.02 Content Count: 242 Reputation: 37 Joined: 02/25/18 Last Seen: June 5, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
0 Eross Posted June 22, 2021 Group: Members Topic Count: 155 Topics Per Day: 0.09 Content Count: 349 Reputation: 12 Joined: 04/05/20 Last Seen: Sunday at 02:59 PM Share 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 Link to comment Share on other sites More sharing options...
0 KazumaSatou Posted September 24, 2022 Group: Members Topic Count: 9 Topics Per Day: 0.01 Content Count: 154 Reputation: 37 Joined: 05/15/20 Last Seen: 6 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 KazumaSatou Posted September 29, 2022 Group: Members Topic Count: 9 Topics Per Day: 0.01 Content Count: 154 Reputation: 37 Joined: 05/15/20 Last Seen: 6 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 KazumaSatou Posted October 4, 2022 Group: Members Topic Count: 9 Topics Per Day: 0.01 Content Count: 154 Reputation: 37 Joined: 05/15/20 Last Seen: 6 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Sapito Sucio Posted October 4, 2022 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 178 Reputation: 97 Joined: 04/10/12 Last Seen: 2 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Velrond Posted October 4, 2022 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 09/15/22 Last Seen: March 25, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 KazumaSatou Posted October 5, 2022 Group: Members Topic Count: 9 Topics Per Day: 0.01 Content Count: 154 Reputation: 37 Joined: 05/15/20 Last Seen: 6 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 KazumaSatou Posted October 5, 2022 Group: Members Topic Count: 9 Topics Per Day: 0.01 Content Count: 154 Reputation: 37 Joined: 05/15/20 Last Seen: 6 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 KazumaSatou Posted October 22, 2022 Group: Members Topic Count: 9 Topics Per Day: 0.01 Content Count: 154 Reputation: 37 Joined: 05/15/20 Last Seen: 6 hours ago Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
14 answers to this question
Recommended Posts