mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
update comments
This commit is contained in:
@@ -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}},
|
||||
}
|
||||
|
||||
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user