Jump to content
  • 0

FluxCP Addon: Create Charater + Web Stylist


CyberDevil

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

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

  • 1

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

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

  • 1

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

19 hours ago, Akkarin said:

I installed and configured it... it works very well! :D +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

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

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 by CyberDevil
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.11
  • Content Count:  349
  • Reputation:   12
  • Joined:  04/05/20
  • Last Seen:  

On 4/19/2018 at 5:57 AM, CyberDevil said:

I installed and configured it... it works very well! :D +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

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   36
  • Joined:  05/15/20
  • Last Seen:  

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.

image.png.e22acd316e1f02374035e14c6de4888e.png

image.png.373a730d84c35d372693e504e2a4878a.png image.png.d90eae9f9a3a30dd0dabc594941fc830.png

Edited by KazumaSatou
Updated images and UI.
  • Love 2
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   36
  • Joined:  05/15/20
  • Last Seen:  

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.
image.png.dd3b19a200c5ea40f743ecc0a9c44eac.png

  • Love 1
  • MVP 1
  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   36
  • Joined:  05/15/20
  • Last Seen:  

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 by KazumaSatou
Added Functions to Set
  • Love 1
  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  150
  • Reputation:   70
  • Joined:  04/10/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  09/15/22
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   36
  • Joined:  05/15/20
  • Last Seen:  

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.

image.png.985030eb906385eb19c72c6e595b66c1.png

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)
image.png.4af24b1918123b33bc9302e60754e653.png

Edited by KazumaSatou
  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   36
  • Joined:  05/15/20
  • Last Seen:  

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.

image.png.e5f8c47bacb4fa4c429fd942d0a81f3e.png

Edited by KazumaSatou
  • MVP 1
  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.01
  • Content Count:  145
  • Reputation:   36
  • Joined:  05/15/20
  • Last Seen:  

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 : 
image.png.9a17794c811afde8e1b90d31bfeee55d.png
Bootstrap:
image.png.05067f56ab7ac7f66484d3fb63688853.png

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...