question-teleporting to maze(using wallH) under 105

10/25/2009 13:04 santano#1
Hello there,
Does any body knows how to teleport into the doomed maze map? well usualy teleporting into maps can be done thourgh other maps like..from draco to python at0,0 or braikan to draco from 0,0 and so on.. any body knows from what map can i teleport to maze?
10/25/2009 13:19 Vaidas B#2
1)Go to draco, activate this script

Code:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
label(change_teleport)

005537E3:
jmp newmem
nop
nop
returnhere:

newmem:
originalcode:
movzx ebx,word ptr [eax]

cmp bx,0483 // check for Python Castle -> Tomb of the Black Dragon
je change_teleport

cmp bx,4E20 // check for Braiken Castle -> Draco Desert
je change_teleport

cmp bx,2B8C // check for North Morte -> Acquirai Ruins
je change_teleport

cmp bx,048D // check for tomb of the black dragon -> Cursed Mazed
je change_teleport

jmp exit

change_teleport:
mov word ptr [eax+00000106],0005
mov word ptr [eax+0000010C],0005

exit:
movzx ebx,word ptr [eax+00000104]
jmp returnhere

[DISABLE]

dealloc(newmem)
005537E3:
movzx ebx,word ptr [eax+00000104]
2)step on 0:0 in draco
3)When ur in python step on 0:5 (use the script i gave u)
4) it takes u to oread's tomb step on 0:5 in oreads tomb and ur in maze