Lineage 2 Tower Forum

Full Version: 1.4.1.97
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
  • Fixed night fishing
  • Added new function to scripts/plugins: GetIGTime
  • Added support for Lindvior chronicle.

Note: For L2NA: Check "Enable Game-Guard block on L2Off servers" in Advanced tab, and use with dsetup.dll
userdata is not correct for example:
GetMe():GetShopStatus() goes to GetMe():GetIntFromOffset(1096,4) which is wrong it should read GetMe():GetIntFromOffset(1088,4)
so in other words userdata reads correctly untill one point then it start to be wrong for all the other status under it.
also GetMe():GetClass() gives wrong result, so it looks like shift of 8 bits.

NB until :GetIntFromOffset(984,4) look ok, but some where later it start the errors results on user data functions.
Thanks, I will check this...
Reference URL's