Alguém conseguiu editar o ResetTable para funcionar certinho?
estou com problema no meu, vou mostrar como ele esta!
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 0 350 300 300 300 10000000 10000000 10000000 10000000 500 500 500 500
1 1 350 310 310 310 10000000 10000000 10000000 10000000 500 500 500 500
2 2 350 320 320 320 10000000 10000000 10000000 10000000 500 500 500 500
3 3 350 330 330 330 10000000 10000000 10000000 10000000 500 500 500 500
4 4 350 340 340 340 10000000 10000000 10000000 10000000 500 500 500 500
5 5 350 350 350 350 10000000 10000000 10000000 10000000 500 500 500 500
6 6 400 360 360 360 10000000 10000000 10000000 10000000 500 500 500 500
7 7 400 370 370 370 10000000 10000000 10000000 10000000 500 500 500 500
8 8 400 380 380 380 10000000 10000000 10000000 10000000 500 500 500 500
9 9 400 390 390 390 10000000 10000000 10000000 10000000 500 500 500 500
end
no meu gs, Command coloquei assim...
Código:
;==================================================
; Reset Command Settings
;==================================================
CommandResetSwitch = 1
CommandResetType = 2
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 = 0
CommandResetMoney_AL1 = 0
CommandResetMoney_AL2 = 0
CommandResetMoney_AL3 = 0
CommandResetCount_AL0 = 1
CommandResetCount_AL1 = 1
CommandResetCount_AL2 = 1
CommandResetCount_AL3 = 1
CommandResetLimit_AL0 = 10000
CommandResetLimit_AL1 = 10000
CommandResetLimit_AL2 = 10000
CommandResetLimit_AL3 = 10000
CommandResetLimitDay_AL0 = 10000
CommandResetLimitDay_AL1 = 10000
CommandResetLimitDay_AL2 = 10000
CommandResetLimitDay_AL3 = 10000
CommandResetLimitWek_AL0 = 10000
CommandResetLimitWek_AL1 = 10000
CommandResetLimitWek_AL2 = 10000
CommandResetLimitWek_AL3 = 10000
CommandResetLimitMon_AL0 = 10000
CommandResetLimitMon_AL1 = 10000
CommandResetLimitMon_AL2 = 10000
CommandResetLimitMon_AL3 = 10000
CommandResetStartLevel_AL0 = 1
CommandResetStartLevel_AL1 = 1
CommandResetStartLevel_AL2 = 1
CommandResetStartLevel_AL3 = 1
CommandResetPoint_AL0 = 500
CommandResetPoint_AL1 = 500
CommandResetPoint_AL2 = 500
CommandResetPoint_AL3 = 500
CommandResetPointRateDW = 100
CommandResetPointRateDK = 100
CommandResetPointRateFE = 100
CommandResetPointRateMG = 100
CommandResetPointRateDL = 100
CommandResetPointRateSU = 100
CommandResetPointRateRF = 100
Ele esta lendo tudo certinho, só não consegue efetuar os 500 pontos por reset que eu estimulei, alguém sabe como arrumar isso?