Lineage 2 Tower Forum

Full Version: Info: How to unblock Helbound Map
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Funy thing what i found today by checking some scripts...
Code:
if ( i < 100 )
  {
    if ( m_questItem.GetItem(i,Info) == True )
    {
      if ( Info.Name == GetSystemString(1647) )
      {
        bHaveItem = True;
      }
    }
    i++;
    goto JL009C;
}

1. Check what Quest Item you got in inventory... Remember his name.
2. Download L2FileEdit and open sysstring-e.dat.
3. Find line with item ID 1647.
Code:
1647    a,Map of Hellbound\0
4. Replace "Map of Hellbound" with QI name what you already have.

I'm at work rigth now, LF confim, if will work we can implement it in L2 Tower by default.
WORKING!!! LOOOOOOOOL Big Grin

Working only for QI Big Grin

u mast change itemname in itemname-e.dat!!
Reference URL's