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!

Mu Core 1.0.8 Change Class & Change Nickname modules.

Status
Not open for further replies.
Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
why is it server need to restart if You change your nick to fix the Guild visual bug?

It's web module, not game addon, so think why it doesn't change hm ?

Ofc because for example ExDB store guild info, if you have option to reload it, you don't have to restart but some files doesn't have so yea.
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
maybe TT files can reload it right? or what server have ExDB to be restarted?
 
Legendary Battlemage
Joined
Mar 28, 2012
Messages
683
Reaction score
39
@4FUNer

Can you modified the code.

1. Place module in AdminPanel
2. Only administrator can change Players Character name.(search character name then Edit)
3. Upon changing character name there is no fee needed.


and also hoping that Transfer Character to other Account will release ^^

thanks.
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
Check for 'is Guild Member' - added (on/off from config)

They will see friendly message when it's enabeld & they r in guild.
You have to leave guild before use change nickname function.

Download
View attachment 135533

if you already configured custom config & only need to replace page_modules/user_cp/change_nickname.php module

then add to engine/change_nickname_cfg.php

line
Code:
$corecn['GuildMember'] = '1';	// Guild Check 1 = ON | 0 = OFF

& save.


@4FUNer

Can you modified the code.

1. Place module in AdminPanel
2. Only administrator can change Players Character name.(search character name then Edit)
3. Upon changing character name there is no fee needed.


and also hoping that Transfer Character to other Account will release ^^

thanks.

Sorry for late reply,

1. Done
2. Done (AdminCP - Search by Account)
3. Done (No fee)

Preview of Admin Version on AdminCP
2009x2014 - Mu Core 1.0.8  Change Class & Change Nickname modules. - RaGEZONE Forums

Logs going to be stored in same table like on normal version
Ex.
Code:
AdminCP 	Martin has changed [MartinGM] nickname to [RageZone].

Download
View attachment 135534

zarahlee said:
and also hoping that Transfer Character to other Account will release ^^

Maybe someday.
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
is this admincp rename can rename with special characters?

even i put like this
// elseif ($newname != check_nick($_POST['newname'], "")) {
// echo msg('0', 'Chosen nickname contains characters that are not allowed or is empty.');
// }
 
Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
really nice :) & working as a charm, reccomended!

btw; char transfering between accounts, as zarahlee said would be a nice thing for admincp ;)

tell me which one will be better for transfer character user module,
checking new account by ip
or new account must confirm transfer character xd

is this admincp rename can rename with special characters?

even i put like this

Yea but for admin version u have to comment out those 3 lines, on admincp/modules/change_nickname.php

Code:
4FUNer became ##!!#!!@# !
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
ok ok Martin i will try it tomorrow..
 
Custom Title Activated
Loyal Member
Joined
Apr 6, 2007
Messages
1,806
Reaction score
483
tell me which one will be better for transfer character user module,
checking new account by ip
or new account must confirm transfer character xd


Yea but for admin version u have to comment out those 3 lines, on admincp/modules/change_nickname.php

Code:
4FUNer became ##!!#!!@# !

Brilliant, I believe its better with the "new account confirmation" method.....just a way to prevent LAN abuses. ^^
(obviously its hilarious, but i think its best. If someone steals your character, knowing your ID, and from same IP, you'll be able to realize and hit him in the face hard.)
 
Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
Brilliant, I believe its better with the "new account confirmation" method.....just a way to prevent LAN abuses. ^^
(obviously its hilarious, but i think its best. If someone steals your character, knowing your ID, and from same IP, you'll be able to realize and hit him in the face hard.)

Sure, when i will have more free time, i'll finish it + do also admin ver ^^

for now it looks like
2009x2014 - Mu Core 1.0.8  Change Class & Change Nickname modules. - RaGEZONE Forums
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
i'm waiting for the release of character transfer ^_^
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
we hope that that module will be release today and we will test it ^_^
 
Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
#update - change nickname
Credit user column & credits text configurable by config (so now you can use any table/column by config, for ex zen)

#update - change class
Support for cleaning master skills & restore master points (formula LVL * Value from config) - added
please configure sql column names / ml skills varbinary length & set $corecc['IML'] to 1
Code:
default - Titan Tech
IGCN ex702
$corecc['CMS'] = '[MasterMagicList]=CONVERT(varbinary(480), null)';
$corecc['MLV'] = 'mlevel';
$corecc['MLP'] = 'mlpoint';

Lvl requirment (default 400) by config - added
Credit user column & credits text configurable by config (so now you can use any table/column by config, for ex zen)

Auto quest for 2nd & 3rd class support - added
please configure in config file $corecc['q2c'] && ['q3c']
Code:
Execute SQL Query on MuOnline DB 
Select Quest from Character where Name ='nick' | of full 2nd quest & 3rd quest character & copy full result 0x...
Example for igcn - 3rd quest would be 0xAAEAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

Download links updated, report problems.
Enjoy.
 
Status
Not open for further replies.
Back
Top