📄 npc variables.vb.svn-base
字号:
'### Visual Basic.NET and Direct X9 Legend of MiR Project ###'
'### Mir Unleashed Client NPC Variables Module ###'
'### http://www.lomcn.co.uk ###' '### Credits to TrueADM and DeathWish ###'
'All variables for NPC's.
Module NPC_Variables
Public NPCChatName As String
Public NPCChatText As String
Public NPCChatServerIndex As Integer
#Region "NPC Variables"
Public Structure NPCType
Dim Name As String
Dim X As Integer
Dim Y As Integer
Dim ServerIndex As Integer
Dim Look As Integer
Dim Direction As Short
Dim Exist As Boolean
Dim LightIndex As Integer
Dim Animation As Integer
Dim MainLeft As Integer
Dim MainTop As Integer
Dim MainWidth As Integer
Dim MainHeight As Integer
Dim CurrentWidth As Integer
Dim CurrentHeight As Integer
Dim MainPlaceX As Integer
Dim MainPlaceY As Integer
End Structure
Public NPCActionLastTick As Long
Public TotalNPC As Integer
Public NPC(1000) As NPCType
Public NPCGameIndex(10000) As Integer
#End Region
End Module
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -