Jump to content

mjst

Members
  • Posts

    1,462
  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    100%

Everything posted by mjst

  1. there is nothing particularly noteworthy about this price. also already exist c4 vanganth https://github.com/LoanX/C4Extender
  2. your avatar try to use
  3. here is the source of the adrenaline https://disk.yandex.com/d/07rmNLQULYN7IA password: malware
  4. i have the files saved as backups! here is the link: https://mega.nz/file/JOBRjJiA#OwxnikL1kG0hTh3fiAyX4U6QADque7_DO2OovDJmj1k
  5. Hot Springs 151758 -125149 -2304 http://prntscr.com/EoN5MJG_TLbx
  6. yes i have it complete link updated! https://anonymfile.com/PN2x2/erthia-sql.rar
  7. Send me your Discord ID.
  8. what description you need? the title say what is! its Erthia SQL files. if you know about l2off you can understand what is this.
  9. Erthia SQL files!
  10. https://anonymfile.com/y6lxy/erthia-sql.rar
  11. check the cached after some hours if go up! also check the logs of the crash
  12. cached.exe or only the l2server.exe crash? did you have any change at your source? check at windows task manager if you cached go more than 2GB ram!
  13. https://prnt.sc/pt0923
  14. CREATE TABLE [SubStack]( [char_id] [int] NOT NULL DEFAULT 0, [baseClass0] [int] NOT NULL DEFAULT -1, [baseClass1] [int] NOT NULL DEFAULT -1, [baseClass2] [int] NOT NULL DEFAULT -1, [baseClass3] [int] NOT NULL DEFAULT -1, [stackClass0] [int] NOT NULL DEFAULT -1, [stackClass1] [int] NOT NULL DEFAULT -1, [stackClass2] [int] NOT NULL DEFAULT -1, [stackClass3] [int] NOT NULL DEFAULT -1 ) ON [PRIMARY] GO CREATE PROCEDURE lin_SaveSubStack ( @charId INT, @classIndex INT, @baseClass INT, @stackClass INT ) AS SET NOCOUNT ON; IF @classIndex = 0 BEGIN UPDATE [SubStack] SET [baseClass0] = @baseClass, [stackClass0] = @stackClass WHERE [char_id] = @charId IF @@ROWCOUNT=0 BEGIN INSERT INTO [SubStack] ([char_id], [baseClass0], [stackClass0] ) VALUES (@charId, @baseClass, @stackClass ) END END ELSE IF @classIndex = 1 BEGIN UPDATE [SubStack] SET [baseClass1] = @baseClass, [stackClass1] = @stackClass WHERE [char_id] = @charId IF @@ROWCOUNT=0 BEGIN INSERT INTO [SubStack] ([char_id], [baseClass1], [stackClass1] ) VALUES (@charId, @baseClass, @stackClass ) END END ELSE IF @classIndex = 2 BEGIN UPDATE [SubStack] SET [baseClass2] = @baseClass, [stackClass2] = @stackClass WHERE [char_id] = @charId IF @@ROWCOUNT=0 BEGIN INSERT INTO [SubStack] ([char_id], [baseClass2], [stackClass2] ) VALUES (@charId, @baseClass, @stackClass ) END END ELSE IF @classIndex = 3 BEGIN UPDATE [SubStack] SET [baseClass3] = @baseClass, [stackClass3] = @stackClass WHERE [char_id] = @charId IF @@ROWCOUNT=0 BEGIN INSERT INTO [SubStack] ([char_id], [baseClass3], [stackClass3] ) VALUES (@charId, @baseClass, @stackClass ) END END GO
  15. areadata.txt type=battle_zone area_begin name=[gludin_pvp] map_no = {17;22} type=battle_zone range = {{-88411;141732;-3752;-3352};{-87429;141733;-3752;-3352};{-87429;142708;-3752;-3352};{-88408;142708;-3752;-3352}} area_end
  16. if you use vanganth interlude: //perma_ban_hwid //ban_hwid [time_in_seconds] [reason] (in_reason_words_separated_with _, max len 255 chars) //ban_hwid_ex [hwid] [time_in_seconds] [reason] //unban_hwid [hwid] //reset_ban [account_id]
  17. this work as it know in GF. some ru devs create system and can load the npc in 15sec for interlude vanganth source. also the offline shop restore after the server restart
  18. Anyone have the source of fast load npc for vanganth extender?
  19. you need also the geodata.. edit the geo_index.txt and add the number of geodata 26_14_conv.dat 26_20_conv.dat 26_22_conv.dat also you can generete the pathnode.bin search in mxc for tool
  20. I'm interested for someone with good knowledge on l2off extenders as freelancer! Payment: per hour or per project! Send me via pm your skype name or your mail!
      • 1
      • Like
  21. the corect slot_bit_type is "back" but vanganth never finish! http://prntscr.com/m8oyd0 http://prntscr.com/m8oyq3
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock