1. There is no boss that spawns other monsters, unless you are referring to Deux Marble which is deep inside the castle.
2. In order to get into tomb legit, you must be 95+, and there is infact a gate that you talk to to enter, as an alternative method you can use maphack which can be done with CE using this script.
Credits to Keith1:
[ENABLE]
alloc(TeleHack,1024)
label(ChangeTele)
label(SkipChange)
label(ReturnTele)
00550963: //0F B7 98 04 01 00 00 8B 45 00
jmp TeleHack
nop
nop
ReturnTele:
TeleHack:
movzx ebx,word ptr [eax]
cmp bx,0483 // check for Python Castle -> Tomb of the Black Dragon
je ChangeTele
cmp bx,4E20 // check for Braiken Castle -> Draco Desert
je ChangeTele
cmp bx,2B8C // check for North Morte -> Acquirai Ruins
je ChangeTele
cmp bx,048D // check for tomb of the black dragon -> Cursed Mazed
je ChangeTele
jmp SkipChange
ChangeTele:
mov word ptr [eax+00000106],0005
mov word ptr [eax+0000010C],0005
SkipChange:
movzx ebx,word ptr [eax+00000104]
jmp ReturnTele
[DISABLE]
dealloc(TeleHack)
00550963:
movzx ebx,word ptr [eax+00000104]
Then you just wallhack to the coordinates 0,5 in python.
Hope i helped ya.
|