Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[SHARE] Toggle Locker Features (Juver Source)

Newbie Spellweaver
Joined
Nov 16, 2023
Messages
26
Reaction score
4
My very first share and my 2nd attempt on implementing my own features.
What does it do: Allows you to turn locker features on/off from config.ini (or where your [GAME_FEATURE] at).

If you can code it better, Please tell me how to.
External Link:

Also, If anyone knows what EP is this, would be glad to know.

Mark:
Code:
/* Toggle Locker Features, weedeej, 2024/01/22 */
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Nov 8, 2023
Messages
245
Reaction score
36
My very first share and my 2nd attempt on implementing my own features.
What does it do: Allows you to turn locker features on/off from config.ini (or where your [GAME_FEATURE] at).

If you can code it better, Please tell me how to.
External Link:

Also, If anyone knows what EP is this, would be glad to know.

Mark:
Code:
/* Toggle Locker Features, weedeej, 2024/01/22 */
possible for ep3 to ep9 , you just need to edit the skill , but if you're gonna use the sagupaan client , i think that's EP7
 
Newbie Spellweaver
Joined
Nov 16, 2023
Messages
26
Reaction score
4
possible for ep3 to ep9 , you just need to edit the skill , but if you're gonna use the sagupaan client , i think that's EP7
Ohh Thanks. Now I get it. so EP Level depends on the base client used.
 
Banned
Banned
Joined
Jun 11, 2021
Messages
42
Reaction score
9
My very first share and my 2nd attempt on implementing my own features.
What does it do: Allows you to turn locker features on/off from config.ini (or where your [GAME_FEATURE] at).

If you can code it better, Please tell me how to.
External Link:

Also, If anyone knows what EP is this, would be glad to know.

Mark:
Code:
/* Toggle Locker Features, weedeej, 2024/01/22 */
Thank you for sharing.
Based on the code you shared, I made some modifications.
You can take a look at the code I provided, which contains the client side condition and server side condition. Will be more suitable for function running.

this is some testing screenshot
1706002950909 - [SHARE] Toggle Locker Features (Juver Source) - RaGEZONE Forums


Source code keyword :
/* Add Storage Features Control Lock, Ssodomain, 23-Jan-2024, Start */

here is the source code file that edited.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 16, 2023
Messages
26
Reaction score
4
Thank you for sharing.
Based on the code you shared, I made some modifications.
You can take a look at the code I provided, which contains the client side condition and server side condition. Will be more suitable for function running.

this is some testing screenshot
View attachment 255450

Source code keyword :
/* Add Storage Features Control Lock, Ssodomain, 23-Jan-2024, Start */

here is the source code file that edited.
I love the changes. I can learn way more from this.

I love the changes. I can learn way more from this.
I like how you separate the checking. I'll keep looking into it as soon as I finish my NextJS Web panel.
1706005643208 - [SHARE] Toggle Locker Features (Juver Source) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Nov 8, 2023
Messages
245
Reaction score
36
I love the changes. I can learn way more from this.


I like how you separate the checking. I'll keep looking into it as soon as I finish my NextJS Web panel.View attachment 255453

Thank you for sharing.
Based on the code you shared, I made some modifications.
You can take a look at the code I provided, which contains the client side condition and server side condition. Will be more suitable for function running.

this is some testing screenshot
View attachment 255450

Source code keyword :
/* Add Storage Features Control Lock, Ssodomain, 23-Jan-2024, Start */

here is the source code file that edited.
Bro what source is this ?
 
Back
Top