• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

teleport NPC Milter

Newbie Spellweaver
Joined
Oct 15, 2007
Messages
13
Reaction score
0
How to modify the level of teleport NPC Milter?

I have adresss .sin game 1980

004720DC |. 68 20E24004 PUSH OFFSET 0440E220 ; ASCII "Endless Tower"


thanks Help :D
 
Moderator
Staff member
Moderator
Joined
Feb 22, 2008
Messages
2,404
Reaction score
724
hmmm IDK exactly where the level is located but I can tell you a few steps that might help you find it:

Breakpoint all PUSH fieldNumber in your game. Some may be activated even if you teleport to anywhere, just disable them. Once you click teleport,you stop stop in the PUSH you once "breakpointed", near it should be some level comparison.

Another idea:

Place a memory breakpoint on read in the character table in game.exe, more precisely in the character's level location, when anything tries to read that value.

But Im not sure, is not this thing configured in the same place where you define the map level ?
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
I think it's the map level which determines if you can teleport to it or not. I'm not completely sure, but it should be.

I've seen modifications / cheats or such which unlock all teleports, but you find yourself frozen to the spawn point if you teleport to a map above your level anyway. ;)
 
Back
Top