Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- ladder - Enum constant in enum class client.SkillFactory.Delay
- ladder2 - Enum constant in enum class client.SkillFactory.Delay
- lastASmegaTime - Variable in class client.anticheat.CheatTracker
- lastASmegaTime - Variable in class handling.world.CharacterTransfer
- lastAttackTickCount - Variable in class handling.channel.handler.AttackInfo
- lastfametime - Variable in class handling.world.CharacterTransfer
- lastSmegaTime - Variable in class client.anticheat.CheatTracker
- lastSmegaTime - Variable in class handling.world.CharacterTransfer
- lastTime - Variable in class client.anticheat.CheatTracker
- lastTime - Variable in class handling.world.CharacterTransfer
- Layout() - Method in class client.MapleKeyLayout
- LearnSameSkill(MapleCharacter) - Method in class client.MapleCharacter
-
複製另一名角色的技能配置:先清除自身全部技能,再依對方的技能等級重新學習。
- LEAVE - Enum constant in enum class handling.world.PartyOperation
- LEAVE_AZWAN - Enum constant in enum class handling.RecvPacketOpcode
- LEAVE_PVP - Enum constant in enum class handling.RecvPacketOpcode
- LeaveAzwan(LittleEndianAccessor, MapleClient) - Static method in class handling.channel.handler.PlayersHandler
- LeaveCS(LittleEndianAccessor, MapleClient, MapleCharacter) - Static method in class handling.cashshop.handler.CashShopOperation
- leaveFamily(int) - Method in class handling.world.family.MapleFamily
- leaveFamily(MapleFamilyCharacter, boolean) - Method in class handling.world.family.MapleFamily
- leaveGuild(MapleGuildCharacter) - Method in class handling.world.guild.MapleGuild
- leaveGuild(MapleGuildCharacter) - Static method in class handling.world.World.Guild
-
讓成員退出其公會。
- leaveMap(MapleMap) - Method in class client.MapleCharacter
-
處理角色離開地圖時的各項清理工作。
- leaveMessenger(int, MapleMessengerCharacter) - Static method in class handling.world.World.Messenger
-
將成員移出密語視窗,並通知其餘成員移除該成員的顯示位置。
- LeavePVP(LittleEndianAccessor, MapleClient) - Static method in class handling.channel.handler.PlayersHandler
- left - Variable in class tools.Pair
- left - Variable in class tools.Triple
- LEFT_KNOCK_BACK - Enum constant in enum class handling.RecvPacketOpcode
- LEFT_KNOCK_BACK - Enum constant in enum class handling.SendPacketOpcode
- leftKnockBack() - Static method in class tools.packet.CField
-
建構向左擊退效果的封包。
- leftKnockBack(LittleEndianAccessor, MapleClient) - Static method in class handling.channel.handler.PlayerHandler
-
處理雪球小遊戲中的「向左擊退」封包。
- LEFTOVER_PICKUP - Enum constant in enum class client.inventory.MaplePet.PetFlag
- leftParty(MapleCharacter) - Method in class scripting.EventInstanceManager
- length - Variable in class client.MapleCoolDownValueHolder
- length - Variable in class client.MapleDiseaseValueHolder
- Letter() - Constructor for class client.messages.commands.GMCommand.Letter
- level - Variable in class client.CardData
- level - Variable in class handling.world.CharacterTransfer
- level - Variable in class handling.world.guild.MapleGuildSkill
- level - Variable in class server.life.ChangeableStats
- level - Variable in class server.MapleCarnivalFactory.MCSkill
- level - Variable in class server.MapleStatEffect
-
此效果對應的技能等級(道具效果固定為 1),數值字串以
MapleStatEffect.parseEval(String, int)依此等級求值。 - level - Variable in enum class server.quest.MapleQuest.MedalQuest
- Level() - Constructor for class client.messages.commands.SkilledCommand.Level
- LEVEL - Enum constant in enum class client.inventory.MapleImp.ImpFlag
- LEVEL - Enum constant in enum class client.MapleStat
- LEVEL_UPDATE - Enum constant in enum class handling.SendPacketOpcode
- levelBonus - Variable in class client.PlayerStats
- leveljobshow - Static variable in class constants.ServerConstants
- LevelMsg() - Method in class client.MapleCharacter
-
於升級後送出等級相關的提示訊息。
- levelText - Variable in class server.StructItemOption
-
各潛能等級預先組好的可讀說明字串(索引=潛能等級 1~20)。
- levelUp() - Method in class client.CharacterStatsManager
-
執行一次角色升級:扣除門檻經驗、提升等級,並依職業配發能力點/技能點與 HP/MP 成長。
- levelUp() - Method in class client.MapleCharacter
-
處理此角色升級(提升等級並分配 HP/MP/AP/SP 等)。
- levelUp() - Method in class scripting.NPCConversationManager
-
讓玩家提升一級。
- LevelUp() - Constructor for class client.messages.commands.GMCommand.LevelUp
- levelUpEquip(Equip, Map) - Method in class server.MapleItemInformationProvider
-
依給定的能力值區間表,對裝備的副本逐項隨機加成後回傳。
- lifeId - Variable in class server.MapleStatEffect
-
解析後的
short級數值欄位群(HP/MP 恢復量、物攻pad/魔攻mad/物防pdd/ 魔防mdd、命中、迴避、移速、跳躍、消耗、機率、各屬性增益與抗性率、DOT、暴擊、PVP 傷害等)。 - LifeMovement - Interface in server.movement
-
具備狀態(
newstate)、持續時間(duration)與移動類型(type)的移動片段介面。 - LifeMovementFragment - Interface in server.movement
-
所有生物移動序列片段的最基礎介面。
- LIGHTING - Enum constant in enum class server.life.Element
- LIGHTNING_CHARGE - Enum constant in enum class client.MapleBuffStat
- lightningBolt - Enum constant in enum class client.SkillFactory.Delay
- LimitGoodsCountChanged() - Static method in class tools.packet.MTSCSPacket
- limitReactor(int, int) - Method in class server.maps.MapleMap
-
限制指定反應爐 ID 在地圖上的數量。
- limitReactor(int, int) - Method in class server.maps.MapReactorManager
-
限制地圖中每種反應爐 id 的數量上限,銷毀超出上限的反應爐。
- list() - Method in class client.inventory.MapleInventory
- listById(int) - Method in class client.inventory.MapleInventory
- listIds() - Method in class client.inventory.MapleInventory
- LittleEndianAccessor - Class in tools.data
-
Provides a interface to a Little Endian stream of bytes.
- LittleEndianAccessor(ByteArrayByteStream) - Constructor for class tools.data.LittleEndianAccessor
-
Class constructor - Wraps the accessor around a stream of bytes.
- LittleEndianRoundTripTest - Class in tools.data
-
Round-trip unit tests for the packet little-endian layer.
- LittleEndianRoundTripTest() - Constructor for class tools.data.LittleEndianRoundTripTest
- liveReceiveMedal() - Method in class scripting.NPCConversationManager
-
領取「直播(live)」活動勳章,每個帳號限領一次。
- load() - Static method in class client.SkillFactory
- load() - Method in class handling.channel.MapleGuildRanking
- load() - Method in class server.life.MapleMonsterInformationProvider
- load() - Static method in class server.MTSStorage
- LOAD_GUILD_ICON - Enum constant in enum class handling.SendPacketOpcode
- LOAD_GUILD_NAME - Enum constant in enum class handling.SendPacketOpcode
- LOAD_TEAM - Enum constant in enum class handling.SendPacketOpcode
- loadAccountData(int) - Method in class client.MapleClient
-
自資料庫載入指定帳號的基本資料並填入本連線狀態。
- loadAll() - Static method in class handling.world.family.MapleFamily
- loadAll() - Static method in class handling.world.guild.MapleGuild
- loadAll() - Static method in class handling.world.guild.MapleGuildAlliance
- loadAll() - Static method in class server.life.PlayerNPC
- loadAll(Object) - Static method in class handling.world.family.MapleFamily
- loadAll(Object) - Static method in class handling.world.guild.MapleGuild
- loadCards(int, MapleCharacter) - Static method in class client.MonsterBook
- loadCards(MapleClient, boolean) - Method in class client.MapleCharacterCards
- loadCart() - Method in class server.MTSCart
- loadCharacterCards(int, int) - Method in class server.CharacterCardFactory
- loadCharacterNames(int) - Method in class client.MapleClient
-
載入本帳號在指定世界下所有角色的名稱清單。
- loadCharacterNamesByAccId(int) - Static method in class client.MapleClient
-
載入指定帳號底下所有角色的名稱。
- loadCharacters(int) - Method in class client.MapleClient
-
載入本帳號在指定世界(伺服器)下的所有角色,供角色選擇畫面使用。
- loadCharactersInfo(int, int) - Method in class server.CharacterCardFactory
- loadCharFromDB(int, MapleClient, boolean) - Static method in class client.MapleCharacter
-
由資料庫載入指定角色,等同
loadCharFromDB(charid, client, channelserver, null)。 - loadCharFromDB(int, MapleClient, boolean, Map) - Static method in class client.MapleCharacter
-
由資料庫載入完整角色狀態(屬性、背包、技能、任務、buff、寵物、社交關係等)。
- loadEtc(boolean) - Method in class server.MapleItemInformationProvider
-
載入套裝資料(
Etc.wz的SetItemInfo.img)至setItems快取。 - loadEvents() - Method in class handling.channel.ChannelServer
- loadFromData(int, MapleData, MapleData) - Static method in class client.Skill
- loadFromDb(int) - Method in class client.BuddyList
- loadFromDb(int) - Static method in class client.inventory.MapleRing
- loadFromDb(int, boolean) - Static method in class client.inventory.MapleRing
- loadFromDb(int, int) - Static method in class client.inventory.MapleAndroid
- loadFromDb(int, int, short) - Static method in class client.inventory.MaplePet
- loadFromTransfer(Map) - Method in class client.BuddyList
- loadGifts() - Method in class server.CashShop
- loadGuildIcon(MapleCharacter) - Static method in class tools.packet.CField
-
建構載入角色公會徽章(圖示)的封包。
- loadGuildName(MapleCharacter) - Static method in class tools.packet.CField
-
建構載入角色公會名稱的封包。
- loadInformation() - Static method in class tools.packet.CWvsContext
-
建構開啟「個人資訊(Your Information)」面板的封包。
- loadItemEffectFromData(MapleData, int) - Static method in class server.MapleStatEffect
-
自 WZ 節點解析出道具的效果模型。
- loadItems() - Static method in class server.Gachapon.MapleGachapon
- loadItems(boolean) - Method in class server.MapleItemInformationProvider
-
自 SQL 載入全部道具資料至
dataCache,是道具快取的主要載入入口。 - loadItems(boolean, int) - Method in enum class client.inventory.ItemLoader
- loadItems(MapleCharacter) - Static method in class handling.channel.handler.DueyHandler
- loadJobCommands() - Static method in class server.RankingWorker
- loadMonsterRate(boolean) - Method in class server.maps.MapleMap
-
載入並套用本地圖的怪物生成倍率。
- loadMonsterRate(boolean) - Method in class server.maps.MapleMonsterSpawnManager
-
依生成點數量與地圖生成率,計算並設定地圖的最大常規生成數,並重新排序生成點。
- loadNecessaryAccInfoByCharID(int) - Method in class client.MapleClient
-
依角色編號回填此連線所需的基本帳號資訊。
- loadNotYetSold() - Method in class server.MTSCart
- LoadPacket - Class in tools
- LoadPacket() - Constructor for class tools.LoadPacket
- loadProperties() - Static method in class server.ServerProperties
- loadProperties(String) - Static method in class database.DatabaseProperties
- loadProperties(String) - Static method in class server.ServerProperties
- loadQuestCounts() - Static method in class server.life.MapleLifeFactory
- loadSetting() - Static method in class constants.ServerConstants
- loadSingleItem(int, int) - Static method in class handling.channel.handler.DueyHandler
- loadSkillEffectFromData(MapleData, int, boolean, int, String) - Static method in class server.MapleStatEffect
-
自 WZ 節點解析出指定技能等級的效果模型。
- loadSpeedRunData(ExpeditionType) - Static method in class server.SpeedRunner
- loadSpeedRuns() - Static method in class server.SpeedRunner
- loadStorage(int) - Static method in class server.MapleStorage
- localAddress() - Method in class tools.MockIOSession
- localDuration - Variable in class client.MapleBuffStatValueHolder
- localDuration - Variable in class handling.world.PlayerBuffValueHolder
- localthreadID - Variable in class handling.world.guild.MapleBBSThread
- LOCK - Enum constant in enum class client.inventory.ItemFlag
- LockItem() - Constructor for class client.messages.commands.AdminCommand.LockItem
- lockOrderAssertFiresWhenInvokingUnderStructuralLock() - Method in class scripting.EventRolloutDifferTest
-
(3) C7 鎖序守護:持 EventInstanceManager 結構鎖(以 trackStructuralLock 包覆)時 invoke serialized() 引擎 → 立即拋 IllegalStateException;鎖外 invoke 正常;釋鎖後恢復(計數正確遞減)。
- lockUI(boolean) - Method in class scripting.AbstractPlayerInteraction
- lockUI(boolean) - Method in class scripting.MapSpecialRolloutDifferTest.RecordingMs
- lockUI(boolean) - Static method in class tools.packet.UIPacket
- lockUI(boolean, int) - Method in class scripting.AbstractPlayerInteraction
- lockUI(boolean, int) - Method in class scripting.MapSpecialRolloutDifferTest.RecordingMs
- lockUI(int) - Static method in class tools.packet.UIPacket
- lockUI(int, int) - Method in class scripting.AbstractPlayerInteraction
- lockUI(int, int) - Method in class scripting.MapSpecialRolloutDifferTest.RecordingMs
- lockUI(int, int) - Static method in class tools.packet.UIPacket
- lockUiOverloadSelectionMatchesAcrossEngines() - Method in class scripting.MapSpecialRolloutDifferTest
-
lockUI 多載選擇(map 最普遍 idiom,49/60 onUserEnter 至少一處)。
- log - Variable in class scripting.EventRolloutDifferTest.RecordingEim
- log - Variable in class scripting.EventRolloutDifferTest.RecordingEm
- log - Variable in class scripting.GraalJsSeamTest.RecordingProbe
- log - Variable in class scripting.MapSpecialRolloutDifferTest.RecordingMs
- log - Variable in class scripting.NpcRolloutDifferTest.RecordingNpc
- log - Variable in class scripting.PortalRolloutDifferTest.RecordingPortal
- log - Variable in class scripting.QuestRolloutDifferTest.RecordingQm
- log - Variable in class scripting.ReactorRolloutDifferTest.RecordingReactor
- log() - Constructor for class client.messages.commands.GMCommand.log
- log(String, String) - Static method in class tools.FileoutputUtil
- log(String, String, boolean) - Static method in class tools.FileoutputUtil
- log(String, String, MapleClient, Channel) - Static method in class handling.MapleServerHandler
-
將一筆封包記錄寫入記憶體中的環狀緩衝區
Packet_Log(不落地)。 - log_chalkboard - Static variable in class constants.ServerConstants
- log_chat - Static variable in class constants.ServerConstants
- log_csbuy - Static variable in class constants.ServerConstants
- log_cube - Static variable in class constants.ServerConstants
- log_dc - Static variable in class constants.ServerConstants
- log_delchr - Static variable in class constants.ServerConstants
- log_drop - Static variable in class constants.ServerConstants
- LOG_Handle_PACKETS - Static variable in class constants.ServerConstants
- log_kite - Static variable in class constants.ServerConstants
- log_mega - Static variable in class constants.ServerConstants
- log_merchant - Static variable in class constants.ServerConstants
- log_mshop - Static variable in class constants.ServerConstants
- LOG_ONOFF - Enum constant in enum class handling.world.PartyOperation
- Log_Packets - Static variable in class handling.MapleServerHandler
-
全域封包記錄總開關。
- log_pickup - Static variable in class constants.ServerConstants
- log_scroll - Static variable in class constants.ServerConstants
- log_seal - Static variable in class constants.ServerConstants
- log_storage - Static variable in class constants.ServerConstants
- LOG_TRACE_GAINMESO - Static variable in class constants.ServerConstants
- LOG_TRACE_INVENTORY - Static variable in class constants.ServerConstants
- log_trade - Static variable in class constants.ServerConstants
- LOG_UNHandle_PACKETS - Static variable in class constants.ServerConstants
- logDonator(String, int) - Method in class scripting.NPCConversationManager
-
記錄一筆贊助(捐獻)點數異動。
- Loggedin(LittleEndianAccessor, MapleClient) - Static method in class handling.channel.handler.InterServerHandler
- loggedOff(String, int, int, int[]) - Static method in class handling.world.World.Buddy
-
通知好友:本角色已離線。
- loggedOn(String, int, int, int[]) - Static method in class handling.world.World.Buddy
-
通知好友:本角色已上線。
- login(String, String, boolean) - Method in class client.MapleClient
-
以帳號與密碼進行登入驗證,並依結果更新本連線的帳號狀態。
- login(LittleEndianAccessor, MapleClient) - Static method in class handling.login.handler.CharLoginHandler
- login_Auth(int) - Method in class client.MapleClient
-
檢查指定角色是否屬於本連線的授權清單(防止以非本帳號角色登入)。
- LOGIN_AUTH - Enum constant in enum class handling.RecvPacketOpcode
- LOGIN_AUTH - Enum constant in enum class handling.SendPacketOpcode
- LOGIN_CHARLIST - Static variable in class client.MapleClient
-
登入狀態機常數:停留在角色選擇畫面。
- LOGIN_CS_LOGGEDIN - Static variable in class client.MapleClient
-
登入狀態機常數:已登入商城伺服器。
- Login_Error - Static variable in class tools.FileoutputUtil
- LOGIN_LOGGEDIN - Static variable in class client.MapleClient
-
登入狀態機常數:已完成登入並進入遊戲頻道。
- LOGIN_MTS_LOGGEDIN - Static variable in class client.MapleClient
-
登入狀態機常數:已登入交易(MTS)伺服器。
- LOGIN_NOTLOGGEDIN - Static variable in class client.MapleClient
-
登入狀態機常數:尚未登入(初始狀態)。
- LOGIN_PASSWORD - Enum constant in enum class handling.RecvPacketOpcode
- LOGIN_SECOND - Enum constant in enum class handling.SendPacketOpcode
- LOGIN_SERVER_TRANSITION - Static variable in class client.MapleClient
-
登入狀態機常數:登入伺服器與頻道伺服器之間的過渡狀態(轉移期間視為未完全登入)。
- LOGIN_SERVERLIST - Static variable in class client.MapleClient
-
登入狀態機常數:停留在伺服器(世界)選擇畫面。
- LOGIN_STATUS - Enum constant in enum class handling.SendPacketOpcode
- LOGIN_WELCOME - Enum constant in enum class handling.SendPacketOpcode
- loginAttempt - Variable in class client.MapleClient
- loginAuthRequest(LittleEndianAccessor, MapleClient) - Static method in class handling.login.handler.CharLoginHandler
- LoginCrypto - Class in client
-
登入驗證所需的密碼雜湊與輔助加密工具類別。
- LoginCrypto() - Constructor for class client.LoginCrypto
- LoginCryptoLegacy - Class in client
-
Provides cryptographic functions for password hashing.
- LoginCryptoLegacy() - Constructor for class client.LoginCryptoLegacy
- logindoor() - Constructor for class client.messages.commands.PracticerCommand.logindoor
- LoginError - Static variable in class tools.FilePrinter
- LoginInformationProvider - Class in handling.login
-
登入階段所需的角色建立參考資料提供者,以單例模式從 WZ 資料解析並快取。
- LoginInformationProvider() - Constructor for class handling.login.LoginInformationProvider
- LoginInformationProvider.JobInfoFlag - Enum Class in handling.login
- LoginInformationProvider.JobType - Enum Class in handling.login
- loginMapInFM - Static variable in class constants.ServerConstants
- LoginPacket - Class in tools.packet
-
登入流程相關封包的建構器,涵蓋握手到角色選擇的全部回應。
- LoginPacket() - Constructor for class tools.packet.LoginPacket
- LoginPacket_charNameResponse() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_deleteCharResponse() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_enableRecommended() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_enableSpecialCreation() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_getEndOfServerList() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_getHello() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_getLoginFailed() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_getLoginWelcome() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_getPermBan() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_getPing() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_getServerStatus() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_getTempBan() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_secondPwError() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_sendRecommended() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_showAllCharacter() - Method in class tools.packet.PacketGoldenTest
- LoginPacket_updatePartTimeJob() - Method in class tools.packet.PacketGoldenTest
- LoginServer - Class in handling.login
-
登入伺服器的靜態入口,負責啟動認證端點並維護全域登入狀態。
- LoginServer - Static variable in class tools.FilePrinter
- LoginServer() - Constructor for class handling.login.LoginServer
- LoginWorker - Class in handling.login
-
登入驗證完成後的後處理工作者,負責整合帳號狀態並引導客戶端進入伺服器選擇流程。
- LoginWorker() - Constructor for class handling.login.LoginWorker
- logLoadSummary() - Static method in class scripting.EventScriptManager
-
彙整所有頻道的活動腳本載入結果並輸出精簡日誌。
- logPQ(String) - Method in class scripting.AbstractPlayerInteraction
- logToFile(String, String) - Static method in class tools.FileoutputUtil
- logToFile(String, String[]) - Static method in class tools.FileoutputUtil
- logToFile(String, String, boolean) - Static method in class tools.FileoutputUtil
- logToFile(String, String, boolean, boolean) - Static method in class tools.FileoutputUtil
- logToFile_NpcScript_Bug(MapleCharacter, String) - Static method in class tools.FileoutputUtil
- logToFileIfNotExists(String, String) - Static method in class tools.FileoutputUtil
- LOLCastle() - Constructor for class client.messages.commands.AdminCommand.LOLCastle
- long_roundTrips() - Method in class tools.data.LittleEndianRoundTripTest
- longToDottedQuad(long) - Static method in class tools.IPAddressTool
-
Converts a long integer IP into a dotted-quad IP.
- LookNPCs() - Constructor for class client.messages.commands.GMCommand.LookNPCs
- LookPortals() - Constructor for class client.messages.commands.GMCommand.LookPortals
- LookReactors() - Constructor for class client.messages.commands.GMCommand.LookReactors
- LowHP() - Constructor for class client.messages.commands.GMCommand.LowHP
- lquestid - Variable in enum class server.quest.MapleQuest.MedalQuest
- lt - Variable in class client.SkillFactory.FamiliarEntry
- lt - Variable in class client.SummonSkillEntry
- lt - Variable in class server.life.MobAttackInfo
- LUCKS_KEY - Enum constant in enum class client.inventory.ItemFlag
- LUCKY_BARRELS - Enum constant in enum class client.MapleBuffStat
- luk - Variable in class client.PlayerStats
- luk - Variable in class handling.world.CharacterTransfer
- luk - Variable in class server.MapleStatEffect
-
解析後的
short級數值欄位群(HP/MP 恢復量、物攻pad/魔攻mad/物防pdd/ 魔防mdd、命中、迴避、移速、跳躍、消耗、機率、各屬性增益與抗性率、DOT、暴擊、PVP 傷害等)。 - Luk() - Constructor for class client.messages.commands.GodCommand.Luk
- LUK - Enum constant in enum class client.MapleBuffStat
- LUK - Enum constant in enum class client.MapleStat
- LUK - Enum constant in enum class client.MapleStat.Temp
- LUK() - Constructor for class client.messages.commands.PlayerCommand.LUK
- lukFX - Variable in class server.MapleStatEffect
-
解析後的
short級數值欄位群(HP/MP 恢復量、物攻pad/魔攻mad/物防pdd/ 魔防mdd、命中、迴避、移速、跳躍、消耗、機率、各屬性增益與抗性率、DOT、暴擊、PVP 傷害等)。 - lukX - Variable in class server.MapleStatEffect
-
解析後的
short級數值欄位群(HP/MP 恢復量、物攻pad/魔攻mad/物防pdd/ 魔防mdd、命中、迴避、移速、跳躍、消耗、機率、各屬性增益與抗性率、DOT、暴擊、PVP 傷害等)。 - lv2mad - Variable in class server.MapleStatEffect
-
解析後的
short級數值欄位群(HP/MP 恢復量、物攻pad/魔攻mad/物防pdd/ 魔防mdd、命中、迴避、移速、跳躍、消耗、機率、各屬性增益與抗性率、DOT、暴擊、PVP 傷害等)。 - lv2pad - Variable in class server.MapleStatEffect
-
解析後的
short級數值欄位群(HP/MP 恢復量、物攻pad/魔攻mad/物防pdd/ 魔防mdd、命中、迴避、移速、跳躍、消耗、機率、各屬性增益與抗性率、DOT、暴擊、PVP 傷害等)。 - lvmax - Enum constant in enum class server.quest.MapleQuestRequirementType
- lvmin - Enum constant in enum class server.quest.MapleQuestRequirementType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form