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!

[Release] X-Team Sources (S4, S6, S8)

Junior Spellweaver
Joined
Dec 27, 2007
Messages
195
Reaction score
0
Re: Source [MUEMU]

anyone fix the ResetTable.txt not working? like if when u put lvl 400 and need 30.0000 zen to reset. After u using /reset command. Its work and reset but the money in inventory not take away. its still there.
 
Don't be afraid to ask!
Loyal Member
Joined
Jun 2, 2012
Messages
1,454
Reaction score
252
Re: Source [MUEMU]

anyone fix the ResetTable.txt not working? like if when u put lvl 400 and need 30.0000 zen to reset. After u using /reset command. Its work and reset but the money in inventory not take away. its still there.

Code it into the source.


lpObj->Money=(lpObj->Money-300000);
 
Junior Spellweaver
Joined
Dec 27, 2007
Messages
195
Reaction score
0
Re: Source [MUEMU]

Code it into the source.


lpObj->Money=(lpObj->Money-300000);

Thanks Revol, but where should i code this? problem is the reset command not took the money from the ResetTable, when the command is successful
 
Last edited:
Don't be afraid to ask!
Loyal Member
Joined
Jun 2, 2012
Messages
1,454
Reaction score
252
Re: Source [MUEMU]

Thanks Revol, but where should i code this? problem is the reset command not took the money from the ResetTable, when the command is successful

lpObj->Money -= gServerInfo.m_CommandResetMoney[lpObj->AccountLevel];

lpObj->Money = (lpObj->Money-300000);

You can do it like this or

lpObj->Money -= 300000;
 
Novice C++
Joined
Feb 14, 2011
Messages
576
Reaction score
230
Re: Source [MUEMU]

anyone fix the ResetTable.txt not working? like if when u put lvl 400 and need 30.0000 zen to reset. After u using /reset command. Its work and reset but the money in inventory not take away. its still there.

Use GameServerInfo - Command.txt -> Reset Command Settings -> CommandResetMoney_AL0 = your amount

New Info:

- the amount of Money in ResetTable is used as a requirement to have in inventory for /reset to work
- the amount of Money in GameServerInfo - Command is used as how much /reset command will cost
 
Last edited:
Junior Spellweaver
Joined
Dec 27, 2007
Messages
195
Reaction score
0
Re: Source [MUEMU]

Use GameServerInfo - Command.txt -> Reset Command Settings -> CommandResetMoney_AL0 = your amount

New Info:

- the amount of Money in ResetTable is used as a requirement to have in inventory for /reset to work
- the amount of Money in GameServerInfo - Command is used as how much /reset command will cost

lol try to setup zen in resettable and go into the game try /reset if the money take away or still in your inventory :D
 
Last edited by a moderator:
Novice C++
Joined
Feb 14, 2011
Messages
576
Reaction score
230
Re: Source [MUEMU]

lol try to setup zen in resettable and go into the game try /reset if the money take away or still in your inventory :D

already tested

Proof:

Here you go mate maybe you understand better with screens :cool:
 

Attachments

You must be registered for see attachments list
Last edited:
Novice C++
Joined
Feb 14, 2011
Messages
576
Reaction score
230
Re: Source [MUEMU]

nope :D try to reset more
More sreens added.

The server use money from ResetTable.txt as condition for /reset command to work not as amount to pay.
Amount to pay is set in GameServerInfo - Command.txt

I really don`t know how to explain better for you to understand :)) just copy/paste what i share:

GameServerInfo - Command.txt

Code:
[GameServerInfo]
;==================================================
; Post Command Settings
;==================================================
CommandPostSwitch = 1
CommandPostType = 0 
CommandPostEnable_AL0 = 1
CommandPostEnable_AL1 = 1
CommandPostEnable_AL2 = 1
CommandPostEnable_AL3 = 1
CommandPostLevel_AL0 = 6
CommandPostLevel_AL1 = 6
CommandPostLevel_AL2 = 6
CommandPostLevel_AL3 = 6
CommandPostReset_AL0 = 0
CommandPostReset_AL1 = 0
CommandPostReset_AL2 = 0
CommandPostReset_AL3 = 0
CommandPostMoney_AL0 = 0
CommandPostMoney_AL1 = 0
CommandPostMoney_AL2 = 0
CommandPostMoney_AL3 = 0
CommandPostDelay_AL0 = 30
CommandPostDelay_AL1 = 30
CommandPostDelay_AL2 = 30
CommandPostDelay_AL3 = 30

;==================================================
; Add Point Command Settings
;==================================================
CommandAddPointSwitch = 1
CommandAddPointEnable_AL0 = 1
CommandAddPointEnable_AL1 = 1
CommandAddPointEnable_AL2 = 1
CommandAddPointEnable_AL3 = 1
CommandAddPointAutoEnable_AL0 = 1
CommandAddPointAutoEnable_AL1 = 1
CommandAddPointAutoEnable_AL2 = 1
CommandAddPointAutoEnable_AL3 = 1
CommandAddPointMoney_AL0 = 0
CommandAddPointMoney_AL1 = 0
CommandAddPointMoney_AL2 = 0
CommandAddPointMoney_AL3 = 0

;==================================================
; PK Clear Command Settings
;==================================================
CommandPKClearSwitch = 1
CommandPKClearEnable_AL0 = 1
CommandPKClearEnable_AL1 = 1
CommandPKClearEnable_AL2 = 1
CommandPKClearEnable_AL3 = 1
CommandPKClearMoney_AL0 = 0
CommandPKClearMoney_AL1 = 0
CommandPKClearMoney_AL2 = 0
CommandPKClearMoney_AL3 = 0

;==================================================
; Money Command Settings
;==================================================
CommandMoneySwitch = 1
CommandMoneyEnable_AL0 = 1
CommandMoneyEnable_AL1 = 1
CommandMoneyEnable_AL2 = 1
CommandMoneyEnable_AL3 = 1

;==================================================
; Change Command Settings
;==================================================
CommandChangeSwitch = 1
CommandChangeEnable_AL0 = 1
CommandChangeEnable_AL1 = 1
CommandChangeEnable_AL2 = 1
CommandChangeEnable_AL3 = 1
CommandChangeMoney_AL0 = 0
CommandChangeMoney_AL1 = 0
CommandChangeMoney_AL2 = 0
CommandChangeMoney_AL3 = 0
CommandChangeLimit_AL0 = 2
CommandChangeLimit_AL1 = 2
CommandChangeLimit_AL2 = 2
CommandChangeLimit_AL3 = 2

;==================================================
; Ware Command Settings
;==================================================
CommandWareSwitch = 1
CommandWareEnable_AL0 = 1
CommandWareEnable_AL1 = 1
CommandWareEnable_AL2 = 1
CommandWareEnable_AL3 = 1
CommandWareNumber_AL0 = 1
CommandWareNumber_AL1 = 1
CommandWareNumber_AL2 = 1
CommandWareNumber_AL3 = 1

;==================================================
; Reset Command Settings
;==================================================
CommandResetSwitch = 1
CommandResetType = 0
CommandResetEnable_AL0 = 1
CommandResetEnable_AL1 = 1
CommandResetEnable_AL2 = 1
CommandResetEnable_AL3 = 1
CommandResetAutoEnable_AL0 = 1
CommandResetAutoEnable_AL1 = 1
CommandResetAutoEnable_AL2 = 1
CommandResetAutoEnable_AL3 = 1
CommandResetCheckItem_AL0 = 0
CommandResetCheckItem_AL1 = 0
CommandResetCheckItem_AL2 = 0
CommandResetCheckItem_AL3 = 0
CommandResetMove_AL0 = 1
CommandResetMove_AL1 = 1
CommandResetMove_AL2 = 1
CommandResetMove_AL3 = 1
CommandResetQuest_AL0 = 0
CommandResetQuest_AL1 = 0
CommandResetQuest_AL2 = 0
CommandResetQuest_AL3 = 0
CommandResetSkill_AL0 = 0
CommandResetSkill_AL1 = 0
CommandResetSkill_AL2 = 0
CommandResetSkill_AL3 = 0
CommandResetLevel_AL0 = 400
CommandResetLevel_AL1 = 400
CommandResetLevel_AL2 = 400
CommandResetLevel_AL3 = 400
CommandResetMoney_AL0 = 100000000 //cost for reset
CommandResetMoney_AL1 = 100000000
CommandResetMoney_AL2 = 100000000
CommandResetMoney_AL3 = 100000000
CommandResetCount_AL0 = 1
CommandResetCount_AL1 = 1
CommandResetCount_AL2 = 1
CommandResetCount_AL3 = 1    
CommandResetLimit_AL0 = 50
CommandResetLimit_AL1 = 50
CommandResetLimit_AL2 = 50
CommandResetLimit_AL3 = 50
CommandResetLimitDay_AL0 = 50
CommandResetLimitDay_AL1 = 50
CommandResetLimitDay_AL2 = 50
CommandResetLimitDay_AL3 = 50
CommandResetLimitWek_AL0 = 50
CommandResetLimitWek_AL1 = 50
CommandResetLimitWek_AL2 = 50
CommandResetLimitWek_AL3 = 50
CommandResetLimitMon_AL0 = 50
CommandResetLimitMon_AL1 = 50
CommandResetLimitMon_AL2 = 50
CommandResetLimitMon_AL3 = 50
CommandResetStartLevel_AL0 = 1
CommandResetStartLevel_AL1 = 1
CommandResetStartLevel_AL2 = 1
CommandResetStartLevel_AL3 = 1
CommandResetPoint_AL0 = 0
CommandResetPoint_AL1 = 0
CommandResetPoint_AL2 = 0
CommandResetPoint_AL3 = 0
CommandResetPointRateDW = 10000
CommandResetPointRateDK = 10000
CommandResetPointRateFE = 10000
CommandResetPointRateMG = 10000
CommandResetPointRateDL = 10000
CommandResetPointRateSU = 10000
CommandResetPointRateRF = 10000

;==================================================
; Master Reset Command Settings
;==================================================
CommandMasterResetSwitch = 0
CommandMasterResetType = 0
CommandMasterResetEnable_AL0 = 1
CommandMasterResetEnable_AL1 = 1
CommandMasterResetEnable_AL2 = 1
CommandMasterResetEnable_AL3 = 1
CommandMasterResetCheckItem_AL0 = 0
CommandMasterResetCheckItem_AL1 = 0
CommandMasterResetCheckItem_AL2 = 0
CommandMasterResetCheckItem_AL3 = 0
CommandMasterResetMove_AL0 = 0
CommandMasterResetMove_AL1 = 0
CommandMasterResetMove_AL2 = 0
CommandMasterResetMove_AL3 = 0
CommandMasterResetQuest_AL0 = 0
CommandMasterResetQuest_AL1 = 0
CommandMasterResetQuest_AL2 = 0
CommandMasterResetQuest_AL3 = 0
CommandMasterResetSkill_AL0 = 0
CommandMasterResetSkill_AL1 = 0
CommandMasterResetSkill_AL2 = 0
CommandMasterResetSkill_AL3 = 0
CommandMasterResetLevel_AL0 = 400
CommandMasterResetLevel_AL1 = 400
CommandMasterResetLevel_AL2 = 400
CommandMasterResetLevel_AL3 = 400
CommandMasterResetReset_AL0 = 1000
CommandMasterResetReset_AL1 = 1000
CommandMasterResetReset_AL2 = 1000
CommandMasterResetReset_AL3 = 1000
CommandMasterResetMoney_AL0 = 0
CommandMasterResetMoney_AL1 = 0
CommandMasterResetMoney_AL2 = 0
CommandMasterResetMoney_AL3 = 0
CommandMasterResetCount_AL0 = 1                    
CommandMasterResetCount_AL1 = 1    
CommandMasterResetCount_AL2 = 1    
CommandMasterResetCount_AL3 = 1
CommandMasterResetLimit_AL0 = 10000
CommandMasterResetLimit_AL1 = 10000
CommandMasterResetLimit_AL2 = 10000
CommandMasterResetLimit_AL3 = 10000
CommandMasterResetLimitDay_AL0 = 10000
CommandMasterResetLimitDay_AL1 = 10000
CommandMasterResetLimitDay_AL2 = 10000
CommandMasterResetLimitDay_AL3 = 10000
CommandMasterResetLimitWek_AL0 = 10000
CommandMasterResetLimitWek_AL1 = 10000
CommandMasterResetLimitWek_AL2 = 10000
CommandMasterResetLimitWek_AL3 = 10000
CommandMasterResetLimitMon_AL0 = 10000
CommandMasterResetLimitMon_AL1 = 10000
CommandMasterResetLimitMon_AL2 = 10000
CommandMasterResetLimitMon_AL3 = 10000
CommandMasterResetStartLevel_AL0 = 400
CommandMasterResetStartLevel_AL1 = 400
CommandMasterResetStartLevel_AL2 = 400
CommandMasterResetStartLevel_AL3 = 400
CommandMasterResetStartReset_AL0 = 0
CommandMasterResetStartReset_AL1 = 0
CommandMasterResetStartReset_AL2 = 0
CommandMasterResetStartReset_AL3 = 0
CommandMasterResetPoint_AL0 = 0
CommandMasterResetPoint_AL1 = 0
CommandMasterResetPoint_AL2 = 0
CommandMasterResetPoint_AL3 = 0
CommandMasterResetPointRateDW = 100
CommandMasterResetPointRateDK = 100
CommandMasterResetPointRateFE = 100
CommandMasterResetPointRateMG = 100
CommandMasterResetPointRateDL = 100
CommandMasterResetPointRateSU = 100
CommandMasterResetPointRateRF = 100

;==================================================
; GM Move Command Settings
;==================================================
CommandGMMoveSwitch = 1
CommandGMMoveGameMasterLevel = 32

;==================================================
; GM Post Command Settings
;==================================================
CommandGMPostSwitch = 1
CommandGMPostGameMasterLevel = 32

;==================================================
; Track Command Settings
;==================================================
CommandTrackSwitch = 1
CommandTrackGameMasterLevel = 32

;==================================================
; Trace Command Settings
;==================================================
CommandTraceSwitch = 1
CommandTraceGameMasterLevel = 32

;==================================================
; Disconnect Command Settings
;==================================================
CommandDisconnectSwitch = 1
CommandDisconnectGameMasterLevel = 32

;==================================================
; Fireworks Command Settings
;==================================================
CommandFireworksSwitch = 1
CommandFireworksGameMasterLevel = 32

;==================================================
; Make Command Settings
;==================================================
CommandMakeSwitch = 1
CommandMakeGameMasterLevel = 32

;==================================================
; Skin Command Settings
;==================================================
CommandSkinSwitch = 1
CommandSkinGameMasterLevel = 32

;==================================================
; Set Money Command Settings
;==================================================
CommandSetMoneySwitch = 1
CommandSetMoneyGameMasterLevel = 32

;==================================================
; Notice Command Settings
;==================================================
CommandNoticeSwitch = 1
CommandNoticeGameMasterLevel = 32

;==================================================
; Hide Command Settings
;==================================================
CommandHideSwitch = 1
CommandHideGameMasterLevel = 32

ResetTable.txt

Code:
//MinReset    MaxReset    Level_AL0    Level_AL1    Level_AL2    Level_AL3    Money_AL0    Money_AL1    Money_AL2    Money_AL3    Point_AL0    Point_AL1    Point_AL2    Point_AL3
0        50        400        400        400        400        100000000    100000000    100000000    100000000    200        200        200        200
end
//                                                amount needed to be in inventory for /reset to work
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Dec 27, 2007
Messages
195
Reaction score
0
Re: Source [MUEMU]

i really don`t know how to explain better for you to understand :)) share your GameServerInfo - Command.txt

Oh i see. to make it work so you have to put the reset command cost = to the money you set in the table. lol

How about if you want set the reset and zen reset different not only 10000000?
1 - 12 reset = 10000000 Zen
12-24 reset = 20000000 zen? lol and the reset command will not work.
 
Novice C++
Joined
Feb 14, 2011
Messages
576
Reaction score
230
Re: Source [MUEMU]

Oh i see. to make it work so you have to put the reset command cost = to the money you set in the table. lol

How about if you want set the reset and zen reset different not only 10000000?
1 - 12 reset = 10000000 Zen
12-24 reset = 20000000 zen? lol and the reset command will not work.

i don`t know that yet ..... i will check the code to sea if i find something...
but one solution could be to set a fixed amount for reset in game ( more expensive ) and a ascending one in site with amount of reset condition (there are modules for this)
 
Last edited:
(づ。◕‿‿◕。)
Loyal Member
Joined
Jun 23, 2014
Messages
1,853
Reaction score
424
Re: Source [MUEMU]

does anyone know what is this for i mean what is inside those bin files, since i already adapted all the source for 1.04D and its working but if i leave that uncommented the main stops working

Code:
LoadReferenceAddressTable((HMODULE)hins,MAKEINTRESOURCE(IDR_BIN1),(DWORD)&NewAddressData1);


	LoadReferenceAddressTable((HMODULE)hins,MAKEINTRESOURCE(IDR_BIN2),(DWORD)&NewAddressData2);


	LoadReferenceAddressTable((HMODULE)hins,MAKEINTRESOURCE(IDR_BIN3),(DWORD)&NewAddressData3);
 
Junior Spellweaver
Joined
Dec 27, 2007
Messages
195
Reaction score
0
Re: Source [MUEMU]

how can i change the main to UNICODE ?
 
Junior Spellweaver
Joined
Feb 10, 2014
Messages
179
Reaction score
9
Re: Source [MUEMU]

Please tell me ! What is the IP Address and Port in config.ini
[Option]
FTP_URL=202.14.103.223
FTP_PORT=22
Can it somehow be removed ?
 
Newbie Spellweaver
Joined
Aug 29, 2014
Messages
8
Reaction score
0
Re: Source [MUEMU]

need offset MAIN_LANGUAGE Russian
 
Last edited by a moderator:
Elite Diviner
Joined
Sep 9, 2014
Messages
469
Reaction score
498
Re: Source [MUEMU]

hello people, like walking. good happened to share with two simple little things for emu files ex803.


MuEditor:


Shop NPC Editor:
 
Junior Spellweaver
Joined
Dec 27, 2007
Messages
195
Reaction score
0
Re: Source [MUEMU]

MAIN_LANGUAGE Vietnamese? (VTM ) need offset anyone can help?
 
Junior Spellweaver
Joined
Sep 11, 2011
Messages
145
Reaction score
3
Re: Source [MUEMU]

I having problem on senior mix, First (1) combine it say successful after Second (2) combine it won't response after all here the images:

REMOVED
 
Back
Top