Autor Tema: Setting ResetTable.txt not working  (Leído 1035 veces)

Desconectado mitavn

  • *


  • 9

    2

    9
  • vn
Hi There,

I'm have Louis UDT32 License. I'm trying to setup my server reset keep point and no lvlup points.

First, I go to Data/Character/DefaultClassStatus.txt
Código
//Class   LevelUp	MasterLevelUp	PlusPoint   MaxStatPoint_AL0   	MaxStatPoint_AL1   MaxStatPoint_AL2   MaxStatPoint_AL3	MaxTotalStatPoint_AL0 	MaxTotalStatPoint_AL1	MaxTotalStatPoint_AL2	MaxTotalStatPoint_AL3   
0         0 0 0          65000 65000   65000            65000 260000 260000 260000 260000 //DW
1         0 0 0           65000 65000   65000            65000 260000 260000 260000 260000 //DK
2         0 0 0           65000 65000   65000            65000 260000 260000 260000 260000 //FE
3         0 0 0           65000 65000   65000            65000 260000 260000 260000 260000 //MG
4         0 0 0           65000 65000   65000            65000 260000 260000 260000 260000 //DL
5         0 0 0           65000 65000   65000            65000 260000 260000 260000 260000 //SU
6         0 0 0           65000 65000   65000            65000 260000 260000 260000 260000 //RF
end

Second, I configure in GS/GameServerInfo-Command.txt

Cita
;==================================================
; Reset Command Settings
;==================================================            
CommandResetType = 0
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 = 0
CommandResetMove_AL1 = 0
CommandResetMove_AL2 = 0
CommandResetMove_AL3 = 0
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
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 = 1
CommandResetPoint_AL1 = 1
CommandResetPoint_AL2 = 1
CommandResetPoint_AL3 = 1
CommandResetPointRateDW = 500
CommandResetPointRateDK = 500
CommandResetPointRateFE = 600
CommandResetPointRateMG = 600
CommandResetPointRateDL = 600
CommandResetPointRateSU = 500
CommandResetPointRateRF = 600
CommandResetKeepDLCommandPoint_AL0 = 1
CommandResetKeepDLCommandPoint_AL1 = 1
CommandResetKeepDLCommandPoint_AL2 = 1
CommandResetKeepDLCommandPoint_AL3 = 1
CommandResetRewardCoin1Value_AL0 = 0
CommandResetRewardCoin1Value_AL1 = 0
CommandResetRewardCoin1Value_AL2 = 0
CommandResetRewardCoin1Value_AL3 = 0
CommandResetRewardCoin2Value_AL0 = 0
CommandResetRewardCoin2Value_AL1 = 0
CommandResetRewardCoin2Value_AL2 = 0
CommandResetRewardCoin2Value_AL3 = 0
CommandResetRewardCoin3Value_AL0 = 0
CommandResetRewardCoin3Value_AL1 = 0
CommandResetRewardCoin3Value_AL2 = 0
CommandResetRewardCoin3Value_AL3 = 0

And Data/Util/ResetTable.txt

Código
//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 100 350 350 350 350     5000000 5000000         5000000         5000000         100 100 100 100
end

The result is no points added per reset. Please advise  :'( :'(




Desconectado unico

  • *


  • 77

    1

    50
  • pe
muserver/data/character/DefaultClassStatus.txt 
abres ese texto y buscas estas líneas
//Class   LevelUp   MasterLevelUp   PlusPoint   MaxStatPoint_AL0      MaxStatPoint_AL1   MaxStatPoint_AL2   MaxStatPoint_AL3   MaxTotalStatPoint_AL0    MaxTotalStatPoint_AL1   MaxTotalStatPoint_AL2   MaxTotalStatPoint_AL3   
0         20            0            0            65000            65000               65000               65000               260000

el LevelUp    es la seccion donde colocas los puntos que ganara el personaje por cada 1 level que haga  en mi caso le coloque 20 como puedes ver en la imagen

 

.