update comments

This commit is contained in:
wish
2024-06-30 12:45:40 +10:00
parent 2247d4c527
commit 0f38c4b85d
2 changed files with 4 additions and 3 deletions

View File

@@ -1122,12 +1122,13 @@ func handleMsgMhfGetEarthValue(s *Session, p mhfpacket.MHFPacket) {
switch pkt.ReqType {
case 1:
earthValues = []EarthValues{
//TowerBlock,AmountOfFloorsClimbed,Unk,Unk,Unk,Unk
// {Block, DureSlays, Unk, Unk, Unk, Unk}
{[]uint32{1, 312, 0, 0, 0, 0}},
{[]uint32{2, 99, 0, 0, 0, 0}},
}
case 2:
earthValues = []EarthValues{
// {Block, Floors?, Unk, Unk, Unk, Unk}
{[]uint32{1, 5771, 0, 0, 0, 0}},
{[]uint32{2, 1847, 0, 0, 0, 0}},
}

View File

@@ -1052,12 +1052,12 @@ func handleMsgMhfGetPaperData(s *Session, p mhfpacket.MHFPacket) {
// HRP/SRP/GRP/GSRP/TRP reward
{1103, 1, 0, 0, 3000, 0, 3000},
{1103, 2, 0, 0, 3000, 0, 3000},
// getTowerNextVenomLevel
// getTowerNextVenomLevel {ID, Block, MinFloor, MaxFloor, Frequency, Unk, Unk}
{1104, 1, 10, 9999, 40, 0, 0},
{1104, 2, 10, 9999, 40, 0, 0},
{1105, 1, 10, 500, 0, 0, 0},
{1105, 2, 10, 500, 0, 0, 0},
// setServerBoss
// setServerBoss {ID, Block, Monster, Unk, Unk, Index?, Points}
{2001, 1, mhfmon.Gravios, 58, 0, 6, 700},
{2001, 1, mhfmon.Gypceros, 58, 0, 3, 200},
{2001, 1, mhfmon.Basarios, 58, 0, 7, 250},