View Single Post
  #12  
Old 02-04-2016, 03:14 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Zone info is not easily read...

Code:
.text:0062A6B4 00C                 push    0               ; int
.text:0062A6B6 010                 push    0               ; int
.text:0062A6B8 014                 push    0               ; int
.text:0062A6BA 018                 push    0C18004h        ; int
.text:0062A6BF 01C                 push    8D6h            ; int
.text:0062A6C4 020                 push    offset WestCommonlands ; "West Commonlands"
.text:0062A6C9 024                 push    offset commons ; "commons"
.text:0062A6CE 028                 push    15h             ; int
.text:0062A6D0 02C                 push    0               ; int
.text:0062A6D2 030                 mov     ecx, esi
.text:0062A6D4 030                 call    sub_629FA0
But, can be found:
Code:
Long Name: "West Commonlands"
Short Name: "commons"
ID: 21
Expansion: "EverQuest" (0)
Unknown Data: 1:push    0|2:push    0|3:push    0
Push 4: C18004h
Push 5: 8D6h
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote