Upload files to "Heap"

This commit is contained in:
threememories 2026-04-27 01:19:39 +00:00
parent d8dad8633d
commit 4ad32675ff
5 changed files with 100 additions and 0 deletions

16
Heap/Heap40017.txt Normal file
View File

@ -0,0 +1,16 @@
subclass BCycle of WorldObjectBase
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
pName = $0
pSelf = $0
pType = $5 ; scaleY
pCycleType = $0
pCycleSpeed = $6 ; maxScale
doit()
}
string_0028 = "BCycle"

17
Heap/Heap40018.txt Normal file
View File

@ -0,0 +1,17 @@
subclass BEntry of WorldObjectBase
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
pName = $0
pSelf = $0
pType = $a ; 10, inTop
pDest = $ffff ; -1
dispose()
buildVerbList()
fromPacket()
}
string_0026 = "BEntry"

38
Heap/Heap40019.txt Normal file
View File

@ -0,0 +1,38 @@
subclass BCharacter of WorldObjectBase
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
pName = $0
pSelf = $0
pType = $6 ; maxScale
pProfession = $0
pExperience = $0
pRace = $0
pSex = $0
pBuildPoints = $0
pHomeTown = $0
pSkillArray = $0
pSpellArray = $0
pProperName = $0
pTitle = $0
pBiography = $0
pStealingCount = $0
pStealingUnserved= $0
pKillingCount = $0
pKillingUnserved= $0
pPeaceful = $0
init()
dispose()
buildVerbList()
fromPacket()
setProperName()
setTitle()
setBiography()
fromFullPacket()
}
string_0044 = ""
string_0045 = "BCharacter"

15
Heap/Heap40020.txt Normal file
View File

@ -0,0 +1,15 @@
subclass BShop of WorldObjectBase
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
pName = $0
pSelf = $0
pType = $b ; 11, inRight
pCurrency = $0
buildVerbList()
}
string_0026 = "BShop"

14
Heap/Heap40021.txt Normal file
View File

@ -0,0 +1,14 @@
subclass BNPC of WorldObjectBase
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
pName = $0
pSelf = $0
pType = $c ; 12, inBottom
init()
}
string_0024 = "BNPC"